:root {
  --ink: #061c25;
  --ink-2: #0a2b36;
  --teal: #0b6f73;
  --aqua: #92d7cf;
  --coral: #ff201d;
  --cream: #f4f0e7;
  --paper: #fbf9f4;
  --white: #fff;
  --muted: #64767a;
  --line: rgba(6, 28, 37, 0.14);
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5.2vw, 4.75rem); line-height: .98; letter-spacing: -.065em; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.section { padding: 128px 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: white; background: var(--coral); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, height .25s; }
.site-header.scrolled { height: 72px; border-color: transparent; background: rgba(6,28,37,.95); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1rem; font-weight: 800; letter-spacing: .04em; }
.brand > span > span { color: var(--coral); }
.brand > span { line-height: 1.05; }
.brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.52); font-family: "DM Sans", sans-serif; font-size: .48rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.brand-logo { width: 44px !important; height: 44px !important; max-width: 44px; flex: 0 0 44px; border-radius: 3px; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: .86rem; font-weight: 600; }
.site-nav > a:not(.button) { transition: color .18s; }
.site-nav > a:not(.button):hover { color: var(--aqua); }
.nav-call { margin-left: 8px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; color: white; background: none; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border: 1px solid var(--coral); color: white; background: var(--coral); font-family: "Manrope", sans-serif; font-size: .88rem; font-weight: 800; transition: transform .18s, background .18s; }
.button:hover { background: #df1513; transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 18px; font-size: .8rem; }
.button-white { border-color: white; color: var(--ink); background: white; }
.button-white:hover { color: white; background: var(--ink); }
.button-full { display: flex; width: 100%; }

.hero { position: relative; min-height: 860px; overflow: hidden; color: white; background: #061c25 url("assets/yacht-marina-hero.jpg") center / cover no-repeat; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,26,.97) 0%, rgba(3,19,26,.91) 36%, rgba(3,19,26,.48) 66%, rgba(3,19,26,.18) 100%), linear-gradient(0deg, rgba(3,19,26,.72), transparent 55%); content: ""; }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: 720px; align-items: center; padding-top: 88px; }
.hero-copy { max-width: 980px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; color: var(--teal); font-family: "Manrope", sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--aqua); }
.hero .eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { max-width: 980px; margin-bottom: 30px; font-size: clamp(3.7rem, 5.2vw, 5.9rem); line-height: 1; letter-spacing: -.064em; }
.hero h1 > span, .hero h1 > em { display: block; }
.hero h1 em { margin-top: .08em; color: var(--aqua); font-style: normal; }
.hero-lead { max-width: 680px; margin-bottom: 38px; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 31px; }
.quiet-link { display: inline-flex; gap: 16px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .88rem; font-weight: 700; }
.hero-stats { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; min-height: 140px; border-top: 1px solid rgba(255,255,255,.17); background: rgba(5,25,34,.68); backdrop-filter: blur(10px); }
.stat-grid { display: grid; min-height: 140px; grid-template-columns: repeat(3, 1fr) 1.25fr; }
.stat-grid > * { display: flex; min-width: 0; justify-content: center; flex-direction: column; padding: 0 36px; border-left: 1px solid rgba(255,255,255,.13); }
.stat-grid > *:first-child { padding-left: 0; border-left: 0; }
.stat-grid strong, .stat-grid span { display: block; }
.stat-grid strong { margin-bottom: 7px; font-family: "Manrope", sans-serif; font-size: .86rem; }
.stat-grid div span { color: rgba(255,255,255,.48); font-size: .68rem; line-height: 1.35; }
.stat-grid a { display: flex; align-items: center; justify-content: space-between; flex-direction: row; color: var(--aqua); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stat-grid b { font-size: 1.25rem; }

.section-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 110px; align-items: end; margin-bottom: 68px; }
.section-head h2 { max-width: 760px; }
.section-head > p { margin-bottom: 4px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1.08fr .92fr .92fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.service-card { display: flex; min-height: 360px; flex-direction: column; padding: 32px; background: var(--paper); transition: background .2s; }
.service-card:hover { background: white; }
.service-card.service-sea { background: linear-gradient(145deg, #f4faf8 0%, #eaf5f2 100%); }
.service-card.service-sea:hover { background: #fff; }
.service-feature { position: relative; grid-row: span 2; min-height: 721px; padding: 40px; overflow: hidden; color: white; background: var(--ink); }
.service-feature::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(4,24,32,.94) 0%, rgba(4,24,32,.58) 48%, rgba(4,24,32,.1) 100%); content: ""; transition: opacity .2s; }
.service-feature:hover::before { opacity: .9; }
.service-feature-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transition: transform .4s; }
.service-feature:hover .service-feature-image { transform: scale(1.015); }
.service-feature > *:not(.service-feature-image) { position: relative; z-index: 2; }
.card-top { display: flex; align-items: center; justify-content: space-between; color: #8d9b9d; font-family: "Manrope", sans-serif; font-size: .67rem; letter-spacing: .12em; }
.card-top svg { width: 43px; fill: none; stroke: var(--teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.service-chip { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); color: white; font-size: .58rem; text-transform: uppercase; }
.service-bottom { display: flex; flex: 1; justify-content: flex-end; flex-direction: column; }
.service-bottom h3 { margin-bottom: 16px; font-size: 1.45rem; letter-spacing: -.035em; }
.service-feature h3 { font-size: 2.1rem; }
.service-bottom p { margin-bottom: 25px; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.service-feature p { color: rgba(255,255,255,.67); }
.service-bottom ul { margin: 3px 0 29px; padding: 0; list-style: none; }
.service-bottom li { margin: 10px 0; color: rgba(255,255,255,.8); font-size: .82rem; }
.service-bottom li::before { margin-right: 12px; color: var(--aqua); content: "✓"; }
.service-bottom a { display: flex; align-items: center; justify-content: space-between; padding-top: 21px; border-top: 1px solid var(--line); font-size: .79rem; font-weight: 700; }
.service-feature a { border-color: rgba(255,255,255,.18); }

.performance { display: grid; min-height: 730px; grid-template-columns: 1fr 1fr; color: white; background: var(--ink); }
.performance-image { position: relative; min-height: 600px; }
.performance-image img { width: 100%; height: 100%; object-fit: cover; }
.performance-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(6,28,37,.42)); content: ""; }
.performance-image > span { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 20px 27px; color: var(--ink); background: var(--aqua); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.performance-copy { display: flex; justify-content: center; flex-direction: column; padding: 80px max(6vw, 60px); }
.performance-copy h2 { margin-bottom: 30px; }
.performance-copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 30px; color: rgba(255,255,255,.62); line-height: 1.8; }
.benefits > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.benefits > div > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(146,215,207,.35); border-radius: 50%; color: var(--aqua); }
.benefits p { margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; line-height: 1.5; }
.benefits strong { display: block; color: white; font-size: .89rem; }

.rates { position: relative; overflow: hidden; background: var(--cream); }
.rates::before { position: absolute; top: -400px; left: 55%; width: 850px; height: 850px; border: 1px solid rgba(11,111,115,.13); border-radius: 50%; content: ""; }
.rates-head { position: relative; }
.rates-layout { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; max-width: 1060px; margin-inline: auto; background: white; box-shadow: 0 30px 80px rgba(6,28,37,.12); }
.rate-list { padding: 25px 44px 30px; }
.rate-row { display: grid; min-height: 105px; grid-template-columns: 45px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }
.rate-row > span { color: var(--teal); font-size: .65rem; font-weight: 800; }
.rate-row strong, .rate-row div small { display: block; }
.rate-row strong { margin-bottom: 3px; font-family: "Manrope", sans-serif; font-size: .95rem; }
.rate-row div small, .rate-row p small { color: var(--muted); font-size: .7rem; font-weight: 500; }
.rate-row p { margin: 0; font-family: "Manrope", sans-serif; font-size: 1.3rem; font-weight: 800; }
.rate-row p.custom { color: var(--teal); font-size: 1rem; }
.rate-note { margin: 22px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.estimator { padding: 42px; color: white; background: var(--ink-2); }
.estimator h3 { margin-bottom: 28px; font-size: 1.7rem; }
.estimator fieldset { margin: 0 0 29px; padding: 0; border: 0; }
.estimator legend, .length-label { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-bottom: 12px; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; }
.service-options { display: grid; gap: 7px; }
.service-options label { display: flex; min-height: 58px; align-items: center; gap: 12px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.15); cursor: pointer; transition: border-color .18s, background .18s; }
.service-options label:has(input:checked) { border-color: var(--aqua); background: rgba(146,215,207,.1); }
.service-options input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--aqua); }
.service-options span > * { display: block; }
.service-options strong { color: white; font-size: .72rem; }
.service-options small { margin-top: 3px; color: rgba(255,255,255,.45); font-size: .6rem; }
.type-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.type-options label { cursor: pointer; }
.type-options input { position: absolute; opacity: 0; }
.type-options span { display: grid; min-height: 53px; place-items: center; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); font-size: .75rem; font-weight: 700; }
.type-options input:checked + span { border-color: var(--aqua); color: white; background: rgba(146,215,207,.1); }
.type-options input:focus-visible + span { outline: 2px solid var(--coral); outline-offset: 2px; }
.length-label strong { color: white; font-family: "Manrope", sans-serif; font-size: 1.15rem; }
input[type="range"] { width: 100%; height: 4px; border-radius: 2px; outline: none; appearance: none; background: linear-gradient(to right, var(--coral) 0%, var(--coral) 17%, rgba(255,255,255,.17) 17%); }
input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; border: 5px solid white; border-radius: 50%; appearance: none; background: var(--coral); cursor: pointer; }
input[type="range"]::-moz-range-thumb { width: 11px; height: 11px; border: 5px solid white; border-radius: 50%; background: var(--coral); cursor: pointer; }
.range-labels { display: flex; justify-content: space-between; margin-top: 8px; color: rgba(255,255,255,.35); font-size: .62rem; }
.quantity-options { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.quantity-options > div { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .2s, padding .2s, opacity .2s; }
.quantity-options > div.active { max-height: 112px; padding: 22px 0 12px; opacity: 1; }
.quantity-options input:disabled { opacity: .35; }
.estimate-result { margin: 28px 0 21px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); text-align: center; }
.estimate-result > * { display: block; }
.estimate-result > span { color: rgba(255,255,255,.5); font-size: .7rem; }
.estimate-result strong { margin: 4px 0; font-family: "Manrope", sans-serif; font-size: 2.55rem; letter-spacing: -.04em; }
.estimate-result small { color: var(--aqua); font-size: .65rem; }
.fine-print { margin: 12px 0 0; color: rgba(255,255,255,.35); font-size: .62rem; line-height: 1.4; text-align: center; }
.plan { position: relative; display: grid; max-width: 1060px; grid-template-columns: 140px 1fr auto; gap: 40px; align-items: center; margin: 25px auto 0; padding: 41px 48px; overflow: hidden; color: white; background: var(--teal); }
.plan::after { position: absolute; right: -110px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; }
.plan-mark { display: grid; width: 105px; height: 105px; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.plan-mark span { font-family: "Manrope", sans-serif; font-size: 1.8rem; font-weight: 800; }
.plan-mark small { color: rgba(255,255,255,.6); font-size: .6rem; text-transform: uppercase; }
.plan .eyebrow { margin-bottom: 7px; }
.plan h3 { margin-bottom: 7px; font-size: 1.45rem; }
.plan p:last-child { max-width: 530px; margin-bottom: 0; color: rgba(255,255,255,.65); font-size: .8rem; line-height: 1.55; }
.plan > * { position: relative; z-index: 1; }

.process { background: white; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 0 35px 0 0; }
.process-list li::before { position: absolute; top: 20px; left: 43px; right: 0; height: 1px; background: var(--line); content: ""; }
.process-list li:last-child::before { display: none; }
.process-list li > span { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); background: white; font-family: "Manrope", sans-serif; font-size: .65rem; font-weight: 800; }
.process-list h3 { margin: 25px 0 9px; font-size: .97rem; }
.process-list p { max-width: 220px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

.proof { overflow: hidden; color: white; background: var(--ink); }
.proof-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 105px; align-items: center; }
.proof-copy > p:not(.eyebrow) { max-width: 500px; margin: 28px 0; color: rgba(255,255,255,.62); line-height: 1.8; }
.proof-copy ul { margin: 0; padding: 0; list-style: none; }
.proof-copy li { margin: 12px 0; color: rgba(255,255,255,.82); font-size: .88rem; }
.proof-copy li::before { margin-right: 12px; color: var(--aqua); content: "✓"; }
.proof-image { position: relative; min-height: 500px; }
.proof-image::before { position: absolute; inset: -75px -230px 80px 130px; border: 1px solid rgba(146,215,207,.18); border-radius: 50%; content: ""; }
.proof-image img { position: absolute; inset: 0 0 55px; width: 100%; height: calc(100% - 55px); object-fit: cover; }
.report-card { position: absolute; right: -28px; bottom: 0; width: 285px; padding: 21px; color: var(--ink); background: white; box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.report-card > div { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: .67rem; font-weight: 700; }
.report-card > div b { color: var(--teal); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.report-card p { display: flex; align-items: center; gap: 12px; margin: 15px 0; }
.report-card p > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: white; background: var(--teal); }
.report-card p strong { font-size: .72rem; }
.report-card p small { display: block; margin-top: 3px; color: var(--muted); font-weight: 400; }
.report-card i { display: block; width: 100%; height: 5px; margin-top: 6px; background: #e7eceb; }
.report-card i:nth-last-child(2) { width: 75%; }.report-card i:last-child { width: 48%; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 36px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.coverage { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 24px; border-top: 1px solid var(--line); }
.coverage span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 20px; font-size: .72rem; font-weight: 700; }
.about-copy > small { display: block; margin-top: 11px; color: var(--muted); font-size: .65rem; }
.testimonial { position: relative; margin: 0; padding: 54px; color: white; background: var(--teal); }
.testimonial::after { position: absolute; right: 20px; bottom: -20px; width: 75%; height: 20px; background: var(--aqua); content: ""; }
.testimonial > span { color: var(--aqua); font-family: Georgia, serif; font-size: 5rem; line-height: .7; }
.testimonial p { margin: 28px 0 35px; font-family: "Manrope", sans-serif; font-size: 1.25rem; font-weight: 600; line-height: 1.55; letter-spacing: -.025em; }
.testimonial footer { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.24); }
.testimonial footer > * { display: block; font-size: .7rem; }
.testimonial footer small { margin-top: 4px; color: rgba(255,255,255,.55); }

.extras { padding: 0 0 125px; background: var(--paper); }
.extra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.extra-card { position: relative; display: flex; min-height: 365px; justify-content: flex-end; flex-direction: column; padding: 45px; overflow: hidden; color: white; background: var(--ink); }
.extra-card::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(6,28,37,.97), rgba(6,28,37,.58)); content: ""; }
.detailing-service::before { background: linear-gradient(90deg, rgba(8,58,67,.97), rgba(8,58,67,.45)); }
.sales-prep { min-height: 420px; grid-column: 1 / -1; }
.sales-prep::before { background: linear-gradient(90deg, rgba(6,28,37,.98) 0%, rgba(6,28,37,.83) 48%, rgba(6,28,37,.35) 100%); }
.extra-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.houseboat-service .extra-card-image { object-position: 62% center; }
.detailing-service .extra-card-image { object-position: 58% center; }
.sales-prep .extra-card-image { object-position: center 58%; }
.extra-card > *:not(.extra-card-image) { position: relative; z-index: 2; }
.extra-card > span { margin-bottom: 12px; color: var(--aqua); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.extra-card h3 { margin-bottom: 12px; font-size: 1.65rem; }
.extra-card p { max-width: 480px; color: rgba(255,255,255,.62); font-size: .85rem; line-height: 1.65; }
.sales-prep p { max-width: 690px; }
.sales-prep ul { display: grid; max-width: 720px; grid-template-columns: 1fr 1fr; gap: 8px 30px; margin: 5px 0 18px; padding: 0; list-style: none; }
.sales-prep li { color: rgba(255,255,255,.78); font-size: .76rem; }
.sales-prep li::before { margin-right: 9px; color: var(--aqua); content: "✓"; }
.extra-card > strong { margin: 4px 0 24px; font-size: .85rem; }
.extra-card a { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); font-size: .78rem; font-weight: 700; }

.final-cta { padding: 95px 0; color: white; background: var(--coral); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.final-cta .eyebrow { color: rgba(255,255,255,.65); }
.final-cta h2 { max-width: 700px; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.cta-inner > div:last-child { display: flex; align-items: center; gap: 28px; }
.cta-phone { font-family: "Manrope", sans-serif; font-size: .95rem; font-weight: 800; white-space: nowrap; }
.cta-phone small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.6); font-family: "DM Sans", sans-serif; font-size: .62rem; font-weight: 500; }

.footer { padding: 72px 0 28px; color: rgba(255,255,255,.57); background: #03131a; }
.footer-main { display: grid; grid-template-columns: 1.5fr .55fr .8fr; gap: 70px; padding-bottom: 55px; }
.footer-main > div { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; font-size: .76rem; }
.footer-main .brand { color: white; }
.footer-main .brand-logo { width: 44px !important; height: 44px !important; }
.footer-main p { max-width: 340px; margin: 7px 0 0; line-height: 1.65; }
.footer-main strong { margin-bottom: 7px; color: white; font-family: "Manrope", sans-serif; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-main a:not(.brand):hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); font-size: .65rem; }

.inner-page .site-header { background: rgba(6,28,37,.97); border-bottom-color: rgba(255,255,255,.1); }
.seo-hero { position: relative; min-height: 610px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--ink); }
.seo-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.seo-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,26,.98) 0%, rgba(3,19,26,.85) 48%, rgba(3,19,26,.34) 100%), linear-gradient(0deg, rgba(3,19,26,.6), transparent 55%); content: ""; }
.seo-hero .shell { position: relative; z-index: 1; padding: 180px 0 92px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.58); font-size: .7rem; }
.breadcrumbs a:hover { color: white; }
.breadcrumbs span::before { margin-right: 9px; content: "/"; }
.seo-hero h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(3.25rem, 6.5vw, 6rem); line-height: .98; letter-spacing: -.06em; }
.seo-hero p { max-width: 720px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.75; }
.seo-intro { background: var(--paper); }
.seo-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 95px; align-items: start; }
.seo-content { min-width: 0; }
.seo-content > * + * { margin-top: 30px; }
.seo-content h2 { margin-top: 72px; font-size: clamp(2.25rem, 4vw, 3.7rem); }
.seo-content h2:first-child { margin-top: 0; }
.seo-content h3 { margin: 38px 0 12px; font-size: 1.3rem; }
.seo-content p, .seo-content li { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.seo-content ul, .seo-content ol { padding-left: 22px; }
.seo-content li + li { margin-top: 9px; }
.seo-content strong { color: var(--ink); }
.seo-aside { position: sticky; top: 105px; padding: 31px; color: white; background: var(--ink-2); }
.seo-aside .eyebrow { margin-bottom: 14px; }
.seo-aside h2 { margin-bottom: 18px; font-size: 1.8rem; line-height: 1.05; letter-spacing: -.04em; }
.seo-aside p { color: rgba(255,255,255,.6); font-size: .82rem; line-height: 1.7; }
.seo-aside ul { margin: 22px 0 28px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.seo-aside li { margin: 10px 0; color: rgba(255,255,255,.8); font-size: .76rem; }
.seo-aside li::before { margin-right: 10px; color: var(--aqua); content: "✓"; }
.seo-media { margin: 48px 0; overflow: hidden; background: var(--ink); }
.seo-media img { width: 100%; max-height: 560px; object-fit: cover; }
.seo-media figcaption { padding: 14px 18px; color: rgba(255,255,255,.65); font-size: .7rem; }
.seo-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 34px 0; }
.seo-card { padding: 27px; border: 1px solid var(--line); background: white; }
.seo-card h3 { margin: 0 0 9px; font-size: 1rem; }
.seo-card p { margin: 0; font-size: .8rem; line-height: 1.65; }
.faq-list { margin-top: 35px; border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: "Manrope", sans-serif; font-weight: 800; }
.faq-list details p { margin: 14px 0 0; font-size: .88rem; }
.related { background: white; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 45px; border: 1px solid var(--line); background: var(--line); }
.related-links a { display: flex; min-height: 170px; justify-content: space-between; flex-direction: column; padding: 28px; background: var(--paper); transition: background .18s; }
.related-links a:hover { background: white; }
.related-links span { color: var(--teal); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-links strong { font-family: "Manrope", sans-serif; font-size: 1.1rem; }
.inquiry-section { background: #f3f0e8; }
.inquiry-embed { overflow: hidden; background: #fff; border: 1px solid rgba(6, 28, 37, .14); box-shadow: 0 24px 60px rgba(6, 28, 37, .1); }
.inquiry-embed iframe { display: block; width: 100%; min-height: 780px; border: 0; }
.inquiry-embed > p { margin: 0; padding: 16px 24px; border-top: 1px solid rgba(6, 28, 37, .1); color: var(--muted); font-size: .86rem; text-align: center; }
.inquiry-embed a { color: var(--teal); font-weight: 700; }
.seo-cta { color: white; background: var(--teal); }
.seo-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.seo-cta h2 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 4.3rem); }
.seo-cta p { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.65); line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s, transform .65s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }.site-nav > a:not(.button):not(.nav-call) { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-feature { min-height: 680px; }
  .section-head { gap: 60px; }.performance-copy { padding-inline: 50px; }.rates-layout { grid-template-columns: 1fr .88fr; }
  .plan { grid-template-columns: 110px 1fr; }.plan > a { grid-column: 2; justify-self: start; }.proof-grid, .about-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }.section { padding: 88px 0; }
  .site-header, .site-header.scrolled { height: 68px; }.menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: flex; max-height: 0; align-items: stretch; flex-direction: column; gap: 0; overflow: hidden; color: white; background: var(--ink); opacity: 0; transition: max-height .25s, opacity .2s; }
  .menu-open .site-nav { max-height: calc(100vh - 68px); padding: 14px 18px 27px; opacity: 1; }
  .site-nav > a:not(.button):not(.nav-call) { display: block; }.site-nav > a:not(.button) { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .95rem; }
  .nav-call { margin: 0 0 17px; padding-left: 4px !important; border-left: 0; }.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 900px; background-position: 66% center; }.hero::before { background: linear-gradient(90deg, rgba(3,19,26,.96), rgba(3,19,26,.72)), linear-gradient(0deg, rgba(3,19,26,.88), transparent 55%); }
  .hero-inner { min-height: 750px; padding: 100px 0 160px; }.hero h1 { font-size: clamp(3.5rem, 15vw, 5.2rem); }.hero-lead { font-size: 1rem; }
  .hero-stats, .stat-grid { min-height: 150px; }.stat-grid { grid-template-columns: repeat(3, 1fr); }.stat-grid > * { padding: 0 12px; }.stat-grid a { display: none; }.stat-grid strong { font-size: .75rem; }.stat-grid div span { font-size: .58rem; }
  .section-head, .performance, .rates-layout, .proof-grid, .about-grid, .extra-grid { grid-template-columns: 1fr; }.section-head { gap: 28px; margin-bottom: 48px; }.section-head > p { max-width: 600px; }
  .sales-prep { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }.service-feature { grid-row: auto; min-height: 540px; }.service-card { min-height: 330px; }
  .performance { min-height: 0; }.performance-image { min-height: 500px; }.performance-copy { padding: 80px 28px; }
  .rates-layout { max-width: 560px; }.plan { grid-template-columns: 100px 1fr; padding: 35px 28px; }.plan-mark { width: 88px; height: 88px; }.plan > a { grid-column: 2; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 45px 0; }.process-list li:nth-child(2)::before { display: none; }
  .proof-grid { gap: 60px; }.proof-image { min-height: 430px; }.report-card { right: -3px; }.about-grid { gap: 55px; }.extra-grid { gap: 14px; }
  .seo-layout { grid-template-columns: 1fr; gap: 60px; }.seo-aside { position: static; }.related-links { grid-template-columns: 1fr; }.seo-cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-inner { align-items: flex-start; flex-direction: column; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 500px) {
  h2 { font-size: 2.75rem; }.brand { gap: 8px; font-size: .78rem; }.brand-logo { width: 40px !important; height: 40px !important; max-width: 40px; flex-basis: 40px; }.brand small { display: none; }
  .hero { min-height: 900px; }.hero h1 { font-size: clamp(3.15rem, 14.6vw, 3.8rem); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-inner { min-height: 750px; padding-bottom: 145px; }.stat-grid > * { padding-inline: 8px; }.stat-grid strong { font-size: .67rem; }.stat-grid div span { display: none; }
  .service-card, .service-feature { padding: 28px; }.service-feature { min-height: 500px; }
  .performance-image { min-height: 390px; }.rate-list { padding: 18px 22px 25px; }.rate-row { grid-template-columns: 30px 1fr auto; }.rate-row p { font-size: 1.05rem; }.estimator { padding: 34px 24px; }
  .plan { grid-template-columns: 1fr; gap: 22px; }.plan > a { grid-column: 1; }.process-list { grid-template-columns: 1fr; gap: 0; }.process-list li { min-height: 145px; padding: 0 0 25px 63px; }.process-list li::before { top: 42px; bottom: 0; left: 20px; width: 1px; height: auto; }.process-list li:nth-child(2)::before { display: block; }.process-list li:last-child::before { display: none; }.process-list li > span { position: absolute; left: 0; }.process-list h3 { margin-top: 0; }
  .proof-image { min-height: 360px; }.report-card { width: 250px; }.testimonial { padding: 38px 28px; }.testimonial p { font-size: 1.05rem; }.extra-card { min-height: 380px; padding: 34px 27px; }.sales-prep ul { grid-template-columns: 1fr; }
  .seo-hero { min-height: 560px; }.seo-hero .shell { padding: 145px 0 70px; }.seo-hero h1 { font-size: clamp(2.9rem, 13vw, 4.2rem); }.seo-card-grid { grid-template-columns: 1fr; }
  .cta-inner > div:last-child { align-items: flex-start; flex-direction: column; }.footer-main { grid-template-columns: 1fr; }.footer-main > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 7px; }
}

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