:root {
    --wine: #1d0200;
    --slate: #445771;
    --mist: #96aab0;
    --mauve: #bda3a5;
    --stone: #c8bfb5;
    --lavender: #e6e6fa;
    --paper: #f7f5f3;
    --white: #ffffff;
    --ink: #1d2633;
    --muted: #647081;
    --line: rgba(68, 87, 113, .18);
    --max: 1180px;
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.section-shell { max-width: var(--max); margin: 0 auto; padding-left: 24px; padding-right: 24px; }

.site-header {
    min-height: 76px;
    padding: 0 max(24px, calc((100vw - var(--max)) / 2));
    display: flex;
    align-items: center;
    gap: 42px;
    background: rgba(247, 245, 243, .92);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.02em; font-size: 18px; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--wine);
    color: var(--lavender);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.05em;
}
.site-header nav { display: flex; gap: 30px; font-size: 14px; color: var(--slate); margin-left: auto; }
.site-header nav a:hover { color: var(--wine); }
.header-cta { padding: 11px 18px; border-radius: 999px; background: var(--wine); color: var(--white); font-size: 14px; font-weight: 800; }

.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; color: var(--slate); }
.eyebrow span { width: 26px; height: 2px; background: var(--mauve); }
.eyebrow.dark { color: var(--slate); }

.hero {
    min-height: 720px;
    padding-top: 96px;
    padding-bottom: 92px;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 76px;
    align-items: center;
    position: relative;
}
.hero::before {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    right: 13%;
    top: 80px;
    background: var(--lavender);
    filter: blur(1px);
    opacity: .58;
    z-index: -1;
}
.hero h1, .section-heading h2, .quote-copy h2, .pricing-head h2 {
    margin: 22px 0;
    font-size: clamp(45px, 5.7vw, 78px);
    line-height: .98;
    letter-spacing: -.058em;
}
.hero h1 em { color: var(--wine); font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 650px; color: var(--slate); font-size: 20px; line-height: 1.68; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.button { font-weight: 820; }
.button.primary { background: var(--wine); color: var(--white); border-radius: 999px; padding: 16px 22px; box-shadow: 0 12px 28px rgba(29, 2, 0, .16); }
.button.primary:hover { background: #3b0c0a; transform: translateY(-1px); }
.button.text { color: var(--slate); }
.button.text span { color: var(--wine); margin-left: 7px; }
.proof-list { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--muted); font-size: 13px; }
.proof-list li::before { content: "✓"; color: var(--wine); font-weight: 900; margin-right: 7px; }

.hero-panel {
    background: var(--slate);
    color: var(--white);
    border-radius: 120px 22px 22px 22px;
    padding: 42px 34px 32px;
    position: relative;
    box-shadow: 0 30px 75px rgba(68, 87, 113, .26);
    overflow: hidden;
}
.hero-panel::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(230, 230, 250, .2); border-radius: 50%; right: -100px; top: -80px; box-shadow: 0 0 0 34px rgba(230, 230, 250, .035), 0 0 0 68px rgba(230, 230, 250, .025); }
.panel-top { display: flex; justify-content: space-between; gap: 16px; font-size: 10px; letter-spacing: .13em; color: var(--lavender); position: relative; z-index: 1; }
.live { color: var(--white); }
.live::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mauve); margin-right: 6px; box-shadow: 0 0 0 5px rgba(189, 163, 165, .13); }
.principle { display: grid; grid-template-columns: 74px 1fr; align-items: baseline; margin: 42px 0 28px; border-top: 1px solid rgba(255, 255, 255, .16); }
.principle span, .principle strong { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.principle span { color: var(--mauve); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.principle strong { font-size: 25px; letter-spacing: -.03em; }
.hero-panel > p { font-size: 15px; color: #e1e6ec; max-width: 390px; }
.hero-estimate { display: flex; gap: 18px; align-items: center; margin-top: 28px; padding: 18px 20px; background: var(--wine); border-radius: 12px; }
.hero-estimate strong { color: var(--lavender); font-size: 25px; white-space: nowrap; }
.hero-estimate span { color: #e9dcdd; font-size: 12px; line-height: 1.45; }

.trust-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); }
.trust-strip div { padding: 28px 24px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { border-left: 1px solid var(--line); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--wine); font-size: 26px; letter-spacing: -.04em; }
.trust-strip span { font-size: 11px; color: var(--slate); text-transform: uppercase; letter-spacing: .07em; line-height: 1.5; }

.intro, .how, .faq { padding-top: 120px; padding-bottom: 120px; }
.section-heading h2, .pricing-head h2, .quote-copy h2 { font-size: clamp(39px, 4.5vw, 62px); }
.heading-pair { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.heading-pair h2 { margin-bottom: 0; }
.heading-pair > p { color: var(--slate); font-size: 18px; margin: 0 0 5px; max-width: 490px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-grid article { padding: 34px 30px; min-height: 300px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .38); transition: .2s; display: flex; flex-direction: column; }
.problem-grid article:hover { background: var(--white); transform: translateY(-3px); box-shadow: 0 18px 36px rgba(68, 87, 113, .08); }
.problem-grid article > span { color: var(--wine); font-size: 12px; font-weight: 900; }
.problem-grid h3 { font-size: 22px; margin: 22px 0 10px; letter-spacing: -.025em; }
.problem-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.problem-grid b { display: block; margin-top: auto; padding-top: 24px; color: var(--slate); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }

.experience-section, .quote-section { background: var(--wine); color: var(--white); padding: 120px 0; }
.section-heading.light .eyebrow { color: var(--stone); }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p { color: #d8ccca; }
.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.experience-card { background: rgba(230, 230, 250, .08); border: 1px solid rgba(230, 230, 250, .16); padding: 30px; border-radius: var(--radius); min-height: 320px; display: flex; flex-direction: column; }
.experience-card.featured { background: var(--lavender); color: var(--ink); }
.experience-card:last-child { background: var(--mauve); color: var(--wine); }
.experience-total { color: var(--mauve); font-family: Georgia, serif; font-size: 84px; line-height: 1; letter-spacing: -.06em; }
.featured .experience-total, .experience-card:last-child .experience-total { color: var(--wine); }
.experience-card h3 { font-size: 24px; line-height: 1.2; letter-spacing: -.03em; max-width: 460px; margin: 18px 0 10px; }
.experience-card p { color: #d5c8c7; font-size: 14px; margin: 0; max-width: 520px; }
.experience-card.featured p, .experience-card:last-child p { color: var(--slate); }
.country-split { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 28px; }
.country-split span { border-top: 1px solid currentColor; padding-top: 10px; font-size: 12px; opacity: .84; text-transform: uppercase; letter-spacing: .08em; }
.country-split b { font-size: 19px; margin-right: 4px; }
.experience-card.compact { min-height: 210px; display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: start; }
.experience-card.compact .experience-total { font-size: 74px; }
.experience-card.compact h3 { margin-top: 5px; }
.territory { display: inline-block; margin-top: 20px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--mist); }
.timeline div { padding: 32px 28px 0 0; position: relative; }
.timeline div::before { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--wine); top: -6px; left: 0; box-shadow: 0 0 0 7px var(--paper); }
.timeline span { font-size: 12px; font-weight: 900; color: var(--wine); }
.timeline h3 { font-size: 21px; margin: 16px 0 8px; }
.timeline p { font-size: 14px; color: var(--muted); margin: 0; max-width: 220px; }

.pricing-section { background: var(--lavender); padding: 110px 0; }
.pricing-head { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.pricing-head h2 { margin-bottom: 0; }
.hourly { background: var(--slate); color: var(--white); padding: 25px 26px; border-radius: var(--radius); }
.hourly > span { color: var(--lavender); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.hourly strong { display: block; color: var(--white); font-size: 34px; margin: 7px 0 3px; letter-spacing: -.04em; }
.hourly small { font-size: 13px; font-weight: 600; color: var(--stone); }
.hourly p { color: #dce1e6; font-size: 12px; margin: 0; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.price-grid article { background: var(--white); border: 1px solid rgba(68, 87, 113, .12); border-radius: 14px; padding: 25px 26px; }
.price-grid span { color: var(--slate); font-size: 13px; font-weight: 750; }
.price-grid strong { display: block; color: var(--wine); font-size: 25px; margin: 9px 0 4px; letter-spacing: -.03em; }
.price-grid p { color: var(--muted); font-size: 13px; margin: 0; }
.running-costs { display: grid; grid-template-columns: 190px 1fr; gap: 30px; margin-top: 16px; padding: 24px 26px; border: 1px solid rgba(68, 87, 113, .18); border-radius: 14px; }
.running-costs strong { color: var(--wine); }
.running-costs p { margin: 0; color: var(--slate); font-size: 13px; }
.pricing-note { color: var(--slate); font-size: 11px; margin: 18px 0 0; }

.quote-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 74px; align-items: start; }
.quote-copy { position: sticky; top: 112px; }
.quote-copy .eyebrow { color: var(--stone); }
.quote-copy p { color: #d5c8c7; font-size: 18px; }
.quote-promise { border-left: 3px solid var(--mauve); padding: 5px 0 5px 20px; margin: 35px 0; }
.quote-promise strong, .quote-promise span { display: block; }
.quote-promise strong { color: var(--lavender); font-size: 22px; }
.quote-promise span { color: #c9bdbc; font-size: 13px; max-width: 350px; }
.form-card { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: 32px; box-shadow: 0 28px 85px rgba(0, 0, 0, .25); }
.form-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-weight: 850; font-size: 20px; }
.form-title small { font-size: 11px; font-weight: 650; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
fieldset { border: 0; padding: 27px 0 5px; margin: 0; border-bottom: 1px solid var(--line); }
legend { font-size: 16px; font-weight: 850; margin-bottom: 18px; }
legend span { color: var(--wine); font-size: 11px; margin-right: 8px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: 13px; font-weight: 750; color: var(--slate); margin-bottom: 17px; }
input, select, textarea { display: block; width: 100%; margin-top: 7px; background: #faf9f8; border: 1px solid rgba(68, 87, 113, .26); border-radius: 8px; padding: 12px 13px; color: var(--ink); font: inherit; font-size: 14px; transition: .15s; }
textarea { resize: vertical; line-height: 1.5; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(189, 163, 165, .3); border-color: var(--wine); background: var(--white); }
.invalid { border-color: #a72f2f; }
.field-error { display: block; color: #a72f2f; font-size: 11px; margin-top: 5px; }
.consents { padding: 25px 0 5px; }
.consents label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-weight: 500; font-size: 11px; line-height: 1.5; color: var(--muted); margin-bottom: 12px; }
.consents input { width: 18px; height: 18px; margin: 0; accent-color: var(--wine); }
.consents a { text-decoration: underline; }
.submit-button { width: 100%; border: 0; background: var(--slate); color: var(--white); border-radius: 999px; padding: 16px 20px; font-size: 15px; font-weight: 850; display: flex; justify-content: space-between; cursor: pointer; }
.submit-button:hover { background: var(--wine); }
.form-note { font-size: 10px !important; color: #89919c !important; text-align: center; margin: 12px 0 0 !important; }
.honeypot { position: absolute !important; left: -9999px !important; }
.error-box { margin: 18px 0 0; background: #fff0f0; color: #8d1d1d; padding: 12px 14px; border-radius: 8px; font-size: 13px; }
.success-box { text-align: center; padding: 35px 15px; }
.success-icon { margin: 0 auto 20px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--lavender); color: var(--wine); font-size: 25px; font-weight: 900; }
.success-box h3 { font-size: 25px; letter-spacing: -.03em; }
.success-box p { color: var(--muted); }
.success-box > strong { display: block; font-size: 30px; color: var(--wine); margin: 15px 0; }
.success-box small { color: #7d8794; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { cursor: pointer; font-weight: 780; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; color: var(--wine); font-size: 22px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); max-width: 670px; margin: 13px 0 2px; font-size: 14px; }

footer { background: #160302; color: var(--stone); padding: 55px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 15px 35px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.footer-brand .brand-mark { background: var(--lavender); color: var(--wine); }
footer p { margin: 0; }
footer > div:nth-of-type(2) { display: flex; justify-content: flex-end; gap: 25px; color: var(--white); }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 20px; margin-top: 15px; }

@media (max-width: 900px) {
    .site-header nav { display: none; }
    .site-header { gap: 15px; }
    .header-cta { margin-left: auto; }
    .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 65px; }
    .hero-panel { max-width: 650px; }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .heading-pair, .pricing-head, .quote-layout, .faq { grid-template-columns: 1fr; gap: 35px; }
    .problem-grid { grid-template-columns: 1fr 1fr; }
    .experience-grid { grid-template-columns: 1fr; }
    .quote-copy { position: static; }
    .timeline { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 600px) {
    .site-header { min-height: 66px; padding: 0 16px; }
    .brand > span:last-child { display: none; }
    .header-cta { font-size: 12px; padding: 9px 14px; }
    .section-shell { padding-left: 18px; padding-right: 18px; }
    .hero { padding-top: 52px; padding-bottom: 64px; min-height: auto; }
    .hero h1 { font-size: 46px; }
    .hero-lead { font-size: 17px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
    .button { text-align: center; }
    .proof-list { display: block; }
    .proof-list li { margin: 8px 0; }
    .hero-panel { border-radius: 70px 18px 18px 18px; padding: 38px 23px 23px; }
    .principle strong { font-size: 22px; }
    .trust-strip { padding: 0 12px; }
    .trust-strip div { padding: 20px 12px; }
    .trust-strip strong { font-size: 22px; }
    .trust-strip span { font-size: 9px; }
    .intro, .how, .faq, .experience-section, .quote-section { padding-top: 80px; padding-bottom: 80px; }
    .heading-pair { margin-bottom: 36px; }
    .heading-pair > p { font-size: 16px; }
    .problem-grid, .price-grid { grid-template-columns: 1fr; }
    .problem-grid article { min-height: 265px; }
    .experience-card { min-height: 300px; padding: 24px; }
    .experience-card.compact { grid-template-columns: 76px 1fr; min-height: 230px; }
    .experience-card.compact .experience-total { font-size: 60px; }
    .timeline { grid-template-columns: 1fr; border-top: 0; margin-top: 20px; }
    .timeline div { padding-left: 26px; border-left: 1px solid var(--mist); }
    .timeline div::before { left: -6px; top: 39px; }
    .pricing-section { padding: 80px 0; }
    .running-costs { grid-template-columns: 1fr; gap: 8px; }
    .form-card { padding: 22px 16px; }
    .field-grid { grid-template-columns: 1fr; }
    .field-grid .full { grid-column: auto; }
    footer { grid-template-columns: 1fr; }
    footer > div:nth-of-type(2) { justify-content: flex-start; flex-direction: column; gap: 5px; }
    footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
