:root {
  --navy: #064b82;
  --navy-2: #08659f;
  --ink: #0a2848;
  --coral: #ff8a25;
  --coral-dark: #e66000;
  --blue: #d6f1ff;
  --cream: #fff3d9;
  --paper: #f3faff;
  --white: #ffffff;
  --muted: #667085;
  --line: #dce3ed;
  --radius: 1.5rem;
  --shadow: 0 1.5rem 4rem rgba(11, 23, 54, .1);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
main, section, header, footer { max-width: 100%; }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 1000; transform: translateY(-150%); background: var(--white); color: var(--navy); padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  background: rgba(4, 69, 118, .91);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.header-inner { width: min(calc(100% - 3rem), 1280px); height: 5rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-logo { width: 8.9rem; height: 2.3rem; object-fit: contain; object-position: left center; }
.brand-sub { font-size: .64rem; letter-spacing: .23em; opacity: .72; }
.global-nav { display: flex; align-items: center; gap: 1.85rem; }
.global-nav a { color: rgba(255,255,255,.8); text-decoration: none; font-size: .88rem; font-weight: 600; letter-spacing: .04em; transition: color .2s ease; }
.global-nav a:hover, .global-nav a:focus-visible { color: var(--white); }
.global-nav .nav-cta { color: var(--navy); background: var(--white); padding: .65rem 1.15rem; border-radius: 999px; }
.menu-button { display: none; width: 2.75rem; height: 2.75rem; padding: .7rem; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; margin: .25rem 0; }

.hero { position: relative; overflow: hidden; min-height: 100svh; padding: 9.5rem 0 2.5rem; color: var(--white); background: linear-gradient(135deg, #075f9e 0%, #078fc8 58%, #13a9cf 100%); }
.hero::before { content: ""; position: absolute; width: 36rem; height: 36rem; right: -16rem; top: -11rem; border: 1px solid rgba(185,217,246,.18); border-radius: 50%; box-shadow: 0 0 0 7rem rgba(185,217,246,.025), 0 0 0 14rem rgba(185,217,246,.018); }
.hero-glow { position: absolute; width: 38rem; height: 38rem; left: -20rem; bottom: -25rem; background: var(--coral); opacity: .13; filter: blur(70px); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.eyebrow { margin: 0 0 1.2rem; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .2em; }
.eyebrow.dark { color: #42617e; }
.hero h1 { max-width: 10.5em; margin: 0; font-size: clamp(2.45rem, 4vw, 3.6rem); line-height: 1.35; letter-spacing: -.045em; text-wrap: balance; word-break: normal; word-break: auto-phrase; overflow-wrap: normal; line-break: strict; }
.hero-lead { max-width: 39rem; margin: 2rem 0 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 3.6rem; padding: .8rem 1.4rem; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 .8rem 2.3rem rgba(255,107,74,.25); }
.button-primary:hover { background: var(--coral-dark); }
.text-link { color: var(--white); text-underline-offset: .35rem; text-decoration-color: rgba(255,255,255,.35); font-weight: 650; }
.hero-visual { position: relative; margin: 0; padding: .55rem; background: rgba(255,255,255,.23); border: 1px solid rgba(255,255,255,.32); border-radius: 1.8rem; box-shadow: 0 2.2rem 4rem rgba(0,55,91,.25); transform: rotate(1.2deg); }
.hero-visual::after { content: ""; position: absolute; width: 5.3rem; height: 5.3rem; right: -1.4rem; bottom: -1.5rem; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 .7rem rgba(255,255,255,.18); }
.hero-visual img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 1.35rem; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.3rem; padding: .8rem 1rem; color: var(--ink); background: rgba(255,255,255,.9); border-radius: .8rem; font-size: .78rem; font-weight: 750; line-height: 1.55; backdrop-filter: blur(8px); }
.hero-note { position: relative; display: flex; align-items: center; justify-content: center; gap: 1.1rem; margin-top: clamp(3rem, 7vh, 5rem); color: rgba(255,255,255,.55); font-size: .82rem; letter-spacing: .08em; }
.hero-note strong { color: var(--white); font-weight: 700; }
.note-line { width: 3rem; height: 1px; background: rgba(255,255,255,.18); }

.section-heading { margin-bottom: clamp(2.8rem, 5vw, 4.8rem); }
.section-heading h2, .sticky-heading h2, .needs-intro h2, .flow-copy h2, .fit-wrap h2, .faq-grid h2, .contact-card h2, .pricing-heading h2 { max-width: 15em; margin: 0; font-size: clamp(2rem, 3.25vw, 3.2rem); line-height: 1.45; letter-spacing: -.04em; text-wrap: balance; word-break: normal; word-break: auto-phrase; overflow-wrap: normal; line-break: strict; }
.mobile-break { display: none; }
.desktop-line { display: inline; }
.mobile-line { display: inline; }
.hero-grid > *, .heading-split > *, .philosophy-grid > *, .needs-grid > *, .flow-grid > *, .fit-wrap > *, .faq-grid > *, .contact-card > *, .example-grid > *, .standard-package > *, .management-card > * { min-width: 0; }
.heading-split { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.heading-split h2 { max-width: none; }
.heading-split > p { max-width: 48rem; margin: 0; color: var(--muted); font-size: 1.05rem; }

.journey-section { background: linear-gradient(180deg, var(--paper), #fff); }
.journey-wrap { position: relative; padding: 1rem 0 2rem; }
.journey-signals { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; padding: 1rem 1.25rem; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 1rem; font-size: .76rem; }
.journey-signals > span { font-weight: 800; letter-spacing: .05em; }
.journey-signals ul { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.journey-signals li { padding: .25rem .75rem; color: #53657c; background: var(--paper); border: 1px dashed #b9c6d7; border-radius: 999px; font-weight: 700; }
.journey { position: relative; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: .65rem; }
.journey-card { position: relative; min-width: 0; min-height: 13rem; padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 1.2rem; box-shadow: 0 .7rem 2rem rgba(11, 23, 54, .06); }
.journey-card.featured { color: var(--white); background: var(--navy-2); border-color: var(--navy-2); box-shadow: var(--shadow); }
.journey-card.final { border-color: rgba(255,107,74,.45); background: #fff9f6; }
.journey-number { display: block; color: #8792a5; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.journey-icon { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; margin: 1.1rem 0 1.5rem; color: var(--navy); background: var(--blue); border-radius: 50%; font-size: 1.2rem; font-weight: 800; }
.featured .journey-icon { color: var(--white); background: var(--coral); }
.final .journey-icon { color: var(--white); background: var(--coral); }
.journey-card h3 { margin: 0; font-size: 1rem; line-height: 1.5; }
.journey-card p { margin: .4rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.65); }
.journey-arrow { align-self: center; color: var(--coral); font-size: 1.55rem; font-weight: 800; }
.journey-caption { max-width: 52rem; margin: 2.5rem auto 0; color: var(--muted); text-align: center; }
.journey-caption strong { color: var(--ink); }

.data-section { color: var(--white); background: linear-gradient(145deg, #063f73, #087fbd); }
.data-heading { max-width: 54rem; }
.data-heading h2 { max-width: 15em; margin: 0; font-size: clamp(2rem, 3.25vw, 3.2rem); line-height: 1.45; letter-spacing: -.04em; text-wrap: balance; word-break: normal; word-break: auto-phrase; overflow-wrap: normal; }
.data-heading > p:last-child { margin: 1.4rem 0 0; color: rgba(255,255,255,.6); }
.data-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
.data-card { padding: clamp(1.5rem, 3vw, 2.3rem); color: var(--ink); background: var(--white); border-radius: var(--radius); }
.data-card-large, .trust-card, .no-site-card { grid-column: 1 / -1; }
.data-source { margin-bottom: 1.1rem; color: #758197; font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.metric-layout { display: grid; grid-template-columns: 11rem minmax(0, 1fr); align-items: center; gap: clamp(1.5rem, 4vw, 3rem); }
.metric-copy { min-width: 0; }
.stat-ring { --ring-bg:var(--white); --ring-track:#edf1f6; position: relative; display: grid; place-items: center; width: 10rem; aspect-ratio: 1; flex: 0 0 auto; border-radius: 50%; background: conic-gradient(var(--coral) var(--value), var(--ring-track) 0); }
.stat-ring::before { content: ""; position: absolute; inset: 19%; background: var(--ring-bg); border-radius: 50%; }
.stat-ring span { position: relative; z-index: 1; display: flex; align-items: baseline; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1; letter-spacing: -.055em; }
.stat-ring b { font-size: 2.45rem; }
.stat-ring small { margin-left: .12rem; color: var(--coral); font-size: 1rem; font-weight: 700; }
.stat-ring-small { width: 8.5rem; margin-bottom: 1.6rem; }
.stat-ring-small b { font-size: 2.1rem; }
.stat-ring-compact { width: 7.5rem; margin: 1rem 0; }
.stat-ring-inverse { --ring-track:rgba(255,255,255,.15); }
.stat-ring-inverse span { color: var(--white); }
.data-card h3 { margin: 0; font-size: clamp(1.12rem, 2vw, 1.6rem); line-height: 1.55; }
.data-card p { color: var(--muted); }
.metric-copy p { margin: .35rem 0 0; font-size: .85rem; }
.data-foot { margin-bottom: .6rem; }
.source-link { display: inline-flex; align-items: center; gap: .4rem; color: #42617e; font-size: .75rem; line-height: 1.6; text-underline-offset: .25rem; }
.data-card.coral { background: var(--cream); }
.trust-card { background: #e9f4ff; }
.no-site-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem 4rem; align-items: center; }
.no-site-card .source-link { grid-column: 1 / -1; }
.want-info { padding: 1.5rem; background: var(--navy); color: var(--white); border-radius: 1.2rem; }
.want-info > span { color: var(--blue); font-size: .73rem; font-weight: 700; }
.want-info p { margin: 0; color: rgba(255,255,255,.68); font-size: .85rem; }
.citation-note { margin-top: 1.6rem; padding: 1.25rem 1.5rem; color: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; font-size: .72rem; line-height: 1.8; }
.citation-note p { margin: 0; }
.citation-note p + p { margin-top: .5rem; }
.citation-note a { text-underline-offset: .2rem; }

.philosophy-section { background: var(--white); }
.philosophy-grid { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
.sticky-heading { align-self: start; }
.sticky-heading h2 { max-width: 16em; }
.philosophy-content { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1rem clamp(2rem, 5vw, 5rem); align-items: start; }
.philosophy-content > p { color: var(--muted); font-size: 1.05rem; }
.philosophy-content .lead-copy { margin-top: 0; color: var(--ink); font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 700; line-height: 1.7; }
.quote-block { grid-column: 2; grid-row: 1 / span 2; margin: 0; padding: 2.4rem; background: var(--cream); border-left: .35rem solid var(--coral); border-radius: 0 var(--radius) var(--radius) 0; }
.quote-block span { color: var(--muted); font-size: .85rem; }
.quote-block p { margin: .8rem 0; font-size: clamp(1.16rem, 2vw, 1.5rem); font-weight: 700; line-height: 1.8; }
.quote-block .quote-questions span { display: block; color: var(--ink); font-size: inherit; }
.quote-block .quote-questions span + span { margin-top: .15rem; }
.quote-block strong { color: var(--coral-dark); }
.decision-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 1.2rem; }
.decision-grid article { padding: 1.4rem; border: 1px solid var(--line); border-radius: 1.1rem; }
.decision-grid article.recommended { color: var(--white); background: var(--navy); border-color: var(--navy); }
.decision-label { color: var(--coral); font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.decision-grid h3 { margin: 1.8rem 0 .5rem; font-size: 1rem; }
.decision-grid p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.decision-grid .recommended p { color: rgba(255,255,255,.62); }

.needs-section { color: var(--white); background: var(--coral); }
.needs-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }
.needs-intro .eyebrow { color: var(--navy); opacity: .65; }
.needs-intro > p:last-child { color: rgba(255,255,255,.78); }
.needs-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.34); }
.needs-list li { display: flex; gap: 1rem; align-items: baseline; padding: 1.3rem .4rem; border-bottom: 1px solid rgba(255,255,255,.34); font-weight: 700; }
.needs-list li:nth-child(odd) { padding-right: 1.2rem; }
.needs-list span { color: var(--navy); opacity: .55; font-family: Georgia, serif; font-size: .78rem; }

.support-section { background: linear-gradient(180deg, #eff9ff, #fff); }
.planning-photo { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr); align-items: stretch; min-height: 24rem; margin: 0 0 1.2rem; overflow: hidden; background: var(--navy); border-radius: 1.7rem; box-shadow: var(--shadow); }
.planning-photo img { width: 100%; height: 100%; min-height: 24rem; object-fit: cover; }
.planning-photo figcaption { display: flex; flex-direction: column; justify-content: center; gap: 1rem; padding: clamp(2rem, 4vw, 3.2rem); color: rgba(255,255,255,.85); font-size: 1.05rem; font-weight: 650; line-height: 1.9; }
.planning-photo figcaption span { color: #ffd39c; font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.support-card { min-height: 18rem; padding: 1.8rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.support-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.support-card.accent-card { color: var(--white); background: var(--navy); border-color: var(--navy); }
.support-num { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; color: var(--coral-dark); background: var(--cream); border-radius: 50%; font-family: Georgia, serif; font-size: .78rem; }
.support-card h3 { margin: 3.5rem 0 .8rem; font-size: 1.3rem; }
.support-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.accent-card p { color: rgba(255,255,255,.64); }

.examples-section { color: var(--white); background: linear-gradient(145deg, #063f73, #0a78ad); }
.examples-heading > p { color: rgba(255,255,255,.62); }
.example-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 1.15rem; }
.example-card { display: flex; flex-direction: column; min-height: 0; height: 100%; padding: clamp(1.7rem, 4vw, 2.7rem); color: var(--ink); background: var(--white); border-radius: var(--radius); }
.example-card.example-expanded { background: var(--cream); }
.example-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .75rem; }
.example-badge { color: var(--coral-dark); font-weight: 800; letter-spacing: .12em; }
.example-card h3 { margin: 2rem 0 .7rem; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.45; }
.example-preview { position: relative; display: block; margin: .7rem 0 1.3rem; overflow: hidden; background: #dbe9f3; border: 1px solid #c8d8e6; border-radius: .9rem; box-shadow: 0 1rem 2.2rem rgba(6,75,130,.13); }
.browser-bar { display: flex; align-items: center; gap: .32rem; height: 1.7rem; padding: 0 .75rem; background: #edf3f8; }
.browser-bar i { width: .42rem; height: .42rem; background: #ff875f; border-radius: 50%; }
.browser-bar i:nth-child(2) { background: #ffc35c; }
.browser-bar i:nth-child(3) { background: #59c7a8; }
.example-preview img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; transition: transform .3s ease; }
.example-preview:hover img { transform: scale(1.018); }
.example-card > p { margin: 0; color: var(--muted); line-height: 1.75; }
.example-price { display: grid; gap: .35rem; margin-top: auto; padding-top: 1.7rem; border-top: 1px solid rgba(7, 41, 78, .13); }
.example-price > span { color: var(--muted); font-size: .82rem; font-weight: 700; }
.example-price-value { display: flex; align-items: baseline; gap: .4rem; white-space: nowrap; }
.example-price strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 4.5vw, 4.3rem); line-height: 1; letter-spacing: -.055em; }
.example-price small { color: var(--coral-dark); font-size: clamp(.76rem, 1.2vw, .95rem); font-weight: 700; letter-spacing: 0; }
.example-link { align-self: flex-start; margin-top: 1rem; color: var(--navy); font-weight: 700; text-underline-offset: .35rem; }

.pricing-section { background: var(--white); }
.pricing-heading { max-width: 57rem; }
.pricing-heading > p:last-child { margin: 1.4rem 0 0; color: var(--muted); font-size: 1.05rem; }
.standard-package { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1.15rem; align-items: stretch; }
.plan-card { padding: clamp(1.7rem, 4vw, 2.7rem); border-radius: var(--radius); }
.standard-plan { color: var(--white); background: var(--navy); }
.monitor-plan { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: clamp(2rem, 7vw, 7rem); margin-top: 1.15rem; color: var(--white); background: linear-gradient(118deg, #ff5937, #ff7c4f); border: 0; box-shadow: 0 1.7rem 4rem rgba(233,81,51,.23); }
.plan-topline { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.plan-topline span { color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.plan-topline b { font-size: .85rem; }
.monitor-plan .plan-topline span { color: var(--navy); }
.monitor-plan .plan-topline b { padding: .35rem .75rem; color: var(--coral-dark); background: var(--white); border-radius: 999px; }
.monitor-plan h3 { margin: 1.3rem 0 .5rem; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.plan-price { display: flex; align-items: baseline; gap: .55rem; margin: 2.1rem 0 1.2rem; }
.plan-price strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6vw, 5.6rem); line-height: .9; letter-spacing: -.055em; }
.plan-price span { flex: none; color: var(--coral); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.standard-plan .plan-price { max-width: 100%; gap: .35rem; }
.standard-plan .plan-price strong { font-size: clamp(2.65rem, 4.1vw, 3.4rem); }
.plan-card > p { margin: 0; }
.standard-plan > p { color: rgba(255,255,255,.66); }
.monitor-plan .plan-price { margin: 0; white-space: nowrap; }
.monitor-plan .plan-price strong { font-size: clamp(4rem, 8vw, 7rem); }
.monitor-plan .plan-price span { color: var(--white); }
.monitor-copy > p { max-width: 42rem; margin: 0; color: rgba(255,255,255,.88); }
.plan-card > small { display: block; margin-top: 1rem; color: var(--muted); font-size: .75rem; }
.monitor-copy > small { display: block; margin-top: .8rem; color: rgba(255,255,255,.7); }

.scope-card { padding: clamp(1.5rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); }
.scope-included { color: var(--white); background: var(--navy-2); border-color: var(--navy-2); }
.scope-extra { margin-top: 1.15rem; background: var(--cream); border-color: rgba(255,107,74,.22); }
.scope-label { margin: 0 0 1.4rem; color: var(--coral-dark); font-size: 1.05rem; font-weight: 800; }
.scope-included .scope-label { color: var(--blue); }
.scope-card ul { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.scope-extra ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2rem; }
.scope-card li { position: relative; padding-left: 1.5rem; font-size: .86rem; line-height: 1.65; }
.scope-card li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 800; }
.scope-included li { color: rgba(255,255,255,.78); }
.scope-note { margin: -.8rem 0 1.4rem; color: var(--muted); font-size: .85rem; }
.scope-footnote { margin: 1.35rem 0 0; color: rgba(255,255,255,.58); font-size: .75rem; line-height: 1.8; }

.management-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 5rem); margin-top: 1.15rem; padding: clamp(1.7rem, 4vw, 2.7rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.management-heading h3 { max-width: 13em; margin: 0; font-size: clamp(1.35rem, 2.1vw, 1.8rem); line-height: 1.55; text-wrap: balance; word-break: normal; word-break: auto-phrase; }
.management-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.management-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cbd3de; }
.management-options article { padding: 1.25rem 1.2rem 0 0; }
.management-options article + article { padding-left: 1.2rem; border-left: 1px solid #cbd3de; }
.management-options span { display: block; color: var(--coral-dark); font-size: .75rem; font-weight: 800; }
.management-options strong { display: block; margin: .55rem 0; font-size: 1.15rem; }
.management-options p { margin: 0; color: var(--muted); font-size: .8rem; }

.flow-section { color: var(--white); background: var(--navy); }
.flow-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(4rem, 6vw, 6rem); align-items: start; }
.flow-copy { position: sticky; top: 8rem; }
.flow-copy > p:last-child { margin-top: 1.5rem; color: rgba(255,255,255,.6); }
.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.flow-list li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.flow-list > li > span { color: var(--coral); font-family: Georgia, serif; font-size: 1.2rem; }
.flow-list h3 { margin: 0 0 .5rem; font-size: 1.25rem; }
.flow-list p { margin: 0; color: rgba(255,255,255,.58); }
.flow-note { grid-column: 2; margin: 0; color: rgba(255,255,255,.5); font-size: .78rem; }

.fit-section { background: var(--white); }
.fit-wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 1.25rem 0 1.25rem 3.3rem; border-bottom: 1px solid var(--line); font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1.05rem; display: grid; place-items: center; width: 2rem; height: 2rem; color: var(--white); background: var(--coral); border-radius: 50%; font-weight: 800; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 6vw, 6rem); }
.faq-list { border-top: 1px solid #bac4d2; }
details { border-bottom: 1px solid #bac4d2; }
summary { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.7rem 0; cursor: pointer; list-style: none; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-size: 1.35rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -1rem 0 1.7rem; padding-right: 3rem; color: var(--muted); }

.contact-section { padding: 2rem 0 7rem; background: var(--paper); scroll-margin-top: 6rem; }
.inline-contact { display: grid; gap: clamp(2rem, 5vw, 4rem); }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: clamp(2.4rem, 6vw, 5rem); color: var(--white); background: linear-gradient(120deg, #ff7520, #ff9c2c); border-radius: 2rem; box-shadow: 0 2rem 5rem rgba(230,96,0,.22); }
.contact-card .eyebrow { color: var(--navy); opacity: .65; }
.contact-copy p { margin-top: 0; color: rgba(255,255,255,.82); }
.button-light { color: var(--navy); background: var(--white); }
.contact-copy small { display: block; margin-top: 1rem; color: rgba(255,255,255,.65); font-size: .72rem; }

.back-link { color: var(--white); text-decoration: none; font-size: .9rem; font-weight: 750; }
.form-main { min-height: 100vh; background: var(--paper); }
.form-hero { padding: 10.5rem 0 5rem; color: var(--white); background: linear-gradient(135deg, #075f9e, #09a0cf); }
.form-heading { max-width: 58rem; }
.form-heading h1 { max-width: 14em; margin: 0; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.35; letter-spacing: -.045em; text-wrap: balance; word-break: normal; word-break: auto-phrase; }
.form-heading > p:last-child { max-width: 46rem; margin: 1.5rem 0 0; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.form-section { padding: clamp(3rem, 8vw, 7rem) 0; }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.inline-form-layout { scroll-margin-top: 6rem; }
.form-guide { position: sticky; top: 8rem; padding: 2rem; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--navy-2)); border-radius: 1.5rem; box-shadow: var(--shadow); }
.guide-label { margin: 0 0 1rem; color: #ffd29e; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.form-guide h2 { margin: 0; font-size: clamp(1.45rem, 2.5vw, 2.1rem); line-height: 1.55; text-wrap: balance; word-break: normal; word-break: auto-phrase; }
.guide-heading-line { display: block; white-space: nowrap; }
.form-guide ul { display: grid; gap: .85rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.form-guide li { position: relative; padding-left: 1.6rem; color: rgba(255,255,255,.76); font-size: .88rem; }
.form-guide li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 850; }
.web-contact-form { display: grid; gap: 1.6rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); border-radius: 1.5rem; box-shadow: 0 1.2rem 3.5rem rgba(6,75,130,.08); }
.form-field { display: grid; gap: .55rem; margin: 0; padding: 0; border: 0; }
.form-field label, .form-field legend { color: var(--ink); font-weight: 750; }
.form-field label > span, .form-field legend > span { margin-left: .35rem; color: var(--coral-dark); font-size: .72rem; }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="url"], .form-field textarea { width: 100%; min-height: 3.25rem; padding: .75rem .9rem; color: var(--ink); background: #fbfdff; border: 1px solid #b9c9d7; border-radius: .7rem; font: inherit; line-height: 1.6; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(8,143,200,.18); border-color: #088fc8; }
.form-field > small { color: var(--muted); font-size: .78rem; }
.choice-field { gap: .8rem; }
.choice-field label { display: flex; align-items: flex-start; gap: .65rem; padding: .8rem .9rem; background: var(--paper); border-radius: .7rem; font-size: .9rem; font-weight: 650; }
.choice-field input { width: 1.1rem; height: 1.1rem; margin-top: .28rem; accent-color: var(--coral); }
.form-submit { justify-self: start; color: var(--white); background: linear-gradient(115deg, var(--coral-dark), var(--coral)); border: 0; cursor: pointer; }
.form-status { display: none; margin: 0; padding: 1rem; color: var(--navy); background: var(--blue); border-radius: .7rem; font-weight: 700; }
.form-status.show { display: block; }
.form-preview-note { margin: 0; color: var(--muted); font-size: .78rem; }
.site-footer { padding: 3.2rem 0; color: rgba(255,255,255,.58); background: #07112a; }
.site-footer.compact-footer { padding: 2.4rem 0; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.footer-brand { color: var(--white); }
.footer-inner p { margin: 0; font-size: .8rem; }
.copyright { text-align: right; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-lead,
  .hero-actions,
  .hero-visual,
  .hero-note {
    animation: hero-content-in .72s cubic-bezier(.22, 1, .36, 1) both;
  }
  .hero-copy h1 { animation-delay: .1s; }
  .hero-lead { animation-delay: .2s; }
  .hero-actions { animation-delay: .3s; }
  .hero-visual { animation-name: hero-visual-in; animation-delay: .42s; animation-duration: .9s; }
  .hero-note { animation-delay: .62s; }

  .motion-ready .reveal-item {
    opacity: 0;
    transform: translateY(1.4rem);
    transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .72s cubic-bezier(.22, 1, .36, 1);
  }
  .motion-ready .reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .motion-ready .journey > .journey-card,
  .motion-ready .journey > .journey-arrow {
    opacity: .24;
    filter: saturate(.4);
    transition: opacity .46s ease, filter .46s ease;
  }
  .motion-ready .journey .journey-icon {
    transform: scale(.78);
    transition: transform .46s cubic-bezier(.22, 1, .36, 1);
  }
  .motion-ready .journey.is-visible > .journey-card,
  .motion-ready .journey.is-visible > .journey-arrow {
    opacity: 1;
    filter: saturate(1);
    transition-delay: var(--journey-delay, 0ms);
  }
  .motion-ready .journey.is-visible .journey-icon {
    transform: scale(1);
    transition-delay: var(--journey-delay, 0ms);
  }
  .motion-ready .stat-ring-animated {
    background: conic-gradient(var(--coral) var(--animated-value, 0%), var(--ring-track) 0);
  }
}

@keyframes hero-content-in {
  from { opacity: 0; transform: translateY(1.2rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-visual-in {
  from { opacity: 0; filter: blur(.35rem); }
  to { opacity: 1; filter: blur(0); }
}

@media (min-width: 1001px) {
  .desktop-line { display: block; }
  .section-heading h2,
  .sticky-heading h2,
  .needs-intro h2,
  .flow-copy h2,
  .fit-wrap h2,
  .faq-grid h2,
  .contact-card h2,
  .pricing-heading h2,
  .data-heading h2 {
    max-width: 19em;
    text-wrap: pretty;
    word-break: normal;
  }
  .data-heading { max-width: 70rem; }
  .data-heading h2 { max-width: 20em; }
  .philosophy-content { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
  .philosophy-content .lead-copy {
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.65;
    text-wrap: pretty;
    word-break: normal;
  }
}

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 50rem; }
  .hero-visual { margin-top: -3rem; margin-left: 20%; }
  .journey { grid-template-columns: repeat(5, 1fr); gap: .7rem; }
  .journey-arrow { display: none; }
  .journey-card { min-height: 12rem; }
  .heading-split { grid-template-columns: 1fr; gap: 1.5rem; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .decision-grid { grid-template-columns: 1fr; }
  .management-card { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .form-guide { position: static; }
}

@media (max-width: 760px) {
  .mobile-line { display: block; }
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .section { padding: 3rem 0; }
  .header-inner { width: calc(100% - 2rem); height: 4.5rem; }
  .brand-logo { width: 7.2rem; height: 1.9rem; }
  .brand-sub { font-size: .54rem; letter-spacing: .18em; }
  .menu-button { display: block; }
  .global-nav { position: absolute; top: calc(100% + .5rem); left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; background: var(--white); border-radius: 1rem; box-shadow: var(--shadow); }
  .global-nav.open { display: flex; }
  .global-nav a { color: var(--ink); padding: .75rem 1rem; }
  .global-nav .nav-cta { color: var(--white); background: var(--coral); text-align: center; margin-top: .4rem; }
  .hero { min-height: auto; padding-top: 8rem; }
  .hero h1 { max-width: 12em; font-size: clamp(1.85rem, 8vw, 2.45rem); line-height: 1.45; }
  .section-heading h2, .sticky-heading h2, .needs-intro h2, .flow-copy h2, .fit-wrap h2, .faq-grid h2, .contact-card h2, .pricing-heading h2, .data-heading h2 { max-width: 16em; font-size: clamp(1.65rem, 7vw, 2.05rem); line-height: 1.55; }
  .hero-lead { line-height: 1.85; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-visual { width: 100%; margin: .5rem 0 -1rem; transform: none; }
  .hero-visual img { width: 100%; margin: 0; }
  .hero-visual figcaption { position: relative; left: auto; right: auto; bottom: auto; margin-top: .5rem; }
  .hero-note { gap: .6rem; flex-wrap: wrap; font-size: .7rem; }
  .note-line { width: 1.2rem; }
  .mobile-break { display: none; }
  .journey-wrap { padding: .5rem 0 .75rem; }
  .journey-signals { align-items: flex-start; flex-direction: column; margin-bottom: 1.4rem; }
  .journey-signals ul { gap: .4rem; }
  .journey { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .journey-card { display: grid; grid-template-columns: 3.2rem 1fr; column-gap: 1rem; align-items: center; width: 100%; min-height: 0; padding: 1.35rem 1.3rem; }
  .journey-card.featured, .journey-card.final { transform: none; }
  .journey-number { position: absolute; top: .55rem; right: .8rem; }
  .journey-icon { grid-row: 1 / 3; width: 3.1rem; height: 3.1rem; margin: 0; }
  .journey-card h3 { align-self: end; font-size: 1.08rem; }
  .journey-card p { align-self: start; margin-top: .15rem; }
  .journey-arrow { display: block; align-self: center; width: 2.3rem; height: 2.7rem; font-size: 0; line-height: 2.7rem; text-align: center; }
  .journey-arrow::before { content: "↓"; font-size: 1.45rem; }
  .journey-caption { margin-top: 1rem; text-align: left; font-size: .95rem; line-height: 1.9; }
  .data-grid, .no-site-card { grid-template-columns: 1fr; }
  .metric-layout { grid-template-columns: 7.4rem minmax(0, 1fr); gap: 1rem; }
  .stat-ring { width: 7.2rem; }
  .stat-ring b { font-size: 1.75rem; }
  .stat-ring small { font-size: .78rem; }
  .stat-ring-small { width: 8.5rem; margin-inline: auto; }
  .stat-ring-small b { font-size: 2.1rem; }
  .stat-ring-compact { width: 7.5rem; margin-inline: 0; }
  .no-site-card .source-link { grid-column: auto; }
  .philosophy-grid, .needs-grid, .flow-grid, .fit-wrap, .faq-grid, .contact-card { grid-template-columns: 1fr; gap: 3rem; }
  .philosophy-content { grid-template-columns: 1fr; }
  .sticky-heading, .flow-copy { position: static; }
  .quote-block { margin: 2rem 0; padding: 1.35rem 1.25rem; }
  .quote-block, .decision-grid { grid-column: auto; grid-row: auto; }
  .quote-block p { font-size: 1rem; line-height: 1.85; }
  .decision-grid article { padding: 1.2rem; }
  .decision-grid h3 { margin-top: .85rem; }
  .needs-list { grid-template-columns: 1fr; }
  .needs-list li:nth-child(odd) { padding-right: .4rem; }
  .support-grid { grid-template-columns: 1fr; }
  .planning-photo { grid-template-columns: 1fr; min-height: 0; }
  .planning-photo img { min-height: 0; aspect-ratio: 4 / 3; }
  .planning-photo figcaption { padding: 1.5rem; font-size: .95rem; }
  .support-card { min-height: 15rem; }
  .support-card h3 { margin-top: 2.5rem; }
  .example-grid, .standard-package, .management-options { grid-template-columns: 1fr; }
  .monitor-plan { grid-template-columns: 1fr; gap: 1.3rem; }
  .monitor-plan .plan-price { justify-content: flex-start; }
  .scope-extra ul { grid-template-columns: 1fr; }
  .example-card { min-height: 0; }
  .example-meta { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .example-card h3 { margin-top: 1.8rem; }
  .example-price strong { font-size: clamp(2.65rem, 14vw, 4rem); }
  .plan-price { align-items: baseline; flex-wrap: nowrap; gap: .35rem; }
  .standard-plan .plan-price strong { font-size: clamp(2.4rem, 11vw, 4rem); }
  .monitor-plan .plan-price strong { font-size: clamp(3rem, 15vw, 5rem); }
  .management-card { gap: 1.5rem; }
  .management-options article { padding: 1.2rem 0; }
  .management-options article + article { padding-left: 0; border-top: 1px solid #cbd3de; border-left: 0; }
  .flow-section { padding-bottom: 2.25rem; }
  .flow-note { grid-column: auto; margin-top: -1.5rem; }
  .fit-section { padding-top: 2.5rem; }
  .check-list li { padding-left: 3rem; font-size: .95rem; line-height: 1.75; }
  .faq-grid { gap: 2rem; }
  summary { grid-template-columns: minmax(0, 1fr) auto; padding: 1.4rem 0; font-size: .95rem; line-height: 1.7; }
  details p { padding-right: 0; font-size: .95rem; }
  .contact-section { padding: 1rem 0 3rem; }
  .contact-card { gap: 2rem; padding: 1.6rem; border-radius: 1.4rem; }
  .form-hero { padding: 8.5rem 0 3rem; }
  .form-heading h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .form-section { padding: 2.5rem 0; }
  .web-contact-form, .form-guide { padding: 1.35rem; }
  .form-submit { width: 100%; }
  .button { max-width: 100%; white-space: normal; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; gap: .7rem; }
  .copyright { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-delay: 0ms !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 360px) {
  .form-guide h2 { font-size: 1.35rem; }
}
