:root {
  --navy:       #17324D;
  --navy-deep:  #0F2438;
  --navy-soft:  #24486B;
  --teal:       #167D82;
  --teal-deep:  #10585C;
  --teal-light: #57A9AD;
  --coral:      #E8754F;
  --coral-deep: #C0512B;
  --coral-tint: #FDEDE7;
  --mint:       #EAF5F2;
  --offwhite:   #FAF8F4;
  --charcoal:   #263238;
  --body-text:  #48555C;
  --line:       #E2E6E4;
  --line-soft:  #EEF1EF;
  --white:      #FFFFFF;
  --radius-sm: 10px;
  --radius:    14px;
  --radius-lg: 20px;
  --radius-xl: 26px;
  --shadow-sm: 0 1px 3px rgba(23,50,77,.07);
  --shadow:    0 8px 24px -8px rgba(23,50,77,.14), 0 2px 6px rgba(23,50,77,.05);
  --shadow-md: 0 16px 40px -12px rgba(23,50,77,.18);
  --shadow-lg: 0 30px 70px -18px rgba(15,36,56,.30);
  --font-head: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --t:    260ms;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 134px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--body-text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--navy);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.02em;
  margin: 0 0 .55em;
}
h1 { font-size: clamp(2.15rem, 4.6vw, 3.4rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.35rem); font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p  { margin: 0 0 1rem; }
a  { color: var(--teal-deep); }
a:hover { color: var(--navy); }
img, svg { max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
::selection { background: rgba(232,117,79,.22); color: var(--charcoal); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--navy); color: var(--white); padding: 14px 22px;
  border-radius: 0 0 var(--radius-sm) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }
:focus-visible {
  outline: 3px solid var(--coral-deep);
  outline-offset: 3px;
  border-radius: 4px;
}
.eyebrow {
  font-family: var(--font-head);
  font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal-deep); margin: 0 0 14px;
}
.section { padding: 84px 0; }
.section-mint     { background: var(--mint); }
.section-offwhite { background: var(--offwhite); }
.section-navy     { background: var(--navy); color: rgba(255,255,255,.82); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy .eyebrow { color: #8ED4D8; }
.section-head { max-width: 720px; margin-bottom: 46px; }
.section-lede { font-size: 1.08rem; }
.section-navy .section-lede { color: rgba(255,255,255,.78); }
.text-link {
  font-weight: 600; color: var(--teal-deep);
  text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px;
}
.text-link:hover { color: var(--navy); }
.text-link-light { color: #8ED4D8; }
.text-link-light:hover { color: var(--white); }
.link-btn {
  background: none; border: 0; padding: 0; cursor: pointer;
  color: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: 3px;
}
.is-placeholder {
  background: repeating-linear-gradient(-45deg, #FFF6E5, #FFF6E5 8px, #FFEFD4 8px, #FFEFD4 16px);
  border: 1px dashed #D8A33A; color: #7A5A12;
  padding: 2px 8px; border-radius: 5px; font-style: normal;
}
.placeholder-note { font-size: .82em; color: #8A6A20; font-style: italic; }
.section-navy .placeholder-note { color: #E8C98A; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px;
  padding: 14px 28px;
  font-family: var(--font-head); font-size: 1rem; font-weight: 700;
  border: 2px solid transparent; border-radius: 999px;
  cursor: pointer; text-decoration: none; text-align: center;
  transition: background var(--t) var(--ease), color var(--t) var(--ease),
              border-color var(--t) var(--ease), box-shadow var(--t) var(--ease),
              transform var(--t) var(--ease);
}
.btn-lg { min-height: 58px; padding: 16px 34px; font-size: 1.05rem; }
.btn-sm { min-height: 44px; padding: 10px 20px; font-size: .92rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--coral-deep); color: var(--white); box-shadow: 0 8px 22px -8px rgba(192,81,43,.6); }
.btn-primary:hover { background: #A8451F; color: var(--white); transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(192,81,43,.65); }
.btn-secondary { background: var(--white); color: var(--navy); border-color: #CFD8DC; }
.btn-secondary:hover { background: var(--navy); color: var(--white); border-color: var(--navy); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: var(--white); color: var(--navy); border-color: var(--white); transform: translateY(-2px); }
.btn[disabled], .btn.is-busy { opacity: .72; cursor: progress; transform: none; }
.btn-spinner { display: none; width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.45); border-top-color: var(--white);
  animation: spin .7s linear infinite; }
.btn.is-busy .btn-spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.announce {
  background: var(--navy-deep); color: rgba(255,255,255,.88);
  font-size: .88rem; text-align: center; padding: 9px 0;
}
.announce .container { display: flex; align-items: center; justify-content: center; gap: 9px; }
.announce-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); flex: none; }
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: var(--white); border-bottom: 1px solid var(--line);
  transition: box-shadow var(--t) var(--ease), padding var(--t) var(--ease);
}
.site-header.is-compact { box-shadow: 0 2px 16px rgba(23,50,77,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; transition: min-height var(--t) var(--ease); }
.site-header.is-compact .header-inner { min-height: 78px; }
.site-header.is-compact .nav-cta {
  min-height: 40px;
  padding: 8px 17px;
  font-size: .85rem;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { display: flex; flex: none; }
.brand-logo img { display: block; height: 52px; width: auto; transition: transform var(--t) var(--ease); }
.site-header.is-compact .brand-logo img { height: 46px; }
.brand:hover .brand-logo img { transform: scale(1.05); }
.brand-name { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name strong { font-family: var(--font-head); font-size: 1.1rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.brand-name small { font-size: .72rem; color: var(--body-text); letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav-list { display: flex; align-items: center; gap: 22px; }
.nav-list a {
  position: relative; font-size: .95rem; font-weight: 500;
  color: var(--charcoal); text-decoration: none; padding: 6px 0;
  transition: color var(--t) var(--ease);
}
.nav-list a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--coral); transition: width var(--t) var(--ease);
}
.nav-list a:hover { color: var(--navy); }
.nav-list a:hover::after { width: 100%; }
.nav-cta {
  min-height: 40px;
  padding: 8px 17px;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: -.005em;
  border-width: 1.5px;
  box-shadow: 0 4px 12px -5px rgba(192,81,43,.5);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -7px rgba(192,81,43,.55); }
.nav-toggle {
  display: none; align-items: center; gap: 9px;
  min-height: 48px; padding: 8px 16px;
  background: var(--white); border: 2px solid #CFD8DC; border-radius: 999px;
  color: var(--navy); font-family: var(--font-head); font-weight: 700; cursor: pointer;
}
.nav-toggle-bars { display: flex; flex-direction: column; gap: 4px; }
.nav-toggle-bars span { display: block; width: 18px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform var(--t) var(--ease), opacity var(--t) var(--ease); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.hero { position: relative; overflow: hidden; padding: 68px 0 76px;
  background: linear-gradient(168deg, var(--mint) 0%, #F5FBF9 42%, var(--white) 100%); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.fl-outline {
  position: absolute; right: -40px; top: 40px; width: 460px; max-width: 55%;
  color: var(--teal); opacity: .13;
}
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1.02fr .98fr;
  gap: 54px; align-items: center;
}
.hero-copy { max-width: 36em; }
.hero h1 { margin-bottom: 20px; }
.hero-lede { font-size: 1.17rem; color: var(--charcoal); margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-trust-line { display: flex; align-items: center; gap: 10px; font-size: .96rem; color: var(--body-text); margin: 0; }
.ico-check { width: 21px; height: 21px; flex: none; color: var(--teal-deep); }
.hero-visual { perspective: 1400px; }
.hero-scene {
  position: relative; aspect-ratio: 420 / 460; width: 100%;
  transform-style: preserve-3d;
  transition: transform 400ms var(--ease);
}
.hero-connector { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--teal); opacity: .5; }
.hero-connector path { animation: dash 24s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -240; } }
.scene-card {
  position: absolute; margin: 0;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-md);
}
.card-site { left: 6%; top: 12%; width: 68%; z-index: 2; padding: 0; overflow: hidden; }
.card-search { right: 0; top: 0; width: 47%; z-index: 3; padding: 14px 15px; }
.card-inquiry {
  left: 0; bottom: 16%; width: 62%; z-index: 4;
  display: flex; align-items: center; gap: 12px; padding: 13px 15px;
}
.card-compliance { right: 2%; bottom: 2%; width: 52%; z-index: 4; padding: 14px 15px; }
.concept-tag {
  position: absolute; top: 10px; right: 10px; z-index: 5;
  background: var(--navy); color: var(--white);
  font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px;
}
.demo-pill {
  margin-left: auto; background: var(--mint); color: var(--teal-deep);
  font-size: .62rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 999px; border: 1px solid #BEDFDC;
}
.demo-pill-lg { font-size: .7rem; padding: 5px 12px; }
.browser { border-radius: var(--radius); overflow: hidden; }
.browser-bar {
  display: flex; align-items: center; gap: 5px; padding: 9px 12px;
  background: #F2F4F3; border-bottom: 1px solid var(--line);
}
.browser-bar .tl { width: 8px; height: 8px; border-radius: 50%; background: #CFD8DC; }
.browser-url {
  margin-left: 8px; font-size: .68rem; color: var(--body-text);
  background: var(--white); border-radius: 999px; padding: 3px 12px; border: 1px solid var(--line);
}
.browser-body { padding: 0; }
.browser-text { padding: 12px 14px 16px; }
.line { display: block; height: 8px; border-radius: 999px; background: #E7ECEA; margin-bottom: 8px; }
.line-lg { width: 82%; height: 11px; background: #D6DEE2; }
.line-md { width: 62%; }
.line-sm { width: 40%; }
.fake-btn {
  display: inline-block; margin-top: 8px; padding: 7px 15px;
  background: var(--coral-deep); color: var(--white);
  font-size: .72rem; font-weight: 700; border-radius: 999px;
}
.mini-head {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-head); font-size: .76rem; font-weight: 700; color: var(--navy);
  margin-bottom: 9px;
}
.mini-head svg { width: 15px; height: 15px; flex: none; color: var(--teal-deep); }
.mini-query { font-size: .76rem; color: var(--body-text); margin: 0 0 8px; font-style: italic; }
.rank-list li {
  display: flex; align-items: center; gap: 8px;
  font-size: .76rem; padding: 5px 0; border-bottom: 1px solid var(--line-soft); color: var(--body-text);
}
.rank-list li:last-child { border-bottom: 0; }
.rank-list .rank-pos {
  width: 18px; height: 18px; flex: none; border-radius: 5px;
  display: grid; place-items: center; font-size: .64rem; font-weight: 700;
  background: #EEF1EF; color: var(--body-text);
}
.rank-list .is-you { color: var(--navy); font-weight: 700; }
.rank-list .is-you .rank-pos { background: var(--teal); color: var(--white); }
.pulse-dot {
  width: 11px; height: 11px; flex: none; border-radius: 50%; background: var(--coral);
  box-shadow: 0 0 0 0 rgba(232,117,79,.55); animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(232,117,79,.5); }
  70%  { box-shadow: 0 0 0 11px rgba(232,117,79,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,117,79,0); }
}
.card-inquiry strong { display: block; font-family: var(--font-head); font-size: .84rem; color: var(--navy); }
.mini-sub { font-size: .72rem; color: var(--body-text); }
.mini-sub em { font-style: normal; color: var(--teal-deep); font-weight: 600; }
.check-list li {
  position: relative; padding-left: 20px; font-size: .74rem;
  color: var(--body-text); margin-bottom: 5px;
}
.check-list li::before {
  content: ''; position: absolute; left: 2px; top: .42em;
  width: 9px; height: 5px; border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}
.browser-img {
  display: block; width: 100%; height: auto; aspect-ratio: 16 / 9;
  object-fit: cover; border-bottom: 1px solid var(--line);
}
.rounded-img {
  display: block; width: 100%; height: auto;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); padding: 40px 0; }
.trust-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.trust-list li { display: flex; flex-direction: column; gap: 6px; }
.trust-ico {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px;
  background: var(--mint); color: var(--teal-deep); margin-bottom: 4px;
}
.trust-ico svg { width: 21px; height: 21px; }
.trust-list strong { font-family: var(--font-head); font-size: 1rem; color: var(--navy); }
.trust-list span { font-size: .9rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 24px 24px;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #CFE3E0; }
.problem-num {
  display: inline-block; font-family: var(--font-head); font-size: .8rem; font-weight: 800;
  color: var(--coral-deep); background: var(--coral-tint);
  border-radius: 7px; padding: 3px 9px; margin-bottom: 12px;
}
.problem-card h3 { font-size: 1.1rem; margin-bottom: .4em; }
.problem-card p { font-size: .95rem; margin: 0; }
.service-feature {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl);
  padding: 40px; margin-bottom: 24px; box-shadow: var(--shadow-sm);
}
.sf-badge {
  display: inline-block; font-family: var(--font-head); font-size: .72rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--white); background: var(--teal); border-radius: 999px;
  padding: 4px 12px; margin-bottom: 14px;
}
.sf-copy h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.sf-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px;
  margin: 20px 0 26px;
}
.sf-list li, .svc-list li, .benefit-list li, .magnet-list li, .partner-card li {
  position: relative; padding-left: 26px; font-size: .95rem;
}
.sf-list li::before, .svc-list li::before, .benefit-list li::before,
.magnet-list li::before, .partner-card li::before {
  content: ''; position: absolute; left: 4px; top: .45em;
  width: 10px; height: 6px;
  border-left: 2.5px solid var(--teal); border-bottom: 2.5px solid var(--teal);
  transform: rotate(-45deg);
}
.service-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl);
  padding: 32px 30px;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-card.featured { border-color: #BEDFDC; box-shadow: var(--shadow); }
.svc-ico {
  width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px;
  background: var(--mint); color: var(--teal-deep); margin-bottom: 18px;
}
.svc-ico svg { width: 24px; height: 24px; }
.svc-list { display: grid; gap: 8px; margin: 16px 0 24px; }
.service-card .btn { margin-top: auto; align-self: flex-start; }
.compare { display: grid; gap: 12px; }
.compare-head { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 2px; }
.ch {
  font-family: var(--font-head); font-weight: 800; font-size: .82rem;
  letter-spacing: .08em; text-transform: uppercase; padding: 0 4px;
}
.ch-generic { color: var(--body-text); }
.ch-us { color: var(--teal-deep); }
.compare-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cc { border-radius: var(--radius); padding: 18px 20px; border: 1px solid var(--line); }
.cc p { margin: 0; font-size: .97rem; }
.cc-label { display: none; }
.cc-generic { background: #F7F8F8; color: var(--body-text); }
.cc-us { background: var(--mint); border-color: #BEDFDC; color: var(--charcoal); font-weight: 500; }
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ba-panel { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-xl); padding: 26px; }
.ba-after { background: rgba(255,255,255,.1); border-color: rgba(142,212,216,.4); }
.ba-head { margin-bottom: 18px; }
.ba-chip {
  display: inline-block; font-family: var(--font-head); font-size: .72rem; font-weight: 800;
  letter-spacing: .09em; text-transform: uppercase; border-radius: 999px;
  padding: 4px 12px; margin-bottom: 10px;
  background: rgba(255,255,255,.16); color: rgba(255,255,255,.9);
}
.ba-chip-good { background: var(--teal); color: var(--white); }
.ba-head h3 { font-size: 1.15rem; margin: 0; }
.ba-mock {
  background: var(--white); border-radius: var(--radius); padding: 16px;
  min-height: 168px; margin-bottom: 20px;
}
.ba-mock-before { filter: saturate(.45) contrast(.92); }
.bm-bar { display: flex; gap: 6px; align-items: center; margin-bottom: 12px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.bm-bar span { height: 7px; width: 34px; border-radius: 3px; background: #DDE3E1; }
.bm-bar-clean { gap: 10px; border-bottom-color: transparent; }
.bm-bar-clean span { height: 6px; width: 26px; background: #C9D7D4; }
.bm-bar-clean .bm-brand { width: 52px; height: 14px; border-radius: 4px; background: var(--navy); margin-right: auto; }
.bm-cramped { display: grid; grid-template-columns: 78px 1fr; gap: 10px; margin-bottom: 10px; }
.bm-thumb { display: block; width: 100%; height: 58px; object-fit: cover; border-radius: 3px; border: 1px solid #D3DAD8; }
.bm-lines { display: flex; flex-direction: column; gap: 6px; }
.bm-lines .line { margin-bottom: 0; height: 6px; }
.bm-wide {
  display: block; width: 100%; height: 92px; object-fit: cover;
  border-radius: 8px; margin-bottom: 12px;
}
.ba-list li { position: relative; padding-left: 28px; font-size: .95rem; margin-bottom: 8px; color: rgba(255,255,255,.82); }
.ba-list-minus li::before {
  content: ''; position: absolute; left: 4px; top: .68em; width: 12px; height: 2.5px;
  background: rgba(255,255,255,.5); border-radius: 2px;
}
.ba-list-plus li::before {
  content: ''; position: absolute; left: 4px; top: .42em; width: 11px; height: 6px;
  border-left: 2.5px solid #8ED4D8; border-bottom: 2.5px solid #8ED4D8; transform: rotate(-45deg);
}
.disclaimer-inline {
  margin: 26px 0 0; padding: 16px 20px; font-size: .92rem;
  background: rgba(255,255,255,.08); border-left: 3px solid var(--coral);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: rgba(255,255,255,.82);
}
.disclaimer-inline strong { color: var(--white); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.process-steps::before {
  content: ''; position: absolute; top: 25px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--mint), #BEDFDC, var(--mint));
}
.pstep { position: relative; padding-top: 66px; }
.pstep-num {
  position: absolute; top: 0; left: 0; width: 52px; height: 52px;
  display: grid; place-items: center; border-radius: 50%;
  font-family: var(--font-head); font-size: 1.2rem; font-weight: 800;
  background: var(--white); color: var(--navy); border: 2px solid #BEDFDC;
  transition: background var(--t) var(--ease), color var(--t) var(--ease), transform var(--t) var(--ease);
}
.pstep:hover .pstep-num { background: var(--teal); color: var(--white); border-color: var(--teal); transform: scale(1.06); }
.pstep h3 { font-size: 1.12rem; }
.pstep p { font-size: .95rem; margin: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.benefit-list { display: grid; gap: 10px; margin: 22px 0 28px; }
.note-box {
  margin: 24px 0 0; padding: 16px 18px; font-size: .9rem;
  background: var(--offwhite); border: 1px solid var(--line);
  border-left: 3px solid var(--coral); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.section-mint .note-box { background: rgba(255,255,255,.7); }
.dash { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 22px; box-shadow: var(--shadow-md); }
.dash-top { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.dash-title { font-family: var(--font-head); font-weight: 800; color: var(--navy); }
.dash-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.dtile { background: var(--offwhite); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px; text-align: center; }
.dtile-label { display: block; font-size: .76rem; color: var(--body-text); margin-bottom: 4px; }
.dtile-val { display: block; font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; color: #B9C6C3; }
.dash-sub { display: block; font-family: var(--font-head); font-size: .82rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.dash-rows li {
  display: flex; align-items: center; gap: 10px; font-size: .88rem;
  padding: 11px 12px; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); margin-bottom: 8px;
}
.dash-rows em { margin-left: auto; font-style: normal; font-size: .74rem; color: var(--body-text); background: var(--offwhite); border-radius: 999px; padding: 2px 9px; }
.drow-ico { width: 9px; height: 9px; border-radius: 50%; background: var(--teal-light); flex: none; }
.dash-foot { margin: 14px 0 0; font-size: .8rem; color: var(--body-text); font-style: italic; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; }
.partner-card {
  background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--teal);
  border-radius: var(--radius-lg); padding: 26px 22px;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.partner-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.partner-card h3 { font-size: 1.05rem; margin-bottom: 14px; }
.partner-card ul { display: grid; gap: 8px; }
.partner-card li { font-size: .92rem; }
.partner-foot { display: flex; align-items: flex-start; gap: 28px; flex-wrap: wrap; }
.disclosure {
  flex: 1 1 380px; margin: 0; padding: 16px 18px; font-size: .9rem;
  background: var(--offwhite); border: 1px solid var(--line); border-radius: var(--radius-sm);
}
.journey { display: grid; gap: 22px; }
.journey li { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.journey-num {
  width: 40px; height: 40px; flex: none; display: grid; place-items: center;
  border-radius: 50%; background: var(--white); border: 2px solid #BEDFDC;
  font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--navy);
  transition: background var(--t) var(--ease), color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.journey li:hover .journey-num { background: var(--teal); color: var(--white); border-color: var(--teal); }
.journey h3 { font-size: 1.08rem; margin-bottom: .3em; }
.journey p { font-size: .95rem; margin: 0; }
.family-aside {
  margin-top: 20px; padding: 24px 22px;
  background: var(--white); border: 1px solid var(--line);
  border-left: 3px solid var(--teal); border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.family-aside h3 { font-size: 1.05rem; margin-bottom: .45em; }
.family-aside p { font-size: .93rem; }
.family-aside .text-link { font-size: .93rem; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.proof-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 26px;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.proof-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.proof-ico { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: var(--teal-deep); margin-bottom: 16px; }
.proof-ico svg { width: 22px; height: 22px; }
.proof-card h3 { font-size: 1.1rem; }
.proof-card p { font-size: .95rem; }
.magnet {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl);
  padding: 44px; box-shadow: var(--shadow);
}
.magnet-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; margin-top: 20px; }
.magnet-form-wrap { background: var(--mint); border-radius: var(--radius-lg); padding: 30px 28px; }
.magnet-form-title { font-size: 1.15rem; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-family: var(--font-head); font-size: .9rem; font-weight: 700; color: var(--navy); }
.section-navy .field label { color: var(--white); }
.req { color: var(--coral-deep); }
.section-navy .req { color: #FFB59A; }
.optional { font-weight: 500; color: var(--body-text); font-size: .85rem; }
.section-navy .optional { color: rgba(255,255,255,.6); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--charcoal);
  min-height: 50px; padding: 13px 15px; width: 100%;
  background: var(--white); border: 2px solid #CFD8DC; border-radius: var(--radius-sm);
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,125,130,.18);
}
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #B3261E; }
.field-err { display: none; margin: 0; font-size: .86rem; font-weight: 600; color: #B3261E; }
.section-navy .field-err { color: #FFB4AB; }
.field.has-error .field-err { display: block; }
.field-check { display: grid; grid-template-columns: auto 1fr; gap: 10px 12px; align-items: start; }
.field-check input { width: 24px; height: 24px; min-height: 24px; margin-top: 2px; accent-color: var(--teal); }
.field-check label { font-family: var(--font-body); font-weight: 400; font-size: .92rem; color: var(--body-text); line-height: 1.5; }
.section-navy .field-check label { color: rgba(255,255,255,.82); }
.field-check .field-err { grid-column: 1 / -1; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.captcha-field { gap: 6px; min-height: 0; }
.captcha-field[hidden] { display: none !important; }
.captcha-field .g-recaptcha { min-height: 0; }
.captcha-field { overflow-x: auto; }
.captcha-field.has-error .g-recaptcha {
  outline: 2px solid #B3261E; outline-offset: 3px; border-radius: 6px;
}
.form-status { display: none; margin: 14px 0 0; padding: 14px 16px; border-radius: var(--radius-sm); font-size: .93rem; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: #E7F5EC; border: 1px solid #A9D9BC; color: #14532D; }
.form-status.is-error   { background: #FDECEA; border: 1px solid #F3B3AC; color: #8C1D18; }
.form-status.is-info    { background: #FFF6E5; border: 1px solid #E4C77E; color: #6B4E10; }
.form-footnote { margin: 12px 0 0; font-size: .84rem; color: rgba(255,255,255,.62); text-align: center; }
.lead-form-title { font-size: 1.3rem; color: var(--navy); margin-bottom: 20px; }
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.contact-methods { display: grid; gap: 16px; margin: 30px 0 26px; }
.contact-methods li { display: flex; align-items: center; gap: 14px; }
.cm-ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.1); color: #8ED4D8; }
.cm-ico svg { width: 21px; height: 21px; }
.contact-methods small { display: block; font-size: .78rem; color: rgba(255,255,255,.58); }
.contact-methods a, .contact-methods strong { font-family: var(--font-head); font-size: 1.02rem; font-weight: 700; color: var(--white); text-decoration: none; }
.contact-methods a:hover { color: #8ED4D8; text-decoration: underline; }
.contact-alt { font-size: .95rem; }
.contact-form-wrap { background: var(--white); border-radius: var(--radius-xl); padding: 34px 32px; box-shadow: var(--shadow-lg); }
.contact-form-wrap .field label { color: var(--navy); }
.contact-form-wrap .field-check label { color: var(--body-text); }
.contact-form-wrap .field-err { color: #B3261E; }
.contact-form-wrap .form-footnote { color: var(--body-text); }
.contact-form-wrap .req { color: var(--coral-deep); }
.accordion { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-item h3 { margin: 0; font-size: inherit; }
.acc-trigger {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  width: 100%; min-height: 64px; padding: 18px 4px;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: var(--navy);
  transition: color var(--t) var(--ease);
}
.acc-trigger:hover { color: var(--teal-deep); }
.acc-icon { position: relative; width: 22px; height: 22px; flex: none; }
.acc-icon::before, .acc-icon::after {
  content: ''; position: absolute; left: 50%; top: 50%; background: currentColor; border-radius: 2px;
  transform: translate(-50%, -50%); transition: transform var(--t) var(--ease), opacity var(--t) var(--ease);
}
.acc-icon::before { width: 14px; height: 2.5px; }
.acc-icon::after  { width: 2.5px; height: 14px; }
.acc-trigger[aria-expanded="true"] .acc-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.acc-panel { padding: 0 4px 22px; max-width: 68ch; }
.acc-panel p { margin: 0; font-size: 1rem; }
.final-cta { background: linear-gradient(150deg, var(--teal-deep), var(--navy) 72%); padding: 74px 0; }
.fc-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.fc-inner h2 { color: var(--white); }
.fc-inner p { color: rgba(255,255,255,.82); font-size: 1.08rem; margin-bottom: 30px; }
.fc-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.66); padding: 62px 0 0; font-size: .94rem; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 42px; }
.site-footer .brand-name strong { color: var(--white); font-size: 1.15rem; }
.site-footer .brand-name small { color: rgba(255,255,255,.55); }
.footer-brand p { margin: 14px 0 18px; max-width: 32em; }
.footer-facts { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; font-size: .86rem; margin: 0; }
.footer-facts dt { color: rgba(255,255,255,.5); }
.footer-facts dd { margin: 0; color: rgba(255,255,255,.8); }
.footer-h { font-family: var(--font-head); font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin: 0 0 16px; }
.footer-h-sub { margin-top: 26px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a, .footer-col .link-btn { color: rgba(255,255,255,.7); text-decoration: none; transition: color var(--t) var(--ease); }
.footer-col a:hover, .footer-col .link-btn:hover { color: #8ED4D8; text-decoration: underline; }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.12); padding: 26px 0; display: grid; gap: 10px; }
.footer-disclaimer p { margin: 0; font-size: .84rem; color: rgba(255,255,255,.55); max-width: 90ch; }
.footer-disclaimer strong { color: rgba(255,255,255,.78); }
.review-flag em { color: #E8C98A; }
.footer-base {
  border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0 26px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.footer-base p { margin: 0; font-size: .85rem; }
.legal-head { background: var(--mint); padding: 40px 0 44px; border-bottom: 1px solid #D3E7E4; }
.legal-head h1 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: .3em; }
.legal-meta { margin: 0; font-size: .92rem; color: var(--body-text); }
.breadcrumb { margin-bottom: 18px; font-size: .88rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.breadcrumb li + li::before { content: '/'; margin-right: 8px; color: #9AAFAB; }
.breadcrumb a { color: var(--teal-deep); text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb [aria-current] { color: var(--body-text); }
.legal { padding: 44px 0 80px; }
.legal section { margin-bottom: 42px; scroll-margin-top: 140px; }
.legal h2 { font-size: 1.4rem; margin-bottom: .6em; padding-bottom: .35em; border-bottom: 2px solid var(--mint); }
.legal h3 { font-size: 1.06rem; margin: 1.4em 0 .5em; }
.legal p, .legal li { font-size: 1rem; }
.legal ul, .legal ol { margin: 0 0 1rem; padding-left: 1.4em; }
.legal ul { list-style: disc; }
.legal ol { list-style: decimal; }
.legal li { margin-bottom: .5em; }
.legal a { text-decoration: underline; text-underline-offset: 3px; }
.legal-notice {
  background: #FFF8E8; border: 1px solid #E4C77E; border-left: 4px solid #D8A33A;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 22px; margin-bottom: 36px; font-size: .95rem; color: #6B4E10;
}
.legal-notice strong { color: #533B08; }
.legal-toc {
  background: var(--offwhite); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 24px 26px; margin-bottom: 44px;
}
.legal-toc h2 { font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; border: 0; padding: 0; margin-bottom: 14px; }
.legal-toc ol { columns: 2; column-gap: 32px; margin: 0; padding-left: 1.2em; }
.legal-toc li { margin-bottom: .4em; break-inside: avoid; font-size: .93rem; }
.legal-table { width: 100%; border-collapse: collapse; margin: 0 0 1.4rem; font-size: .93rem; }
.legal-table th, .legal-table td { text-align: left; padding: 11px 14px; border: 1px solid var(--line); vertical-align: top; }
.legal-table thead th { background: var(--mint); font-family: var(--font-head); font-size: .85rem; color: var(--navy); }
.legal-table tbody th { background: var(--offwhite); font-weight: 600; color: var(--navy); width: 34%; }
.legal .legal-flow { counter-reset: step; list-style: none; padding-left: 0; }
.legal-flow li {
  position: relative; padding-left: 38px; margin-bottom: .7em;
}
.legal-flow li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: .05em;
  width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center;
  background: var(--teal); color: var(--white);
  font-family: var(--font-head); font-size: .8rem; font-weight: 700;
}
.legal .legal-nots { list-style: none; padding-left: 0; }
.legal .legal-nots li { position: relative; padding-left: 30px; }
.legal-nots li::before {
  content: ''; position: absolute; left: 4px; top: .52em;
  width: 13px; height: 2.5px; background: var(--coral-deep); border-radius: 2px;
}
.legal-aside {
  background: var(--offwhite); border-left: 3px solid var(--teal);
  padding: 14px 18px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .93rem;
}
.legal-entity { font-size: .95rem; line-height: 1.9; }
.legal-footer-note {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line);
  font-size: .88rem; color: var(--muted, var(--body-text));
}
.footer-base-simple { border-top: 0; padding-top: 26px; }
@media (max-width: 760px) {
  .legal-toc ol { columns: 1; }
  .legal-table thead { display: none; }
  .legal-table tbody th, .legal-table td { display: block; width: auto; border-bottom: 0; }
  .legal-table tbody tr { display: block; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
  .legal-table td:last-child { border-bottom: 1px solid var(--line); }
}
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 500ms var(--ease), transform 500ms var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 480px; width: 100%; }
  .fl-outline { opacity: .09; }
  .trust-list { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .service-feature { grid-template-columns: 1fr; gap: 32px; padding: 32px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 32px 26px; }
  .process-steps::before { display: none; }
  .split,   .split-narrow .split-visual { max-width: 320px; }
  .magnet { grid-template-columns: 1fr; gap: 34px; padding: 34px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); padding: 8px 24px 24px;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line-soft); font-size: 1.05rem; }
  .nav-list a::after { display: none; }
  .nav-cta {
    margin-top: 18px;
    min-height: 52px;
    padding: 14px 26px;
    font-size: 1rem;
  }
  .site-header { position: sticky; }
  .header-inner { position: relative; }
}
@media (max-width: 760px) {
  body { font-size: 17px; }
  .section { padding: 60px 0; }
  .hero { padding: 44px 0 56px; }
  .container { padding: 0 20px; }
  .trust-list, .problem-grid, .service-pair, .proof-grid,
  .partner-grid, .process-steps, .ba-grid, .field-row,
  .sf-list, .magnet-list, .dash-tiles { grid-template-columns: 1fr; }
  .hero-actions .btn, .fc-actions .btn { width: 100%; }
  .compare-head { display: none; }
  .compare-row { grid-template-columns: 1fr; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .cc-label {
    display: block; font-family: var(--font-head); font-size: .72rem; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase; margin-bottom: 5px; color: var(--body-text);
  }
  .cc-us .cc-label { color: var(--teal-deep); }
  .magnet-form-wrap, .contact-form-wrap { padding: 26px 22px; }
  .service-feature, .magnet { padding: 26px 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-base { flex-direction: column; }
  .partner-foot { flex-direction: column; gap: 20px; }
  .partner-foot .btn { width: 100%; }
}
@media (max-width: 420px) {
  .hero-scene { aspect-ratio: 380 / 500; }
  .card-site { width: 82%; left: 0; }
  .card-search { width: 58%; }
  .card-inquiry { width: 76%; }
  .card-compliance { width: 66%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-scene { transform: none !important; }
  .hero-connector path { animation: none; }
}
@media print {
  .site-header, .announce, .nav-toggle, .hero-visual, .final-cta,
  .magnet-form-wrap, .contact-form-wrap { display: none; }
  body { font-size: 12pt; color: #000; background: #fff; }
  .section-navy, .final-cta, .site-footer { background: #fff !important; color: #000 !important; }
  .section-navy h2, .section-navy h3 { color: #000 !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .85em; }
}