:root {
  --bg: #090a08;
  --bg-soft: #0f110e;
  --panel: #141610;
  --panel-2: #191b14;
  --text: #f8f4e9;
  --muted: #aaa99f;
  --gold: #efc768;
  --gold-2: #ffe19a;
  --green: #86d995;
  --line: rgba(239, 199, 104, .18);
  --line-soft: rgba(255,255,255,.09);
  --shadow: 0 30px 90px rgba(0,0,0,.36);
  --radius: 28px;
  --radius-sm: 16px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .045; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 10px 16px; background: var(--gold); color: #111; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 90; padding: 13px 0; background: rgba(9,10,8,.76); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.is-scrolled { border-color: var(--line-soft); background: rgba(9,10,8,.93); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 50px; height: 50px; border-radius: 14px; border: 1px solid var(--line); object-fit: contain; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-family: Georgia, "Times New Roman", serif; color: var(--gold-2); font-size: 19px; text-transform: uppercase; letter-spacing: .07em; }
.brand small { color: #8f9088; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: #c9c7be; font-size: 14px; font-weight: 650; transition: .2s ease; }
.main-nav a:hover { color: var(--text); }
.main-nav .nav-cta { padding: 12px 18px; background: var(--gold); color: #14130e; border-radius: 999px; font-weight: 850; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border-radius: 13px; border: 1px solid var(--line-soft); background: var(--panel); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--text); margin: 5px 0; transition: .2s ease; }

.hero { position: relative; min-height: 100vh; padding: 145px 0 60px; border-bottom: 1px solid var(--line-soft); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 23%, rgba(239,199,104,.08), transparent 30%), linear-gradient(135deg, #090a08 35%, #111209 100%); }
.hero-orb { position: absolute; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }
.hero-orb::before, .hero-orb::after { content: ""; position: absolute; border: inherit; border-radius: inherit; }
.hero-orb-one { width: 430px; height: 430px; right: -120px; top: 60px; }
.hero-orb-one::before { inset: 48px; }.hero-orb-one::after { inset: 96px; }
.hero-orb-two { width: 220px; height: 220px; left: -160px; bottom: 20px; opacity: .5; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .partnership-grid h2, .continuity-card h2, .agent-result h2, .agent-contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 670px; font-size: clamp(56px, 6.2vw, 94px); }
.hero h1 em { display: block; color: var(--gold-2); font-weight: 400; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #c6c5bc; font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 23px; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; text-align: center; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #17140b; box-shadow: 0 12px 28px rgba(239,199,104,.16); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(239,199,104,.25); }
.button-ghost { background: rgba(255,255,255,.025); color: var(--text); border-color: rgba(255,255,255,.18); }
.button-ghost:hover { border-color: var(--gold); }
.button.small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 9px 20px; padding: 0; margin: 23px 0 0; list-style: none; color: #999a92; font-size: 12px; }
.hero-assurances li::before { content: "✓"; color: var(--gold); margin-right: 7px; font-weight: 900; }

.agent-shell { position: relative; min-height: 610px; display: flex; flex-direction: column; background: linear-gradient(180deg, rgba(26,28,20,.98), rgba(13,15,11,.98)); border: 1px solid rgba(239,199,104,.35); border-radius: 30px; box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.035); overflow: hidden; scroll-margin-top: 100px; }
.agent-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 0%, rgba(239,199,104,.09), transparent 30%); }
.agent-header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-bottom: 1px solid var(--line-soft); }
.agent-identity { display: flex; align-items: center; gap: 12px; }
.agent-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--gold); color: #15130d; font-weight: 950; font-size: 13px; }
.agent-identity > div:last-child { display: grid; }
.agent-identity strong { font-size: 15px; }
.agent-identity small { color: #92938c; font-size: 11px; }
.agent-identity small i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
.agent-reset { border: 0; background: transparent; color: var(--gold); font-size: 12px; font-weight: 800; cursor: pointer; }
.agent-progress { padding: 12px 20px 0; }
.agent-progress > div:first-child { display: flex; justify-content: space-between; color: #979890; font-size: 11px; }
.agent-progress-track { height: 4px; margin-top: 8px; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.07); }
.agent-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--gold); transition: width .35s ease; }
.agent-messages { position: relative; flex: 1; min-height: 285px; max-height: 390px; overflow-y: auto; padding: 22px 20px 10px; scrollbar-width: thin; scrollbar-color: rgba(239,199,104,.35) transparent; }
.message { width: fit-content; max-width: 88%; margin-bottom: 12px; padding: 13px 15px; border-radius: 16px; animation: messageIn .25s ease both; }
@keyframes messageIn { from { opacity: 0; transform: translateY(7px); } }
.message p { margin: 0; font-size: 14px; }
.message p + p { margin-top: 8px; }
.message-author { display: block; margin-bottom: 5px; color: var(--gold); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.message-agent { background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.07); border-bottom-left-radius: 4px; }
.message-user { margin-left: auto; background: rgba(239,199,104,.14); border: 1px solid rgba(239,199,104,.2); border-bottom-right-radius: 4px; }
.typing { display: flex; gap: 4px; align-items: center; min-height: 40px; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: #aaa; animation: typing 1s infinite alternate; }.typing i:nth-child(2){animation-delay:.18s}.typing i:nth-child(3){animation-delay:.36s}
@keyframes typing { to { opacity: .25; transform: translateY(-3px); } }
.agent-stage { position: relative; padding: 14px 20px 20px; border-top: 1px solid var(--line-soft); background: rgba(8,9,7,.35); }
.agent-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.agent-options button { min-height: 45px; padding: 9px 12px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #e6e3d9; font-size: 12px; font-weight: 720; cursor: pointer; text-align: left; transition: .18s ease; }
.agent-options button:hover, .agent-options button:focus-visible { border-color: var(--gold); background: rgba(239,199,104,.08); outline: none; }
.agent-free-form { margin-top: 10px; }
.agent-free-form > label { display: block; margin-bottom: 5px; color: #8f908a; font-size: 10px; }
.agent-free-form > div { display: flex; background: rgba(0,0,0,.26); border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; }
.agent-free-form input { min-width: 0; flex: 1; height: 44px; padding: 0 13px; border: 0; background: transparent; color: var(--text); outline: none; font-size: 12px; }
.agent-free-form button { border: 0; padding: 0 14px; background: transparent; color: var(--gold); font-size: 11px; font-weight: 850; cursor: pointer; }
.agent-result, .agent-contact { position: relative; padding: 25px 24px 28px; flex: 1; }
.result-kicker { color: var(--gold); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.agent-result h2, .agent-contact h2 { margin-top: 8px; font-size: clamp(30px, 3vw, 43px); line-height: 1.04; }
.agent-result > p, .agent-contact > p { color: #b8b8af; font-size: 14px; }
.result-action { display: grid; gap: 4px; margin: 20px 0 15px; padding: 15px; background: rgba(239,199,104,.08); border: 1px solid var(--line); border-radius: 14px; }
.result-action small { color: #999a92; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.result-action strong { font-size: 14px; }
.result-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.result-tags span, .handoff-tags span { padding: 6px 9px; border: 1px solid var(--line-soft); background: rgba(255,255,255,.035); border-radius: 999px; color: #d0cec5; font-size: 10px; }
.result-note { font-size: 11px !important; }
.result-buttons, .contact-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; margin-top: 19px; }
.form-grid label { display: grid; gap: 5px; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid label > span { color: #c7c5bc; font-size: 11px; font-weight: 750; }
.form-grid label > span small { color: #7f817a; font-weight: 500; }
.form-grid input { width: 100%; height: 44px; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; background: rgba(0,0,0,.25); color: var(--text); padding: 0 12px; outline: none; font-size: 12px; }
.form-grid input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(239,199,104,.08); }
.form-grid input[aria-invalid="true"] { border-color: #ef8e80; }
.honeypot { position: absolute; left: -9999px; }
.consent-check { display: flex; gap: 9px; align-items: flex-start; margin-top: 13px; color: #a9a89f; font-size: 10px; }
.consent-check input { margin-top: 3px; accent-color: var(--gold); }
.consent-check a { color: var(--gold); text-decoration: underline; }
.consent-check.optional { color: #85877f; }
.form-status { min-height: 18px; margin: 10px 0 0; font-size: 11px; color: #ef9b8f; }
.form-status.success { color: var(--green); }
.privacy-note { display: block; margin-top: 11px; color: #777970; }

.hero-proof { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 56px; border: 1px solid var(--line-soft); background: var(--line-soft); border-radius: 18px; overflow: hidden; }
.hero-proof div { display: grid; gap: 2px; padding: 15px 20px; background: #0c0e0b; }
.hero-proof strong { color: var(--gold-2); font-size: 13px; }.hero-proof span { color: #85877f; font-size: 10px; }

.section { padding: 110px 0; border-bottom: 1px solid var(--line-soft); }
.section-heading { max-width: 770px; }
.section-heading h2, .partnership-grid h2, .continuity-card h2 { font-size: clamp(43px, 5vw, 69px); }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; max-width: 680px; }
.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }
.symptom-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 48px; }
.symptom-grid article { min-height: 230px; padding: 25px; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); background: linear-gradient(145deg, rgba(255,255,255,.03), transparent); }
.symptom-grid article > span { color: var(--gold); font-size: 11px; font-weight: 850; }
.symptom-grid h3 { margin: 50px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.symptom-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.method-section { background: #0c0e0b; }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--gold); font-weight: 820; }
.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(5px); }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-soft); }
.method-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line-soft); }
.method-list > li > span { color: var(--gold); font-size: 12px; font-weight: 850; }
.method-list small { color: #888a82; text-transform: uppercase; letter-spacing: .12em; }
.method-list h3 { margin: 4px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; }
.method-list p { margin: 0; color: var(--muted); }

.delivery-list { max-width: 930px; margin: 50px auto 0; border-top: 1px solid var(--line-soft); }
.delivery-list details { border-bottom: 1px solid var(--line-soft); }
.delivery-list summary { list-style: none; display: grid; grid-template-columns: 45px 1.1fr .9fr 20px; align-items: center; gap: 18px; padding: 23px 5px; cursor: pointer; }
.delivery-list summary::-webkit-details-marker { display: none; }
.delivery-list summary::after { content: "+"; color: var(--gold); font-size: 22px; }.delivery-list details[open] summary::after { content: "−"; }
.delivery-list summary span { color: var(--gold); font-size: 11px; font-weight: 850; }
.delivery-list summary strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; }
.delivery-list summary em { color: #8f9089; font-style: normal; font-size: 13px; }
.delivery-list details > p { margin: -3px 0 24px 63px; max-width: 690px; color: var(--muted); }

.partnership-section { background: linear-gradient(135deg, #15170f, #0c0d0a); }
.partnership-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.partnership-lead { margin: 0; color: #dedbd1; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px,3vw,38px); line-height: 1.25; }
.partnership-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 32px 0 25px; }
.partnership-points article { padding-top: 17px; border-top: 1px solid var(--line); }
.partnership-points strong { color: var(--gold-2); font-size: 13px; }
.partnership-points p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.partnership-copy > small { color: #71736c; }

.continuity-card { display: grid; grid-template-columns: 1fr .9fr; gap: 75px; align-items: center; padding: 55px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(239,199,104,.06), rgba(255,255,255,.018)); }
.continuity-card > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.continuity-card ul { padding: 0; margin: 22px 0 28px; list-style: none; display: grid; gap: 8px; color: #c2c1b7; }
.continuity-card li::before { content: "✓"; color: var(--gold); margin-right: 10px; }
.handoff-demo { padding: 23px; border: 1px solid var(--line-soft); border-radius: 20px; background: #10120e; box-shadow: 0 20px 50px rgba(0,0,0,.23); }
.handoff-head { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line-soft); }
.handoff-head > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #111; font-weight: 900; }
.handoff-head div { display: grid; flex: 1; }.handoff-head small { color: #84867f; font-size: 10px; }.handoff-head i { color: var(--green); font-size: 10px; font-style: normal; }
.handoff-demo > p { padding: 12px 14px; background: rgba(255,255,255,.05); border-radius: 13px; color: #d2d0c7; font-size: 13px; }
.handoff-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.section-heading.compact h2 { font-size: clamp(40px,4vw,58px); }
.faq-list { border-top: 1px solid var(--line-soft); }
.faq-list details { border-bottom: 1px solid var(--line-soft); }
.faq-list summary { position: relative; list-style: none; padding: 20px 40px 20px 0; cursor: pointer; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--gold); font-size: 21px; }.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 50px 20px 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 65px 0 24px; background: #070806; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 38px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-brand { flex-direction: row !important; gap: 14px !important; }.footer-brand img { width: 62px; height: 62px; border-radius: 14px; border: 1px solid var(--line); }
.footer-brand strong { color: var(--gold-2); font-family: Georgia, "Times New Roman", serif; font-size: 22px; }.footer-brand p { max-width: 260px; margin: 4px 0 0; color: #777970; font-size: 12px; }
.footer-grid small { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.footer-grid a, .footer-grid button, .footer-grid span { padding: 0; border: 0; background: none; color: #96988f; font-size: 12px; cursor: pointer; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--line-soft); color: #666860; font-size: 10px; }

.agent-fab { position: fixed; right: 22px; bottom: 22px; z-index: 75; display: none; align-items: center; gap: 9px; padding: 7px 16px 7px 7px; border: 1px solid rgba(239,199,104,.35); border-radius: 999px; background: #15170f; box-shadow: 0 12px 35px rgba(0,0,0,.4); cursor: pointer; }
.agent-fab.is-visible { display: flex; }.agent-fab > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #111; font-size: 10px; font-weight: 950; }.agent-fab strong { font-size: 11px; }
.cookie-banner { position: fixed; left: 50%; bottom: 18px; z-index: 110; width: min(calc(100% - 30px), 880px); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 18px; background: rgba(18,20,15,.97); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }.cookie-banner strong { color: var(--gold-2); }.cookie-banner p { margin: 4px 0 0; color: #a1a29a; font-size: 11px; }.cookie-actions { display: flex; gap: 8px; min-width: max-content; }
.consent-dialog { width: min(calc(100% - 30px), 580px); border: 1px solid var(--line); border-radius: 22px; background: #12140f; color: var(--text); padding: 0; box-shadow: var(--shadow); }.consent-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }.consent-dialog form { position: relative; padding: 27px; }.consent-dialog h2 { margin: 0; font-family: Georgia,serif; font-size: 35px; }.consent-dialog > form > p:not(.eyebrow) { color: var(--muted); }.dialog-close { position: absolute; top: 15px; right: 15px; border: 0; background: none; color: #aaa; font-size: 24px; cursor: pointer; }.consent-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 12px 0; padding: 15px; border: 1px solid var(--line-soft); border-radius: 13px; }.consent-option div { display: grid; }.consent-option small { color: #83857d; }.consent-option > span { color: var(--green); font-size: 12px; }.consent-option input { width: 19px; height: 19px; accent-color: var(--gold); }
.noscript { position: fixed; inset: auto 12px 12px; z-index: 200; padding: 14px; background: #241a14; border: 1px solid #8c5a47; border-radius: 12px; color: #eee; text-align: center; }

[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(239,199,104,.45); outline-offset: 3px; }

@media (max-width: 1020px) {
  .main-nav { gap: 15px; }.main-nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 820px; }.agent-shell { max-width: 760px; width: 100%; margin-inline: auto; }
  .method-grid, .partnership-grid, .faq-grid { gap: 55px; }
  .partnership-points { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding: 10px 0; }.brand img { width: 45px; height: 45px; }.brand strong { font-size: 17px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: #10120e; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }.main-nav a { padding: 13px; font-size: 14px; }.main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 115px; }.hero h1 { font-size: clamp(51px, 15vw, 72px); }.hero-lead { font-size: 17px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .agent-shell { min-height: 620px; border-radius: 22px; }.agent-options { grid-template-columns: 1fr; }.agent-messages { max-height: 330px; }.message { max-width: 94%; }
  .form-grid { grid-template-columns: 1fr; }.form-grid label.full { grid-column: auto; }.result-buttons, .contact-actions { flex-direction: column; }.result-buttons .button, .contact-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }.section-heading h2, .partnership-grid h2, .continuity-card h2 { font-size: clamp(39px,12vw,55px); }
  .symptom-grid { grid-template-columns: 1fr; }.symptom-grid article { min-height: 190px; }.symptom-grid h3 { margin-top: 30px; }
  .method-grid, .partnership-grid, .continuity-card, .faq-grid { grid-template-columns: 1fr; gap: 40px; }.sticky-heading { position: static; }
  .delivery-list summary { grid-template-columns: 35px 1fr 20px; gap: 10px; }.delivery-list summary em { grid-column: 2; }.delivery-list details > p { margin-left: 45px; }
  .continuity-card { padding: 28px 20px; }.partnership-points { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
  .cookie-banner { flex-direction: column; align-items: stretch; }.cookie-actions { min-width: 0; }.cookie-actions .button { flex: 1; }
  .agent-fab { right: 12px; bottom: 12px; }.agent-fab strong { display: none; }.agent-fab { padding-right: 7px; }
}

@media (max-width: 430px) {
  .brand small { display: none; }.hero h1 { font-size: 49px; }.hero-orb-one { right: -260px; }
  .agent-header { padding: 15px; }.agent-stage, .agent-result, .agent-contact { padding-left: 15px; padding-right: 15px; }.agent-messages { padding-left: 15px; padding-right: 15px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

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