:root {
  color-scheme: dark;
  --ink: #f7f4ef;
  --muted: #aaa9a7;
  --red: #ff534d;
  --red-deep: #d93834;
  --green: #50d890;
  --line: rgba(255, 255, 255, 0.11);
  --panel: #15171a;
  --bg: #0c0d0f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.emergency-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 20px;
  background: #222428;
  color: #d9d8d5;
  font-size: 12px;
  letter-spacing: 0.01em;
}
.emergency-bar__meta { color: #777a80; margin-left: 8px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(80, 216, 144, .1); animation: live 2s infinite; }

.site-header {
  height: 82px;
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 5.5vw;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 800; font-size: 21px; letter-spacing: -.04em; }
.brand__mark { width: 36px; height: 36px; display: grid; place-items: center; background: var(--red); border-radius: 11px; transform: rotate(-3deg); }
.brand__mark svg { width: 23px; stroke: none; fill: white; transform: rotate(3deg); }
.main-nav { display: flex; gap: 36px; color: #b8b7b5; font-size: 14px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: white; }
.header-call { justify-self: end; display: flex; align-items: center; gap: 11px; padding: 0; background: none; border: 0; cursor: pointer; text-align: left; font-size: 13px; font-weight: 700; }
.header-call small { display: block; color: #85878b; font-size: 10px; font-weight: 600; margin-bottom: 2px; }
.header-call__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(255, 83, 77, .11); }
.header-call__icon svg { width: 17px; }

.hero {
  position: relative;
  isolation: isolate;
  max-width: 1440px;
  min-height: 620px;
  margin: auto;
  display: grid;
  grid-template-columns: 53% 47%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before { content: ""; position: absolute; inset: 0 47% 0 0; z-index: -2; background: radial-gradient(circle at 15% 12%, rgba(255, 83, 77, .14), transparent 32%); }
.hero__noise { position: absolute; inset: 0; z-index: 2; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.hero__content { padding: 90px 6vw 65px 7vw; position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #b3b1af; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.eyebrow span { padding: 5px 8px; color: white; background: var(--red); border-radius: 5px; font-size: 11px; letter-spacing: .04em; }
h1 { max-width: 700px; margin: 0; font-size: clamp(48px, 5.1vw, 76px); line-height: .98; letter-spacing: -.063em; font-weight: 700; }
h1 em { color: #8c8d90; font-style: normal; }
.hero__lead { max-width: 580px; margin: 28px 0 0; color: #b5b3b1; font-size: 17px; line-height: 1.72; }
.hero__actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--line); border-radius: 12px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button svg { width: 19px; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); border-color: var(--red); color: white; box-shadow: 0 13px 35px rgba(217, 56, 52, .22); }
.button--primary:hover { background: #ff665f; }
.button--ghost { background: #17191c; color: #e2e0dd; }
.button--ghost:hover { border-color: rgba(255,255,255,.22); background: #1c1e22; }
.hero__trust { margin-top: 46px; display: flex; align-items: center; gap: 25px; }
.hero__trust > div:not(.avatars) { padding-right: 25px; border-right: 1px solid var(--line); }
.hero__trust strong { display: block; font-size: 17px; line-height: 1.1; }
.hero__trust span { display: block; color: #777a80; font-size: 11px; margin-top: 5px; }
.avatars { display: flex; align-items: center; }
.avatars span { width: 32px; height: 32px; display: grid; place-items: center; margin: 0 -5px 0 0; border: 2px solid var(--bg); border-radius: 50%; background: #32353a; color: #dcd8d2; font-size: 9px; font-weight: 800; }
.avatars span:nth-child(2) { background: #5b403a; }
.avatars span:nth-child(3) { background: #394b52; }
.avatars i { margin-left: 10px; color: #87898d; font-size: 11px; font-style: normal; }

.hero__visual { position: relative; min-height: 620px; background: #202328; overflow: hidden; }
.hero__visual > img { position: absolute; inset: 0; object-position: 49% center; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,13,15,.28), transparent 35%), linear-gradient(0deg, rgba(12,13,15,.78), transparent 52%); }
.image-placeholder { position: absolute; inset: 0; background: #202328; display: grid; place-items: center; }
.image-placeholder__glow { width: 270px; height: 270px; border-radius: 50%; background: rgba(255,255,255,.045); filter: blur(20px); animation: breathe 3s ease-in-out infinite; }
.image-placeholder__label { position: absolute; color: #5d6168; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.video-status { position: absolute; z-index: 3; top: 25px; right: 25px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(10,11,13,.56); backdrop-filter: blur(12px); color: #ddd; font-size: 10px; font-weight: 700; }
.video-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.call-preview { position: absolute; z-index: 4; left: 30px; right: 30px; bottom: 30px; padding: 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(17,18,21,.76); backdrop-filter: blur(20px); box-shadow: 0 25px 60px rgba(0,0,0,.28); animation: cardFloat 5s ease-in-out infinite; }
.call-preview__head { display: flex; align-items: center; }
.call-avatar { width: 40px; height: 40px; display: grid; place-items: center; margin-right: 11px; border-radius: 50%; background: #705048; color: #f5e3d8; font-size: 13px; font-weight: 800; }
.call-preview__head strong { display: block; font-size: 13px; }
.call-preview__head span { display: block; color: #999b9f; font-size: 10px; margin-top: 3px; }
.connection { margin-left: auto; height: 20px; display: flex; align-items: end; gap: 3px; }
.connection i { width: 3px; height: 6px; border-radius: 2px; background: var(--green); animation: signal 1s ease-in-out infinite; }
.connection i:nth-child(2) { height: 11px; animation-delay: .12s; }
.connection i:nth-child(3) { height: 16px; animation-delay: .24s; }
.call-preview p { margin: 15px 0; color: #d1cfcc; font-size: 13px; line-height: 1.58; }
.call-preview__footer { display: flex; align-items: center; justify-content: space-between; }
.secure { display: flex; align-items: center; gap: 7px; color: #777a80; font-size: 10px; }
.secure svg { width: 13px; }
.mini-call { width: 37px; height: 37px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--red); cursor: pointer; }
.mini-call svg { width: 15px; }

.quick-help { max-width: 1440px; margin: auto; display: grid; grid-template-columns: 280px 1fr; gap: 45px; padding: 50px 5.5vw 58px; }
.quick-help__intro > span { color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.quick-help h2 { margin: 8px 0 7px; font-size: 31px; letter-spacing: -.045em; }
.quick-help p { margin: 0; color: #777a80; font-size: 12px; line-height: 1.55; }
.symptom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.symptom { position: relative; min-height: 126px; padding: 16px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 1px solid var(--line); border-radius: 15px; background: #121417; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.symptom:hover { transform: translateY(-4px); background: #181a1e; border-color: rgba(255,255,255,.19); }
.symptom__icon { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 9px; background: rgba(255,83,77,.1); color: #ff716b; }
.symptom__icon svg { width: 17px; }
.symptom strong { display: block; font-size: 12px; }
.symptom small { display: block; margin-top: 4px; color: #696c72; font-size: 9px; }
.symptom .arrow { position: absolute; width: 14px; right: 14px; bottom: 14px; color: #55585e; }

.section-kicker { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-heading h2, .expert-copy h2, .ai-showcase h2 { margin: 14px 0 18px; font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { max-width: 420px; color: #8c8e93; font-size: 15px; line-height: 1.65; }
.process { max-width: 1440px; margin: auto; padding: 110px 7vw 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; border-top: 1px solid var(--line); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; align-self: end; }
.process-list li { position: relative; min-height: 290px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #121417; overflow: hidden; }
.process-list li:nth-child(2) { transform: translateY(22px); }
.process-list__number { position: absolute; top: 18px; right: 18px; color: #4b4e54; font-size: 11px; font-weight: 700; }
.process-list__icon { width: 46px; height: 46px; display: grid; place-items: center; margin: 55px 0 45px; border-radius: 13px; background: #202328; color: #ece9e5; }
.process-list__icon svg { width: 21px; }
.process-list h3 { margin: 0 0 10px; font-size: 16px; letter-spacing: -.025em; }
.process-list p { margin: 0; color: #797b80; font-size: 12px; line-height: 1.6; }

.expert-section { max-width: 1440px; min-height: 690px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; background: #f1eee8; color: #17181a; }
.expert-photo { position: relative; min-height: 690px; background: #d7d6d2; overflow: hidden; }
.expert-photo img { object-position: center 34%; }
.expert-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,14,16,.42), transparent 45%); }
.expert-photo__label { position: absolute; z-index: 3; left: 25px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 20px; background: rgba(15,16,18,.7); backdrop-filter: blur(14px); color: white; font-size: 11px; font-weight: 700; }
.expert-photo__label span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.expert-copy { padding: 100px clamp(30px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.expert-copy__lead { margin: 0; color: #5f6165; font-size: 16px; line-height: 1.7; }
.doctor-card { margin: 28px 0 24px; padding: 17px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #d7d3cc; border-bottom: 1px solid #d7d3cc; }
.doctor-card__name { display: block; font-size: 14px; font-weight: 800; }
.doctor-card__role { display: block; margin-top: 4px; color: #77746f; font-size: 10px; }
.doctor-card__rating { font-size: 12px; font-weight: 800; }
.check-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #46474a; font-size: 12px; }
.check-list svg { width: 18px; color: var(--red-deep); stroke-width: 2.5; }
.text-button { width: max-content; margin-top: 33px; padding: 0 0 7px; display: inline-flex; align-items: center; gap: 9px; border: 0; border-bottom: 1px solid #a6a29c; background: none; color: #222326; font-size: 12px; font-weight: 800; cursor: pointer; }
.text-button svg { width: 15px; transition: transform .2s ease; }
.text-button:hover svg { transform: translateX(4px); }

.ai-showcase { position: relative; max-width: 1440px; min-height: 720px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 80px 7vw; overflow: hidden; }
.ai-showcase__media { position: absolute; inset: 0; background: #25282d; }
.ai-showcase__media img { object-position: center center; }
.ai-showcase__media img, .expert-photo img, .hero__visual > img, .call-screen__portrait img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ai-showcase__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,13,.96) 0%, rgba(10,11,13,.8) 42%, rgba(10,11,13,.24) 100%), linear-gradient(0deg, rgba(10,11,13,.55), transparent); }
.ai-showcase__copy { position: relative; z-index: 2; max-width: 570px; }
.ai-badge { display: flex; align-items: center; gap: 10px; color: #d7d5d2; font-size: 12px; font-weight: 800; }
.ai-orb--small { width: 35px; height: 35px; border-radius: 11px; }
.ai-orb--tiny { width: 26px; height: 26px; border-radius: 8px; }
.ai-orb--small::before, .ai-orb--small::after, .ai-orb--small i { width: 17px; height: 17px; }
.ai-orb--tiny::before, .ai-orb--tiny::after, .ai-orb--tiny i { width: 12px; height: 12px; border-width: 1px; }
.ai-showcase__copy > p { max-width: 520px; margin: 0 0 30px; color: #acaeaf; font-size: 16px; line-height: 1.7; }
.button--light { border-color: white; background: white; color: #17181a; }
.button--light svg { width: 16px; }
.ai-conversation { position: relative; z-index: 3; justify-self: end; width: min(390px, 35vw); padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 19px; background: rgba(17,19,22,.75); backdrop-filter: blur(22px); box-shadow: 0 28px 60px rgba(0,0,0,.25); transform: rotate(2deg); }
.ai-conversation__top { display: flex; align-items: center; gap: 9px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.ai-conversation__top strong { font-size: 11px; }
.typing { margin-left: auto; display: flex; gap: 3px; }
.typing i { width: 3px; height: 3px; border-radius: 50%; background: #7c7f84; animation: typing 1s infinite alternate; }
.typing i:nth-child(2) { animation-delay: .2s; }.typing i:nth-child(3) { animation-delay: .4s; }
.chat-bubble { width: max-content; max-width: 82%; margin-top: 14px; padding: 10px 12px; border-radius: 12px 12px 12px 3px; background: #2a2d32; color: #d5d4d2; font-size: 10px; line-height: 1.5; }
.chat-bubble--user { margin-left: auto; border-radius: 12px 12px 3px 12px; background: #fc5b54; color: white; }
.urgency-card { margin-top: 14px; padding: 14px; border-left: 3px solid var(--red); border-radius: 4px 11px 11px 4px; background: rgba(255,83,77,.1); }
.urgency-card span { display: block; margin-bottom: 4px; color: #ff746e; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.urgency-card strong { font-size: 11px; line-height: 1.45; }

.safety-note { max-width: 1440px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 25px 7vw; border-top: 1px solid rgba(255,83,77,.22); border-bottom: 1px solid rgba(255,83,77,.22); background: #171416; }
.safety-note__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,83,77,.11); color: var(--red); }
.safety-note__icon svg { width: 20px; }
.safety-note strong { font-size: 13px; }
.safety-note p { margin: 4px 0 0; color: #85878c; font-size: 10px; line-height: 1.5; }
.safety-note button { padding: 10px 15px; border: 1px solid rgba(255,83,77,.32); border-radius: 9px; background: transparent; color: #ff746f; font-size: 11px; font-weight: 800; cursor: pointer; }

.faq { max-width: 1100px; margin: auto; padding: 110px 5vw 120px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 8vw; }
.section-heading--compact h2 { font-size: clamp(38px, 4vw, 52px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #70737a; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 35px 20px 0; color: #85878c; font-size: 12px; line-height: 1.7; }

footer { max-width: 1440px; min-height: 120px; margin: auto; padding: 30px 5.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #6d7076; }
footer .brand { color: white; }
footer p { margin: 0; font-size: 10px; text-align: center; }
footer > span { justify-self: end; font-size: 10px; }

.call-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: #0b0c0e; color: white; }
.call-dialog::backdrop { background: rgba(0,0,0,.8); }
.call-dialog[open] { animation: dialogIn .35s both; }
.call-screen { position: relative; isolation: isolate; width: 100%; height: 100%; min-height: 640px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.call-screen__ambient { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 40%, #3b3937 0, #17191c 42%, #090a0c 78%); }
.dialog-close { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(20,22,25,.58); color: white; font-size: 24px; cursor: pointer; }
.call-screen > .dialog-close { position: absolute; z-index: 5; top: 25px; right: 25px; }
.call-screen__status { position: absolute; top: 28px; left: 50%; display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 8px; transform: translateX(-50%); text-align: center; }
.call-screen__status > span { width: 8px; height: 8px; border-radius: 50%; background: #f9ae48; box-shadow: 0 0 0 6px rgba(249,174,72,.12); animation: live 1.5s infinite; }
.call-screen__status b { font-size: 12px; }.call-screen__status small { grid-column: 1 / -1; margin-top: 5px; color: #777b81; font-size: 9px; }
.call-screen__portrait { width: 208px; height: 208px; flex: 0 0 auto; border: 5px solid rgba(255,255,255,.08); border-radius: 50%; background: #34373b; box-shadow: 0 0 0 13px rgba(255,255,255,.025), 0 22px 60px rgba(0,0,0,.3); overflow: hidden; animation: portraitPulse 2.5s ease-in-out infinite; }
.call-screen__portrait img { object-position: center 22%; }
.call-screen__portrait .image-placeholder__label { max-width: 120px; text-align: center; line-height: 1.5; }
.call-screen__info { margin-top: 25px; text-align: center; }
.call-screen__info span { color: #8f9297; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.call-screen__info h2 { margin: 7px 0 5px; font-size: 29px; letter-spacing: -.04em; }.call-screen__info p { margin: 0; color: #777a80; font-size: 11px; }
.doctor-speech { width: min(520px, calc(100vw - 44px)); min-height: 78px; margin-top: 21px; padding: 13px 17px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(26,28,31,.68); text-align: center; backdrop-filter: blur(16px); }
.doctor-speech > span { display: inline-flex; align-items: center; gap: 7px; color: #8c8f95; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.doctor-speech > span i { width: 6px; height: 6px; border-radius: 50%; background: #767a80; transition: background .2s ease, box-shadow .2s ease; }
.doctor-speech p { margin: 7px 0 0; color: #deddd9; font-size: 13px; line-height: 1.5; text-wrap: balance; transition: opacity .2s ease; }
.call-screen.is-speaking .doctor-speech > span i { background: var(--green); box-shadow: 0 0 0 5px rgba(80,216,144,.1); }
.sound-wave { height: 20px; display: flex; align-items: center; gap: 4px; margin: 12px 0 18px; opacity: .32; transition: opacity .25s ease; }
.sound-wave i { width: 3px; height: 8px; border-radius: 3px; background: #7c7f84; animation: wave .8s ease-in-out infinite alternate; animation-play-state: paused; }
.call-screen.is-speaking .sound-wave { opacity: 1; }
.call-screen.is-speaking .sound-wave i { animation-play-state: running; }
.sound-wave i:nth-child(2), .sound-wave i:nth-child(6) { height: 15px; animation-delay: .1s; }.sound-wave i:nth-child(3), .sound-wave i:nth-child(5) { height: 23px; animation-delay: .2s; }.sound-wave i:nth-child(4) { height: 28px; animation-delay: .3s; }
.call-controls { display: flex; align-items: center; gap: 18px; }
.call-controls button { width: 64px; display: grid; justify-items: center; gap: 7px; border: 0; background: none; color: #c3c3c2; font-size: 9px; cursor: pointer; }
.call-controls button svg { width: 48px; height: 48px; padding: 14px; border-radius: 50%; background: #292c31; }
.call-controls button.is-off svg { background: #f0eeea; color: #17181a; }
.call-controls .hangup { width: 76px; color: #ff6d66; }
.call-controls .hangup svg { width: 58px; height: 58px; padding: 17px; background: var(--red); color: white; }
.call-screen__privacy { position: absolute; bottom: 22px; display: flex; align-items: center; gap: 7px; color: #666a70; font-size: 9px; }
.call-screen__privacy svg { width: 12px; }

.assistant-panel { position: fixed; z-index: 50; inset: 0; display: flex; justify-content: flex-end; visibility: hidden; }
.assistant-panel.is-open { visibility: visible; }
.assistant-panel__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.62); opacity: 0; transition: opacity .3s ease; }
.assistant-panel.is-open .assistant-panel__backdrop { opacity: 1; }
.assistant-sheet { position: relative; width: min(470px, 100%); height: 100%; display: grid; grid-template-rows: auto auto 1fr auto auto auto; background: #121417; box-shadow: -25px 0 70px rgba(0,0,0,.35); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.assistant-panel.is-open .assistant-sheet { transform: translateX(0); }
.assistant-sheet__header { min-height: 88px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.assistant-sheet__header h2 { margin: 0; font-size: 16px; }
.assistant-sheet__header p { display: flex; align-items: center; gap: 6px; margin: 4px 0 0; color: #8b8e94; font-size: 10px; }
.assistant-sheet__header p span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.assistant-sheet__header .dialog-close { margin-left: auto; }
.assistant-sheet__notice { margin: 14px 16px 0; padding: 10px 12px; display: flex; gap: 8px; align-items: flex-start; border: 1px solid rgba(255,83,77,.2); border-radius: 10px; background: rgba(255,83,77,.06); color: #a8aaad; font-size: 10px; line-height: 1.45; }
.assistant-sheet__notice svg { width: 15px; flex: 0 0 auto; color: var(--red); }
.assistant-messages { padding: 20px 18px; display: flex; flex-direction: column; gap: 13px; overflow-y: auto; }
.assistant-message { display: flex; align-items: flex-end; gap: 8px; animation: messageIn .3s both; }
.message-avatar { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: var(--red); font-size: 8px; font-weight: 800; }
.assistant-message > div { max-width: 80%; }
.assistant-message p { margin: 0; padding: 11px 13px; border-radius: 13px 13px 13px 4px; background: #24272c; color: #d6d5d3; font-size: 12px; line-height: 1.55; }
.assistant-message time { display: block; margin-top: 4px; color: #5f6268; font-size: 8px; }
.assistant-message--user { justify-content: flex-end; }
.assistant-message--user p { border-radius: 13px 13px 4px 13px; background: var(--red); color: white; }
.assistant-message--user time { text-align: right; }
.assistant-message--typing p { display: flex; gap: 4px; padding: 16px; }
.assistant-message--typing i { width: 5px; height: 5px; border-radius: 50%; background: #8c8f95; animation: typing .8s infinite alternate; }
.assistant-message--typing i:nth-child(2) { animation-delay: .15s; }.assistant-message--typing i:nth-child(3) { animation-delay: .3s; }
.assistant-suggestions { padding: 0 18px 11px; display: flex; gap: 7px; overflow-x: auto; }
.assistant-suggestions button { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 20px; background: #191b1f; color: #b0b1b3; font-size: 10px; cursor: pointer; }
.assistant-form { margin: 0 16px; padding: 7px 7px 7px 14px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 13px; background: #1b1d21; }
.assistant-form input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: white; font-size: 12px; }
.assistant-form input::placeholder { color: #65686e; }
.assistant-form button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 9px; background: var(--red); cursor: pointer; }
.assistant-form svg { width: 16px; }
.assistant-sheet__fineprint { margin: 9px 16px 12px; color: #5d6066; font-size: 8px; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body.has-overlay { overflow: hidden; }

.assistant-nudge { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: min(352px, calc(100vw - 32px)); filter: drop-shadow(0 18px 35px rgba(0,0,0,.3)); animation: nudgeIn .5s 1.4s both; }
.assistant-nudge__close { position: absolute; z-index: 2; top: 7px; right: 9px; width: 24px; height: 24px; border: 0; background: none; color: #777a80; font-size: 20px; cursor: pointer; }
.assistant-nudge__body { width: 100%; min-height: 82px; display: grid; grid-template-columns: 46px 1fr 20px; gap: 12px; align-items: center; padding: 13px 34px 13px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(25,27,31,.94); color: white; text-align: left; cursor: pointer; backdrop-filter: blur(20px); }
.assistant-nudge__body strong { display: block; font-size: 12px; }
.assistant-nudge__body small { display: block; margin-top: 4px; color: #8d9095; font-size: 10px; line-height: 1.4; }
.assistant-nudge__body > svg { width: 16px; color: #71747a; }
.ai-orb { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #ef4f49; overflow: hidden; }
.ai-orb::before, .ai-orb::after, .ai-orb i { content: ""; position: absolute; width: 22px; height: 22px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; animation: orb 3s ease-in-out infinite; }
.ai-orb::after { transform: rotate(60deg); animation-delay: -.9s; }
.ai-orb i { transform: rotate(-60deg); animation-delay: -1.8s; }

@keyframes live { 50% { box-shadow: 0 0 0 8px rgba(80,216,144,0); } }
@keyframes breathe { 50% { transform: scale(1.14); opacity: .55; } }
@keyframes cardFloat { 50% { transform: translateY(-7px); } }
@keyframes signal { 50% { opacity: .35; transform: scaleY(.7); transform-origin: bottom; } }
@keyframes orb { 50% { transform: scale(.65) rotate(115deg); border-radius: 42%; } }
@keyframes nudgeIn { from { opacity: 0; transform: translateY(18px) scale(.97); } }
@keyframes typing { to { opacity: .3; transform: translateY(-2px); } }
@keyframes dialogIn { from { opacity: 0; } }
@keyframes portraitPulse { 50% { box-shadow: 0 0 0 19px rgba(255,255,255,0), 0 22px 60px rgba(0,0,0,.3); } }
@keyframes wave { to { transform: scaleY(.45); opacity: .45; } }
@keyframes messageIn { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 56% 44%; }
  .hero__content { padding-left: 5vw; }
  .quick-help { grid-template-columns: 1fr; gap: 25px; }
  .process { grid-template-columns: 1fr; }
  .expert-section { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .emergency-bar { justify-content: flex-start; padding-left: 18px; }
  .emergency-bar__meta { display: none; }
  .site-header { height: 68px; padding: 0 18px; }
  .brand { font-size: 19px; }
  .brand__mark { width: 33px; height: 33px; }
  .header-call > span:last-child { display: none; }
  .header-call__icon { width: 36px; height: 36px; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero__content { padding: 55px 20px 36px; }
  .eyebrow { margin-bottom: 19px; }
  h1 { font-size: clamp(44px, 13vw, 61px); }
  .hero__lead { margin-top: 22px; font-size: 15px; line-height: 1.65; }
  .hero__actions { flex-direction: column; align-items: stretch; margin-top: 26px; }
  .button { width: 100%; }
  .hero__trust { margin-top: 31px; gap: 13px; flex-wrap: wrap; }
  .hero__trust > div:not(.avatars) { padding-right: 13px; }
  .hero__visual { min-height: 475px; }
  .call-preview { left: 14px; right: 14px; bottom: 14px; }
  .video-status { top: 15px; right: 15px; }
  .quick-help { padding: 40px 18px 130px; }
  .symptom-grid { grid-template-columns: 1fr 1fr; }
  .assistant-nudge { right: 16px; bottom: 16px; }
  .process { padding: 75px 20px 90px; gap: 35px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 215px; }
  .process-list li:nth-child(2) { transform: none; }
  .process-list__icon { margin: 40px 0 25px; }
  .expert-section { grid-template-columns: 1fr; }
  .expert-photo { min-height: 500px; }
  .expert-copy { padding: 70px 20px; }
  .ai-showcase { min-height: 780px; grid-template-columns: 1fr; align-items: start; padding: 70px 20px; }
  .ai-showcase__shade { background: linear-gradient(180deg, rgba(10,11,13,.92) 0%, rgba(10,11,13,.72) 60%, rgba(10,11,13,.58) 100%); }
  .ai-conversation { width: 90%; max-width: 390px; align-self: end; justify-self: center; transform: rotate(1deg); }
  .safety-note { grid-template-columns: auto 1fr; padding: 22px 18px; }
  .safety-note button { grid-column: 2; justify-self: start; }
  .faq { grid-template-columns: 1fr; padding: 80px 20px 90px; gap: 28px; }
  footer { grid-template-columns: 1fr; text-align: center; padding: 38px 20px; }
  footer .brand, footer > span { justify-self: center; }
  .call-screen__status { width: calc(100% - 120px); }
  .call-screen__portrait { width: 180px; height: 180px; }
  .doctor-speech { min-height: 72px; margin-top: 17px; padding: 11px 13px; }
  .doctor-speech p { font-size: 12px; }
  .call-controls { gap: 7px; }
  .call-controls button { width: 54px; }
  .call-controls button svg { width: 44px; height: 44px; padding: 13px; }
  .call-controls .hangup { width: 66px; }
  .call-controls .hangup svg { width: 52px; height: 52px; padding: 15px; }
}

@media (max-width: 420px) {
  .symptom-grid { grid-template-columns: 1fr; }
  .symptom { min-height: 105px; }
}

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