:root {
  --navy: #0b1739;
  --navy-2: #15254d;
  --ink: #14213d;
  --muted: #617089;
  --canvas: #f4f6f2;
  --paper: #ffffff;
  --mint: #64d9bf;
  --mint-dark: #1d8f7d;
  --gold: #e8b656;
  --line: #dce2df;
  --danger: #b42318;
  --shadow: 0 24px 70px rgba(12, 27, 59, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.55; }
button, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: white; color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: var(--navy); background: var(--mint); border: 2px solid var(--navy); border-radius: 12px; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.06em; }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 1rem/1.2 Manrope, sans-serif; }
.brand small { color: var(--muted); font-size: .76rem; }
.header-link { padding: 10px 16px; border: 1px solid #bdc7c3; border-radius: 999px; font-weight: 700; font-size: .88rem; text-decoration: none; transition: .2s ease; }
.header-link:hover { border-color: var(--navy); transform: translateY(-1px); }

main { overflow: hidden; }
.hero { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(38px, 7vw, 100px); align-items: center; width: min(1180px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; padding: 60px 0 100px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; top: 10%; right: -20%; background: radial-gradient(circle, rgba(100,217,191,.28), transparent 67%); }
.eyebrow { margin: 0 0 12px; color: var(--mint-dark); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: Manrope, sans-serif; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.9rem, 6.3vw, 5.6rem); line-height: .98; letter-spacing: -.065em; }
.hero-lede { max-width: 650px; margin: 0; color: #4a5971; font-size: clamp(1.05rem, 1.8vw, 1.26rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; font-weight: 800; text-decoration: none; }
.button.primary { color: white; background: var(--navy); box-shadow: 0 10px 28px rgba(11, 23, 57, .22); }
.button.secondary { background: white; border: 1px solid var(--line); }
.button:hover { transform: translateY(-2px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0; padding: 0; color: #536178; font-size: .86rem; list-style: none; }
.trust-list span { color: var(--mint-dark); font-weight: 800; }

.profile-card { overflow: hidden; max-width: 470px; justify-self: end; scroll-margin-top: 12px; background: white; border: 1px solid rgba(11, 23, 57, .08); border-radius: 28px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.profile-image-wrap { position: relative; min-height: 310px; background: var(--navy); }
.profile-image-wrap img { width: 100%; height: 330px; object-fit: cover; object-position: center 20%; }
.profile-image-wrap::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(11, 23, 57, .44)); }
.availability { position: absolute; z-index: 2; bottom: 18px; left: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: white; background: rgba(11, 23, 57, .86); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; backdrop-filter: blur(8px); font-size: .78rem; font-weight: 700; }
.availability i { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(100,217,191,.18); }
.profile-body { padding: 26px 28px 28px; }
.profile-kicker { margin: 0 0 2px; color: var(--mint-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.profile-body h2 { margin-bottom: 6px; font-size: 1.8rem; letter-spacing: -.04em; }
.profile-body > p { margin-top: 0; color: var(--muted); }
.profile-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 0; }
.profile-stats div { padding-top: 14px; border-top: 1px solid var(--line); }
.profile-stats dt { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.profile-stats dd { margin: 1px 0 0; color: var(--navy); font: 800 1.15rem Manrope, sans-serif; }
.profile-stats span { color: var(--muted); font-size: .72rem; }

.consultant-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; padding: clamp(28px, 5vw, 60px); background: white; border: 1px solid #e1e6e2; border-radius: 32px; box-shadow: 0 20px 60px rgba(11, 23, 57, .09); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); gap: 40px; align-items: end; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.06; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--muted); }
.starter-label { margin: 0 0 10px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.prompt-grid { display: flex; gap: 10px; overflow-x: auto; margin-bottom: 18px; padding: 2px 2px 8px; scroll-snap-type: x proximity; }
.prompt-card { display: grid; grid-template-columns: 34px minmax(170px, 1fr); flex: 1 0 245px; align-items: center; column-gap: 10px; min-height: 72px; padding: 11px 13px; text-align: left; color: var(--ink); background: #f8faf8; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; scroll-snap-align: start; transition: .2s ease; }
.prompt-card:hover, .prompt-card:focus-visible { border-color: var(--mint-dark); background: #f2fbf8; transform: translateY(-2px); outline: none; box-shadow: 0 10px 28px rgba(26, 119, 104, .1); }
.prompt-icon { display: grid; grid-row: 1 / span 2; place-items: center; width: 34px; height: 34px; color: var(--navy); background: #dff7f1; border-radius: 10px; font-weight: 800; }
.prompt-icon.agent { background: #f1e8ff; }
.prompt-icon.journey { background: #fff2d9; }
.prompt-icon.compare { background: #e4edff; }
.prompt-card strong, .prompt-card small { display: block; grid-column: 2; }
.prompt-card strong { align-self: end; font: 800 .84rem Manrope, sans-serif; }
.prompt-card small { align-self: start; color: var(--muted); font-size: .72rem; line-height: 1.25; }

.conversation-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 16px; color: var(--navy); background: #eef3f0; border: 1px solid var(--line); border-bottom: 0; border-radius: 18px 18px 0 0; font-size: .76rem; font-weight: 800; }
.conversation-toolbar > span { display: inline-flex; align-items: center; gap: 9px; }
.conversation-toolbar small { padding: 3px 8px; color: #526177; background: white; border: 1px solid #d5ddda; border-radius: 999px; font-size: .65rem; }
.autoplay-control { display: inline-flex; align-items: center; gap: 8px; margin: 0; cursor: pointer; }
.autoplay-control > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.toggle-track { position: relative; width: 38px; height: 22px; background: #a9b4af; border-radius: 999px; transition: .2s ease; }
.toggle-track i { position: absolute; width: 16px; height: 16px; top: 3px; left: 3px; background: white; border-radius: 50%; box-shadow: 0 1px 4px rgba(11, 23, 57, .22); transition: .2s ease; }
.autoplay-control input:checked + .toggle-track { background: var(--mint-dark); }
.autoplay-control input:checked + .toggle-track i { transform: translateX(16px); }
.autoplay-control input:focus-visible + .toggle-track { outline: 3px solid rgba(100, 217, 191, .35); outline-offset: 2px; }
.hero-voice-panel { margin-top: 20px; padding: 16px; color: white; background: var(--navy); border-radius: 17px; box-shadow: 0 12px 28px rgba(11, 23, 57, .16); }
.hero-voice-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hero-voice-heading > div > span, .hero-voice-heading > div > strong { display: block; }
.hero-voice-heading > div > span { color: #aebbd3; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-voice-heading > div > strong { margin-top: 1px; font: 800 1.05rem Manrope, sans-serif; }
.hero-autoplay { color: #dce3ef; font-size: .68rem; font-weight: 800; white-space: nowrap; }
.hero-autoplay .toggle-track { background: #68758e; }
.hero-autoplay input:checked + .toggle-track { background: var(--mint); }
.hero-voice-intro { margin: 10px 0 12px; color: #c3ccdc; font-size: .72rem; line-height: 1.4; }
.hero-product-field label { display: block; margin-bottom: 5px; color: #dce3ef; font-size: .67rem; font-weight: 800; }
.hero-product-field select { width: 100%; min-height: 42px; padding: 0 35px 0 11px; color: var(--navy); background: white; border: 1px solid rgba(255,255,255,.36); border-radius: 9px; font-size: .76rem; font-weight: 700; outline: none; }
.hero-product-field select:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(100, 217, 191, .24); }
.hero-locked-product { margin: 11px 0 0; padding: 8px 10px; color: #dce3ef; background: rgba(255,255,255,.08); border-radius: 8px; font-size: .69rem; }
.hero-locked-product[hidden] { display: none; }
.hero-voice-actions { display: flex; gap: 8px; margin-top: 11px; }
.hero-record-button, .hero-play-button { min-height: 43px; padding: 0 13px; border-radius: 10px; cursor: pointer; font-size: .76rem; font-weight: 800; }
.hero-record-button { flex: 1; color: var(--navy); background: var(--mint); border: 1px solid var(--mint); }
.hero-record-button span { color: #a82720; }
.hero-record-button.recording { color: white; background: #a82720; border-color: #cf5c55; }
.hero-record-button.recording span { color: white; }
.hero-play-button { color: white; background: transparent; border: 1px solid rgba(255,255,255,.42); }
.hero-play-button[hidden] { display: none; }
.hero-voice-status { margin: 8px 0 0; color: #b9c5d8; font-size: .68rem; }
.hero-voice-status.error { color: #ffb4ad; }
.hero-work-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 39px; margin-top: 9px; padding: 0 12px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); border-radius: 9px; cursor: pointer; font-size: .73rem; font-weight: 800; }
.hero-work-button:hover, .hero-work-button:focus-visible { color: var(--navy); background: white; outline: none; }
.hero-work-button span { color: var(--mint); font-size: .95rem; }
.hero-work-button:hover span, .hero-work-button:focus-visible span { color: var(--mint-dark); }
.hero-transcript { margin: 8px 0 0; padding-top: 8px; color: #e4e9f1; border-top: 1px solid rgba(255,255,255,.14); font-size: .68rem; font-style: italic; line-height: 1.4; }
.hero-transcript[hidden] { display: none; }
.conversation { min-height: 230px; max-height: 660px; overflow: auto; padding: 22px; background: #f5f7f4; border: 1px solid var(--line); border-radius: 0; }
.empty-state { display: flex; align-items: center; gap: 16px; max-width: 680px; margin: 26px auto; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.empty-state[hidden] { display: none; }
.empty-avatar { flex: 0 0 58px; overflow: hidden; width: 58px; height: 58px; border: 3px solid #cef1e9; border-radius: 50%; }
.empty-avatar img { width: 100%; height: 100%; object-fit: cover; }
.empty-state strong { color: var(--navy); font-family: Manrope, sans-serif; }
.empty-state p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.message { max-width: 84%; margin: 0 0 20px; }
.message.user { margin-left: auto; }
.message-meta { display: flex; align-items: center; gap: 8px; margin: 0 0 7px; font-size: .78rem; }
.message-meta img, .message-meta span { width: 30px; height: 30px; border-radius: 50%; }
.message-meta img { object-fit: cover; }
.message-meta span { display: grid; place-items: center; color: white; background: var(--navy); font-size: .54rem; font-weight: 800; }
.message.user .message-meta { justify-content: flex-end; }
.message.user .message-meta span { order: 2; }
.message-content { padding: 16px 18px; white-space: pre-wrap; background: white; border: 1px solid var(--line); border-radius: 4px 16px 16px 16px; box-shadow: 0 5px 18px rgba(11, 23, 57, .05); line-height: 1.62; }
.message.user .message-content { color: white; background: var(--navy); border-color: var(--navy); border-radius: 16px 4px 16px 16px; }
.play-answer { margin-left: 4px; padding: 6px 10px; color: var(--navy); background: white; border: 1px solid #bdc8c3; border-radius: 999px; cursor: pointer; font-size: .7rem; font-weight: 700; }
.play-answer:hover { background: white; }

.response-resources { margin-top: 10px; padding: 12px 14px; background: #f4f8ff; border: 1px solid #d6e0f1; border-radius: 12px; }
.response-resources > strong { display: block; color: var(--navy); font: 800 .78rem Manrope, sans-serif; }
.response-resources > span { display: block; margin-top: 2px; color: var(--muted); font-size: .68rem; }
.response-resources ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 9px 0 0; padding: 0; list-style: none; }
.response-resources a { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 10px; color: var(--navy); background: white; border: 1px solid #bccbe3; border-radius: 999px; font-size: .72rem; font-weight: 800; text-decoration: none; }
.response-resources a:hover, .response-resources a:focus-visible { color: white; background: var(--navy); outline: none; }

.lead-card { margin-top: 10px; padding: 0 14px; background: #eef8f5; border: 1px solid #cce9e1; border-radius: 14px; }
.lead-card summary { padding: 13px 0; color: var(--navy); cursor: pointer; font: 800 .86rem Manrope, sans-serif; }
.lead-card[open] { padding-bottom: 14px; }
.lead-card > p { margin: 0 0 8px; color: var(--muted); font-size: .78rem; }
.lead-card .lead-context { padding: 9px 10px; background: rgba(255,255,255,.7); border-radius: 8px; font-style: italic; }
.lead-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 12px; }
.lead-field label { display: block; margin-bottom: 5px; color: var(--navy); font-size: .7rem; font-weight: 800; }
.lead-field input, .lead-field select { width: 100%; min-height: 42px; padding: 0 11px; background: white; border: 1px solid #afbeb9; border-radius: 9px; }
.lead-field.wide, .lead-consent, .lead-status { grid-column: 1 / -1; }
.lead-consent { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: .72rem; }
.lead-consent input { margin-top: 3px; }
.lead-submit { justify-self: start; min-height: 40px; padding: 0 15px; color: white; background: var(--navy); border: 0; border-radius: 9px; cursor: pointer; font-weight: 800; }
.lead-status { margin: 0; color: var(--muted); font-size: .75rem; }
.lead-status.success { color: #10715f; font-weight: 700; }
.lead-status.error { color: var(--danger); }
.lead-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.composer { padding: 20px; background: white; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 18px 18px; }
.composer.in-chat { margin-top: 12px; padding: 14px; background: #f9fbfa; border-top: 1px solid var(--line); border-radius: 14px; box-shadow: 0 6px 20px rgba(11, 23, 57, .06); }
.composer.in-chat .product-context { display: none; }
.composer.in-chat textarea { min-height: 86px; }
.composer label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.product-context { display: grid; grid-template-columns: minmax(220px, .85fr) minmax(260px, 1.15fr); gap: 6px 22px; align-items: center; margin-bottom: 16px; padding: 14px; background: #eef8f5; border: 1px solid #cce9e1; border-radius: 12px; }
.product-context label { margin: 0; font-size: .84rem; }
.product-context p { grid-column: 1; margin: 0; color: var(--muted); font-size: .73rem; line-height: 1.35; }
.product-context select { grid-column: 2; grid-row: 1 / span 2; width: 100%; min-height: 46px; padding: 0 38px 0 13px; color: var(--navy); background: white; border: 1px solid #aebfba; border-radius: 10px; font-weight: 700; outline: none; }
.product-context select:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 4px rgba(100, 217, 191, .18); }
.composer textarea { width: 100%; min-height: 112px; resize: vertical; padding: 14px 15px; color: var(--ink); background: #fbfcfb; border: 1px solid #c8d0cc; border-radius: 12px; outline: none; }
.composer textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 4px rgba(100, 217, 191, .18); }
.composer-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; }
.voice-controls { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .78rem; }
.record-button, .send-button { min-height: 44px; border-radius: 11px; cursor: pointer; font-weight: 800; }
.record-button { padding: 0 14px; color: var(--navy); background: white; border: 1px solid #bfc9c4; }
.record-button span { color: #db3a34; }
.record-button.recording { color: white; background: #a82720; border-color: #a82720; }
.record-button.recording span { color: white; }
.send-button { padding: 0 20px; color: white; background: var(--navy); border: 0; }
.send-button:hover { background: var(--navy-2); }
button:disabled { opacity: .58; cursor: wait; }
.spinner { display: inline-block; width: 15px; height: 15px; margin-right: 7px; vertical-align: -2px; border: 2px solid rgba(255,255,255,.38); border-top-color: white; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.privacy-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; }
.form-error { margin: 10px 0 0; padding: 10px 12px; color: var(--danger); background: #fff2f1; border-radius: 8px; font-size: .8rem; }

.expertise { width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; }
.section-heading.compact { grid-template-columns: 1fr; max-width: 700px; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cdd5d1; }
.expertise-grid article { display: flex; flex-direction: column; min-height: 290px; padding: 28px 26px; border-right: 1px solid #cdd5d1; }
.expertise-grid article:first-child { border-left: 1px solid #cdd5d1; }
.expertise-grid span { color: var(--mint-dark); font: 800 .72rem Manrope, sans-serif; }
.expertise-grid h3 { margin: 36px 0 12px; font-size: 1.25rem; letter-spacing: -.025em; }
.expertise-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.expertise-cta { align-self: flex-start; margin-top: auto; padding: 9px 13px; color: var(--navy); background: white; border: 1px solid #aebbb6; border-radius: 999px; cursor: pointer; font-size: .75rem; font-weight: 800; }
.expertise-cta:hover { color: white; background: var(--navy); border-color: var(--navy); }

.project-dialog { width: min(680px, calc(100% - 28px)); padding: 0; color: var(--ink); background: white; border: 0; border-radius: 22px; box-shadow: 0 28px 90px rgba(11, 23, 57, .3); }
.project-dialog::backdrop { background: rgba(11, 23, 57, .62); backdrop-filter: blur(4px); }
.project-form { padding: clamp(22px, 5vw, 38px); }
.project-dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.project-dialog-heading h2 { margin-bottom: 6px; font-size: clamp(1.7rem, 5vw, 2.5rem); line-height: 1.05; letter-spacing: -.045em; }
.dialog-close { flex: 0 0 38px; width: 38px; height: 38px; color: var(--navy); background: #eef2ef; border: 0; border-radius: 50%; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.project-form > p { margin: 0 0 20px; color: var(--muted); }
.project-form-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.project-form textarea { width: 100%; resize: vertical; padding: 11px; border: 1px solid #afbeb9; border-radius: 9px; }

.sources { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 120px); width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; padding: clamp(34px, 6vw, 68px); color: white; background: var(--navy); border-radius: 28px; }
.sources h2 { margin-bottom: 16px; color: white; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.03; letter-spacing: -.05em; }
.sources > div > p:last-child { color: #b7c1d6; }
.sources ul { margin: 0; padding: 0; list-style: none; }
.sources li { border-bottom: 1px solid rgba(255,255,255,.15); }
.sources li:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.sources a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 2px; text-decoration: none; font-weight: 700; }
.sources a:hover { color: var(--mint); }

footer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 46px; border-top: 1px solid #cfd6d2; }
footer strong { color: var(--navy); font-family: Manrope, sans-serif; }
footer p { margin: 5px 0 0; color: var(--muted); font-size: .76rem; }
.analytics-settings { margin-top: 10px; padding: 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: .72rem; font-weight: 700; }
.analytics-consent { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; width: min(720px, calc(100% - 40px)); padding: 18px 20px; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; box-shadow: 0 22px 70px rgba(11, 23, 57, .3); }
.analytics-consent[hidden] { display: none; }
.analytics-consent strong { font: 800 .92rem Manrope, sans-serif; }
.analytics-consent p { margin: 4px 0 0; color: #cad2e1; font-size: .75rem; }
.analytics-consent-actions { display: flex; gap: 8px; }
.analytics-consent-actions button { min-height: 40px; padding: 0 13px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 9px; cursor: pointer; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.analytics-consent-actions #analytics-accept { color: var(--navy); background: var(--mint); border-color: var(--mint); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 42px; }
  .profile-card { justify-self: stretch; max-width: 620px; transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid article:nth-child(3) { border-left: 1px solid #cdd5d1; }
  .sources { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header, .hero, .consultant-shell, .expertise, .sources, footer { width: min(100% - 24px, 1180px); }
  .header-link { display: none; }
  .hero { padding: 42px 0 72px; }
  h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
  .hero-actions .button { flex: 1 1 auto; }
  .profile-image-wrap img { height: 330px; }
  .profile-body { padding: 22px 18px 20px; }
  .hero-voice-heading { align-items: flex-start; }
  .hero-autoplay { margin-top: 2px; }
  .consultant-shell { margin-bottom: 76px; padding: 22px 14px; border-radius: 22px; }
  .prompt-grid { scroll-snap-type: x mandatory; }
  .prompt-card { flex-basis: 78%; }
  .conversation { padding: 13px; }
  .conversation-toolbar { align-items: flex-start; flex-direction: column; gap: 8px; }
  .message { max-width: 94%; }
  .message-meta { flex-wrap: wrap; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-field.wide, .lead-consent, .lead-status { grid-column: 1; }
  .composer { padding: 14px; }
  .composer.in-chat { padding: 12px; }
  .product-context { grid-template-columns: 1fr; }
  .product-context p, .product-context select { grid-column: 1; grid-row: auto; }
  .composer-footer { align-items: stretch; flex-direction: column; }
  .voice-controls { justify-content: space-between; }
  .record-button, .send-button { flex: 1; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-grid article, .expertise-grid article:nth-child(3) { min-height: 0; border-left: 1px solid #cdd5d1; border-bottom: 1px solid #cdd5d1; }
  .expertise-grid h3 { margin-top: 24px; }
  .project-form-grid { grid-template-columns: 1fr; }
  .sources { margin-bottom: 70px; padding: 32px 22px; }
  footer { grid-template-columns: 1fr; gap: 16px; }
  .analytics-consent { right: 12px; bottom: 12px; grid-template-columns: 1fr; width: calc(100% - 24px); }
  .analytics-consent-actions button { flex: 1; }
}

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