:root {
    --ink: #101629;
    --muted: #596070;
    --paper: #fff8ef;
    --paper-strong: #fff2e2;
    --white: #ffffff;
    --blue: #1554ff;
    --blue-dark: #0d3bc4;
    /* --coral: #ff5b51; */
    --coral: #8F1D14;
    --yellow: #f6c833;
    --green: #148360;
    --lav: #9b6dff;
    --line: #eadfce;
    --line-strong: #d9cbb9;
    --shadow: 0 24px 70px rgba(25, 27, 38, .12);
    --soft-shadow: 0 16px 40px rgba(25, 27, 38, .08);
    --radius: 28px;
    --sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --serif: "Playfair Display", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
ul { padding-left: 0; }

.container { width: min(100% - 40px, 1180px); margin-inline: auto; }
.skip-link {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 20;
    transform: translateY(-160%);
    background: var(--ink);
    color: var(--white);
    padding: 10px 14px;
    border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 248, 239, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.brand strong { font-size: 1.15rem; }
.brand-logo { width: 32px; height: 32px; flex: 0 0 auto; border-radius: 10px; box-shadow: 0 10px 24px rgba(16, 22, 41, .08); }
.brand small { display: block; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.nav-links, .nav-cta, .hero-actions, .reassurance, .footer-links { display: flex; align-items: center; gap: 18px; }
.nav-links { font-weight: 800; color: #2c3348; }
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.nav-links a:hover::after { transform: scaleX(1); }
.phone { font-weight: 900; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 34px rgba(21, 84, 255, .28); }
.button-primary:hover { background: var(--blue-dark); }
.button-coral { background: var(--coral); color: var(--white); box-shadow: 0 14px 34px rgba(255, 91, 81, .26); }
.button-ghost, .button-outline { background: var(--white); border: 1px solid var(--ink); }
.menu-toggle { display: none; }
.section-pad { padding: 92px 0; }
.tight { padding-top: 54px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 6% 14%, rgba(255, 91, 81, .15), transparent 28%), radial-gradient(circle at 78% 4%, rgba(21, 84, 255, .12), transparent 32%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; min-height: 680px; }
.eyebrow, .kicker { font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: var(--coral); font-weight: 900; }
.eyebrow span { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); margin-right: 10px; }
.hero h1 { font-family: var(--serif); font-size: clamp(3.8rem, 6.4vw, 7.4rem); line-height: .9; letter-spacing: -.06em; margin: 20px 0; max-width: 860px; }
.hero-text { font-size: 1.18rem; color: var(--muted); max-width: 650px; }
.hero-actions { flex-wrap: wrap; margin: 34px 0; }
.trust-row { display: flex; gap: 16px; align-items: center; color: var(--muted); }
.trust-row strong { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack span { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #ffd5c8, #ffeeb0); border: 3px solid var(--paper); margin-left: -8px; }
.avatar-stack span:nth-child(2) { background: linear-gradient(135deg, #d6e1ff, #bff1df); }
.avatar-stack span:nth-child(3) { background: linear-gradient(135deg, #efe0ff, #ffd4d1); }

.hero-art { position: relative; min-height: 560px; }
.blob { position: absolute; border-radius: 44% 56% 63% 37%; }
.blob-blue { width: 370px; height: 300px; right: 90px; top: 10px; background: var(--blue); }
.blob-coral { width: 310px; height: 230px; right: 0; bottom: 80px; background: var(--coral); opacity: .92; }
.blob-yellow { width: 105px; height: 105px; right: 20px; top: 70px; background: var(--yellow); border-radius: 50%; }
.main-card { position: absolute; right: 70px; top: 135px; width: 420px; min-height: 300px; background: var(--white); border: 1px solid rgba(16, 22, 41, .08); box-shadow: var(--shadow); border-radius: 24px; padding: 30px; }
.browser-bar { display: flex; align-items: center; gap: 7px; margin-bottom: 24px; }
.browser-bar span { width: 9px; height: 9px; border-radius: 50%; background: #e7e7ee; }
.browser-bar b { margin-left: auto; font-size: 1.4rem; }
.card-label { display: inline-flex; background: #eef3ff; color: var(--blue); border-radius: 999px; padding: 7px 11px; font-weight: 900; font-size: .78rem; margin: 0; }
.main-card h2 { font-family: var(--serif); font-size: 2rem; line-height: 1.03; }
.main-card em { color: var(--coral); font-style: normal; }
.main-card p { color: var(--muted); }
.mini-button { width: 120px; height: 34px; border-radius: 999px; background: var(--blue); margin-top: 20px; }
.chart-line { position: absolute; right: 34px; bottom: 35px; width: 140px; height: 80px; border-bottom: 2px solid #f1dca7; border-left: 2px solid #f1dca7; }
.chart-line::after { content: ''; position: absolute; left: 5px; right: 0; bottom: 14px; height: 52px; background: linear-gradient(145deg, transparent 48%, var(--yellow) 50%, var(--yellow) 53%, transparent 55%); }
.metric-card { position: absolute; right: 20px; bottom: 145px; background: var(--white); border-radius: 18px; padding: 20px 26px; box-shadow: var(--shadow); }
.metric-card small, .metric-card span { color: var(--muted); display: block; }
.metric-card strong { font-size: 1.7rem; display: block; }
.metric-card span { color: var(--green); font-weight: 900; }
.scribble { position: absolute; right: 35px; bottom: 10px; width: 150px; height: 80px; border-bottom: 4px solid var(--ink); border-radius: 50%; transform: rotate(-12deg); opacity: .85; }

.centered { text-align: center; margin-inline: auto; max-width: 800px; }
.section-heading h2 { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: 1; margin: 10px 0; letter-spacing: -.035em; }
.section-heading p, .feature-card p, .price-card li, .pricing-note, .privacy, .form-head p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 44px; }
.feature-card, .price-card, .lead-form, .steps article { background: rgba(255, 255, 255, .82); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--soft-shadow); }
.feature-card { padding: 28px; min-height: 265px; }
.icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; font-weight: 900; font-size: 1.35rem; margin-bottom: 26px; }
.shield { background: #e8eeff; color: var(--blue); }
.access { background: #ddf8ee; color: #169d74; }
.host { background: #f0e6ff; color: var(--lav); }
.care { background: #fff2bd; color: #d99a00; }
.watch { background: #ffe5e1; color: var(--coral); }
.feature-card h3 { font-family: var(--serif); font-size: 1.45rem; line-height: 1.05; }

.method-section { background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,242,226,.8)); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.steps article { padding: 26px; }
.steps span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 900; margin-bottom: 16px; }
.steps h3 { font-family: var(--serif); font-size: 1.55rem; margin: 0 0 8px; }
.steps p { color: var(--muted); margin: 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.price-card { position: relative; padding: 32px; }
.price-card.featured { border: 2px solid var(--coral); transform: translateY(-10px); }
.badge { position: absolute; left: 0; right: 0; top: -1px; background: var(--coral); color: var(--white); text-align: center; border-radius: 20px 20px 0 0; padding: 7px; font-size: .8rem; font-weight: 900; }
.plan { font-weight: 900; color: var(--blue); }
.price-card.featured .plan { color: var(--coral); margin-top: 20px; }
.price-card.green .plan { color: var(--green); }
.price-card h3 { font-size: 1.05rem; color: var(--muted); font-weight: 600; }
.price { margin: 24px 0; }
.price small, .price span { display: block; color: var(--muted); }
.price strong { display: block; font-size: 3rem; letter-spacing: -.05em; }
.price-card ul { margin: 0 0 28px; list-style: none; }
.price-card li { padding: 8px 0; }
.price-card li::before { content: '✓'; font-weight: 900; color: var(--blue); margin-right: 9px; }
.green-outline { border-color: var(--green); color: var(--green); }
.pricing-note { text-align: center; margin-top: 22px; }

#contact { scroll-margin-top: 92px; }
#lead-form { scroll-margin-top: 110px; }
.contact-band { background: radial-gradient(circle at 12% 8%, rgba(255, 91, 81, .18), transparent 32%), radial-gradient(circle at 88% 16%, rgba(21, 84, 255, .14), transparent 34%), linear-gradient(135deg, #ffe8df, #fffaf2 45%, #eaf0ff); position: relative; overflow: hidden; }
.contact-stack { display: grid; gap: 34px; }
.contact-intro { max-width: 900px; }
.contact-intro h2 { font-family: var(--serif); font-size: clamp(2.5rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.04em; margin: 10px 0; }
.contact-intro p { color: var(--muted); max-width: 780px; }
.reassurance { flex-wrap: wrap; margin-top: 28px; }
.reassurance span { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; font-weight: 800; }
.lead-form { padding: clamp(22px, 4vw, 48px); background: rgba(255, 255, 255, .94); display: grid; gap: 30px; width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.form-content { display: grid; gap: 30px; transition: opacity .22s ease, transform .22s ease, filter .22s ease; }
.form-content[hidden] { display: none; }
.form-content.is-leaving { opacity: 0; transform: translateY(-12px) scale(.985); filter: blur(4px); }
.form-head { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: stretch; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.form-kicker { color: var(--coral); text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: .78rem; margin: 0 0 8px; }
.form-head h3 { font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1; letter-spacing: -.04em; margin: 0 0 12px; }
.estimate-panel { position: relative; isolation: isolate; background: linear-gradient(135deg, var(--ink), #1a2544 54%, #112f65); color: var(--white); border-radius: 26px; padding: clamp(22px, 3vw, 34px); display: grid; gap: 24px; margin: 0; overflow: hidden; }
.estimate-panel::before { content: ''; position: absolute; inset: auto -90px -120px auto; width: 280px; height: 280px; border-radius: 50%; background: rgba(255, 91, 81, .34); filter: blur(2px); z-index: -1; }
.estimate-panel::after { content: ''; position: absolute; top: -90px; left: 38%; width: 220px; height: 220px; border-radius: 50%; background: rgba(246, 200, 51, .18); z-index: -1; }
.estimate-panel-wide { grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: center; }
.estimate-title { margin: 0 0 10px; color: #ffe6df; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
.estimate-copy h4 { font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1; letter-spacing: -.04em; margin: 0 0 12px; color: var(--white); }
.estimate-copy p:last-child { color: #eef3ff; margin: 0; max-width: 560px; }
.estimate-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.estimate-line { display: grid; gap: 12px; align-items: end; min-height: 150px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.estimate-line span { color: #dce5f8; font-weight: 800; }
.estimate-line strong { font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: .92; letter-spacing: -.06em; }
.form-section { display: grid; gap: 18px; }
.form-section-title { display: flex; align-items: center; gap: 10px; }
.form-section-title span { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #eef3ff; color: var(--blue); font-weight: 900; font-size: .82rem; }
.form-section h4 { margin: 0; font-size: .9rem; text-transform: uppercase; letter-spacing: .16em; color: var(--paper); }
.two-cols, .three-cols { display: grid; gap: 16px; }
.two-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.field label, .choice-cards legend { display: block; font-weight: 900; margin-bottom: 8px; }
.field-required label::after, .consent label::after { content: ' *'; color: var(--coral); }
.field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid #ded2c0;
    border-radius: 16px;
    background: #fffdf9;
    padding: 15px 16px;
    color: var(--ink);
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(21, 84, 255, .12); outline: 0; background: var(--white); }
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: #d92d20; box-shadow: 0 0 0 4px rgba(217, 45, 32, .1); }
.range-field { background: #fffdf9; border: 1px solid var(--line); border-radius: 20px; padding: 18px; }
input[type='range'] { accent-color: var(--blue); padding: 0; }
.choice-cards { border: 0; padding: 0; margin: 0; display: grid; gap: 12px; }
.choice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.options-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice-card { position: relative; display: flex; min-height: 142px; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice-content { width: 100%; display: grid; gap: 8px; align-content: start; background: #fffdf9; border: 1px solid var(--line); border-radius: 20px; padding: 18px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease; }
.choice-content::before { content: ''; display: block; width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--line-strong); background: var(--white); box-shadow: inset 0 0 0 6px var(--white); transition: border-color .18s ease, background .18s ease; }
.choice-content strong { font-size: 1rem; line-height: 1.2; }
.choice-content small { color: var(--muted); font-size: .9rem; }
.choice-card:hover .choice-content { transform: translateY(-1px); box-shadow: var(--soft-shadow); }
.choice-card input:checked + .choice-content { background: #eef3ff; border-color: rgba(21, 84, 255, .5); box-shadow: 0 18px 38px rgba(21, 84, 255, .12); transform: translateY(-2px); }
.choice-card input:checked + .choice-content::before { border-color: var(--blue); background: var(--blue); }
.option-card input:checked + .choice-content { background: #fff1ef; border-color: rgba(255, 91, 81, .55); box-shadow: 0 18px 38px rgba(255, 91, 81, .1); }
.option-card input:checked + .choice-content::before { border-color: var(--coral); background: var(--coral); }
.message-field textarea { min-height: 170px; resize: vertical; }
.form-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; padding-top: 8px; }
.consent { display: flex; gap: 10px; align-items: flex-start; }
.consent input { width: 20px; height: 20px; accent-color: var(--blue); margin-top: 2px; }
.consent label { font-weight: 700; }
.form-footer .button { min-width: 270px; }
.submit-button { position: relative; gap: 12px; overflow: hidden; }
.submit-loader { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.42); border-top-color: var(--white); display: none; animation: spin .7s linear infinite; }
.submit-button.is-loading .submit-loader { display: inline-block; }
.submit-button.is-loading .submit-label { opacity: .72; }
.submit-button:disabled { cursor: wait; transform: none; opacity: .9; }
.ajax-form-status { background: #fff1ef; color: #9f2a22; border: 1px solid #ffd0ca; border-radius: 16px; padding: 14px 16px; font-weight: 900; }
.ajax-form-status[hidden] { display: none; }
.flash-success { background: #e7f8ee; color: #126d43; border: 1px solid #bfe9cf; border-radius: 16px; padding: 14px 16px; font-weight: 800; }
.flash-error { background: #fff1ef; color: #9f2a22; border: 1px solid #ffd0ca; border-radius: 16px; padding: 14px 16px; font-weight: 800; }
.form-error, .lead-form ul { color: #b42318; margin: 6px 0 0; list-style: none; font-size: .92rem; }
.privacy { color: var(--muted); font-size: .88rem; text-align: center; margin: 0; }
.thank-you-panel { position: relative; display: grid; place-items: center; text-align: center; gap: 18px; padding: clamp(34px, 6vw, 76px); min-height: 560px; border-radius: 28px; background: radial-gradient(circle at 20% 12%, rgba(246, 200, 51, .28), transparent 28%), radial-gradient(circle at 82% 20%, rgba(21, 84, 255, .2), transparent 30%), linear-gradient(135deg, #101629, #172447 50%, #3e275e); color: var(--white); overflow: hidden; }
.thank-you-panel[hidden] { display: none; }
.thank-you-panel::before, .thank-you-panel::after { content: ''; position: absolute; border-radius: 999px; pointer-events: none; }
.thank-you-panel::before { width: 180px; height: 180px; left: -48px; bottom: -58px; background: rgba(255, 91, 81, .38); }
.thank-you-panel::after { width: 260px; height: 260px; right: -82px; top: -92px; border: 34px solid rgba(255,255,255,.08); }
.thank-you-panel.is-visible { animation: successIn .52s cubic-bezier(.2, .9, .2, 1) both; }
.success-orb { display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; background: rgba(255,255,255,.12); box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.2); }
.success-orb span { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: linear-gradient(135deg, var(--green), #35d295); color: var(--white); font-size: 2.6rem; font-weight: 900; animation: pop .52s .18s cubic-bezier(.2, .9, .2, 1) both; }
.thank-you-panel h3 { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.5rem); line-height: .92; letter-spacing: -.055em; margin: 0; max-width: 780px; }
.thank-you-text { color: #dfe6f6; max-width: 720px; margin: 0; font-size: 1.08rem; }
.success-recap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; width: min(100%, 880px); margin: 12px 0 8px; }
.success-recap article { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: 18px; backdrop-filter: blur(14px); }
.success-recap span { display: block; color: #c8d3ea; font-size: .86rem; font-weight: 800; margin-bottom: 6px; }
.success-recap strong { display: block; font-size: clamp(1.1rem, 2vw, 1.65rem); line-height: 1.05; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes successIn { from { opacity: 0; transform: translateY(18px) scale(.98); filter: blur(6px); } to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes pop { 0% { transform: scale(.55); opacity: 0; } 72% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }

.footer { padding: 38px 0; background: var(--white); border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; }
.footer-links { font-weight: 800; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

@media (max-width: 1080px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .choice-grid, .options-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .nav-links, .nav-cta { display: none; }
    .menu-toggle { display: inline-flex; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; font-weight: 900; }
    .nav-links.open { display: flex; position: absolute; top: 78px; left: 20px; right: 20px; flex-direction: column; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 20px; box-shadow: var(--shadow); }
    .hero-grid, .method-grid { grid-template-columns: 1fr; }
    .hero-grid { min-height: auto; }
    .hero-art { min-height: 430px; }
    .main-card { right: auto; left: 20px; width: min(390px, calc(100% - 40px)); }
    .blob-blue { right: 0; }
    .form-head, .three-cols, .estimate-panel-wide { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card.featured { transform: none; }
    .footer-grid { flex-direction: column; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1180px); }
    .section-pad { padding: 62px 0; }
    .hero h1 { font-size: 3.35rem; }
    .hero-actions, .form-footer, .steps, .choice-grid, .options-grid { display: grid; grid-template-columns: 1fr; }
    .form-footer .button { width: 100%; min-width: 0; }
    .feature-grid { grid-template-columns: 1fr; }
    .hero-art { display: none; }
    .nav { height: 68px; }
    .nav-links.open { top: 68px; }
    .estimate-values, .success-recap { grid-template-columns: 1fr; }
    .estimate-line { min-height: auto; }
}

/* Legal pages */
.legal-page {
    min-height: 100vh;
    background: var(--paper);
}

.legal-hero {
    padding: 120px 0 52px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 91, 81, .13), transparent 28%),
        radial-gradient(circle at 84% 10%, rgba(21, 84, 255, .12), transparent 32%),
        var(--white);
    border-bottom: 1px solid var(--line);
}

.legal-container {
    max-width: 920px;
}

.legal-hero h1 {
    font-family: var(--serif);
    font-size: clamp(3rem, 7vw, 6.8rem);
    line-height: .9;
    letter-spacing: -.06em;
    margin: 0 0 18px;
    color: var(--ink);
}

.legal-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.legal-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: clamp(28px, 5vw, 58px);
    box-shadow: var(--shadow-soft);
}

.legal-card h2 {
    margin: 34px 0 12px;
    color: var(--ink);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    letter-spacing: -.035em;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card p {
    margin: 0 0 12px;
    color: var(--muted);
    line-height: 1.75;
}

.legal-card strong {
    color: var(--ink);
}

.footer-links {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.legal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 44px;
}

.legal-back,
.legal-nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
}

.legal-back {
    padding: 0 18px;
    color: var(--white);
    background: var(--ink);
    box-shadow: var(--shadow-soft);
}

.legal-nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.legal-nav-links a {
    padding: 0 14px;
    color: var(--ink);
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--line);
}

.legal-nav-links a:hover,
.legal-back:hover {
    transform: translateY(-1px);
}

@media (max-width: 760px) {
    .legal-nav {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 34px;
    }

    .legal-nav-links {
        justify-content: flex-start;
    }
}


/* Realizations page */
.realizations-page {
    min-height: 100vh;
    background: var(--paper);
}

.realizations-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 91, 81, .14), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(21, 84, 255, .12), transparent 34%),
        var(--white);
    border-bottom: 1px solid var(--line);
}

.realizations-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
    gap: 56px;
    align-items: center;
}

.realizations-hero h1 {
    max-width: 920px;
    margin: 18px 0;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(3.4rem, 6.4vw, 7.2rem);
    line-height: .9;
    letter-spacing: -.06em;
}

.realizations-hero p:not(.kicker) {
    max-width: 720px;
    margin: 0 0 30px;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

.realizations-proof {
    display: grid;
    gap: 12px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, .76);
    box-shadow: var(--soft-shadow);
}

.realizations-proof span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--paper);
    color: var(--ink);
    font-weight: 900;
}

.realizations-proof span::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--coral);
    box-shadow: 0 0 0 5px rgba(255, 91, 81, .12);
}

.realization-list {
    display: grid;
    gap: 28px;
}

.realization-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    padding: clamp(18px, 3vw, 34px);
    border: 1px solid var(--line);
    border-radius: 36px;
    background: rgba(255, 255, 255, .84);
    box-shadow: var(--shadow);
}

.realization-media {
    display: block;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
}

.realization-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .28s ease;
}

.realization-media:hover img {
    transform: scale(1.018);
}

.realization-content h2 {
    margin: 10px 0 14px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: .95;
    letter-spacing: -.05em;
}

.realization-content p:not(.kicker) {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.realization-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0;
}

.realization-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--paper);
    color: var(--ink);
    font-size: .86rem;
    font-weight: 900;
}

.realization-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.realization-url {
    color: var(--green);
    font-weight: 900;
}

@media (max-width: 980px) {
    .realizations-hero-grid,
    .realization-card {
        grid-template-columns: 1fr;
    }

    .realization-card {
        border-radius: 28px;
    }
}
