:root {
  --navy: #103e6c;
  --navy-dark: #0b2947;
  --navy-light: #245f8f;
  --red: #d0183b;
  --red-light: #ff4962;
  --ink: #101b28;
  --gray: #647181;
  --light: #f2f6f9;
  --line: #d7e1e9;
  --white: #fff;
  --shadow: 0 20px 55px rgba(11, 41, 71, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 880px; }
.section { padding: 84px 0; }
.mobile-only { display: none; }

/* Header */
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 74px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(11, 41, 71, .09);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 11px; line-height: 1.1; }
.brand-mark {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--navy);
  font: 700 24px Oswald, sans-serif;
  transform: skew(-8deg);
}
.brand strong {
  display: block;
  color: var(--navy);
  font: 700 15px Oswald, sans-serif;
  letter-spacing: .12em;
}
.brand small { display: block; margin-top: 5px; color: #718091; font-size: 9px; letter-spacing: .08em; }
.desktop-nav { display: flex; gap: 28px; font-size: 13px; font-weight: 700; }
.desktop-nav a { padding: 10px 0; }
.desktop-nav a:hover { color: var(--red); }
.header-cta {
  align-self: stretch;
  margin-right: -34px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: white;
  background: var(--red);
  font-size: 14px;
  font-weight: 800;
}

/* Shared */
.section-heading { margin-bottom: 38px; }
.section-heading.centered { text-align: center; }
.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.4;
  letter-spacing: -.045em;
}
.section-heading h2 strong { position: relative; color: var(--navy); font-weight: 900; }
.section-heading h2 strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--red);
}
.section-heading > p:last-child { margin: 19px 0 0; color: var(--gray); }
.section-kicker, .eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font: 700 12px Oswald, "Noto Sans JP", sans-serif;
  letter-spacing: .18em;
}
.compact-heading { max-width: 800px; margin-left: auto; margin-right: auto; }
.solution-title { white-space: nowrap; }
.button {
  min-height: 58px;
  padding: 0 20px 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .17);
  transition: .25s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(0, 0, 0, .22); }
.button-primary { color: white; background: var(--red); }
.button b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(255, 255, 255, .17);
  border-radius: 50%;
  font-size: 18px;
}
.section-cta {
  margin-top: 32px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--light);
  border: 1px solid var(--line);
}
.section-cta p { margin: 0; color: var(--navy); font-size: 14px; font-weight: 700; }
.plan-cta { flex-direction: column; }

/* 1. Hero */
.hero {
  position: relative;
  min-height: 710px;
  padding-top: 74px;
  overflow: hidden;
  color: white;
  background: var(--navy);
}
.hero-backdrop {
  position: absolute;
  inset: 74px 0 0;
  background:
    linear-gradient(90deg, rgba(8, 34, 61, .93) 0%, rgba(12, 48, 82, .79) 42%, rgba(16, 62, 108, .18) 72%),
    url("assets/hero-construction.png") 64% center / cover no-repeat;
  filter: saturate(1.15) brightness(1.08);
}
.hero-grid {
  position: absolute;
  inset: 74px 0 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}
.hero-content { position: relative; z-index: 2; min-height: 636px; display: flex; align-items: center; }
.hero-copy { max-width: 780px; padding: 54px 0; }
.eyebrow { display: flex; align-items: center; color: white; }
.eyebrow span { width: 42px; height: 2px; margin-right: 13px; background: var(--red-light); }
.hero h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 78px);
  line-height: 1.2;
  letter-spacing: -.055em;
  font-weight: 900;
  text-shadow: 0 5px 25px rgba(0, 0, 0, .28);
}
.hero h1 em { position: relative; color: white; font-style: normal; }
.hero h1 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 4px;
  background: var(--red-light);
}
.hero-title-sub { margin: 14px 0 0; color: var(--red-light); font-size: 22px; font-weight: 800; letter-spacing: .08em; }
.hero-lead { max-width: 720px; margin: 22px 0 0; color: rgba(255, 255, 255, .9); font-size: 16px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, .55); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 7px; color: var(--red-light); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 21px; }
.hero-notes span { padding: 4px 11px; border: 1px solid rgba(255, 255, 255, .28); font-size: 10px; }

/* 2. Results */
.quick-results { position: relative; z-index: 3; padding: 0 0 58px; background: var(--light); }
.quick-result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-38px);
  margin-bottom: -38px;
}
.quick-result-grid article {
  min-height: 250px;
  padding: 38px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border: 1px solid var(--line);
  border-top: 5px solid var(--navy);
  box-shadow: var(--shadow);
}
.quick-result-grid small { color: var(--red); font-size: 16px; font-weight: 800; }
.quick-result-grid h2 { margin: 18px 0 12px; color: var(--navy); font-size: 34px; line-height: 1.35; }
.quick-result-grid h2 strong { color: var(--red); font-size: 1.2em; }
.quick-result-grid p { margin: 0; color: var(--gray); font-size: 16px; line-height: 1.75; font-weight: 500; }

/* 3. Recommended */
.recommend { background: white; }
.recommend-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.recommend-visual { position: relative; min-height: 500px; overflow: hidden; background: var(--light); box-shadow: var(--shadow); }
.recommend-visual img { width: 100%; height: 500px; object-fit: cover; object-position: 58% center; filter: saturate(1.1) brightness(1.06); }
.recommend-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9, 37, 66, .82), transparent 58%); }
.recommend-visual > div { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: white; }
.recommend-visual span { display: block; color: var(--red-light); font: 700 11px Oswald; letter-spacing: .18em; }
.recommend-visual strong { display: block; margin-top: 7px; font-size: 23px; line-height: 1.45; }
.recommend-copy .section-heading { margin-bottom: 23px; }
.recommend-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.recommend-list li {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 12px 13px 12px 43px;
  color: var(--navy);
  background: var(--light);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}
.recommend-list li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--red);
  border-radius: 50%;
  font-size: 12px;
}
.recommend-note { margin: 21px 0 0; color: var(--gray); font-size: 14px; line-height: 1.85; }

/* 4. Solution */
.solution { background: linear-gradient(180deg, #f7f9fb 0%, #fff 100%); }
.platform-focus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.platform-focus-card { position: relative; height: 410px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.platform-focus-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.13) brightness(1.07); }
.platform-focus-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 22, 40, .72), rgba(5, 22, 40, .04) 72%); }
.platform-focus-body { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 29px; color: white; }
.step-badge { display: inline-flex; padding: 5px 10px; color: white; background: var(--red); font: 700 11px Oswald; letter-spacing: .13em; }
.platform-focus-body h3 { margin: 11px 0 7px; font-size: 34px; line-height: 1.3; }
.platform-focus-body p { max-width: 470px; margin: 0; color: rgba(255, 255, 255, .9); font-size: 14px; }
.journey-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 23px 28px;
  color: white;
  background: var(--navy);
}
.journey-strip div { text-align: center; }
.journey-strip span { display: block; color: #c7d9e7; font-size: 15px; font-weight: 800; }
.journey-strip strong { display: block; margin-top: 6px; font-size: 23px; line-height: 1.4; }
.journey-strip b { color: var(--red-light); font-size: 32px; }
.simple-cta { flex-direction: column; }
.simple-cta p { font-size: 18px; }

/* 5. Service */
.compact-service { background: white; }
.client-action-banner {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 23px;
  align-items: center;
  padding: 27px 30px;
  color: white;
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  border-left: 7px solid var(--red);
  box-shadow: var(--shadow);
}
.client-action-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--red);
  border-radius: 50%;
  font: 700 26px Oswald;
}
.client-action-banner small { color: #bcd0df; font-size: 11px; font-weight: 700; }
.client-action-banner h3 { margin: 3px 0 5px; font-size: 25px; line-height: 1.4; }
.client-action-banner p { margin: 0; color: #d5e1eb; font-size: 14px; }
.support-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 15px; }
.support-steps article { padding: 27px; background: var(--light); border: 1px solid var(--line); }
.support-steps span { color: var(--red); font: 700 24px Oswald; }
.support-steps h3 { margin: 13px 0 7px; color: var(--navy); font-size: 21px; }
.support-steps p { margin: 0; color: var(--gray); font-size: 13px; }
.service-scope { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.service-scope span { padding: 7px 14px; color: var(--navy); border: 1px solid var(--line); font-size: 12px; font-weight: 800; }

/* 6. Profile */
.profile { background: var(--light); }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; }
.profile-photo { position: relative; min-height: 620px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.profile-photo::before { content: ""; position: absolute; z-index: 2; inset: 17px; border: 1px solid rgba(255, 255, 255, .75); pointer-events: none; }
.profile-photo-main { width: 100%; height: 620px; object-fit: cover; object-position: 55% center; filter: saturate(1.08) brightness(1.05); }
.profile-portrait-inset {
  position: absolute;
  z-index: 3;
  top: 26px;
  right: 26px;
  width: 116px;
  height: 154px;
  object-fit: cover;
  object-position: center 14%;
  border: 4px solid white;
  box-shadow: 0 12px 30px rgba(7, 27, 53, .22);
}
.profile-photo-label {
  position: absolute;
  z-index: 3;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 15px 18px;
  color: white;
  background: rgba(9, 37, 66, .91);
  border-left: 5px solid var(--red);
}
.profile-photo-label span { display: block; color: var(--red-light); font: 700 10px Oswald; letter-spacing: .18em; }
.profile-photo-label strong { display: block; margin-top: 5px; font-size: 14px; }
.profile-copy .section-heading { margin-bottom: 18px; }
.profile-copy .profile-title { font-size: clamp(32px, 3.15vw, 43px); line-height: 1.48; }
.profile-copy .profile-title strong { display: inline; }
.profile-name { display: flex; align-items: baseline; gap: 13px; margin: 0 0 15px; color: var(--navy); }
.profile-name strong { font-size: 27px; }
.profile-name span { color: var(--gray); font-size: 12px; }
.profile-description p { margin: 0 0 11px; color: var(--gray); font-size: 14px; line-height: 1.85; }
.profile-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.profile-points li { position: relative; min-height: 150px; padding: 24px 14px 18px; text-align: center; background: white; border: 1px solid var(--line); border-top: 4px solid var(--navy); }
.profile-points b { position: absolute; top: 10px; right: 12px; color: #dce5ec; font: 700 21px Oswald; }
.profile-points strong { display: block; color: var(--red); font-size: 18px; line-height: 1.45; }
.profile-points span { display: block; margin-top: 9px; color: var(--gray); font-size: 11px; font-weight: 700; }
.profile-scope { margin: 17px 0 0; padding-top: 14px; color: var(--navy); border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }

/* 7. Plans */
.plans { background: white; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: center; }
.plan-card { position: relative; padding: 32px 28px 28px; background: var(--light); border: 1px solid var(--line); }
.plan-card.recommended { padding-top: 48px; background: white; border: 3px solid var(--red); box-shadow: var(--shadow); }
.recommend-label { position: absolute; top: 0; left: 0; right: 0; padding: 6px; color: white; background: var(--navy); text-align: center; font: 600 10px Oswald; letter-spacing: .18em; }
.plan-head { min-height: 97px; text-align: center; }
.plan-head small { color: var(--red); font-size: 12px; font-weight: 800; }
.plan-head h3 { margin: 7px 0 0; color: var(--navy); font-size: 23px; line-height: 1.45; }
.plan-price {
  margin: 0 0 19px;
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.plan-price span, .plan-price small { font-size: 11px; }
.plan-price strong { color: var(--navy); font-size: 28px; }
.plan-price small { color: var(--gray); font-weight: 800; }
.plan-volume { margin: 0 0 15px; padding: 8px; color: var(--navy); background: white; text-align: center; font-size: 12px; font-weight: 800; }
.recommended .plan-volume { background: var(--light); }
.plan-card ul { margin: 0; padding: 0; list-style: none; }
.plan-card li { padding: 8px 0; border-bottom: 1px dotted #c7d0d8; color: #465566; font-size: 13px; }
.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--red); font-weight: 900; }
.plan-note { max-width: 840px; margin: 25px auto 0; color: var(--gray); text-align: center; font-size: 12px; }
.plan-note p { margin: 3px 0; }
.additional-services {
  max-width: 900px;
  margin: 22px auto 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--navy);
  background: var(--light);
  border-left: 5px solid var(--red);
}
.additional-services span { flex: 0 0 auto; color: var(--red); font: 700 11px Oswald; letter-spacing: .16em; }
.additional-services p { margin: 0; font-size: 14px; }
.additional-services strong { font-weight: 900; }

/* 8. FAQ */
.faq { background: var(--light); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { background: white; border-bottom: 1px solid var(--line); }
.accordion summary {
  display: grid;
  grid-template-columns: 32px 1fr 28px;
  align-items: center;
  gap: 13px;
  padding: 21px 18px;
  color: var(--navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary > span, .accordion details > div > span { color: var(--red); font: 600 22px Oswald; }
.accordion summary b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--light);
  border-radius: 50%;
  transition: .2s;
}
.accordion details[open] summary b { color: white; background: var(--red); transform: rotate(45deg); }
.accordion details > div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 0 58px 21px 18px; }
.accordion details p { margin: 2px 0 0; color: var(--gray); font-size: 13px; }

/* 9. Contact */
.contact { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--navy-dark), var(--navy) 62%, var(--navy-light)); }
.contact-lines { position: absolute; inset: 0; opacity: .06; background: repeating-linear-gradient(120deg, transparent 0 70px, white 70px 71px); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr 450px; gap: 80px; align-items: center; }
.contact-copy h2 { margin: 0; font-size: clamp(34px, 3.5vw, 47px); line-height: 1.45; letter-spacing: -.04em; }
.contact-heading-main { display: block; }
.contact-copy h2 strong { color: var(--red-light); font-weight: 900; }
.contact-copy > p:not(.section-kicker) { color: #d3e0e9; font-size: 15px; }
.consult-points { margin: 24px 0 0; padding: 0; list-style: none; }
.consult-points li { display: flex; align-items: center; gap: 13px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, .15); font-size: 14px; font-weight: 700; }
.consult-points span { color: var(--red-light); font: 700 17px Oswald; }
.online-note { display: inline-flex; margin-top: 19px !important; padding: 8px 12px; color: white !important; background: var(--red); font-size: 12px !important; font-weight: 800; }
.contact-form { padding: 32px 36px; color: var(--ink); background: white; box-shadow: 0 28px 65px rgba(0, 0, 0, .28); }
.form-heading { margin-bottom: 20px; }
.form-heading small { color: var(--red); font: 600 9px Oswald; letter-spacing: .15em; }
.form-heading h3 { margin: 2px 0 0; color: var(--navy); font-size: 23px; }
.contact-form label { display: block; margin-top: 11px; color: var(--navy); font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  padding: 0 12px;
  color: var(--ink);
  background: #f8fafb;
  border: 1px solid #d7dfe6;
  border-radius: 0;
  outline: none;
  font-size: 13px;
}
.contact-form input:focus, .contact-form select:focus { background: white; border-color: var(--red); }
.honeypot-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-button { width: 100%; margin-top: 20px; }
.privacy { color: #9099a2; text-align: center; font-size: 9px; }
.privacy a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }

/* Footer and legal pages */
footer { padding: 31px 0; color: white; background: var(--navy-dark); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-brand strong { color: white; }
.footer-brand small { color: #8496a7; }
.footer-inner > p { color: #a6b3bf; font-size: 11px; }
.footer-inner > small { color: #718293; font-size: 9px; }
.footer-inner a { text-decoration: underline; text-underline-offset: 3px; }
.mobile-fixed-cta { display: none; }
.legal-page { padding-top: 74px; background: var(--light); }
.legal-content { padding: 70px 0 90px; }
.legal-card { max-width: 900px; margin: 0 auto; padding: 46px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.legal-card h1 { margin: 0 0 25px; color: var(--navy); font-size: clamp(31px, 4vw, 46px); line-height: 1.35; }
.legal-card h2 { margin: 31px 0 8px; color: var(--navy); font-size: 20px; }
.legal-card p, .legal-card li { color: var(--gray); font-size: 14px; line-height: 1.9; }
.legal-card .button { margin-top: 30px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .recommend-grid, .profile-grid, .contact-grid { grid-template-columns: 1fr; }
  .recommend-grid, .profile-grid { gap: 38px; }
  .recommend-visual, .recommend-visual img { min-height: 430px; height: 430px; }
  .profile-photo, .profile-photo-main { min-height: 560px; height: 560px; }
  .contact-grid { gap: 40px; }
  .contact-form { width: min(100%, 560px); margin: 0 auto; }
}

@media (max-width: 680px) {
  body { padding-bottom: 66px; font-size: 15px; }
  .container { width: min(100% - 32px, 560px); }
  .section { padding: 64px 0; }
  .mobile-only { display: block; }
  .site-header { height: 62px; padding: 0 15px; }
  .brand-mark { width: 31px; height: 31px; font-size: 20px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 7px; margin-top: 4px; }
  .header-cta { margin-right: -15px; padding: 0 13px; gap: 5px; font-size: 10px; }
  .section-heading { margin-bottom: 29px; }
  .section-heading h2 { font-size: 29px; line-height: 1.5; }
  .section-heading .solution-title { font-size: 23px; letter-spacing: -.055em; white-space: nowrap; }
  .section-heading > p:last-child { margin-top: 15px; font-size: 14px; }
  .section-kicker { margin-bottom: 9px; font-size: 9px; }

  .hero { min-height: 700px; padding-top: 62px; }
  .hero-backdrop {
    inset: 62px 0 0;
    background:
      linear-gradient(0deg, rgba(8, 34, 61, .94) 0%, rgba(13, 50, 85, .77) 58%, rgba(15, 62, 106, .1) 100%),
      url("assets/hero-construction.png") 67% top / auto 50% no-repeat,
      var(--navy);
  }
  .hero-grid { inset: 62px 0 0; background-size: 58px 58px; }
  .hero-content { min-height: 638px; align-items: flex-end; }
  .hero-copy { width: 100%; padding: 235px 0 38px; }
  .eyebrow { margin-bottom: 10px; font-size: 9px; }
  .eyebrow span { width: 28px; }
  .hero h1 { font-size: 43px; line-height: 1.28; }
  .hero-title-sub { margin-top: 10px; font-size: 17px; }
  .hero-lead { margin-top: 16px; font-size: 13px; line-height: 1.8; }
  .hero-lead br { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 23px; }
  .button { min-height: 57px; }
  .text-link { align-self: flex-start; }
  .hero-notes { margin-top: 16px; }
  .hero-notes span { padding: 3px 8px; font-size: 8px; }

  .quick-results { padding-bottom: 44px; }
  .quick-result-grid { grid-template-columns: 1fr; gap: 10px; transform: translateY(-24px); margin-bottom: -24px; }
  .quick-result-grid article { min-height: 0; padding: 27px 23px; border-top-width: 4px; }
  .quick-result-grid small { font-size: 14px; }
  .quick-result-grid h2 { margin: 12px 0 8px; font-size: 28px; }
  .quick-result-grid p { font-size: 14px; }

  .recommend-visual, .recommend-visual img { min-height: 360px; height: 360px; }
  .recommend-visual > div { left: 21px; right: 21px; bottom: 21px; }
  .recommend-visual strong { font-size: 19px; }
  .recommend-list { grid-template-columns: 1fr; gap: 8px; }
  .recommend-list li { min-height: 56px; }

  .platform-focus-grid { grid-template-columns: 1fr; gap: 14px; }
  .platform-focus-card { height: 330px; }
  .platform-focus-body { padding: 22px; }
  .platform-focus-body h3 { font-size: 28px; }
  .platform-focus-body p { font-size: 13px; }
  .journey-strip { grid-template-columns: 1fr; gap: 7px; padding: 25px 20px; }
  .journey-strip b { transform: rotate(90deg); text-align: center; font-size: 20px; }
  .journey-strip span { font-size: 13px; }
  .journey-strip strong { font-size: 20px; }
  .simple-cta p { font-size: 16px; }
  .section-cta { flex-direction: column; align-items: stretch; gap: 14px; padding: 20px; text-align: center; }
  .section-cta .button { width: 100%; }

  .client-action-banner { grid-template-columns: 1fr; gap: 14px; padding: 24px 21px; }
  .client-action-icon { width: 58px; height: 58px; font-size: 22px; }
  .client-action-banner h3 { font-size: 21px; }
  .support-steps { grid-template-columns: 1fr; gap: 9px; }
  .support-steps article { padding: 22px; }
  .service-scope { justify-content: flex-start; }

  .profile-photo, .profile-photo-main { min-height: 410px; height: 410px; }
  .profile-portrait-inset { top: 17px; right: 17px; width: 88px; height: 117px; border-width: 3px; }
  .profile-photo-label { left: 17px; right: 17px; bottom: 17px; padding: 13px 14px; }
  .profile-photo-label strong { font-size: 12px; }
  .profile-copy .profile-title { font-size: 28px; line-height: 1.55; }
  .profile-name { flex-direction: column; align-items: flex-start; gap: 1px; }
  .profile-name strong { font-size: 24px; }
  .profile-description p { font-size: 14px; line-height: 1.85; }
  .profile-points { grid-template-columns: 1fr; }
  .profile-points li { min-height: 0; padding: 21px 48px 21px 19px; text-align: left; }
  .profile-points b { top: 50%; right: 17px; transform: translateY(-50%); font-size: 24px; }
  .profile-points strong { font-size: 18px; }
  .profile-points span { margin-top: 4px; font-size: 12px; }

  .plan-grid { grid-template-columns: 1fr; gap: 14px; }
  .plan-card { padding: 28px 23px 24px; }
  .plan-card.recommended { order: -1; padding-top: 45px; }
  .plan-head { min-height: auto; margin-bottom: 18px; }
  .plan-price strong { font-size: 27px; }
  .plan-note { text-align: left; }
  .additional-services { align-items: flex-start; flex-direction: column; gap: 7px; padding: 18px; }
  .additional-services p { font-size: 13px; }

  .accordion summary { grid-template-columns: 27px 1fr 27px; gap: 8px; padding: 19px 10px; font-size: 14px; }
  .accordion details > div { grid-template-columns: 27px 1fr; gap: 8px; padding: 0 10px 19px; }

  .contact-copy h2 { font-size: 30px; }
  .contact-form { padding: 27px 21px; }
  .footer-inner { flex-direction: column; gap: 17px; text-align: center; }
  .mobile-fixed-cta {
    position: fixed;
    z-index: 60;
    left: 9px;
    right: 9px;
    bottom: 7px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: white;
    background: var(--red);
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
    font-size: 13px;
    font-weight: 800;
  }
  .legal-page { padding-top: 62px; }
  .legal-content { padding: 45px 0 70px; }
  .legal-card { padding: 28px 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
