:root {
    --ink: #051f20;
    --muted: #4d635a;
    --primary: #235347;
    --primary-dark: #051f20;
    --forest-800: #0b2b26;
    --forest-700: #163832;
    --sage: #8eb69b;
    --mint: #daf1de;
    --lavender: #eaf7ed;
    --soft: #f7fcf8;
    --border: #bfd8c5;
    --success: #1f7a55;
    --white: #ffffff;
    --shadow: 0 24px 60px rgba(5, 31, 32, 0.13);
    --shadow-strong: 0 34px 90px rgba(5, 31, 32, 0.20);
    color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: Roboto, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
    position: sticky;
    top: 14px;
    z-index: 20;
    width: min(1160px, calc(100% - 40px));
    margin: 14px auto 0;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(191, 216, 197, 0.88);
    border-radius: 999px;
    box-shadow: 0 18px 46px rgba(5, 31, 32, .10);
    backdrop-filter: blur(22px);
}
.site-header .shell { width: 100%; }
.nav-shell { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 20px; font-weight: 620; letter-spacing: -0.02em; }
.brand strong { color: var(--primary); }
.brand-mark {
    position: relative;
    width: 44px; height: 44px; display: grid; place-items: center;
    overflow: hidden; background: #ffffff;
    border: 1px solid rgba(191,216,197,.95);
    border-radius: 16px; box-shadow: 0 10px 22px rgba(35,83,71,.20);
}
.brand-initial {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(145deg, var(--forest-700), var(--primary-dark));
    font-weight: 600;
}
.brand-mark img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.main-nav { display: flex; gap: 6px; }
.main-nav a { color: var(--muted); padding: 9px 14px; border-radius: 999px; font-weight: 560; font-size: 14px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--primary); background: var(--lavender); transform: translateY(-1px); }
.hero {
    margin-top: -76px;
    padding: 168px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 16%, rgba(142, 182, 155, .28), transparent 30%),
        radial-gradient(circle at 10% 95%, rgba(35, 83, 71, .12), transparent 24%),
        linear-gradient(180deg, #f7fcf8 0%, #fff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow {
    display: inline-block; color: var(--primary); font-size: 12px; text-transform: uppercase;
    letter-spacing: .14em; font-weight: 620; margin-bottom: 12px;
}
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.03em; }
h1, h2 { font-family: Roboto, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 500; }
h1 { font-size: clamp(44px, 6vw, 72px); margin-bottom: 24px; }
h1 span { color: var(--primary); }
h2 { font-size: clamp(32px, 4vw, 48px); max-width: 780px; margin-bottom: 36px; }
h3 { font-size: 22px; margin-bottom: 12px; }
.hero-copy > p { max-width: 650px; color: var(--muted); font-size: 18px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.primary-button, .secondary-button, .small-button {
    border: 0; display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
    border-radius: 999px; font-weight: 620; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.primary-button, .small-button { color: white; background: var(--primary); }
.primary-button { padding: 14px 22px; box-shadow: 0 12px 26px rgba(35,83,71,.24); }
.primary-button:hover { color: white; background: var(--primary-dark); transform: translateY(-1px); }
.secondary-button { padding: 13px 21px; color: var(--ink); background: white; border: 1px solid var(--border); box-shadow: 0 10px 24px rgba(5,31,32,.08); }
.secondary-button:hover { color: var(--primary); border-color: var(--sage); transform: translateY(-1px); box-shadow: 0 16px 28px rgba(5,31,32,.12); }
.small-button { padding: 9px 14px; }
.text-link { font-weight: 600; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; color: var(--primary); font-size: 13px; font-weight: 600; margin-top: 28px; }
.trust-row span { padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.72); }
.hero-showcase {
    position: relative;
    min-height: 600px;
    display: grid;
    place-items: center;
}
.hero-showcase::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(35,83,71,.20), rgba(142,182,155,.18));
    filter: blur(2px);
}
.hero-phone {
    position: absolute;
    margin: 0;
    width: min(268px, 52vw);
    padding: 8px;
    border: 1px solid rgba(191, 216, 197, .96);
    border-radius: 32px;
    background: linear-gradient(145deg, #ffffff, var(--lavender));
    box-shadow: var(--shadow-strong);
}
.hero-phone img {
    display: block;
    width: 100%;
    border-radius: 24px;
    background: #111;
}
.hero-phone-main { z-index: 3; transform: translateY(2px); }
.hero-phone-left { z-index: 2; transform: translate(-142px, 34px) rotate(-9deg) scale(.88); opacity: .94; }
.hero-phone-right { z-index: 1; transform: translate(146px, -26px) rotate(9deg) scale(.86); opacity: .92; }
.ai-document-card {
    position: absolute;
    z-index: 4;
    right: -14px;
    bottom: 48px;
    width: min(360px, 88vw);
    padding: 18px;
    border: 1px solid rgba(191, 216, 197, .98);
    border-radius: 26px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 28px 64px rgba(5,31,32,.18);
    backdrop-filter: blur(20px);
}
.ai-card-top {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 12px;
    margin-bottom: 16px;
}
.pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--success);
    box-shadow: 0 0 0 5px var(--lavender);
}
.ai-card-top strong {
    margin-left: auto;
    color: var(--primary);
    background: var(--lavender);
    border-radius: 999px;
    padding: 6px 9px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .08em;
    font-weight: 620;
}
.ai-card-body {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}
.ai-card-icon {
    width: 54px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--lavender);
    color: var(--primary);
    font-weight: 600;
}
.ai-card-body h2 {
    margin: 0 0 4px;
    font-family: Roboto, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 21px;
    font-weight: 620;
    letter-spacing: -.02em;
}
.ai-card-body p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.ai-card-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 20px;
    padding-top: 16px;
    font-size: 13px;
}
.ai-card-grid span { color: var(--muted); }
.ai-card-grid strong {
    color: var(--ink);
    font-weight: 620;
    text-align: right;
}
.agent-pill, .region-label {
    margin-left: auto; background: var(--lavender); color: var(--primary); padding: 6px 10px;
    border-radius: 999px; font-size: 11px; font-weight: 680; text-transform: uppercase; letter-spacing: .05em;
}
.section { padding: 88px 0; }
.soft-section { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p { color: var(--muted); margin: 0; font-size: 17px; }
.screenshot-section {
    background:
        radial-gradient(circle at 4% 28%, rgba(35, 83, 71, .12), transparent 26%),
        linear-gradient(180deg, #fff 0%, var(--soft) 100%);
    overflow: hidden;
}
.screenshot-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(180px, 1fr));
    gap: 18px;
    overflow-x: auto;
    padding: 10px 4px 18px;
    scroll-snap-type: x proximity;
}
.phone-shot {
    margin: 0;
    min-width: 180px;
    padding: 8px;
    border: 1px solid rgba(191, 216, 197, .95);
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff, var(--lavender));
    box-shadow: 0 22px 44px rgba(5, 31, 32, .12);
    scroll-snap-align: start;
}
.phone-shot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 21px;
    background: #111;
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { border: 1px solid var(--border); border-radius: 22px; padding: 26px; background: white; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(5,31,32,.12); border-color: var(--sage); }
.alternating-grid .feature-card:nth-child(2) { margin-top: 42px; background: linear-gradient(145deg, #ffffff, var(--lavender)); }
.alternating-grid .feature-card:nth-child(3) { margin-top: 84px; }
.feature-card-tall { min-height: 310px; }
.feature-card p { color: var(--muted); margin-bottom: 0; }
.step { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--lavender); color: var(--primary); font-weight: 600; margin-bottom: 26px; }
.split-grid, .region-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.principle-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.principle-list span { color: var(--muted); }
.region-card { align-items: center; padding: 34px; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(135deg, #f7fcf8, var(--lavender)); }
.region-card h2 { margin: 0 0 12px; font-size: 34px; }
.region-card p { margin: 0; color: var(--muted); }
.testimonials-section { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(234,247,237,.72), rgba(255,255,255,.88)),
        #fff;
    box-shadow: 0 16px 38px rgba(5,31,32,.08);
}
.testimonial-card p { margin: 0 0 20px; color: var(--forest-800); font-size: 17px; line-height: 1.65; }
.testimonial-card span { color: var(--primary); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.page-hero {
    margin-top: -76px;
    padding: 168px 0 72px;
    background:
        radial-gradient(circle at 86% 16%, rgba(142, 182, 155, .20), transparent 30%),
        linear-gradient(180deg, #f7fcf8 0%, #fff 100%);
}
.narrow { max-width: 900px; }
.page-hero h1 { max-width: 880px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 18px; margin: 0; }
.feature-story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.story-card, .agent-card {
    border: 1px solid var(--border);
    border-radius: 28px;
    background: white;
    box-shadow: 0 18px 44px rgba(5,31,32,.08);
}
.story-card { padding: 30px; }
.story-card > span, .agent-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: var(--lavender);
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 22px;
}
.story-card h2, .agent-card h2 { font-family: Roboto, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 25px; font-weight: 500; letter-spacing: -.02em; margin-bottom: 12px; }
.story-card p, .agent-card p, .story-card li, .agent-card li { color: var(--muted); }
.story-card ul, .agent-card ul { margin: 18px 0 0; padding-left: 20px; }
.agent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.agent-card { padding: 28px; }
.agent-card strong { display: block; margin-top: 18px; color: var(--ink); font-weight: 680; }
.agent-page-intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    gap: 46px;
    align-items: end;
    margin-bottom: 28px;
}
.agent-page-intro h2 { margin-bottom: 0; }
.agent-page-intro p { margin: 0; color: var(--muted); }
.expanded-agent-grid { align-items: stretch; }
.expanded-agent-grid .agent-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.agent-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.agent-card-top .agent-icon { margin-bottom: 0; }
.agent-meta {
    padding: 6px 10px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--soft);
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
}
.agent-capability-list {
    display: grid;
    gap: 8px;
    margin-top: auto !important;
    padding-top: 18px;
}
.agent-capability-list li {
    margin: 0;
}
.agent-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: white;
    box-shadow: 0 18px 44px rgba(5,31,32,.08);
}
.agent-cta h2 { margin-bottom: 12px; }
.agent-cta p { margin: 0; color: var(--muted); }
.region-picker { min-width: 260px; }
.region-picker label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.select-wrap select {
    width: 100%; appearance: none; border: 1px solid var(--border); border-radius: 13px; background: white;
    color: var(--ink); padding: 12px 42px 12px 14px; font: inherit; font-size: 14px; font-weight: 650;
}
.select-wrap { position: relative; }
.select-wrap::after { content: "⌄"; position: absolute; right: 15px; top: 8px; color: var(--primary); pointer-events: none; }
.site-footer { padding: 58px 0 34px; background: var(--primary-dark); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, .55fr)); gap: 34px 42px; align-items: start; }
.footer-brand { color: white; }
.footer-grid p { max-width: 560px; margin: 14px 0 0; }
.footer-brand-block { display: grid; gap: 14px; }
.footer-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.footer-badges a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255,255,255,.88);
    font-size: 13px;
}
.footer-column { display: grid; gap: 10px; }
.footer-column h2 {
    margin: 0 0 4px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.footer-column a { color: rgba(255,255,255,.78); font-size: 14px; }
.footer-column a:hover,
.footer-badges a:hover { color: white; border-color: rgba(255, 255, 255, .30); }
.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
}
.footer-bottom p { margin: 0; font-size: 13px; }
.copyright { font-size: 13px; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-main { background: #fff; }
.legal-hero { padding: 68px 0 52px; background: linear-gradient(135deg, var(--lavender), #fbfffc); border-bottom: 1px solid var(--border); }
.legal-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.legal-heading h1 { font-size: clamp(42px, 6vw, 64px); margin-bottom: 12px; }
.legal-heading p { color: var(--muted); margin: 0; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 74px; justify-content: center; padding-top: 58px; padding-bottom: 90px; }
.legal-toc { position: sticky; top: 106px; align-self: start; display: grid; gap: 4px; }
.legal-toc strong { margin-bottom: 10px; }
.legal-toc a { color: var(--muted); padding: 5px 0; font-size: 14px; }
.legal-toc a:hover { color: var(--primary); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 100px; padding: 6px 0 30px; }
.legal-content h2 { font-size: 29px; margin: 20px 0 16px; }
.legal-content h3 { font-size: 18px; margin: 24px 0 8px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 22px; }
.legal-content li { margin: 8px 0; }
.notice-box { padding: 22px; border-radius: 18px; background: var(--lavender); border: 1px solid var(--border); margin-bottom: 30px; }
.notice-box.warning { background: #fff7e9; border-color: #f0deb7; }
.notice-box p { margin: 7px 0 0; }
.regional-section { margin: 20px 0 36px; padding: 28px !important; background: linear-gradient(145deg, var(--soft), var(--lavender)); border: 1px solid var(--border); border-radius: 22px; }
.regional-section .region-label { display: inline-block; margin: 0 0 14px; }

@media (max-width: 860px) {
    .hero { padding-top: 64px; }
    .site-header { top: 8px; width: min(100% - 20px, 1160px); margin-top: 8px; border-radius: 28px; }
    .hero { margin-top: -80px; padding-top: 150px; }
    .hero-grid, .feature-grid, .split-grid, .region-card, .testimonial-grid, .feature-story-grid, .agent-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-brand-block,
    .footer-bottom { grid-column: 1 / -1; }
    .agent-page-intro,
    .agent-cta { grid-template-columns: 1fr; align-items: start; }
    .agent-cta .primary-button { width: fit-content; }
    .hero-grid { gap: 54px; }
    .hero-showcase { min-height: 560px; }
    .screenshot-strip { grid-template-columns: repeat(6, minmax(210px, 240px)); }
    .alternating-grid .feature-card:nth-child(2), .alternating-grid .feature-card:nth-child(3) { margin-top: 0; }
    .legal-heading { align-items: start; flex-direction: column; }
    .legal-layout { grid-template-columns: 1fr; gap: 24px; }
    .legal-toc { position: static; display: flex; overflow-x: auto; padding-bottom: 10px; }
    .legal-toc strong { display: none; }
    .legal-toc a { white-space: nowrap; padding: 8px 11px; background: var(--soft); border-radius: 10px; }
}
@media (max-width: 600px) {
    .shell { width: min(100% - 28px, 1160px); }
    .nav-shell { min-height: auto; padding: 10px; flex-direction: column; gap: 10px; }
    .brand { font-size: 18px; }
    .brand-mark { width: 34px; height: 34px; border-radius: 11px; }
    .main-nav { gap: 0; width: 100%; overflow-x: auto; justify-content: flex-start; }
    .main-nav a { padding: 8px 9px; font-size: 13px; }
    .hero { padding: 162px 0 60px; }
    h1 { font-size: 42px; }
    .hero-showcase { min-height: 490px; }
    .hero-phone { width: 222px; }
    .hero-phone-left { transform: translate(-80px, 44px) rotate(-8deg) scale(.82); }
    .hero-phone-right { transform: translate(82px, -28px) rotate(8deg) scale(.80); }
    .ai-document-card { right: 0; bottom: 10px; width: min(330px, 96vw); }
    .section { padding: 64px 0; }
    .principle-list > div { grid-template-columns: 1fr; gap: 4px; }
    .region-card { padding: 24px; gap: 28px; }
    .region-picker { min-width: 100%; width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-column { gap: 9px; }
    .footer-badges { flex-direction: column; align-items: stretch; }
    .footer-badges a { justify-content: center; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .copyright { grid-column: auto; }
    .legal-hero { padding: 48px 0 38px; }
    .legal-heading h1 { font-size: 42px; }
    .legal-layout { padding-top: 34px; padding-bottom: 64px; }
    .legal-content h2 { font-size: 25px; }
    .regional-section { padding: 22px !important; }
}

/* Minimal responsive refinement layer */
body {
    font-family: Roboto, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.62;
}

h1,
h2,
h3,
.story-card h2,
.agent-card h2,
.ai-card-body h2 {
    font-family: Roboto, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2 {
    font-weight: 500;
    letter-spacing: -.025em;
}

h1 { font-size: clamp(40px, 5.4vw, 64px); }
h2 { font-size: clamp(28px, 3.6vw, 42px); }
h3 { font-weight: 500; }

.brand,
.eyebrow,
.primary-button,
.secondary-button,
.small-button,
.trust-row,
.ai-card-top strong,
.ai-card-grid strong,
.agent-pill,
.region-label,
.step,
.testimonial-card span,
.region-picker label,
.story-card h2,
.agent-card h2 {
    font-weight: 500;
}

.site-header {
    box-shadow: 0 14px 34px rgba(5, 31, 32, .08);
}

.main-nav a {
    font-weight: 500;
    white-space: nowrap;
}

.hero {
    padding-top: 156px;
    padding-bottom: 88px;
}

.hero-grid {
    gap: 56px;
}

.hero-copy > p,
.page-hero p,
.section-heading p {
    font-size: 17px;
}

.hero-showcase {
    min-height: 560px;
}

.hero-showcase::before {
    width: 460px;
    height: 460px;
}

.ai-document-card,
.feature-card,
.story-card,
.agent-card,
.testimonial-card,
.region-card,
.notice-box,
.regional-section {
    border-radius: 18px;
}

.ai-document-card {
    box-shadow: 0 22px 52px rgba(5, 31, 32, .14);
}

.feature-card {
    padding: 24px;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(5,31,32,.10);
}

.section {
    padding: 78px 0;
}

.split-grid,
.region-card {
    gap: 56px;
}

@media (max-width: 860px) {
    .hero {
        padding-top: 142px;
        padding-bottom: 70px;
    }

    .hero-grid {
        gap: 42px;
    }

    .alternating-grid .feature-card:nth-child(2),
    .alternating-grid .feature-card:nth-child(3) {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .site-header {
        width: min(100% - 16px, 1160px);
        border-radius: 22px;
    }

    .nav-shell {
        align-items: stretch;
    }

    .main-nav {
        scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar,
    .screenshot-strip::-webkit-scrollbar,
    .legal-toc::-webkit-scrollbar {
        display: none;
    }

    h1 {
        font-size: clamp(34px, 10vw, 42px);
    }

    h2 {
        font-size: clamp(27px, 8vw, 34px);
    }

    .hero {
        padding-top: 156px;
        padding-bottom: 54px;
    }

    .hero-copy > p,
    .page-hero p,
    .section-heading p {
        font-size: 16px;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-actions .primary-button,
    .hero-actions .secondary-button {
        width: 100%;
    }

    .trust-row span {
        flex: 1 1 auto;
        text-align: center;
    }

    .hero-showcase {
        min-height: auto;
        display: grid;
        gap: 16px;
        place-items: center;
    }

    .hero-showcase::before {
        width: 260px;
        height: 260px;
    }

    .hero-phone {
        position: relative;
        width: min(260px, 78vw);
        margin: 0 auto;
    }

    .hero-phone-main {
        transform: none;
    }

    .hero-phone-left,
    .hero-phone-right {
        display: none;
    }

    .ai-document-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: -4px;
        padding: 16px;
    }

    .section {
        padding: 58px 0;
    }

    .feature-card,
    .story-card,
    .agent-card,
    .testimonial-card {
        padding: 22px;
    }

    .screenshot-strip {
        grid-template-columns: repeat(6, minmax(176px, 210px));
        gap: 14px;
        padding-inline: 0;
        scrollbar-width: none;
    }

    .agent-page-intro {
        gap: 16px;
        margin-bottom: 20px;
    }

    .agent-card-top {
        margin-bottom: 14px;
    }

    .agent-cta {
        padding: 22px;
    }

    .agent-cta .primary-button {
        width: 100%;
    }
}

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