:root {
  color-scheme: dark;
  font-family: Inter, Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #dce3eb;
  background: #07111f;
  font-synthesis: none;
  --ink: #07111f;
  --navy: #0d1929;
  --panel: #111f32;
  --gunmetal: #293545;
  --steel: #71869f;
  --silver: #dce3eb;
  --white: #f4f7fa;
  --muted: #93a4b7;
  --line: rgba(132, 153, 178, .2);
  --line-strong: rgba(174, 192, 211, .36);
  --amber: #f0b65f;
  --amber-soft: rgba(240, 182, 95, .11);
  --green: #80c7a2;
  --red: #da8f8f;
  --radius: 22px;
  --shadow: 0 32px 100px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.017) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.017) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { text-wrap: balance; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.ambient { position: fixed; z-index: -2; border-radius: 999px; filter: blur(130px); opacity: .16; pointer-events: none; }
.ambient-one { width: 640px; height: 640px; top: -380px; right: -100px; background: #71869f; }
.ambient-two { width: 480px; height: 480px; top: 48%; left: -330px; background: #9b6729; opacity: .09; }

.nav { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 88px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; color: var(--white); text-decoration: none; font-size: .9rem; font-weight: 800; letter-spacing: .24em; }
.brand-mark { width: 16px; height: 16px; border: 1px solid var(--silver); border-radius: 2px 8px 2px 8px; transform: rotate(45deg); box-shadow: 0 0 20px rgba(220, 227, 235, .18); }
nav { display: flex; align-items: center; gap: 26px; }
nav a { color: #9eafc1; text-decoration: none; font-size: .82rem; transition: color .2s ease, border-color .2s ease, background .2s ease; }
nav a:hover { color: var(--white); }
.nav-cta { padding: 11px 15px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--white); }
.nav-cta:hover { background: rgba(220, 227, 235, .07); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 8px; padding: 9px 12px; color: var(--silver); background: transparent; }

.hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; min-height: calc(100vh - 88px); padding: 82px 0 92px; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 22px; color: #9eb0c3; font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 1px; background: var(--amber); }
h1 { margin: 0; color: var(--white); font-size: clamp(4rem, 7.25vw, 7.2rem); line-height: .9; letter-spacing: -.075em; font-weight: 710; }
h1 em { color: #aab9c9; font-style: normal; }
h2 { margin: 0; color: #edf2f6; font-size: clamp(2.55rem, 5.3vw, 5.1rem); line-height: .98; letter-spacing: -.057em; font-weight: 670; }
h3 { color: var(--white); }
.lead { max-width: 670px; margin: 30px 0 0; color: #a2b1c1; font-size: clamp(1.05rem, 1.6vw, 1.24rem); line-height: 1.62; }
.actions { display: flex; gap: 25px; align-items: center; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 14px 21px; border: 1px solid #d1dbe4; border-radius: 9px; color: var(--ink); background: var(--silver); text-decoration: none; font-weight: 790; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(0,0,0,.25); background: var(--white); }
.button.secondary { color: var(--silver); background: transparent; border-color: var(--line-strong); }
.text-link { color: #aab8c7; text-decoration: none; font-size: .9rem; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--amber); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 46px; border-top: 1px solid var(--line); }
.hero-facts span { flex: 1; min-width: 135px; padding: 18px 14px 0 0; color: #74879b; font-size: .72rem; line-height: 1.45; }
.hero-facts b { display: block; margin-bottom: 2px; color: #b9c6d3; font-size: .78rem; }
.hero-visual { position: relative; margin: 0; overflow: hidden; min-height: 510px; border: 1px solid var(--line-strong); border-radius: 28px; background: #060f1b; box-shadow: var(--shadow); isolation: isolate; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(7,17,31,.34), transparent 55%), linear-gradient(to top, rgba(7,17,31,.8), transparent 45%); pointer-events: none; }
.hero-visual img { width: 100%; height: 510px; object-fit: cover; animation: slow-drift 14s ease-in-out infinite alternate; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; align-items: center; gap: 9px; color: #c9d3dc; font-size: .78rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(128,199,162,.1), 0 0 22px rgba(128,199,162,.48); }
@keyframes slow-drift { from { transform: scale(1.02) translateX(-1%); } to { transform: scale(1.07) translateX(1.5%); } }

.trust-strip { border-block: 1px solid var(--line); background: rgba(16, 29, 46, .55); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-items span { padding: 21px 18px; border-right: 1px solid var(--line); color: #8d9fb2; font-size: .74rem; text-align: center; }
.trust-items span:first-child { border-left: 1px solid var(--line); }
.section { padding-block: 126px; border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .8fr 2fr; column-gap: 44px; align-items: start; }
.section-heading .eyebrow { grid-column: 1; }
.section-heading h2 { grid-column: 2; grid-row: 1 / span 2; }
.section-heading > p:last-child { grid-column: 2; max-width: 650px; margin: 28px 0 0; color: #8fa1b4; line-height: 1.68; }

.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pain-card { min-height: 290px; padding: 26px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: inherit; background: rgba(14, 26, 43, .28); text-align: left; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.pain-card:hover, .pain-card.active { position: relative; z-index: 1; background: linear-gradient(150deg, rgba(41,53,69,.72), rgba(16,27,45,.74)); transform: translateY(-4px); }
.pain-card.active { box-shadow: inset 0 2px 0 var(--amber); }
.pain-card > span { color: var(--amber); font-size: .7rem; letter-spacing: .1em; }
.pain-card strong { display: block; margin-top: 70px; color: var(--white); font-size: 1.2rem; }
.pain-card p { margin: 14px 0 0; color: #899bad; font-size: .88rem; line-height: 1.58; }
.solution-result { display: grid; grid-template-columns: .8fr 2fr; gap: 44px; min-height: 90px; padding: 25px 28px; border: 1px solid var(--line); border-top: 0; background: #091522; }
.solution-result span { color: #788b9f; font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
.solution-result strong { color: #cbd5df; font-size: 1.05rem; font-weight: 600; }

.services-section, .prices-section, .review-section { background: linear-gradient(180deg, rgba(14, 27, 44, .58), rgba(7, 17, 31, .25)); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 74px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 370px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; color: inherit; background: rgba(8, 19, 32, .65); text-decoration: none; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: var(--line-strong); background: rgba(15, 29, 47, .85); }
.service-card.featured { grid-row: span 2; min-height: 756px; background: linear-gradient(150deg, rgba(44,58,76,.88), rgba(11,22,37,.96)); }
.service-card.featured::after { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; bottom: -100px; border-radius: 50%; background: var(--amber); filter: blur(100px); opacity: .09; }
.service-top { display: flex; justify-content: space-between; gap: 12px; color: #8194a8; font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; }
.service-top b { color: #b9c6d3; font-weight: 700; white-space: nowrap; }
.service-card h3 { margin: 64px 0 14px; font-size: 1.55rem; letter-spacing: -.025em; }
.service-card.featured h3 { margin-top: 130px; font-size: 2.15rem; }
.service-card p { margin: 0; color: #8fa0b2; line-height: 1.62; }
.service-card ul { margin: 30px 0; padding: 0; list-style: none; }
.service-card li { padding: 12px 0; border-bottom: 1px solid var(--line); color: #a7b5c3; font-size: .84rem; }
.service-card li::before { content: "·"; margin-right: 9px; color: var(--amber); }
.service-card-link { position: relative; z-index: 2; display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: #d4dce4; font-size: .82rem; }
.service-card-link i { color: var(--amber); font-style: normal; }

.visual-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.story-image { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 24px; box-shadow: var(--shadow); }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,13,23,.86), transparent 54%); }
.story-image img { width: 100%; height: 520px; object-fit: cover; object-position: center; }
.story-image figcaption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 20px; color: #ccd6df; font-size: .82rem; }
.story-copy > p:not(.eyebrow) { margin: 26px 0; color: #8fa1b4; line-height: 1.68; }
.story-copy ul { margin: 0; padding: 0; list-style: none; }
.story-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #a2b1c0; }
.story-copy li::before { content: "✓"; margin-right: 10px; color: var(--green); }

.flagship { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.flagship-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 32px; color: #8fa1b4; line-height: 1.68; }
.workflow-panel { border-top: 1px solid var(--line-strong); }
.workflow-panel > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.workflow-panel b { grid-row: 1 / span 2; color: var(--amber); font-size: .7rem; }
.workflow-panel span { color: #7f92a6; font-size: .78rem; }
.workflow-panel strong { color: #dce3ea; font-size: 1rem; font-weight: 600; }

.proof-section { background: #050d17; }
.proof-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.owner-image { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 24px; box-shadow: var(--shadow); }
.owner-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,13,23,.92), transparent 50%); }
.owner-image img { width: 100%; height: 650px; object-fit: cover; object-position: center 34%; }
.owner-image figcaption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; color: #c6d0da; font-size: .82rem; line-height: 1.45; }
.proof-copy > p:not(.eyebrow) { margin: 27px 0 0; color: #92a3b5; line-height: 1.67; }
.proof-list { margin-top: 34px; border-top: 1px solid var(--line); }
.proof-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.proof-list span { color: var(--amber); font-size: .68rem; }
.proof-list p { margin: 0; color: #7e91a5; font-size: .82rem; line-height: 1.5; }
.proof-list strong { display: block; margin-bottom: 3px; color: #d9e1e8; font-size: .92rem; }
.proof-actions { display: flex; gap: 18px; align-items: center; margin-top: 30px; }
.proof-actions > span { color: #72869a; font-size: .72rem; line-height: 1.4; }

.process-list { margin: 72px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: .8fr 2fr; gap: 44px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.process-list b { color: var(--amber); font-size: .73rem; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 9px; font-size: 1.45rem; }
.process-list p { max-width: 650px; margin: 0; color: #8799ac; line-height: 1.62; }

.price-table { margin-top: 72px; border-top: 1px solid var(--line-strong); }
.price-table a { display: grid; grid-template-columns: 1.1fr 1.7fr 1fr 24px; gap: 20px; align-items: center; min-height: 92px; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, background .2s ease; }
.price-table a:hover { padding-inline: 20px; background: rgba(255,255,255,.025); }
.price-table span { color: var(--white); font-size: 1.1rem; font-weight: 650; }
.price-table small { color: #7f92a6; font-size: .82rem; }
.price-table b { color: #d3dce5; font-size: .93rem; text-align: right; }
.price-table i { color: var(--amber); font-style: normal; text-align: right; }
.price-note { max-width: 690px; margin: 28px 0 0 auto; color: #8193a7; font-size: .82rem; line-height: 1.55; }
.cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 58px; }
.cost-card { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,19,32,.58); }
.cost-card > span { color: var(--amber); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cost-card h3 { margin: 18px 0 16px; font-size: 1.35rem; }
.cost-card ul { margin: 0; padding: 0; list-style: none; }
.cost-card li { padding: 10px 0; border-bottom: 1px solid var(--line); color: #9cadbd; line-height: 1.45; }
.cost-card li::before { content: "·"; margin-right: 9px; color: var(--amber); }
.cost-card p { margin: 18px 0 0; color: #7f92a6; font-size: .78rem; line-height: 1.55; }

.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 72px; }
.boundary-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13,25,41,.55); }
.boundary-card h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 1.45rem; }
.boundary-card h3::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(128,199,162,.08); }
.boundary-card.no h3::before { background: var(--red); box-shadow: 0 0 0 5px rgba(218,143,143,.08); }
.boundary-card ul { margin: 0; padding: 0; list-style: none; }
.boundary-card li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #94a5b7; line-height: 1.5; }
.boundary-card li:last-child { border-bottom: 0; }

.review-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.review-copy > p:not(.eyebrow) { margin: 28px 0; color: #8fa1b4; line-height: 1.67; }
.review-copy blockquote { margin: 36px 0 0; padding: 24px; border-left: 2px solid var(--amber); color: #9eafbf; background: rgba(240,182,95,.055); font-size: .9rem; line-height: 1.65; }

.faq-list { margin: 72px 0 0 auto; width: min(760px, 100%); border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; color: #dce3ea; font-size: 1rem; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--amber); font-size: 1.5rem; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin: -4px 50px 24px 0; color: #8799ac; line-height: 1.66; }

.lead-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.section-heading.compact { display: block; }
.section-heading.compact > p:last-of-type { max-width: 540px; margin-top: 24px; color: #8fa1b4; line-height: 1.67; }
.contact-direct { display: flex; gap: 18px; align-items: center; margin-top: 34px; color: #778a9e; font-size: .75rem; }
.contact-direct a { color: var(--silver); font-size: .88rem; }
.lead-form { display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(14, 27, 44, .72); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 8px; color: #9cadbf; font-size: .76rem; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 14px; border: 1px solid rgba(132,153,178,.3); border-radius: 9px; color: #edf2f6; background: #081421; outline: none; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #b8c5d2; box-shadow: 0 0 0 3px rgba(184,197,210,.08); }
.lead-form textarea { min-height: 126px; resize: vertical; }
.lead-form .consent { display: flex; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; line-height: 1.48; }
.lead-form .consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--amber); }
.lead-form .consent a { color: #d6dfe8; }
.lead-form .trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-hint { margin: -4px 0 0; color: #72859a; font-size: .72rem; line-height: 1.5; }
.form-actions { display: flex; gap: 16px; align-items: center; }
.form-actions button { border: 0; cursor: pointer; }
.form-actions button:disabled { opacity: .55; cursor: wait; }
.form-status { color: #9cadbf; font-size: .78rem; line-height: 1.4; }
.form-status.success { color: var(--green); }
.form-status.error { color: #e2a2a2; }

.closing { display: flex; flex-direction: column; align-items: flex-start; padding-block: 140px; }
.closing h2 { max-width: 1050px; }
.closing .button { margin-top: 38px; }
footer { padding-block: 54px; background: #050d17; }
.footer-inner { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 44px; }
.footer-brand p { margin: 16px 0 0; color: #73869a; font-size: .78rem; line-height: 1.5; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 5px; color: #b8c5d1; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { color: #778a9d; font-size: .76rem; text-decoration: none; }
.footer-links a:hover { color: var(--silver); }
.legal { display: flex; flex-direction: column; gap: 7px; color: #627589; font-size: .7rem; text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Service pages */
.service-page .nav { margin-bottom: 0; }
.service-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 74px; align-items: center; min-height: 720px; padding-block: 90px; }
.breadcrumbs { margin: 0 0 26px; color: #76899c; font-size: .72rem; }
.breadcrumbs a { color: #9aacbd; text-decoration: none; }
.service-hero h1 { font-size: clamp(3.5rem, 6.5vw, 6.5rem); }
.service-hero .lead { max-width: 720px; }
.service-offer { padding: 34px; border: 1px solid var(--line-strong); border-radius: 22px; background: linear-gradient(145deg, rgba(41,53,69,.7), rgba(9,19,33,.88)); box-shadow: var(--shadow); }
.service-offer small { display: block; color: #8497aa; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.service-offer .offer-price { margin: 20px 0 6px; color: var(--white); font-size: clamp(2.8rem, 5vw, 4.4rem); font-weight: 720; letter-spacing: -.06em; }
.service-offer > p { margin: 0; color: #8497aa; font-size: .82rem; }
.service-offer ul { margin: 26px 0; padding: 0; list-style: none; }
.service-offer li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #a6b4c2; font-size: .84rem; }
.service-offer li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.service-offer .button { width: 100%; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 68px; }
.content-card { padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,25,41,.45); }
.content-card h3 { margin: 0 0 16px; font-size: 1.35rem; }
.content-card p { margin: 0; color: #8c9eb1; line-height: 1.64; }
.content-card ul { margin: 16px 0 0; padding-left: 18px; color: #94a5b6; line-height: 1.65; }
.service-flow { margin-top: 68px; border-top: 1px solid var(--line); }
.service-flow > div { display: grid; grid-template-columns: 70px .8fr 1.5fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-flow b { color: var(--amber); font-size: .7rem; }
.service-flow strong { color: #d8e0e8; }
.service-flow p { margin: 0; color: #8497aa; line-height: 1.55; }
.service-cta { padding-block: 110px; text-align: center; }
.service-cta h2 { max-width: 930px; margin-inline: auto; }
.service-cta p { max-width: 640px; margin: 26px auto 34px; color: #8fa1b4; line-height: 1.65; }
.service-cta .actions { justify-content: center; }
.seo-copy { max-width: 820px; margin: 66px auto 0; color: #8395a8; line-height: 1.75; }
.seo-copy h3 { margin-top: 38px; }
.seo-copy a { color: #cfd8e1; }
.legal-page { min-height: calc(100vh - 170px); padding-block: 80px 120px; }
.legal-page h1 { font-size: clamp(2.7rem, 7vw, 5rem); line-height: 1; }
.legal-copy { max-width: 860px; margin-top: 50px; color: #9aabbd; line-height: 1.72; }
.legal-copy h2 { margin-top: 44px; font-size: 1.55rem; letter-spacing: -.025em; }
.legal-copy a { color: #dce3eb; }
.not-found { display: grid; place-items: center; min-height: 70vh; padding: 60px 24px; text-align: center; }
.not-found span { color: var(--amber); font-size: .72rem; letter-spacing: .15em; }
.not-found h1 { margin-top: 18px; }
.not-found p { max-width: 560px; color: #8fa1b4; line-height: 1.6; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 840px; }
  .hero-visual { min-height: 440px; }
  .hero-visual img { height: 440px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-row: auto; min-height: 430px; }
  .service-card.featured h3 { margin-top: 72px; }
  .proof-layout, .review-layout { gap: 48px; }
  .footer-inner { grid-template-columns: 1.2fr 1fr 1fr; }
  .legal { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; text-align: left; }
}

@media (max-width: 800px) {
  .nav { height: 72px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 71px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 14px 14px; background: rgba(7,17,31,.98); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
  nav.open { display: flex; }
  nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 76px; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 24px; }
  .flagship, .proof-layout, .review-layout, .lead-section, .service-hero, .visual-story { grid-template-columns: 1fr; gap: 56px; }
  .owner-image img { height: 500px; }
  .service-hero { min-height: auto; }
  .price-table a { grid-template-columns: 1fr auto; gap: 8px 16px; }
  .price-table small { grid-column: 1; }
  .price-table b { grid-column: 2; grid-row: 1 / span 2; }
  .price-table i { display: none; }
  .process-list li, .solution-result { grid-template-columns: 64px 1fr; gap: 18px; }
  .boundary-grid, .cost-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .service-flow > div { grid-template-columns: 50px 1fr; }
  .service-flow p { grid-column: 2; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 30px, 1180px); }
  h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .hero { padding: 66px 0 78px; gap: 46px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { text-align: center; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-visual, .hero-visual img { min-height: 360px; height: 360px; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-items span, .trust-items span:first-child { border-left: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 86px; }
  .pain-grid, .service-grid, .form-grid, .content-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 230px; }
  .pain-card strong { margin-top: 44px; }
  .service-card, .service-card.featured { min-height: 380px; }
  .proof-actions { align-items: stretch; flex-direction: column; }
  .owner-image img { height: 430px; object-position: center 30%; }
  .story-image img { height: 360px; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 10px; }
  .price-table a { min-height: 110px; }
  .price-table b { max-width: 150px; }
  .boundary-card, .lead-form, .service-offer, .content-card { padding: 24px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .closing { padding-block: 96px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand, .legal { grid-column: auto; }
  .legal { flex-direction: column; }
  .service-flow > div { grid-template-columns: 34px 1fr; gap: 10px; }
}

@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; }
}
