/* TODO post-pilot: consolidate foundation layer and contemporary overlay into single source of truth */
:root {
  --ink: #121a33;
  --ink-2: #27314e;
  --muted: #667085;
  --line: #dce7ea;
  --soft: #f6fbfb;
  --soft-2: #edf8f8;
  --white: #ffffff;
  --teal: #10bfc4;
  --teal-dark: #078f95;
  --teal-deep: #08777c;
  --green: #6fcf97;
  --orange: #ff8a62;
  --sand: #fff8ee;
  --danger: #f45b69;
  --display: "Sora", sans-serif;
  --body: "Manrope", sans-serif;
  --container: 1200px;
  --shadow-soft: 0 22px 70px rgba(18, 26, 51, .09);
  --shadow-card: 0 14px 42px rgba(18, 26, 51, .07);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
p, h1, h2, h3, ul, dl { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; letter-spacing: -.04em; }
.site-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 20px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #9ef2e5; }
.button { min-height: 54px; padding: 0 24px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: 14px; font-weight: 800; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--ink); box-shadow: 0 12px 28px rgba(18, 26, 51, .18); }
.button.primary:hover { background: var(--teal-dark); box-shadow: 0 16px 32px rgba(7, 143, 149, .2); }
.button.text { min-height: auto; padding: 12px 2px; border-bottom: 1px solid var(--ink); }
.button.light { color: var(--ink); background: var(--teal); }
.button.white { color: var(--ink); background: var(--white); }
.button.ghost-light { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.inline-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 800; }
.inline-link span { color: var(--teal-dark); }
.section-heading { max-width: 690px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.15rem, 4vw, 4rem); }
.section-heading > p:last-child { margin-top: 24px; color: var(--muted); }
.section-heading.split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 9%; align-items: end; margin-bottom: 58px; }
.section-heading.split > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; }
.section-heading.centered { max-width: 850px; margin: 0 auto 54px; text-align: center; }
.sticky-heading { position: sticky; top: 130px; align-self: start; }

/* Shared shell */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 82px; border-bottom: 1px solid transparent; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); transition: height .25s var(--ease), box-shadow .25s var(--ease), border .25s var(--ease); }
.site-header.scrolled { height: 72px; border-color: rgba(220,231,234,.85); box-shadow: 0 8px 30px rgba(18,26,51,.05); }
.nav-shell { height: 100%; display: grid; grid-template-columns: 280px 1fr 220px; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 15px; width: max-content; }
.brand-word { font-family: var(--display); color: var(--ink); font-size: 29px; font-weight: 700; letter-spacing: -.08em; line-height: 1; }
.brand-word span { color: var(--teal); }
.brand small { padding-left: 15px; border-left: 1px solid var(--line); color: #78839b; font-size: 9px; font-weight: 800; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 36px; }
.site-nav a { position: relative; padding: 26px 0; color: #5a6580; font-size: 13px; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 17px; height: 2px; background: var(--teal); transition: left .25s var(--ease), right .25s var(--ease); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav a[aria-current="page"]::after { left: 0; right: 0; }
.mobile-pilot-link { display: none; }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding: 0 18px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 800; }
.nav-cta span { color: var(--teal); }
.nav-toggle { display: none; border: 0; background: transparent; }
.site-footer { padding: 72px 0 24px; color: #c8d0df; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.6fr .65fr 1fr; gap: 80px; padding-bottom: 54px; }
.brand.inverse .brand-word { color: var(--white); }
.footer-brand p { max-width: 480px; margin: 26px 0 0; color: #aeb7ca; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-nav strong, .footer-contact strong { margin-bottom: 8px; color: var(--white); font-size: 13px; }
.footer-nav a, .footer-contact a, .footer-contact span { color: #aeb7ca; font-size: 13px; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--teal); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #8792aa; font-size: 11px; }
.footer-bottom a:hover { color: var(--white); }

/* Home hero */
.home-hero { position: relative; min-height: 790px; padding: 150px 0 92px; overflow: hidden; background: linear-gradient(145deg, #fff 8%, #f5fbfb 72%, #eefafa 100%); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(18,26,51,.12) .7px, transparent .7px); background-size: 19px 19px; mask-image: linear-gradient(90deg, #000, transparent 62%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; right: -190px; top: 30px; background: radial-gradient(circle, rgba(16,191,196,.22), rgba(16,191,196,0) 70%); }
.hero-glow-two { width: 340px; height: 340px; left: -160px; bottom: -130px; background: radial-gradient(circle, rgba(111,207,151,.14), transparent 70%); }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr); gap: 8%; align-items: center; }
.hero-copy { max-width: 650px; }
.pilot-pill { width: max-content; max-width: 100%; margin-bottom: 36px; padding: 8px 12px; border: 1px solid #c8e8e6; display: flex; align-items: center; gap: 9px; color: var(--ink-2); background: rgba(255,255,255,.8); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.pilot-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(111,207,151,.14); }
.pilot-pill span { margin-left: 12px; color: var(--teal-dark); }
.hero-copy h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(3.3rem, 5.4vw, 5.8rem); }
.hero-copy h1 em, .page-hero h1 em, .pilot-hero h1 em { color: var(--teal-dark); font-style: normal; }
.hero-lead { max-width: 600px; color: var(--ink-2); font-size: 19px; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 34px; }
.human-note { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; max-width: 580px; margin-top: 44px; }
.human-note-mark { width: 30px; height: 30px; border: 1px solid var(--teal); display: grid; place-items: center; color: var(--teal-dark); font-size: 19px; }
.human-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.human-note strong { color: var(--ink); }
.hero-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.stage-grid { position: absolute; inset: 2% -10% 0; border: 1px solid rgba(16,191,196,.18); transform: perspective(700px) rotateY(-7deg) rotateX(2deg); background-image: linear-gradient(rgba(16,191,196,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(16,191,196,.07) 1px, transparent 1px); background-size: 44px 44px; }
.phone-window { position: relative; z-index: 2; width: min(100%, 450px); padding: 25px; border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.93); box-shadow: 0 35px 90px rgba(18,26,51,.17); backdrop-filter: blur(16px); }
.phone-topline { padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; color: #7a849a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.phone-topline span { display: flex; align-items: center; gap: 8px; color: var(--teal-dark); }
.phone-topline i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(111,207,151,.12); }
.phone-agent { padding: 22px 0; display: grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items: center; }
.phone-avatar { width: 54px; height: 54px; overflow: hidden; border-radius: 50%; background: var(--soft-2); }
.phone-avatar video { width: 100%; height: 100%; object-fit: cover; }
.phone-agent small, .phone-agent span { display: block; color: var(--muted); font-size: 9px; }
.phone-agent strong { display: block; margin: 1px 0; font-family: var(--display); font-size: 16px; }
.audio-live { display: flex !important; align-items: center; gap: 3px; height: 30px; }
.audio-live i { width: 3px; border-radius: 4px; background: var(--teal); animation: wave 1s ease-in-out infinite alternate; }
.audio-live i:nth-child(1), .audio-live i:nth-child(5) { height: 9px; }
.audio-live i:nth-child(2), .audio-live i:nth-child(4) { height: 18px; animation-delay: -.3s; }
.audio-live i:nth-child(3) { height: 26px; animation-delay: -.6s; }
.dialogue { padding: 20px; background: var(--soft); }
.bubble { max-width: 87%; margin-bottom: 14px; }
.bubble:last-child { margin-bottom: 0; margin-left: auto; }
.bubble small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.bubble p { margin: 0; padding: 11px 14px; border: 1px solid var(--line); background: var(--white); font-size: 12px; line-height: 1.45; }
.bubble.agent small { text-align: right; }
.bubble.agent p { color: var(--white); border-color: var(--ink); background: var(--ink); }
.detected-action { margin-top: 18px; padding: 14px; border: 1px solid #ccecdf; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; background: #f2fcf6; }
.action-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--teal-deep); background: #dff6e8; }
.detected-action small { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.detected-action strong { display: block; font-size: 11px; }
.detected-action > b { padding: 4px 7px; color: var(--teal-deep); background: #dff6e8; font-size: 8px; text-transform: uppercase; }
.summary-ticket { position: absolute; z-index: 3; right: -75px; bottom: 15px; width: 250px; padding: 18px; border-left: 3px solid var(--teal); background: var(--white); box-shadow: var(--shadow-card); }
.ticket-head { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.summary-ticket > strong { display: block; margin-top: 13px; font-size: 13px; }
.summary-ticket > p { margin: 5px 0 12px; color: var(--muted); font-size: 9px; }
.ticket-people { display: flex; align-items: center; }
.ticket-people i { width: 24px; height: 24px; margin-right: -5px; border: 2px solid var(--white); border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--teal-dark); font-size: 8px; font-style: normal; }
.ticket-people i:nth-child(2) { background: var(--orange); }
.ticket-people i:nth-child(3) { background: var(--ink); }
.ticket-people span { margin-left: 12px; color: var(--muted); font-size: 8px; }
.floating-proof { position: absolute; z-index: 3; left: -55px; top: 78px; padding: 13px 16px; border: 1px solid var(--line); background: rgba(255,255,255,.95); box-shadow: var(--shadow-card); }
.floating-proof strong, .floating-proof span { display: block; }
.floating-proof strong { color: var(--teal-dark); font-family: var(--display); font-size: 14px; }
.floating-proof span { color: var(--muted); font-size: 8px; }
.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { min-height: 118px; padding: 25px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.signal-grid > div:first-child { border-left: 1px solid var(--line); }
.signal-grid strong { font-family: var(--display); font-size: 29px; }
.signal-grid span { color: var(--muted); font-size: 11px; }

/* Home sections */
.problem-section { background: var(--white); }
.moment-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; }
.moment-card { min-height: 320px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.moment-card.lead-card { color: var(--white); border-color: var(--ink); background: var(--ink); }
.moment-card > span { color: #8e98ad; font-family: var(--display); font-size: 11px; }
.moment-card h3 { margin: 65px 0 14px; font-size: 23px; }
.moment-card p { margin: 0; color: var(--muted); font-size: 14px; }
.lead-card p { color: #b6c0d2; }
.missed-ring { margin-top: 34px; display: flex; align-items: center; gap: 12px; }
.missed-ring i { width: 13px; height: 13px; border-radius: 50%; background: var(--danger); box-shadow: 0 0 0 9px rgba(244,91,105,.13); }
.missed-ring b { color: #ff9ba5; font-size: 12px; }
.moment-icon { width: 50px; height: 50px; margin-top: 30px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--teal-dark); font-family: var(--display); font-size: 12px; }
.solution-preview { background: var(--soft); }
.solution-preview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.solution-preview .section-heading p:not(.eyebrow) { color: var(--muted); }
.solution-preview .inline-link { margin-top: 36px; }
.action-stack { border-top: 1px solid var(--line); }
.action-stack article { padding: 32px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 45px 1fr 55px; gap: 25px; align-items: start; }
.action-stack > article > span { color: var(--teal-dark); font-family: var(--display); font-size: 11px; }
.action-stack small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.action-stack h3 { margin: 5px 0 10px; font-size: 22px; }
.action-stack p { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; }
.action-stack > article > b { width: 50px; height: 50px; border: 1px solid #bee5e3; display: grid; place-items: center; color: var(--teal-dark); background: var(--white); font-family: var(--display); }
.impact-section { background: var(--white); }
.impact-panel { padding: 64px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; color: var(--white); background: var(--ink); }
.impact-copy h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 3.5vw, 3.5rem); }
.impact-copy > p:not(.eyebrow) { color: #aeb7ca; }
.impact-copy .button { margin-top: 16px; }
.impact-equation { align-self: center; padding: 30px; border: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1fr auto 1fr auto 1.25fr; gap: 14px; align-items: center; background: rgba(255,255,255,.04); }
.impact-equation div { text-align: center; }
.impact-equation strong, .impact-equation span { display: block; }
.impact-equation strong { font-family: var(--display); font-size: clamp(1.9rem, 3vw, 3rem); }
.impact-equation span { color: #aeb7ca; font-size: 9px; }
.impact-equation > b { color: var(--teal); font-size: 20px; }
.impact-equation .result { padding: 18px 5px; color: var(--ink); background: var(--teal); }
.impact-equation .result span { color: var(--ink-2); }
.impact-equation > small { grid-column: 1 / -1; margin-top: 10px; color: #8792aa; font-size: 8px; text-align: center; }
.trust-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; }
.trust-list { border-top: 1px solid var(--line); }
.trust-list article { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; gap: 20px; }
.trust-list article > span { color: var(--teal-dark); font-family: var(--display); font-size: 11px; }
.trust-list h3 { margin: 0 0 9px; font-size: 20px; }
.trust-list p { margin: 0; color: var(--muted); font-size: 13px; }
.closing-section { padding: 0 0 112px; }
.closing-panel { padding: 54px 58px; display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 50px; align-items: center; color: var(--white); background: linear-gradient(105deg, var(--teal-deep), var(--teal-dark)); }
.closing-panel h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.2rem); }
.closing-panel > p { margin: 0; color: #c6f4ee; font-size: 14px; }

/* Shared inner pages */
.page-hero { padding: 178px 0 92px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff 20%, var(--soft) 100%); }
.page-hero-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9%; align-items: end; }
.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(3rem, 5vw, 5.3rem); }
.page-hero-aside > p { margin-bottom: 30px; color: var(--ink-2); font-size: 17px; }
.mini-proof { padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 11px; }
.mini-proof i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(111,207,151,.14); }
.next-route-section { padding: 0 0 112px; }
.next-route { padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.next-route h2 { max-width: 700px; margin: 0; font-size: clamp(2rem, 3.3vw, 3.2rem); }

/* Solution */
.lifecycle-section { background: var(--white); }
.lifecycle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lifecycle-grid article { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.lifecycle-grid article.featured { border-color: var(--teal); box-shadow: 0 18px 55px rgba(16,191,196,.1); }
.life-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.life-top b { color: var(--teal-dark); }
.life-visual { min-height: 130px; margin: 28px 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ink); background: var(--soft); }
.life-visual strong { margin-left: 10px; font-size: 11px; }
.life-visual.waiting i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 1.2s infinite; }
.life-visual.waiting i:nth-child(2) { animation-delay: -.3s; }
.life-visual.waiting i:nth-child(3) { animation-delay: -.6s; }
.life-visual.speaking span { width: 4px; height: 22px; border-radius: 4px; background: var(--teal); animation: wave 1s ease-in-out infinite alternate; }
.life-visual.speaking span:nth-child(2), .life-visual.speaking span:nth-child(4) { height: 38px; }
.life-visual.speaking span:nth-child(3) { height: 55px; }
.life-visual.delivered i { width: 35px; height: 35px; display: grid; place-items: center; color: var(--white); background: var(--teal-dark); font-style: normal; }
.lifecycle-grid h3 { margin-bottom: 13px; font-size: 20px; }
.lifecycle-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.capability-detail-section { background: var(--soft); }
.capability-detail-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.capability-detail-list { border-top: 1px solid var(--line); }
.capability-detail-list article { padding: 30px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 46px 1fr auto; gap: 20px; }
.capability-detail-list article > span { color: var(--teal-dark); font-family: var(--display); font-size: 10px; }
.capability-detail-list h3 { margin: 0 0 9px; font-size: 21px; }
.capability-detail-list p { margin: 0; color: var(--muted); font-size: 13px; }
.capability-detail-list i { padding: 5px 9px; align-self: start; color: var(--teal-dark); background: var(--white); font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.connection-section { background: var(--white); }
.connection-panel { padding: 60px; border: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: center; box-shadow: var(--shadow-card); }
.connection-copy h2 { font-size: clamp(2rem, 3.3vw, 3.3rem); }
.connection-copy > p:last-child { color: var(--muted); }
.connection-map { display: grid; grid-template-columns: 1fr auto 1fr auto 1.25fr; gap: 14px; align-items: center; }
.connection-node, .connection-destinations > div { min-height: 120px; padding: 18px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; background: var(--soft); }
.connection-node span { color: var(--teal-dark); font-size: 9px; }
.connection-node strong, .connection-destinations strong { margin: 7px 0 4px; font-family: var(--display); }
.connection-node small, .connection-destinations small { color: var(--muted); font-size: 8px; }
.connection-node.core { color: var(--white); border-color: var(--ink); background: var(--ink); }
.connection-node.core small { color: #aeb7ca; }
.connection-arrow { color: var(--teal-dark); font-style: normal; }
.connection-destinations { display: grid; gap: 8px; }
.connection-destinations > div { min-height: 56px; padding: 10px 14px; }
.connection-destinations strong { margin: 0; font-size: 12px; }
.boundaries-section { padding-top: 24px; background: var(--white); }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 980px; margin: auto; }
.boundary-grid article { padding: 36px; border: 1px solid var(--line); }
.boundary-grid article.does { background: #f1fbf6; }
.boundary-grid article.does-not { background: var(--sand); }
.boundary-grid article > span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.boundary-grid ul { padding: 0; margin: 26px 0 0; list-style: none; }
.boundary-grid li { padding: 14px 0; border-top: 1px solid rgba(18,26,51,.1); font-size: 14px; }

/* Agents */
.agent-gallery-section { padding-bottom: 80px; }
.gallery-intro { margin-bottom: 22px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.gallery-intro p { margin: 0; color: var(--ink); font-weight: 800; }
.public-agent-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.public-agent-card { min-width: 0; padding: 0; border: 1px solid var(--line); display: flex; flex-direction: column; text-align: left; background: var(--white); cursor: pointer; transition: border .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
.public-agent-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.public-agent-card.selected { border-color: var(--teal); box-shadow: 0 12px 38px rgba(16,191,196,.12); }
.agent-portrait { position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; background: var(--agent-soft); }
.agent-portrait video { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.agent-portrait i { position: absolute; right: 10px; top: 10px; width: 27px; height: 27px; border: 1px solid rgba(18,26,51,.12); display: grid; place-items: center; background: rgba(255,255,255,.8); font-size: 8px; font-style: normal; }
.agent-copy { min-height: 126px; padding: 17px; display: flex; flex-direction: column; }
.agent-copy > span { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.agent-copy strong { font-family: var(--display); font-size: 16px; }
.agent-copy b { color: var(--teal-dark); font-size: 8px; text-transform: uppercase; }
.agent-copy small { margin-top: 5px; overflow-wrap: anywhere; color: var(--ink-2); font-size: 10px; }
.agent-copy em { margin-top: auto; padding-top: 12px; color: var(--muted); font-size: 8px; font-style: normal; text-transform: uppercase; }
.loading-state { grid-column: 1 / -1; padding: 42px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.agent-profile { --agent-soft: #dff7f5; margin-top: 42px; display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-soft); }
.profile-visual { position: relative; min-height: 540px; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; background: var(--agent-soft); }
.profile-halo { position: absolute; width: 390px; height: 390px; top: 45px; border: 1px solid rgba(18,26,51,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.2), 0 0 0 110px rgba(255,255,255,.12); }
.profile-visual video { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.profile-tag { position: absolute; z-index: 2; left: 24px; bottom: 24px; padding: 9px 12px; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.profile-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.profile-copy { padding: 62px; }
.profile-copy h2 { margin: 0 0 8px; font-size: clamp(3rem, 5vw, 5rem); }
.profile-clinic { color: var(--teal-dark); font-weight: 700; }
.profile-description { max-width: 650px; color: var(--muted); font-size: 15px; }
.profile-attributes { margin: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.profile-attributes div { padding: 18px 0; display: flex; flex-direction: column; }
.profile-attributes div:nth-child(odd) { border-right: 1px solid var(--line); }
.profile-attributes div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.profile-attributes div:nth-child(even) { padding-left: 24px; }
.profile-attributes span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.profile-attributes strong { margin-top: 3px; font-size: 12px; }
.identity-system-section { background: var(--soft); }
.identity-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.identity-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.identity-grid article > span { color: var(--teal-dark); font-size: 9px; }
.identity-symbol { width: 62px; height: 62px; margin: 34px 0; border: 1px solid #c9e9e7; display: grid; place-items: center; color: var(--teal-dark); font-family: var(--display); font-size: 20px; }
.identity-grid h3 { margin-bottom: 12px; font-size: 19px; }
.identity-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.darija-section { background: var(--white); }
.darija-panel { padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 9%; color: var(--white); background: linear-gradient(110deg, var(--ink), #202b4b); }
.darija-copy h2 { font-size: clamp(2.1rem, 3.6vw, 3.5rem); }
.darija-copy p:last-child { color: #aeb7ca; }
.darija-dialogue { align-self: center; }
.darija-message { max-width: 88%; margin-bottom: 16px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); }
.darija-message span { color: #9ef2e5; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.darija-message p { margin: 5px 0 0; font-size: 13px; }
.darija-message.agent { margin-left: auto; color: var(--ink); border: 0; background: var(--teal); }
.darija-message.agent span { color: var(--ink-2); }
.darija-dialogue > small { display: block; color: #7f8ba4; font-size: 8px; text-align: right; }

/* Experience */
.experience-stage-section { background: var(--soft); }
.demo-controlbar { padding: 18px 22px; border: 1px solid var(--line); border-bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--white); }
.demo-controlbar small, .demo-controlbar strong { display: block; }
.demo-controlbar small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.demo-controlbar strong { font-size: 13px; }
.demo-controlbar label { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 10px; }
.demo-controlbar select { min-width: 260px; padding: 10px 34px 10px 12px; border: 1px solid var(--line); color: var(--ink); background: var(--soft); font-size: 10px; }
.experience-stage { min-height: 630px; border: 1px solid var(--line); display: grid; grid-template-columns: 1.35fr .65fr; background: var(--white); box-shadow: var(--shadow-soft); }
.experience-phone { padding: 34px; border-right: 1px solid var(--line); }
.experience-phone-head { padding-bottom: 22px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; }
.experience-avatar { width: 46px; height: 46px; overflow: hidden; border-radius: 50%; background: var(--soft-2); }
.experience-avatar video { width: 100%; height: 100%; object-fit: cover; }
.experience-phone-head small, .experience-phone-head span { display: block; color: var(--muted); font-size: 8px; }
.experience-phone-head strong { display: block; font-family: var(--display); font-size: 14px; }
.experience-phone-head > b { color: var(--teal-dark); font-size: 10px; }
.experience-conversation { max-width: 680px; margin: 36px auto; }
.transcript-line { width: 78%; margin-bottom: 22px; }
.transcript-line.agent { margin-left: auto; }
.transcript-line > span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.transcript-line.agent > span { text-align: right; }
.transcript-line p { margin: 0; padding: 15px 17px; border: 1px solid var(--line); background: var(--soft); font-size: 13px; }
.transcript-line.agent p { color: var(--white); border-color: var(--ink); background: var(--ink); }
.transcript-line.active { position: relative; }
.speaking-wave { position: absolute; right: 15px; top: 35px; display: flex; align-items: center; gap: 2px; }
.speaking-wave b { width: 2px; height: 8px; background: var(--teal); animation: wave .8s infinite alternate; }
.speaking-wave b:nth-child(2), .speaking-wave b:nth-child(4) { height: 15px; }
.speaking-wave b:nth-child(3) { height: 20px; }
.experience-caption { max-width: 680px; margin: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 12px; color: var(--muted); font-size: 9px; }
.experience-caption i { width: 7px; height: 7px; margin-top: 4px; border-radius: 50%; background: var(--teal); }
.experience-insights { padding: 30px; background: #fbfdfd; }
.insight-head { padding-bottom: 19px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.insight-head i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(111,207,151,.13); }
.insight-list article { padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; }
.insight-list small { grid-column: 1 / -1; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.insight-list strong { margin-top: 4px; font-size: 12px; }
.insight-list b { align-self: end; color: var(--teal-dark); font-size: 8px; }
.insight-list article.pending b { color: var(--orange); }
.insight-rule { margin-top: 26px; padding: 16px; border-left: 2px solid var(--teal); background: var(--white); }
.insight-rule span { color: var(--teal-dark); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.insight-rule p { margin: 5px 0 0; font-size: 10px; }
.workflow-demo-section { background: var(--white); }
.workflow-demo { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.workflow-step { position: relative; min-height: 225px; padding: 20px; border: 1px solid var(--line); background: var(--white); }
.workflow-step::after { content: "→"; position: absolute; z-index: 2; right: -11px; top: 48px; width: 20px; height: 20px; display: grid; place-items: center; color: var(--teal-dark); background: var(--white); font-size: 10px; }
.workflow-step:last-child::after { display: none; }
.workflow-step > span { color: var(--teal-dark); font-family: var(--display); font-size: 9px; }
.workflow-step div { margin-top: 68px; }
.workflow-step small { color: var(--ink); font-family: var(--display); font-size: 13px; }
.workflow-step p { margin: 8px 0 0; color: var(--muted); font-size: 9px; }
.outcome-demo-section { background: var(--soft); }
.outcome-demo-panel { padding: 60px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; color: var(--white); background: var(--ink); }
.outcome-demo-copy h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); }
.outcome-demo-copy > p:last-child { color: #aeb7ca; }
.appointment-result { align-self: center; padding: 28px; color: var(--ink); background: var(--white); }
.appointment-result-head { padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 9px; font-weight: 800; }
.appointment-result-head span { display: flex; align-items: center; gap: 8px; color: var(--teal-deep); }
.appointment-result-head i { width: 22px; height: 22px; display: grid; place-items: center; color: var(--white); background: var(--teal-dark); font-style: normal; }
.appointment-result-head b { color: var(--muted); }
.appointment-main { padding: 24px 0; }
.appointment-main strong { display: block; font-family: var(--display); font-size: 27px; }
.appointment-main span { color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.appointment-result dl { margin: 0; border-top: 1px solid var(--line); }
.appointment-result dl div { padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.appointment-result dt { color: var(--muted); }
.appointment-result dd { margin: 0; font-weight: 800; }
.demo-benefits-section { padding-top: 0; background: var(--soft); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-grid article { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.benefit-grid span { color: var(--teal-dark); font-size: 9px; }
.benefit-grid h3 { margin: 42px 0 12px; font-size: 19px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 12px; }

/* Pilot */
.pilot-hero { padding: 172px 0 95px; color: var(--white); background: linear-gradient(120deg, var(--ink) 0%, #1d2948 58%, #0a7d82 140%); }
.pilot-hero-grid { display: grid; grid-template-columns: 1.25fr .55fr; gap: 10%; align-items: center; }
.pilot-hero h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(3rem, 5.2vw, 5.5rem); }
.pilot-hero h1 em { color: var(--teal); }
.pilot-hero-copy > p:not(.eyebrow) { max-width: 690px; color: #bdc6d7; font-size: 17px; }
.pilot-capacity { padding: 34px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.pilot-capacity > span { color: #9ef2e5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pilot-capacity > strong { display: block; margin: 10px 0; color: var(--teal); font-family: var(--display); font-size: 78px; line-height: 1; }
.pilot-capacity > p { color: #bdc6d7; font-size: 12px; }
.pilot-capacity > div { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 11px; font-size: 10px; }
.pilot-capacity i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.pilot-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pilot-steps article { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pilot-steps article > span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.pilot-steps article > b { display: block; margin-top: 50px; color: var(--teal); font-family: var(--display); font-size: 30px; }
.pilot-steps h3 { margin: 14px 0 10px; font-size: 21px; }
.pilot-steps p { margin: 0; color: var(--muted); font-size: 12px; }
.pilot-measure-section { background: var(--soft); }
.pilot-measure-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.measure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.measure-grid article { min-height: 210px; padding: 26px; border: 1px solid var(--line); background: var(--white); }
.measure-grid i { color: var(--teal-dark); font-size: 9px; font-style: normal; }
.measure-grid strong { display: block; margin-top: 52px; font-family: var(--display); font-size: 16px; }
.measure-grid p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.eligibility-section { background: var(--white); }
.eligibility-panel { padding: 55px; border: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; box-shadow: var(--shadow-card); }
.eligibility-panel h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.3rem); }
.eligibility-panel ul { padding: 0; margin: 0; list-style: none; }
.eligibility-panel li { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 28px 1fr; gap: 13px; color: var(--ink-2); font-size: 13px; }
.eligibility-panel li:first-child { border-top: 1px solid var(--line); }
.eligibility-panel li i { width: 24px; height: 24px; display: grid; place-items: center; color: var(--teal-deep); background: #e5f8ed; font-style: normal; }
.application-section { background: var(--soft); }
.application-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.application-copy h2 { font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.application-copy > p:not(.eyebrow) { color: var(--muted); }
.direct-contact { margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.direct-contact span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.direct-contact a { margin-top: 5px; color: var(--teal-dark); font-weight: 800; }
.pilot-form { padding: 36px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-card); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pilot-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.pilot-form input, .pilot-form select, .pilot-form textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); outline: 0; color: var(--ink); background: var(--soft); font-size: 12px; font-weight: 500; text-transform: none; transition: border .2s, box-shadow .2s; }
.pilot-form input:focus, .pilot-form select:focus, .pilot-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(16,191,196,.1); }
.pilot-form textarea { resize: vertical; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.pilot-form > small { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; text-align: center; }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].revealed { opacity: 1; transform: none; }
@keyframes wave { from { transform: scaleY(.45); opacity: .55; } to { transform: scaleY(1); opacity: 1; } }
@keyframes pulse { 0%, 100% { opacity: .3; transform: scale(.75); } 50% { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

/* Responsive */
@media (max-width: 1120px) {
  .site-container { width: min(calc(100% - 40px), var(--container)); }
  .nav-shell { grid-template-columns: 230px 1fr 190px; gap: 18px; }
  .brand small { display: none; }
  .site-nav { gap: 24px; }
  .home-hero-grid { grid-template-columns: 1fr 440px; gap: 4%; }
  .summary-ticket { right: -10px; }
  .floating-proof { left: -15px; }
  .public-agent-grid { grid-template-columns: repeat(3, 1fr); }
  .workflow-demo { grid-template-columns: repeat(3, 1fr); }
  .workflow-step:nth-child(3)::after { display: none; }
  .connection-panel { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .site-container { width: min(calc(100% - 32px), var(--container)); }
  .site-header, .site-header.scrolled { height: 70px; }
  .nav-shell { display: flex; justify-content: space-between; }
  .nav-toggle { width: 44px; height: 44px; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
  .nav-toggle span { width: 100%; height: 1px; background: var(--ink); }
  .nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .site-nav { position: fixed; inset: 70px 0 auto; padding: 26px 22px 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,.98); box-shadow: 0 20px 50px rgba(18,26,51,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .site-nav a::after { display: none; }
  .nav-cta { margin-left: auto; min-height: 40px; }
  .home-hero { min-height: auto; padding: 130px 0 80px; }
  .home-hero-grid, .page-hero-layout, .pilot-hero-grid { grid-template-columns: 1fr; }
  .hero-stage { margin-top: 55px; }
  .page-hero, .pilot-hero { padding: 135px 0 80px; }
  .page-hero-aside { max-width: 650px; margin-top: 30px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid > div:nth-child(2) { border-right: 0; }
  .signal-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading.split, .solution-preview-grid, .impact-panel, .trust-layout, .capability-detail-layout, .agent-profile, .darija-panel, .experience-stage, .outcome-demo-panel, .pilot-measure-layout, .eligibility-panel, .application-layout { grid-template-columns: 1fr; }
  .section-heading.split { gap: 24px; }
  .section-heading.split > p { max-width: 660px; }
  .sticky-heading { position: static; margin-bottom: 46px; }
  .moment-grid { grid-template-columns: 1fr 1fr; }
  .moment-card.lead-card { grid-column: 1 / -1; }
  .impact-panel, .outcome-demo-panel { padding: 42px; }
  .closing-panel { grid-template-columns: 1fr; padding: 44px; }
  .lifecycle-grid { grid-template-columns: 1fr; }
  .connection-map { margin-top: 20px; }
  .profile-visual { min-height: 480px; }
  .experience-phone { border-right: 0; border-bottom: 1px solid var(--line); }
  .pilot-capacity { max-width: 480px; margin-top: 45px; }
  .pilot-steps { grid-template-columns: 1fr 1fr; }
  .application-copy { margin-bottom: 44px; }
  .footer-main { grid-template-columns: 1.3fr .7fr; gap: 45px; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .site-container { width: min(calc(100% - 24px), var(--container)); }
  .brand-word { font-size: 25px; }
  .nav-cta { padding: 0 12px; font-size: 10px; }
  .nav-cta span { display: none; }
  .home-hero { padding-top: 112px; }
  .pilot-pill { width: 100%; flex-wrap: wrap; }
  .pilot-pill span { width: 100%; margin-left: 16px; }
  .hero-copy h1, .page-hero h1, .pilot-hero h1 { font-size: clamp(2.55rem, 13vw, 3.6rem); }
  .hero-lead, .pilot-hero-copy > p:not(.eyebrow), .page-hero-aside > p { font-size: 15px; }
  .button-row { gap: 15px; }
  .button { width: 100%; }
  .button.text { width: auto; }
  .hero-stage { min-height: 515px; margin-top: 35px; display: block; }
  .phone-window { width: calc(100% - 12px); padding: 18px; }
  .summary-ticket { right: 0; bottom: 5px; width: 230px; }
  .floating-proof { display: none; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { min-height: 94px; border-right: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .signal-grid > div:last-child { border-bottom: 0; }
  .section-heading h2 { font-size: 2.2rem; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card.lead-card { grid-column: auto; }
  .moment-card { min-height: 280px; }
  .action-stack article { grid-template-columns: 34px 1fr; }
  .action-stack > article > b { display: none; }
  .impact-panel, .outcome-demo-panel, .darija-panel, .connection-panel, .eligibility-panel, .pilot-form { padding: 28px; }
  .impact-equation { grid-template-columns: 1fr; }
  .impact-equation > b { transform: rotate(90deg); }
  .closing-panel { padding: 34px 28px; }
  .next-route { align-items: flex-start; flex-direction: column; }
  .next-route .button { width: auto; }
  .connection-map { grid-template-columns: 1fr; }
  .connection-arrow { transform: rotate(90deg); text-align: center; }
  .boundary-grid { grid-template-columns: 1fr; }
  .public-agent-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .agent-copy { min-height: 118px; padding: 13px; }
  .agent-copy strong { font-size: 14px; }
  .agent-profile { margin-top: 24px; }
  .profile-visual { min-height: 390px; }
  .profile-copy { padding: 32px 24px; }
  .profile-attributes { grid-template-columns: 1fr; }
  .profile-attributes div, .profile-attributes div:nth-child(odd), .profile-attributes div:nth-child(-n+2) { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .profile-attributes div:nth-child(even) { padding-left: 0; }
  .identity-grid { grid-template-columns: 1fr; }
  .identity-grid article { min-height: 265px; }
  .demo-controlbar { align-items: flex-start; flex-direction: column; }
  .demo-controlbar label, .demo-controlbar select { width: 100%; }
  .experience-phone { padding: 22px 16px; }
  .experience-phone-head { grid-template-columns: 42px 1fr; }
  .experience-phone-head > b { display: none; }
  .transcript-line { width: 92%; }
  .workflow-demo { grid-template-columns: 1fr; }
  .workflow-step { min-height: 170px; }
  .workflow-step div { margin-top: 42px; }
  .workflow-step::after, .workflow-step:nth-child(3)::after { top: auto; right: 50%; bottom: -11px; transform: rotate(90deg); display: grid; }
  .workflow-step:last-child::after { display: none; }
  .appointment-result { padding: 20px; }
  .appointment-result-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .benefit-grid, .measure-grid, .pilot-steps { grid-template-columns: 1fr; }
  .pilot-steps article { min-height: 255px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

/* Contemporary LynkIT presentation layer */
:root {
  --ink: #10172b;
  --ink-2: #35405a;
  --muted: #6f7a91;
  --line: #e3eaed;
  --soft: #f6faf9;
  --soft-2: #eaf8f5;
  --teal: #11c1c7;
  --teal-dark: #078f95;
  --teal-deep: #087b80;
  --shadow-soft: 0 30px 90px rgba(20, 39, 55, .11);
  --shadow-card: 0 18px 48px rgba(20, 39, 55, .09);
}

body { overflow-x: clip; background: #fbfdfc; }
.section { padding: 124px 0; }
.eyebrow { margin-bottom: 18px; font-size: 11px; letter-spacing: .12em; }
.button { min-height: 56px; padding-inline: 25px; border-radius: 14px; }
.button.primary { background: linear-gradient(135deg, #11192f, #1f2a48); box-shadow: 0 16px 34px rgba(18,26,51,.2); }
.button.primary:hover { background: linear-gradient(135deg, var(--teal-deep), var(--teal-dark)); }
.button.text { border-radius: 0; }
.button.light, .button.white, .button.ghost-light { border-radius: 14px; }

.site-header { top: 14px; height: 68px; border: 0; background: transparent; backdrop-filter: none; }
.site-header.scrolled { top: 10px; height: 64px; border: 0; background: transparent; box-shadow: none; }
.nav-shell { width: min(calc(100% - 32px), 1240px); padding: 0 12px 0 22px; border: 1px solid rgba(220,231,234,.88); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 14px 42px rgba(21,36,53,.08); backdrop-filter: blur(22px); }
.brand-word { font-size: 27px; }
.brand small { color: #7f8ba0; }
.site-nav a { padding: 22px 0; }
.site-nav a::after { bottom: 13px; height: 3px; border-radius: 99px; }
.nav-cta { min-height: 46px; border-radius: 13px; background: linear-gradient(135deg, #11192f, #1f2a48); box-shadow: 0 10px 22px rgba(18,26,51,.16); }

.home-hero { min-height: 820px; padding: 170px 0 110px; background:
  radial-gradient(circle at 78% 22%, rgba(17,193,199,.17), transparent 27%),
  radial-gradient(circle at 58% 78%, rgba(111,207,151,.13), transparent 29%),
  linear-gradient(145deg, #fff 4%, #f8fcfb 50%, #eef9f7 100%); }
.home-hero::before { opacity: .2; mask-image: linear-gradient(90deg, #000, transparent 50%); }
.pilot-pill { padding: 9px 14px; border-radius: 999px; box-shadow: 0 7px 24px rgba(18,26,51,.05); }
.hero-copy h1 { letter-spacing: -.06em; }
.hero-lead { color: #465169; }
.human-note-mark { border: 0; border-radius: 11px; background: #ddf7ee; }
.hero-stage { min-height: 590px; }
.stage-grid { inset: 2% -7% 2%; border-radius: 38px; transform: perspective(900px) rotateY(-5deg) rotateX(1deg); background-color: rgba(255,255,255,.2); }
.phone-window { width: min(100%, 470px); padding: 27px; border-color: rgba(255,255,255,.95); border-radius: 28px; box-shadow: 0 36px 100px rgba(18,41,55,.18); }
.phone-avatar { box-shadow: 0 0 0 5px var(--soft-2); }
.dialogue { border-radius: 18px; }
.bubble p { border-radius: 14px 14px 14px 4px; }
.bubble.agent p { border-radius: 14px 14px 4px 14px; }
.detected-action { border: 0; border-radius: 16px; }
.action-icon, .detected-action > b { border-radius: 9px; }
.summary-ticket { right: -42px; bottom: 8px; padding: 20px; border: 1px solid rgba(220,231,234,.9); border-left: 0; border-radius: 18px; box-shadow: 0 24px 65px rgba(18,41,55,.15); }
.summary-ticket::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; border-radius: 99px; background: var(--teal); }
.floating-proof { left: -30px; top: 70px; border-radius: 14px; }

.signal-strip { position: relative; z-index: 4; margin-top: -42px; border: 0; background: transparent; }
.signal-grid { padding: 8px; border: 1px solid rgba(220,231,234,.9); border-radius: 24px; background: rgba(255,255,255,.95); box-shadow: 0 20px 60px rgba(20,39,55,.09); }
.signal-grid > div, .signal-grid > div:first-child { min-height: 108px; padding-inline: 25px; border: 0; border-right: 1px solid var(--line); }
.signal-grid > div:last-child { border-right: 0; }

.section-heading h2 { letter-spacing: -.055em; }
.moment-grid { gap: 16px; }
.moment-card { min-height: 310px; padding: 31px; border: 1px solid rgba(220,231,234,.95); border-radius: 24px; box-shadow: 0 12px 34px rgba(20,39,55,.045); }
.moment-card.lead-card { border: 0; background: linear-gradient(150deg, #11192f, #202c4a); box-shadow: 0 22px 56px rgba(18,26,51,.17); }
.moment-icon { border: 0; border-radius: 15px; background: var(--soft-2); }
.solution-preview { background: linear-gradient(180deg, #f5faf9, #f9fcfb); }
.action-stack { border-top: 0; display: grid; gap: 12px; }
.action-stack article { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 10px 28px rgba(20,39,55,.035); }
.action-stack > article > b { border: 0; border-radius: 15px; background: var(--soft-2); }
.impact-panel, .outcome-demo-panel, .darija-panel { border-radius: 32px; background:
  radial-gradient(circle at 90% 10%, rgba(17,193,199,.18), transparent 33%),
  linear-gradient(135deg, #11192f, #202c4a); box-shadow: 0 30px 80px rgba(18,26,51,.18); }
.impact-equation { border-radius: 22px; background: rgba(255,255,255,.055); }
.impact-equation .result { border-radius: 15px; }
.trust-list { border-top: 0; display: grid; gap: 10px; }
.trust-list article { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.closing-panel { border-radius: 30px; background:
  radial-gradient(circle at 78% 20%, rgba(255,255,255,.16), transparent 28%),
  linear-gradient(120deg, #087e84, #0aa2a8); box-shadow: 0 24px 64px rgba(7,143,149,.18); }

.page-hero { padding: 185px 0 105px; border-bottom: 0; background:
  radial-gradient(circle at 82% 10%, rgba(17,193,199,.15), transparent 29%),
  linear-gradient(145deg, #fff 12%, #f3faf8 100%); }
.page-hero h1 { letter-spacing: -.06em; }
.mini-proof { width: max-content; max-width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.8); }
.next-route { padding: 46px 52px; border: 0; border-radius: 28px; background: #f1f8f7; }

.lifecycle-grid { gap: 16px; }
.lifecycle-grid article { padding: 30px; border-radius: 22px; box-shadow: 0 12px 34px rgba(20,39,55,.045); }
.lifecycle-grid article.featured { box-shadow: 0 20px 55px rgba(16,191,196,.12); }
.life-visual { border-radius: 17px; }
.capability-detail-section, .experience-stage-section, .pilot-measure-section, .application-section { background: linear-gradient(180deg, #f4f9f8, #f8fbfa); }
.capability-detail-list { border-top: 0; display: grid; gap: 10px; }
.capability-detail-list article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.9); }
.capability-detail-list i { border-radius: 999px; }
.connection-panel { border-radius: 30px; box-shadow: 0 24px 70px rgba(20,39,55,.08); }
.connection-node, .connection-destinations > div { border-radius: 17px; }
.connection-node.core { background: linear-gradient(145deg, #11192f, #202c4a); }
.boundary-grid article { border-radius: 22px; }

.public-agent-grid { gap: 14px; }
.agent-gallery-section, .experience-stage-section { padding-top: 72px; }
.public-agent-card { border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(20,39,55,.045); }
.public-agent-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(20,39,55,.11); }
.public-agent-card.selected { box-shadow: 0 20px 50px rgba(16,191,196,.14); }
.agent-portrait i { border-radius: 9px; }
.agent-profile { border: 0; border-radius: 30px; overflow: hidden; }
.profile-tag { border-radius: 999px; }
.identity-grid { gap: 14px; border: 0; }
.identity-grid article { border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 30px rgba(20,39,55,.04); }
.identity-symbol { border: 0; border-radius: 18px; background: var(--soft-2); }
.darija-message { border-radius: 16px; }
.darija-message.agent { border-radius: 16px; }

.demo-controlbar { padding: 16px 20px; border-radius: 20px 20px 0 0; }
.demo-controlbar select, .pilot-form input, .pilot-form select, .pilot-form textarea { border-radius: 12px; }
.experience-stage { border-radius: 0 0 28px 28px; overflow: hidden; box-shadow: 0 30px 80px rgba(20,39,55,.1); }
.transcript-line p { border-radius: 16px 16px 16px 5px; }
.transcript-line.agent p { border-radius: 16px 16px 5px 16px; background: linear-gradient(135deg, #11192f, #202c4a); }
.insight-rule { border-radius: 0 12px 12px 0; }
.workflow-demo { gap: 12px; }
.workflow-step { border-radius: 18px; box-shadow: 0 10px 30px rgba(20,39,55,.04); }
.appointment-result { border-radius: 20px; box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.appointment-result-head i { border-radius: 8px; }
.benefit-grid article { border-radius: 20px; }

.pilot-hero { padding-top: 185px; background:
  radial-gradient(circle at 78% 22%, rgba(17,193,199,.28), transparent 28%),
  linear-gradient(125deg, #10172b 0%, #1e2948 62%, #087b80 145%); }
.pilot-capacity { border-radius: 25px; background: rgba(255,255,255,.075); box-shadow: 0 22px 60px rgba(0,0,0,.12); }
.pilot-steps { gap: 14px; border: 0; }
.pilot-steps article { border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(20,39,55,.04); }
.measure-grid article { border-radius: 20px; box-shadow: 0 10px 30px rgba(20,39,55,.04); }
.eligibility-panel, .pilot-form { border-radius: 26px; box-shadow: 0 24px 70px rgba(20,39,55,.08); }
.eligibility-panel li i { border-radius: 8px; }

.site-footer { margin-top: 30px; padding-top: 82px; border-radius: 34px 34px 0 0; background:
  radial-gradient(circle at 80% 0%, rgba(17,193,199,.14), transparent 26%),
  #10172b; }

@media (max-width: 860px) {
  .section { padding: 92px 0; }
  .site-header, .site-header.scrolled { top: 9px; height: 62px; }
  .nav-shell { width: calc(100% - 18px); border-radius: 18px; }
  .site-nav { inset: 80px 9px auto; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
  .nav-cta { display: none; }
  .mobile-pilot-link { display: flex !important; align-items: center; justify-content: space-between; margin-top: 12px; padding: 15px 16px !important; border: 0 !important; border-radius: 12px; color: #fff !important; background: linear-gradient(135deg, #11192f, #1f2a48); }
  .home-hero { padding-top: 142px; }
  .page-hero, .pilot-hero { padding-top: 145px; }
  .signal-strip { margin-top: -22px; }
  .signal-grid > div, .signal-grid > div:first-child { border-right: 0; }
  .signal-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .identity-grid, .pilot-steps { gap: 12px; }
}

@media (max-width: 620px) {
  .site-header, .site-header.scrolled { top: 7px; }
  .nav-shell { padding: 0 8px 0 16px; }
  .nav-toggle { margin-left: auto; }
  .home-hero { padding-top: 126px; }
  .hero-copy h1, .page-hero h1, .pilot-hero h1 { font-size: clamp(2.45rem, 12.2vw, 3.35rem); }
  .agent-gallery-section, .experience-stage-section { padding-top: 52px; }
  .phone-window { border-radius: 22px; }
  .summary-ticket { right: 0; }
  .signal-grid { display: grid; grid-template-columns: 1fr 1fr; border-radius: 20px; }
  .signal-grid > div, .signal-grid > div:first-child { min-height: 105px; padding: 18px; border: 0; border-bottom: 1px solid var(--line); }
  .signal-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .signal-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .signal-grid strong { font-size: 23px; }
  .signal-grid span { font-size: 9px; }
  .moment-card { border-radius: 20px; }
  .action-stack article { padding: 22px; border-radius: 17px; }
  .impact-panel, .outcome-demo-panel, .darija-panel, .closing-panel { border-radius: 24px; }
  .next-route { padding: 34px 26px; border-radius: 22px; }
  .profile-visual { min-height: 360px; }
  .public-agent-card { border-radius: 16px; }
  .experience-stage { border-radius: 0 0 22px 22px; }
  .pilot-steps { gap: 10px; }
  .site-footer { border-radius: 26px 26px 0 0; }
}

[hidden] { display: none !important; }

.voice-orb {
  --orb-size: 80px;
  --agent-accent: var(--teal);
  position: relative;
  width: var(--orb-size);
  height: var(--orb-size);
  flex: 0 0 var(--orb-size);
  display: grid;
  place-items: center;
  isolation: isolate;
}
.voice-orb.compact { --orb-size: 54px; }
.voice-orb.gallery { --orb-size: 112px; }
.voice-orb.profile { --orb-size: 220px; z-index: 2; margin: auto; }
.voice-ring, .voice-core { position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.voice-ring { border: 1.5px solid var(--agent-accent); }
.voice-ring-outer { width: 100%; height: 100%; opacity: .2; animation: voice-breathe-outer 3s ease-in-out infinite; }
.voice-ring-middle { width: 75%; height: 75%; opacity: .4; animation: voice-breathe-middle 2s ease-in-out infinite; }
.voice-core { width: 50%; height: 50%; background: color-mix(in srgb, var(--agent-accent) 15%, transparent); }
.voice-initial { position: relative; z-index: 2; color: var(--agent-accent); font-family: var(--display); font-size: calc(var(--orb-size) * .225); line-height: 1; }
.voice-orb.active .voice-ring-outer, .voice-orb.active .voice-ring-middle { animation-duration: 1s; }
.voice-orb.active .voice-core { background: color-mix(in srgb, var(--agent-accent) 23%, transparent); }
@keyframes voice-breathe-outer {
  0%, 100% { opacity: .16; transform: translate(-50%, -50%) scale(.92); }
  50% { opacity: .34; transform: translate(-50%, -50%) scale(1); }
}
@keyframes voice-breathe-middle {
  0%, 100% { opacity: .28; transform: translate(-50%, -50%) scale(.93); }
  50% { opacity: .52; transform: translate(-50%, -50%) scale(1.04); }
}

.phone-avatar, .experience-avatar { overflow: visible; display: grid; place-items: center; background: transparent; box-shadow: none; }
.phone-agent .voice-orb, .experience-phone-head .voice-orb { display: grid; color: inherit; }
.phone-agent { grid-template-columns: 58px 1fr auto; }
.agent-portrait { display: grid; place-items: center; background: radial-gradient(circle at 50% 42%, #fff 0, var(--agent-soft) 72%); }
.agent-portrait .voice-orb { transition: transform .35s var(--ease); }
.public-agent-card:hover .voice-orb, .public-agent-card.selected .voice-orb { transform: scale(1.06); }
.profile-visual { align-items: center; }
.profile-halo { left: 50%; top: 50%; transform: translate(-50%, -50%); }

.detected-action div > span { display: block; margin-top: 2px; color: var(--muted); font-size: 8px; }
.detected-action > b { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.detected-action > b i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); animation: availability-pulse 1.6s infinite; }
.ticket-actions { display: flex; gap: 7px; margin-bottom: 10px; }
.ticket-actions span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--soft); font-size: 8px; font-weight: 800; }
.summary-ticket > small { display: block; color: var(--muted); font-size: 7px; line-height: 1.4; }
.signal-caption { margin: 12px 0 0; color: var(--muted); font-size: 11px; font-style: italic; text-align: center; }
.signal-grid strong { font-size: clamp(1rem, 1.6vw, 1.45rem); }

.live-call-section { scroll-margin-top: 100px; background: #fff; }
.live-call-layout { display: flex; flex-direction: column; align-items: center; }
.live-call-layout .section-heading > p:last-child { max-width: 700px; margin-inline: auto; }
.live-call-card {
  width: min(100%, 670px);
  padding: 46px;
  border: 1px solid rgba(17,193,199,.7);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(17,193,199,.19), transparent 31%),
    linear-gradient(145deg, #10172b, #1b2847);
  box-shadow: 0 30px 80px rgba(16,23,43,.2);
  text-align: center;
}
.live-call-label { display: flex; align-items: center; justify-content: center; gap: 11px; color: #9ef2e5; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.call-symbol { width: 34px; height: 34px; border: 1px solid rgba(158,242,229,.3); border-radius: 50%; display: grid; place-items: center; font-size: 16px; }
.demo-phone-number { display: block; width: max-content; max-width: 100%; margin: 25px auto 17px; color: #fff; font-family: var(--display); font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 700; letter-spacing: -.04em; }
.live-availability { width: max-content; margin: 0 auto 24px; padding: 8px 13px; border: 1px solid rgba(111,207,151,.24); border-radius: 999px; display: flex; align-items: center; gap: 9px; color: #c9f8dc; background: rgba(111,207,151,.1); font-size: 10px; font-weight: 800; }
.live-availability i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(111,207,151,.12); animation: availability-pulse 1.7s infinite; }
.live-call-card > p { margin: 0; color: #bbc6d8; font-size: 14px; line-height: 1.9; }
.live-call-card.unavailable { border-color: rgba(255,255,255,.13); }
.live-call-card.unavailable h3 { max-width: 500px; margin: 18px auto 12px; color: #fff; font-size: clamp(1.55rem, 3vw, 2.3rem); }
.live-call-card.unavailable .button { margin-top: 24px; }
.line-status-label { color: #9ef2e5; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.call-instructions { width: min(100%, 850px); padding: 0; margin: 38px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; }
.call-instructions li { padding: 20px; border: 1px solid var(--line); border-radius: 17px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; background: var(--soft); }
.call-instructions li > span { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: var(--teal-deep); background: #dff7f5; font-family: var(--display); font-size: 11px; }
.call-instructions p { margin: 1px 0 0; color: var(--ink-2); font-size: 12px; }
.after-call-note { margin-top: 28px; text-align: center; }
.after-call-note p { margin: 0 0 7px; color: var(--muted); font-size: 12px; }
.after-call-note a { color: var(--teal-dark); font-size: 13px; font-weight: 800; }
@keyframes availability-pulse { 0%, 100% { opacity: .55; transform: scale(.88); } 50% { opacity: 1; transform: scale(1.08); } }

.integrations-section { background: linear-gradient(180deg, #f7fbfa, #fff); }
.integration-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.integration-grid article { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 12px 34px rgba(20,39,55,.045); }
.integration-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: var(--teal-dark); background: var(--soft-2); font-family: var(--display); font-size: 20px; }
.integration-icon.whatsapp { color: #258b4e; background: #e5f8ed; }
.integration-grid h3 { margin: 34px 0 10px; font-size: 19px; }
.integration-grid p { margin: 0 0 22px; color: var(--muted); font-size: 12px; }
.integration-tag { width: max-content; margin-top: auto; padding: 7px 10px; border-radius: 999px; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.integration-tag.connected { color: #267148; background: #e3f7eb; }
.integration-tag.available { color: var(--teal-deep); background: #ddf6f5; }
.integration-tag.requested { color: #657087; background: #edf1f3; }
.integration-conclusion { max-width: 760px; margin: 30px auto 0; color: var(--ink-2); font-size: 13px; font-weight: 700; text-align: center; }

.connection-map-diverging { grid-template-columns: .8fr auto .8fr auto 1.7fr; }
.connection-output > small { display: block; margin-bottom: 8px; color: var(--teal-dark); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.connection-destinations.triple { grid-template-columns: repeat(3, 1fr); }
.connection-destinations.triple > div { min-width: 0; }

.experience-live-call { background: #fff; }
.experience-live-call .site-container { display: flex; flex-direction: column; align-items: center; }
.experience-step-heading { width: min(100%, 850px); margin-bottom: 34px; display: flex; align-items: center; gap: 18px; }
.experience-step-heading > span, .experience-transition > span { padding: 7px 10px; border-radius: 999px; color: var(--teal-deep); background: var(--soft-2); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.experience-step-heading h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.experience-transition { width: min(100%, 850px); margin: 38px 0 0; padding: 19px 22px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink-2); background: var(--soft); font-size: 13px; font-weight: 700; text-align: center; }
.audio-demo-section { padding: 0 0 100px; background: #fff; }
.audio-demo-block { padding: 34px; border: 1px solid var(--line); border-radius: 24px; display: grid; grid-template-columns: 1fr minmax(280px, .8fr); gap: 30px; align-items: center; background: #f7fbfa; }
.audio-demo-label .eyebrow { margin-bottom: 7px; }
.audio-demo-label p { margin: 0; color: var(--ink-2); font-weight: 700; }
.audio-player-demo { width: 100%; accent-color: var(--teal-dark); }
.audio-caption { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.persona-control { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.persona-control > small { max-width: 440px; color: var(--muted); font-size: 8px; text-align: right; }
.simulation-label { margin-bottom: 16px; padding: 7px 10px; border-radius: 999px; color: #747e90; background: #edf1f3; font-size: 8px; font-style: italic; line-height: 1.45; }
.delivery-result { padding-top: 18px; }
.delivery-result > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.delivery-result > div { display: flex; flex-wrap: wrap; gap: 7px; }
.delivery-result b { padding: 8px 9px; border: 1px solid var(--line); border-radius: 9px; color: #667085; background: var(--soft); font-size: 8px; }
.delivery-result b.configured { color: #277047; border-color: #ccecdf; background: #f0faf4; }
.delivery-result small { display: block; margin-top: 2px; font-weight: 500; }

.pilot-cta-stack { max-width: 440px; margin-top: 35px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.pilot-whatsapp { width: 100%; color: var(--ink); background: var(--teal); box-shadow: 0 18px 42px rgba(17,193,199,.28); }
.pilot-whatsapp:hover { background: #37d5d9; }
.pilot-form-link { padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.5); color: #d2daea; font-size: 12px; font-weight: 700; }
.eligibility-list { padding: 0; margin: 0; list-style: none; }
.eligibility-disqualifier { max-width: 480px; margin: 24px 0 0; padding: 16px; border-left: 2px solid var(--orange); color: var(--muted); background: #fff9f5; font-size: 11px; }

.contact-section { background: linear-gradient(180deg, #fff, #f4f9f8); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; align-items: stretch; }
.contact-card { position: relative; min-width: 0; min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: 25px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 16px 45px rgba(20,39,55,.055); }
.contact-card.recommended { color: #fff; border: 0; background: linear-gradient(145deg, #10172b, #202c4b); box-shadow: 0 28px 70px rgba(16,23,43,.2); }
.contact-index { position: absolute; right: 27px; top: 25px; color: #aab4c5; font-family: var(--display); font-size: 10px; }
.contact-card h2 { margin: 30px 0 13px; overflow-wrap: anywhere; font-size: clamp(1.45rem, 2.6vw, 2.25rem); }
.contact-card > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.contact-card.recommended > p:not(.eyebrow) { color: #b9c3d4; }
.contact-card .button, .contact-card .inline-link, .contact-card > div { margin-top: auto; }
.contact-card small { display: block; margin-top: 14px; color: var(--muted); font-size: 9px; }
.contact-card.recommended small { color: #9aa6ba; }
.contact-demo-number { display: block; color: var(--teal-dark); font-family: var(--display); font-size: 21px; font-weight: 700; }
.contact-faq { margin-top: 24px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #fff; }
.contact-faq > span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.contact-faq a { font-weight: 800; }
.contact-faq b { margin-left: 14px; color: var(--teal-dark); }

@media (max-width: 1120px) {
  .integration-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card.recommended { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .brand small { display: none; }
  .call-instructions { grid-template-columns: 1fr; }
  .connection-map-diverging { grid-template-columns: 1fr; }
  .connection-map-diverging .connection-arrow { transform: rotate(90deg); text-align: center; }
  .audio-demo-block { grid-template-columns: 1fr; }
  .audio-caption { grid-column: auto; }
  .persona-control { width: 100%; align-items: stretch; }
  .persona-control > small { max-width: none; text-align: left; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card.recommended { grid-column: auto; }
}

@media (max-width: 620px) {
  .voice-orb.gallery { --orb-size: 88px; }
  .voice-orb.profile { --orb-size: 170px; }
  .phone-agent { grid-template-columns: 54px minmax(0, 1fr) auto; }
  .phone-agent strong, .phone-agent span { overflow-wrap: anywhere; }
  .detected-action { grid-template-columns: 30px minmax(0, 1fr); }
  .detected-action > b { grid-column: 2; width: max-content; }
  .summary-ticket { width: min(230px, calc(100% - 14px)); }
  .signal-caption { padding-inline: 14px; }
  .live-call-card { padding: 31px 22px; border-radius: 23px; }
  .live-call-card.unavailable .button { width: 100%; }
  .call-instructions li { padding: 16px; }
  .after-call-note { padding-inline: 12px; }
  .integration-grid { grid-template-columns: 1fr; }
  .integration-grid article { min-height: 250px; }
  .connection-destinations.triple { grid-template-columns: 1fr; }
  .experience-step-heading { align-items: flex-start; flex-direction: column; }
  .experience-transition { text-align: left; }
  .audio-demo-block { padding: 24px; }
  .audio-player-demo { min-width: 0; }
  .delivery-result > div { flex-direction: column; }
  .pilot-cta-stack, .pilot-whatsapp { width: 100%; }
  .pilot-form-link { align-self: center; text-align: center; }
  .contact-card { min-height: 340px; padding: 28px; }
  .contact-faq { align-items: flex-start; flex-direction: column; }
}

/* Premium SaaS iconography, human avatars and accessible reading scale */
.ui-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  display: block;
  overflow: visible;
}
[data-icon] { display: inline-flex; align-items: center; justify-content: center; }
.button > span, .inline-link > span, .nav-cta > span, .mobile-pilot-link > span, .pilot-form-link > span, .pilot-pill > span, .after-call-note a > span, .contact-faq a > b { display: inline-flex; align-items: center; gap: 7px; }
.button .ui-icon, .inline-link .ui-icon, .nav-cta .ui-icon, .mobile-pilot-link .ui-icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.pilot-pill .ui-icon, .after-call-note .ui-icon, .contact-faq .ui-icon { width: 16px; height: 16px; }
.button:hover .ui-icon, .inline-link:hover .ui-icon, .nav-cta:hover .ui-icon { transform: translate(2px, -1px); }

body { font-size: 17px; line-height: 1.68; }
.eyebrow { font-size: 12px; line-height: 1.5; }
.button { gap: 12px; font-size: 15px; }
.brand small { font-size: 10px; }
.site-nav a { font-size: 14px; }
.nav-cta { gap: 10px; font-size: 13px; }
.footer-nav strong, .footer-contact strong { font-size: 14px; }
.footer-nav a, .footer-contact a, .footer-contact span { font-size: 14px; }
.footer-bottom { font-size: 12px; }
.hero-lead { font-size: 20px; line-height: 1.72; }
.human-note p { font-size: 14px; line-height: 1.65; }
.pilot-pill { font-size: 12px; }
.phone-topline { font-size: 11px; }
.phone-agent small, .phone-agent span { font-size: 10px; }
.phone-agent strong { font-size: 17px; }
.bubble small { font-size: 10px; }
.bubble p { font-size: 13px; }
.detected-action small { font-size: 9px; }
.detected-action strong { font-size: 12px; }
.detected-action div > span { font-size: 9px; }
.detected-action > b { font-size: 9px; }
.ticket-head { font-size: 9px; }
.summary-ticket > strong { font-size: 14px; }
.summary-ticket > p { font-size: 10px; }
.ticket-actions span { font-size: 9px; }
.summary-ticket > small { font-size: 8px; }
.floating-proof span { font-size: 9px; }
.signal-grid span { font-size: 13px; }
.signal-caption { font-size: 13px; }
.section-heading.split > p, .page-hero-aside > p { font-size: 18px; line-height: 1.75; }
.section-heading.centered > p:last-child { font-size: 17px; }
.moment-card > span { font-size: 12px; }
.moment-card h3 { font-size: 24px; }
.moment-card p, .action-stack p, .trust-list p, .lifecycle-grid p, .capability-detail-list p, .identity-grid p, .benefit-grid p { font-size: 15px; line-height: 1.7; }
.action-stack small { font-size: 10px; }
.action-stack h3 { font-size: 23px; }
.impact-copy > p:not(.eyebrow), .closing-panel > p { font-size: 16px; }
.impact-equation span { font-size: 11px; }
.impact-equation > small { font-size: 10px; }
.trust-list article > span, .capability-detail-list article > span { font-size: 12px; }
.trust-list h3, .lifecycle-grid h3, .capability-detail-list h3 { font-size: 22px; }
.mini-proof { font-size: 13px; }
.life-top { font-size: 11px; }
.life-visual strong { font-size: 12px; }
.capability-detail-list i { font-size: 10px; }
.connection-node span { font-size: 10px; }
.connection-node small, .connection-destinations small { font-size: 10px; }
.connection-destinations strong { font-size: 13px; }
.connection-output > small { font-size: 10px; }
.boundary-grid li { font-size: 15px; }
.gallery-intro { font-size: 13px; }
.agent-copy strong { font-size: 18px; }
.agent-copy b { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; }
.agent-copy b .ui-icon { width: 14px; height: 14px; }
.agent-copy small { font-size: 12px; line-height: 1.45; }
.agent-copy em { font-size: 10px; }
.profile-description { font-size: 17px; line-height: 1.75; }
.profile-attributes span { font-size: 10px; }
.profile-attributes strong { font-size: 14px; }
.identity-grid article > span { font-size: 11px; }
.identity-grid h3 { font-size: 21px; }
.identity-symbol .ui-icon { width: 27px; height: 27px; }
.darija-message span { font-size: 10px; }
.darija-message p { font-size: 15px; }
.darija-dialogue > small { font-size: 10px; }
.demo-controlbar small { font-size: 10px; }
.demo-controlbar strong { font-size: 15px; }
.demo-controlbar label { font-size: 12px; }
.demo-controlbar select { font-size: 13px; }
.persona-control > small, .simulation-label { font-size: 10px; }
.experience-phone-head small, .experience-phone-head span { font-size: 10px; }
.experience-phone-head strong { font-size: 16px; }
.experience-phone-head > b { font-size: 11px; }
.transcript-line > span { font-size: 10px; }
.transcript-line p { font-size: 14px; }
.experience-caption, .audio-caption { font-size: 11px; }
.insight-head { font-size: 11px; }
.insight-list small, .insight-list b, .insight-rule span { font-size: 10px; }
.insight-list strong { font-size: 14px; }
.insight-rule p { font-size: 12px; }
.workflow-step > span { font-size: 10px; }
.workflow-step small { font-size: 14px; }
.workflow-step p { font-size: 12px; line-height: 1.55; }
.appointment-result-head { font-size: 11px; }
.appointment-main span { font-size: 14px; }
.appointment-result dl div { font-size: 12px; }
.delivery-result > span, .delivery-result b { font-size: 10px; }
.delivery-result b { display: inline-flex; align-items: center; gap: 7px; }
.delivery-result b .ui-icon { width: 15px; height: 15px; }
.pilot-hero-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.75; }
.pilot-capacity > span { font-size: 11px; }
.pilot-capacity > p { font-size: 14px; }
.pilot-capacity > div { font-size: 13px; }
.pilot-capacity i[data-icon] { width: 20px; height: 20px; border-radius: 50%; color: #8ff0dd; background: rgba(143,240,221,.12); }
.pilot-capacity i[data-icon] .ui-icon { width: 13px; height: 13px; }
.pilot-steps article > span { font-size: 11px; }
.pilot-steps h3 { font-size: 22px; }
.pilot-steps p { font-size: 15px; line-height: 1.68; }
.measure-grid i { font-size: 11px; }
.measure-grid strong { font-size: 18px; }
.measure-grid p { font-size: 14px; }
.eligibility-panel li { font-size: 15px; }
.eligibility-disqualifier { font-size: 13px; }
.direct-contact span { font-size: 11px; }
.direct-contact a { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; }
.direct-contact .ui-icon { width: 17px; height: 17px; }
.pilot-form label { font-size: 12px; }
.pilot-form input, .pilot-form select, .pilot-form textarea { min-height: 52px; font-size: 15px; }
.pilot-form textarea { min-height: 120px; }
.pilot-form > small { font-size: 11px; }
.live-call-label { font-size: 12px; }
.call-symbol .ui-icon { width: 18px; height: 18px; }
.line-status-label { font-size: 11px; }
.live-call-card > p { font-size: 16px; }
.call-instructions p { font-size: 14px; }
.after-call-note p, .after-call-note a { font-size: 14px; }
.integration-icon .ui-icon { width: 25px; height: 25px; }
.integration-grid h3 { font-size: 21px; }
.integration-grid p { font-size: 15px; line-height: 1.68; }
.integration-tag { font-size: 10px; }
.integration-conclusion { font-size: 15px; }
.experience-step-heading > span, .experience-transition > span { font-size: 10px; }
.experience-transition { font-size: 14px; }
.audio-demo-label p { font-size: 16px; }
.contact-card > p:not(.eyebrow) { font-size: 15px; line-height: 1.7; }
.contact-card small { font-size: 11px; }
.contact-faq > span { font-size: 12px; }

.agent-video { width: 100%; height: 100%; display: block; object-fit: cover; }
.avatar-fallback { position: absolute; inset: 0; display: none; place-items: center; color: var(--agent-accent, var(--teal-dark)); background: radial-gradient(circle at 40% 30%, #fff, var(--agent-soft, var(--soft-2))); font-family: var(--display); font-size: 1.35rem; font-weight: 700; }
.video-unavailable > .agent-video { display: none; }
.video-unavailable > .avatar-fallback { display: grid; }
.phone-avatar, .experience-avatar { position: relative; overflow: visible; border: 3px solid #fff; border-radius: 50%; background: var(--soft-2); box-shadow: 0 0 0 1px var(--line), 0 9px 24px rgba(20,39,55,.13); }
.phone-avatar .agent-video, .phone-avatar .avatar-fallback, .experience-avatar .agent-video, .experience-avatar .avatar-fallback { border-radius: 50%; }
.phone-avatar::after, .experience-avatar::after { content: ""; position: absolute; right: -2px; bottom: 1px; z-index: 3; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(111,207,151,.13); }
.experience-avatar { width: 52px; height: 52px; }
.agent-portrait { isolation: isolate; }
.agent-portrait video { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; transition: transform .55s var(--ease), filter .4s var(--ease); }
.public-agent-card:hover .agent-portrait video, .public-agent-card.selected .agent-portrait video { transform: scale(1.035); }
.agent-portrait::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 42%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(10,18,35,.36)); }
.agent-portrait > i { z-index: 3; }
.agent-live-badge { position: absolute; left: 12px; bottom: 12px; z-index: 3; padding: 7px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; color: #fff; background: rgba(10,18,35,.64); box-shadow: 0 6px 18px rgba(10,18,35,.18); backdrop-filter: blur(10px); font-size: 9px; font-weight: 800; letter-spacing: .03em; }
.agent-live-badge .ui-icon { width: 12px; height: 12px; color: #8cf0d2; }
.profile-visual { isolation: isolate; }
.profile-visual video { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center top; mix-blend-mode: normal; }
.profile-visual::after { content: ""; position: absolute; inset: auto 0 0; z-index: 2; height: 35%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(10,18,35,.35)); }
.profile-fallback { z-index: 1; font-size: 4rem; }
.profile-tag { z-index: 3; font-size: 11px; }
.profile-tag i[data-icon] { width: 18px; height: 18px; color: var(--teal-dark); }

/* Contained hero call card: no floating layers, native 4:5 avatar framing. */
.hero-stage {
  min-height: 650px;
  padding: 34px 0;
}
.hero-stage .stage-grid {
  inset: 0 -4%;
  transform: none;
  border-radius: 40px;
  background-size: 52px 52px;
}
.hero-stage .phone-window {
  width: min(100%, 520px);
  padding: 24px;
  border-radius: 30px;
  box-shadow: 0 32px 90px rgba(18,41,55,.16);
}
.phone-topline-meta {
  display: flex;
  align-items: center;
  gap: 13px;
}
.phone-topline-meta em {
  padding: 6px 9px;
  border-radius: 999px;
  color: #087c7f;
  background: #e4f8f5;
  font-size: 9px;
  font-style: normal;
  letter-spacing: .045em;
}
.hero-stage .phone-agent {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 17px;
  padding: 20px 2px;
}
.hero-stage .phone-avatar {
  position: relative;
  width: 72px;
  height: 90px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #dff7f5;
  box-shadow: 0 10px 26px rgba(15,101,110,.17);
}
.hero-stage .phone-avatar .agent-video,
.hero-stage .phone-avatar .avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.hero-stage .phone-avatar .agent-video {
  object-fit: cover;
  object-position: center center;
}
.hero-stage .phone-avatar::after {
  right: 7px;
  bottom: 7px;
  width: 9px;
  height: 9px;
  border-width: 2px;
  box-shadow: 0 0 0 4px rgba(111,207,151,.18);
}
.hero-stage .phone-agent small,
.hero-stage .phone-agent span {
  font-size: 10px;
}
.hero-stage .phone-agent strong {
  margin: 3px 0;
  font-size: 19px;
}
.hero-stage .dialogue {
  padding: 18px;
}
.hero-stage .detected-action {
  margin-top: 14px;
}
.hero-stage .summary-ticket {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 14px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 16px;
  border: 1px solid #dce9e9;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f7fbfa);
  box-shadow: none;
}
.hero-stage .summary-ticket::before {
  top: 16px;
  bottom: 16px;
}
.hero-stage .ticket-head {
  grid-column: 1 / -1;
  font-size: 9px;
}
.hero-stage .summary-ticket > strong,
.hero-stage .summary-ticket > p {
  grid-column: 1;
}
.hero-stage .summary-ticket > strong {
  margin-top: 12px;
  font-size: 15px;
}
.hero-stage .summary-ticket > p {
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 1.5;
}
.hero-stage .ticket-actions {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: center;
}
.hero-stage .summary-ticket > small {
  grid-column: 1 / -1;
  padding-top: 10px;
  border-top: 1px solid #e7eeee;
  font-size: 8px;
}

@media (max-width: 860px) {
  .hero-stage {
    min-height: auto;
    padding: 24px 0;
  }
  .hero-stage .stage-grid {
    inset: 0;
  }
}

/* Above-the-fold compact storytelling layout. */
.hero-stage {
  min-height: 520px;
  padding: 18px 0;
}
.hero-stage .phone-window {
  padding: 20px;
}
.hero-stage .phone-topline {
  padding-bottom: 13px;
}
.hero-stage .phone-agent {
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 15px;
  padding: 14px 2px;
}
.hero-stage .phone-avatar {
  width: 64px;
  height: 80px;
  background: #169eae url('/video/optimized/nadia.webp') center / cover no-repeat;
}
.hero-stage .phone-avatar .agent-video:not([data-avatar-playing="true"]) {
  opacity: 0;
}
.hero-stage .phone-avatar .agent-video {
  opacity: 1;
  transition: opacity .2s ease;
}
.hero-stage .phone-avatar .avatar-fallback {
  display: none !important;
}
.hero-stage .dialogue {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hero-stage .bubble,
.hero-stage .bubble:last-child {
  max-width: none;
  margin: 0;
}
.hero-stage .bubble p {
  min-height: 56px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  font-size: 11px;
}
.phone-results {
  margin-top: 12px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 12px;
}
.hero-stage .detected-action {
  min-width: 0;
  margin: 0;
  padding: 13px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-content: center;
}
.hero-stage .detected-action > b {
  grid-column: 2;
  width: max-content;
  margin-top: 6px;
}
.hero-stage .detected-action span {
  font-size: 8px;
  line-height: 1.45;
}
.hero-stage .summary-ticket {
  min-width: 0;
  margin: 0;
  padding: 14px 15px;
  display: block;
}
.hero-stage .summary-ticket::before {
  top: 13px;
  bottom: 13px;
}
.hero-stage .summary-ticket > strong {
  margin-top: 9px;
  font-size: 13px;
}
.hero-stage .summary-ticket > p {
  margin: 3px 0 8px;
  font-size: 9px;
}
.hero-stage .ticket-actions {
  display: flex;
  gap: 6px;
}
.hero-stage .ticket-actions span {
  padding: 6px 8px;
  font-size: 8px;
}
.hero-stage .summary-ticket > small {
  margin-top: 8px;
  padding-top: 7px;
}

@media (min-width: 861px) {
  .home-hero .hero-stage {
    top: -100px;
  }
}

@media (max-width: 620px) {
  .hero-stage .dialogue {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .hero-stage .bubble p {
    min-height: 0;
  }
  .phone-results {
    grid-template-columns: 1fr;
  }
  .hero-stage .detected-action div > span:last-child,
  .hero-stage .summary-ticket > small {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero-stage .phone-window {
    width: 100%;
    padding: 17px;
    border-radius: 22px;
  }
  .phone-topline-meta em {
    display: none;
  }
  .hero-stage .phone-agent {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 13px;
  }
  .hero-stage .phone-avatar {
    width: 62px;
    height: 78px;
    border-radius: 15px;
  }
  .hero-stage .phone-avatar .agent-video,
  .hero-stage .phone-avatar .avatar-fallback {
    border-radius: 15px;
  }
  .hero-stage .summary-ticket {
    grid-template-columns: 1fr;
  }
  .hero-stage .ticket-actions {
    grid-column: 1;
    grid-row: auto;
    margin: 4px 0 11px;
  }
}
.profile-tag .ui-icon { width: 14px; height: 14px; }
.workflow-icon { position: absolute; left: 20px; top: 54px; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--teal-deep); background: var(--soft-2); }
.workflow-icon .ui-icon { width: 18px; height: 18px; }
.workflow-step div { margin-top: 78px; }
.identity-symbol { border-radius: 16px; background: var(--soft-2); }
.action-icon .ui-icon { width: 18px; height: 18px; }
.life-visual.delivered i[data-icon] { width: 38px; height: 38px; border-radius: 50%; color: var(--teal-deep); background: #dcf6eb; }
.life-visual.delivered .ui-icon { width: 21px; height: 21px; }
.connection-arrow .ui-icon { width: 20px; height: 20px; }
.contact-icon { width: 48px; height: 48px; border-radius: 15px; color: var(--teal-deep); background: var(--soft-2); }
.contact-card.recommended .contact-icon { color: #9ef2e5; background: rgba(158,242,229,.1); }
.contact-icon .ui-icon { width: 23px; height: 23px; }
.contact-card .contact-icon + .eyebrow { margin-top: 22px; }
.page-hero-layout > *, .page-hero-aside { min-width: 0; }
.mini-proof span { min-width: 0; overflow-wrap: anywhere; }

@media (max-width: 860px) {
  body { font-size: 16px; }
  .site-nav a { font-size: 16px; }
  .page-hero-aside > p, .section-heading.split > p { font-size: 17px; }
  .profile-visual video { object-position: center 18%; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .nav-cta { font-size: 11px; }
  .hero-lead, .pilot-hero-copy > p:not(.eyebrow), .page-hero-aside > p { font-size: 17px; line-height: 1.67; }
  .eyebrow { font-size: 11px; }
  .human-note p { font-size: 14px; }
  .section-heading h2 { font-size: 2.35rem; }
  .section-heading.centered > p:last-child { font-size: 16px; }
  .mini-proof { width: 100%; }
  .public-agent-grid { grid-template-columns: 1fr; gap: 12px; }
  .public-agent-card { display: grid; grid-template-columns: 128px minmax(0, 1fr); }
  .agent-portrait { aspect-ratio: 1; }
  .agent-copy { min-height: 128px; padding: 17px; }
  .agent-copy strong { font-size: 18px; }
  .agent-copy small { font-size: 13px; }
  .agent-copy em { font-size: 10px; }
  .agent-live-badge { left: 8px; bottom: 8px; padding: 5px 7px; font-size: 8px; }
  .agent-portrait > i { right: 8px; top: 8px; }
  .profile-description { font-size: 16px; }
  .profile-attributes strong { font-size: 14px; }
  .persona-control, .demo-controlbar label { min-width: 0; }
  .demo-controlbar label { align-items: stretch; flex-direction: column; }
  .demo-controlbar select { min-width: 0; width: 100%; }
  .transcript-line p { font-size: 14px; }
  .workflow-step div { margin-top: 66px; }
  .integration-grid p, .contact-card > p:not(.eyebrow), .pilot-steps p, .moment-card p, .action-stack p, .trust-list p, .lifecycle-grid p, .capability-detail-list p, .identity-grid p, .benefit-grid p { font-size: 15px; }
  .pilot-form label { font-size: 12px; }
  .pilot-form input, .pilot-form select, .pilot-form textarea { font-size: 16px; }
  .contact-card { min-height: 360px; }
}
