:root {
  --teal: #00bec2;
  --teal-dark: #008b92;
  --teal-soft: #dff9f8;
  --teal-pale: #f1fbfb;
  --orange: #ee9106;
  --ink: #10292d;
  --ink-2: #28484c;
  --muted: #65777a;
  --line: #d9e7e7;
  --surface: #ffffff;
  --surface-2: #f7fbfb;
  --room-bg: #eee4da;
  --room-ink: #38221d;
  --room-muted: #82736c;
  --shadow-sm: 0 12px 30px rgba(10, 49, 54, .08);
  --shadow-lg: 0 30px 80px rgba(10, 49, 54, .16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1240px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--teal-dark); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  left: 20px;
  top: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 108px 0; }

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.site-header.is-scrolled { border-color: rgba(0, 95, 103, .09); box-shadow: 0 8px 30px rgba(12, 49, 54, .07); background: rgba(255,255,255,.94); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 44px; height: 44px; flex: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 22px; letter-spacing: -.04em; }
.brand-copy strong span { color: var(--teal-dark); }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { position: relative; color: var(--ink-2); font-weight: 650; font-size: 14px; transition: color .2s ease; }
.main-nav a:not(.nav-cta):not(.lang-switcher-item)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: var(--teal); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--teal-dark); }
.main-nav a:not(.lang-switcher-item):hover::after, .main-nav a:not(.lang-switcher-item):focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: #fff !important; background: var(--ink); box-shadow: 0 8px 18px rgba(16,41,45,.16); }
.nav-cta:hover { background: var(--teal-dark); }
.lang-switcher { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-left: 4px; }
.lang-switcher-item { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 5px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: #fff; font-size: 11px; font-weight: 750; }
.lang-switcher-item span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--ink); background: var(--teal-soft); font-size: 8px; font-weight: 900; }
.lang-switcher-item b { display: none; font-weight: 750; }
.lang-switcher-item.is-active, .lang-switcher-item[aria-current="page"] { color: var(--teal-dark); border-color: var(--teal); background: var(--teal-pale); }
.lang-switcher-item:hover, .lang-switcher-item:focus-visible { color: var(--teal-dark); border-color: var(--teal); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--teal-pale); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

/* Shared typography */
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading h2, .branding-copy h2, .equipment-copy h2, .privacy-copy h2, .option-copy h2, .faq-intro h2, .contact-copy h2, .voice-copy h2 {
  margin: 10px 0 18px;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.section-heading p, .branding-copy > p, .equipment-copy > p, .privacy-copy p, .option-copy > p, .faq-intro > p, .voice-copy > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.section-kicker { display: inline-block; color: var(--teal-dark); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker-light { color: #77eeeb; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 60px; max-width: none; align-items: end; }
.split-heading p { padding-bottom: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: 15px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button svg { width: 20px; height: 20px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: 0 14px 30px rgba(0, 153, 160, .24); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(0, 153, 160, .32); }
.button-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.8); }
.button-secondary:hover { border-color: var(--teal); background: #fff; }
.button-warm { color: var(--room-bg); background: var(--room-ink); box-shadow: 0 14px 30px rgba(56, 34, 29, .18); }
.button-compact { min-height: 46px; padding-inline: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 800; }
.text-link:hover { color: var(--ink); }
.microcopy { color: var(--muted); font-size: 13px; line-height: 1.6; }

/* Hero */
.hero { position: relative; overflow: hidden; padding-top: 84px; background: radial-gradient(circle at 9% 10%, rgba(0,190,194,.12), transparent 32%), linear-gradient(180deg, #f7ffff 0%, #fff 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 480px; height: 480px; right: -180px; top: 30px; background: radial-gradient(circle, rgba(0,190,194,.16), rgba(0,190,194,0) 68%); }
.hero-orb-two { width: 320px; height: 320px; left: -170px; bottom: -120px; background: radial-gradient(circle, rgba(238,145,6,.09), rgba(238,145,6,0) 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 13px; border: 1px solid rgba(0,142,149,.16); border-radius: 999px; color: var(--teal-dark); background: rgba(255,255,255,.7); font-weight: 800; font-size: 12px; letter-spacing: .05em; white-space: nowrap; }
.eyebrow > span:first-child { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(0,190,194,.12); }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(44px, 5.4vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--teal-dark); font-style: normal; }
.hero-lead { max-width: 660px; margin: 26px 0 30px; color: var(--ink-2); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; font-weight: 650; }
.hero-points svg { width: 19px; height: 19px; padding: 3px; border-radius: 50%; color: #fff; background: var(--teal); fill: none; stroke: currentColor; stroke-width: 2.5; }
.hero-visual { position: relative; min-width: 0; padding: 28px 2px 38px; }
.live-badge { position: absolute; z-index: 3; right: 16px; top: 0; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(0,142,149,.14); border-radius: 999px; color: var(--teal-dark); background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); font-size: 12px; font-weight: 800; white-space: nowrap; }
.live-badge > span:first-child, .status-dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: #14b87a; box-shadow: 0 0 0 5px rgba(20,184,122,.12); animation: pulse-dot 1.9s infinite; }
.tv-frame { position: relative; width: 100%; padding: 12px; border: 1px solid #273235; border-radius: 24px; background: linear-gradient(145deg, #1c2527, #080d0e); box-shadow: 0 35px 70px rgba(6,35,39,.28), inset 0 1px 0 rgba(255,255,255,.12); }
.tv-screen { overflow: hidden; width: 100%; aspect-ratio: 16/9; border-radius: 13px; background: #f2f2f2; }
.tv-camera { position: absolute; z-index: 2; left: 50%; top: 4px; width: 5px; height: 5px; border-radius: 50%; background: #596264; transform: translateX(-50%); }
.tv-stand { position: absolute; left: 50%; bottom: -28px; width: 35%; height: 30px; border-radius: 0 0 18px 18px; background: linear-gradient(180deg, #12191a, #3e494b); transform: translateX(-50%); }
.tv-stand::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 150%; height: 8px; border-radius: 50%; background: rgba(10,30,32,.28); filter: blur(3px); transform: translateX(-50%); }
.queue-board { display: grid; grid-template-rows: auto repeat(3, 1fr) auto; height: 100%; color: #121212; background: #f2f2f2; }
.queue-board-head, .queue-board-row { display: grid; grid-template-columns: 14% 37% 19% 30%; align-items: stretch; }
.queue-board-head { color: #fff; background: var(--teal); font-weight: 800; font-size: clamp(7px, .73vw, 12px); text-align: center; }
.queue-board-head > div { display: flex; align-items: center; justify-content: center; padding: .62em .35em; border-right: 1px solid rgba(255,255,255,.24); }
.queue-board-head > div:last-child { background: #575858; border-right: 0; }
.queue-board-row { min-height: 0; border-bottom: 1px solid #d5d5d5; background: #f6f6f6; }
.queue-board-row:nth-child(odd) { background: #eceeee; }
.queue-board-row > div { min-width: 0; border-right: 1px solid #d9d9d9; }
.queue-board-row > div:last-child { border-right: 0; }
.room-number { display: flex; align-items: center; justify-content: center; color: var(--teal-dark); font-size: clamp(18px, 2.5vw, 39px); font-weight: 900; }
.doctor-cell { display: flex; align-items: center; gap: clamp(5px, .8vw, 11px); padding: clamp(4px, .55vw, 8px); }
.doctor-cell img, .avatar-initials { width: clamp(25px, 3.1vw, 50px); height: clamp(29px, 3.5vw, 55px); flex: none; border-radius: 9px; object-fit: cover; }
.avatar-initials { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--teal), var(--teal-dark)); font-size: clamp(8px, 1vw, 14px); font-weight: 900; }
.doctor-cell > span { min-width: 0; }
.doctor-cell strong { display: block; overflow: hidden; font-size: clamp(8px, 1.15vw, 16px); line-height: 1.18; text-overflow: ellipsis; white-space: nowrap; }
.doctor-cell small { display: block; overflow: hidden; margin-top: 3px; color: #5d6667; font-size: clamp(5px, .75vw, 10px); line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.current-number { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.current-number strong { color: var(--orange); font-size: clamp(17px, 2.4vw, 36px); line-height: 1; }
.current-number small, .waiting-numbers small { margin-top: 3px; color: #858585; font-size: clamp(5px, .68vw, 9px); }
.waiting-numbers { display: flex; align-items: center; justify-content: space-around; gap: 4px; padding: 4px; }
.waiting-numbers span { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.waiting-numbers b { color: #27383a; font-size: clamp(10px, 1.4vw, 20px); line-height: 1; }
.queue-board-footer { display: flex; align-items: center; justify-content: space-between; padding: .42em .8em; color: #fff; background: var(--teal); font-size: clamp(7px, .84vw, 12px); font-weight: 800; }
.queue-board-footer > span:last-child { display: flex; align-items: baseline; gap: 8px; }
.queue-board-footer strong { font-size: 1.25em; }
.queue-board-footer small { opacity: .85; }
.queue-board-row.is-calling { position: relative; animation: call-row 2.6s ease-in-out infinite; }
.queue-board-row.is-calling::after { content: ""; position: absolute; inset: 0; border: 2px solid var(--orange); pointer-events: none; }
.call-toast { position: absolute; z-index: 4; left: -18px; bottom: 2px; display: flex; align-items: center; gap: 11px; max-width: 360px; padding: 12px 16px; border: 1px solid rgba(238,145,6,.22); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(15,40,43,.2); animation: toast-float 4.8s ease-in-out infinite; }
.call-toast-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: none; border-radius: 12px; color: #fff; background: var(--orange); }
.call-toast-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.call-toast small, .call-toast strong { display: block; line-height: 1.25; }
.call-toast small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.call-toast strong { margin-top: 3px; font-size: 13px; }
.hero-metrics { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); }
.hero-metrics > div { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--line); }
.hero-metrics > div:last-child { border-right: 0; }
.hero-metrics strong { color: var(--teal-dark); font-size: 29px; letter-spacing: -.04em; white-space: nowrap; }
.hero-metrics span { color: var(--muted); font-size: 13px; line-height: 1.35; }

/* Problem */
.problem-section { background: var(--surface); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.problem-card { position: relative; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(10,49,54,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-card::before { content: ""; position: absolute; right: -60px; top: -60px; width: 150px; height: 150px; border-radius: 50%; background: var(--teal-soft); transition: transform .3s ease; }
.problem-card:hover { transform: translateY(-6px); border-color: rgba(0,190,194,.32); box-shadow: var(--shadow-sm); }
.problem-card:hover::before { transform: scale(1.3); }
.problem-icon { position: relative; display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 26px; border-radius: 16px; color: var(--teal-dark); background: var(--teal-soft); }
.problem-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.problem-card h3 { position: relative; margin: 0 0 12px; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.problem-card p { position: relative; margin: 0; color: var(--muted); }

/* Screens */
.screens-section { background: linear-gradient(180deg, #f5fbfb, #fff); }
.screen-tabs { display: inline-flex; gap: 6px; margin-bottom: 36px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); }
.screen-tab { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 18px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.screen-tab svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.screen-tab.is-active { color: #fff; background: var(--ink); box-shadow: 0 8px 20px rgba(16,41,45,.16); }
.screen-panel[hidden] { display: none; }
.screen-showcase-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(560px, 1.28fr); gap: 50px; align-items: center; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.screen-copy h3 { margin: 12px 0 22px; font-size: clamp(30px, 3vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.feature-label { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--teal-dark); background: var(--teal-soft); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.feature-label-warm { color: var(--room-ink); background: #ead7c6; }
.feature-label-muted { color: #d8dee0; background: rgba(255,255,255,.08); }
.check-list { display: grid; gap: 12px; margin: 0 0 26px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink-2); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 5px; width: 17px; height: 17px; border-radius: 50%; background: var(--teal-soft); }
.check-list li::after { content: ""; position: absolute; left: 5px; top: 9px; width: 6px; height: 3px; border-left: 2px solid var(--teal-dark); border-bottom: 2px solid var(--teal-dark); transform: rotate(-45deg); }
.check-list-warm li::before { background: #ead7c6; }
.check-list-warm li::after { border-color: var(--room-ink); }
.showcase-tv { max-width: 760px; margin: 0 auto; }
.showcase-tv .tv-screen { aspect-ratio: 16/9; }
.showcase-tv .queue-board-head { font-size: clamp(7px, .9vw, 12px); }
.showcase-tv .doctor-cell strong { font-size: clamp(8px, 1.28vw, 16px); }
.showcase-tv.is-ringing .queue-board-row[data-call-row] { animation: ring-row .8s ease-in-out 4; }
.room-grid { background: linear-gradient(135deg, #fff, #f5efea); }
.room-display-wrap { padding: 18px; border-radius: 28px; background: linear-gradient(145deg, #1b1a19, #4b413d); box-shadow: 0 30px 60px rgba(56,34,29,.22); }
.room-display { position: relative; overflow: hidden; aspect-ratio: 16/10; border-radius: 16px; color: var(--room-ink); background: var(--room-bg); font-family: Montserrat, "Segoe UI", Arial, sans-serif; }
.room-display-top { height: 16%; padding: 16px 24px 4px; }
.room-display-top img { width: auto; height: 100%; }
.room-display-main { display: grid; grid-template-columns: 34% 66%; height: 64%; padding: 12px 30px 20px; gap: 28px; align-items: center; }
.room-doctor-photo { width: 100%; height: 100%; border: 5px solid #aa9989; border-radius: 22px; object-fit: cover; }
.room-doctor-copy { min-width: 0; }
.room-doctor-lastname { display: block; font-size: clamp(20px, 3vw, 44px); font-weight: 950; line-height: 1; letter-spacing: -.04em; }
.room-doctor-copy > strong { display: block; margin-top: 7px; font-size: clamp(12px, 1.55vw, 22px); }
.room-doctor-copy > small { display: block; margin: 5px 0 12px; color: var(--room-muted); font-size: clamp(8px, 1vw, 14px); font-weight: 700; }
.room-queue-card { overflow: hidden; border: 1px solid rgba(56,34,29,.22); border-radius: 12px; background: rgba(255,255,255,.45); }
.room-queue-card > div { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; min-height: 34px; padding: 4px 10px; border-bottom: 1px solid rgba(56,34,29,.14); font-size: clamp(7px, .85vw, 12px); }
.room-queue-card > div:last-child { border-bottom: 0; }
.room-queue-card strong { font-size: 1.25em; }
.room-queue-card time { color: var(--room-muted); }
.room-queue-card .room-queue-active { color: var(--room-bg); background: var(--room-ink); }
.room-display-footer { display: flex; align-items: center; justify-content: center; gap: 22px; height: 20%; color: var(--room-bg); background: var(--room-ink); text-transform: uppercase; }
.room-display-footer span { font-size: clamp(12px, 1.8vw, 28px); font-weight: 800; letter-spacing: .12em; }
.room-display-footer strong { font-size: clamp(44px, 7.4vw, 108px); line-height: .85; }
.room-call-overlay { position: absolute; z-index: 4; inset: 16% 0 20%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--room-ink); background: var(--room-bg); opacity: 0; visibility: hidden; transform: scale(.96); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.room-call-overlay.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.room-call-overlay span { font-size: clamp(18px, 3vw, 44px); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.room-call-overlay strong { font-size: clamp(90px, 17vw, 240px); line-height: .9; letter-spacing: -.06em; }
.room-call-overlay small { margin-top: 10px; color: var(--room-muted); font-size: clamp(10px, 1.25vw, 18px); font-weight: 700; }
.demo-link-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.demo-link-card > div { position: relative; padding-left: 24px; }
.demo-link-card .status-dot { position: absolute; left: 0; top: 8px; }
.demo-link-card strong { display: block; font-size: 17px; }
.demo-link-card p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }

/* Flow */
.flow-section { background: #fff; }
.flow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.flow-step { position: relative; padding: 30px 28px 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }
.flow-step:first-child { border-radius: 24px 0 0 24px; }
.flow-step:last-child { border-right: 1px solid var(--line); border-radius: 0 24px 24px 0; }
.flow-step:not(:last-child)::after { content: ""; position: absolute; z-index: 2; right: -9px; top: 50%; width: 16px; height: 16px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: #fff; transform: translateY(-50%) rotate(45deg); }
.flow-number { position: absolute; right: 18px; top: 14px; color: #e6f1f1; font-size: 45px; font-weight: 950; line-height: 1; letter-spacing: -.06em; }
.flow-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 17px; color: var(--teal-dark); background: var(--teal-soft); }
.flow-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.flow-step h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.2; }
.flow-step p { margin: 0; color: var(--muted); font-size: 14px; }

/* Voice */
.voice-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(0,190,194,.27), transparent 30%), linear-gradient(135deg, #0e282c, #081719); }
.voice-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: 80px; align-items: center; }
.voice-copy > p { color: #b9cbce; }
.language-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.language-button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #d8e3e4; background: rgba(255,255,255,.04); font-size: 13px; font-weight: 750; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.language-button span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--ink); background: #fff; font-size: 9px; font-weight: 900; }
.language-button:hover, .language-button.is-active { color: #fff; border-color: var(--teal); background: rgba(0,190,194,.17); }
.voice-note { margin-top: 20px !important; color: #8fa8ab !important; font-size: 13px !important; }
.voice-card { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.07); box-shadow: 0 35px 80px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.voice-card-top, .voice-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.voice-status { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; }
.voice-status i { width: 9px; height: 9px; border-radius: 50%; background: #4ae2a2; box-shadow: 0 0 0 6px rgba(74,226,162,.12); }
.voice-provider { color: #9cb1b4; font-size: 12px; }
.voice-wave { display: flex; align-items: center; justify-content: center; gap: 7px; height: 100px; margin: 22px 0 8px; }
.voice-wave span { width: 5px; height: 30%; border-radius: 6px; background: linear-gradient(180deg, #77eeeb, var(--teal)); animation: wave 1.15s ease-in-out infinite alternate; }
.voice-wave span:nth-child(2n) { height: 55%; animation-delay: -.35s; }
.voice-wave span:nth-child(3n) { height: 82%; animation-delay: -.65s; }
.voice-wave span:nth-child(4n) { height: 42%; animation-delay: -.15s; }
.voice-card blockquote { min-height: 110px; margin: 0; padding: 18px 0 26px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: clamp(24px, 3.2vw, 42px); font-weight: 800; line-height: 1.2; letter-spacing: -.035em; }
.voice-meta { padding-top: 18px; color: #9cb1b4; font-size: 13px; }
.voice-meta span:last-child { padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--orange); font-weight: 900; }

/* Branding */
.branding-section { background: #fbf8f6; }
.branding-grid { display: grid; grid-template-columns: minmax(460px, 1.05fr) minmax(0, .95fr); gap: 72px; align-items: center; }
.branding-preview { overflow: hidden; padding: 20px; border: 1px solid #eadfd9; border-radius: 30px; background: #fff; box-shadow: var(--shadow-lg); }
.branding-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 5px 4px 16px; color: var(--muted); font-size: 13px; font-weight: 800; }
.palette-switcher { display: flex; gap: 8px; }
.palette-dot { width: 28px; height: 28px; padding: 0; border: 3px solid #fff; border-radius: 50%; outline: 1px solid transparent; box-shadow: 0 0 0 1px #d5dede; cursor: pointer; }
.palette-dot.is-active { outline-color: var(--ink); }
.palette-teal { background: #00bec2; }
.palette-pink { background: #cf5a86; }
.palette-navy { background: #2c4a70; }
.brand-mini-board { overflow: hidden; border-radius: 18px; transition: color .25s ease, background .25s ease; }
.brand-mini-head, .brand-mini-footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; color: #fff; background: var(--brand-main, #00bec2); }
.brand-mini-head { font-weight: 850; }
.brand-mini-logo { padding: 6px 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 8px; font-size: 11px; letter-spacing: .08em; }
.brand-mini-content { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--brand-soft, #e6f8f8); }
.brand-mini-content > div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 160px; border-right: 1px solid rgba(0,0,0,.08); }
.brand-mini-content > div:last-child { border-right: 0; }
.brand-mini-content small { color: var(--brand-muted, #587174); font-weight: 750; }
.brand-mini-content strong { margin-top: 8px; color: var(--brand-ink, #10292d); font-size: clamp(28px, 4vw, 58px); line-height: 1; }
.brand-mini-content > div:nth-child(2) strong { color: var(--brand-accent, #ee9106); }
.brand-mini-footer { justify-content: center; padding-block: 12px; font-size: 12px; font-weight: 750; opacity: .95; }
.brand-mini-board.theme-pink { --brand-main: #cf5a86; --brand-soft: #fff0f5; --brand-ink: #4b2030; --brand-muted: #815568; --brand-accent: #a92f5e; }
.brand-mini-board.theme-navy { --brand-main: #2c4a70; --brand-soft: #eaf1f8; --brand-ink: #12263f; --brand-muted: #57708e; --brand-accent: #d77523; }
.feature-lines { display: grid; gap: 0; margin: 32px 0 0; padding: 0; list-style: none; }
.feature-lines li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid #e6dad4; }
.feature-lines li > span { color: var(--teal-dark); font-size: 13px; font-weight: 900; }
.feature-lines strong, .feature-lines small { display: block; }
.feature-lines strong { font-size: 17px; }
.feature-lines small { margin-top: 3px; color: var(--muted); font-size: 13px; }

/* Integration */
.integration-section { background: var(--surface-2); }
.integration-map { display: grid; grid-template-columns: 1.15fr .7fr 1.15fr .7fr .8fr; gap: 18px; align-items: center; padding: 38px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.integration-node { display: flex; align-items: center; gap: 15px; min-height: 116px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.integration-node.node-cloud { border-color: rgba(0,190,194,.28); background: var(--teal-pale); }
.node-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 15px; color: var(--teal-dark); background: var(--teal-soft); }
.node-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.integration-node small, .integration-node strong, .integration-node span { display: block; }
.integration-node small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.integration-node strong { margin: 3px 0; font-size: 20px; }
.integration-node div > span { color: var(--muted); font-size: 11px; }
.integration-path { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 90px; text-align: center; }
.integration-path::before { content: ""; position: absolute; z-index: 0; left: 0; right: 0; top: 22px; height: 2px; background: repeating-linear-gradient(90deg, var(--teal) 0 8px, transparent 8px 14px); }
.integration-path i { position: absolute; top: 18px; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); animation: travel 2.4s linear infinite; }
.integration-path i:nth-child(1) { left: 5%; }
.integration-path i:nth-child(2) { left: 35%; animation-delay: -.8s; }
.integration-path i:nth-child(3) { left: 65%; animation-delay: -1.6s; }
.integration-path strong, .integration-path small { position: relative; z-index: 1; display: block; margin-top: 32px; padding: 0 4px; background: #fff; }
.integration-path strong { font-size: 11px; }
.integration-path small { margin-top: 0; color: var(--muted); font-size: 9px; }
.integration-devices { display: flex; justify-content: center; gap: 14px; }
.mini-device { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.mini-device > span { position: relative; display: block; width: 72px; aspect-ratio: 16/10; border: 4px solid #263235; border-radius: 7px; background: linear-gradient(135deg, var(--teal), #e2fbfa); }
.mini-device > span::after { content: ""; position: absolute; left: 50%; bottom: -10px; width: 24px; height: 7px; border-radius: 0 0 5px 5px; background: #263235; transform: translateX(-50%); }
.mini-device.portrait > span { width: 48px; aspect-ratio: 4/5; background: linear-gradient(135deg, var(--room-bg), #bca899); }
.mini-device small { margin-top: 6px; color: var(--muted); font-size: 10px; }
.tech-details { margin-top: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.tech-details summary { padding: 18px 22px; font-weight: 800; cursor: pointer; }
.tech-details div { padding: 0 22px 20px; color: var(--muted); }
.tech-details p { margin: 0; }

/* Equipment */
.equipment-section { background: #fff; }
.equipment-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.equipment-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.equipment-chips span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: var(--surface-2); font-size: 13px; font-weight: 750; }
.launch-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-lg); }
.launch-card-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; color: #728285; border-bottom: 1px solid var(--line); background: #f8fbfb; }
.launch-logo { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 850; }
.launch-logo img { width: 34px; height: 34px; }
.launch-card-body { padding: 44px; }
.launch-card-body > small { color: var(--teal-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.launch-card-body h3 { margin: 8px 0 26px; font-size: 32px; letter-spacing: -.04em; }
.launch-card-body label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 13px; font-weight: 750; }
.launch-input { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.launch-input > span { display: flex; align-items: center; min-height: 54px; padding: 0 17px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; font-size: 20px; font-weight: 800; }
.launch-input button { min-width: 110px; border: 0; border-radius: 14px; color: #fff; background: var(--teal-dark); font-weight: 850; cursor: pointer; }
.launch-card-body > p { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.launch-card-body > p span { width: 8px; height: 8px; border-radius: 50%; background: #14b87a; box-shadow: 0 0 0 5px rgba(20,184,122,.12); }

/* Privacy */
.privacy-section { padding-top: 40px; background: #fff; }
.privacy-card { display: grid; grid-template-columns: 180px 1fr 110px; gap: 46px; align-items: center; padding: 48px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, var(--teal-dark), #075f67); box-shadow: var(--shadow-lg); }
.privacy-number { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.3); border-radius: 28px; background: rgba(255,255,255,.1); }
.privacy-number small { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.privacy-number strong { font-size: 64px; line-height: 1; letter-spacing: -.06em; }
.privacy-copy .section-kicker { color: #baf8f6; }
.privacy-copy h2 { margin-bottom: 12px; font-size: clamp(30px, 4vw, 50px); }
.privacy-copy p { color: #d2efef; }
.privacy-shield { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 28px; color: #fff; background: rgba(255,255,255,.1); }
.privacy-shield svg { width: 50px; height: 50px; fill: none; stroke: currentColor; stroke-width: 1.5; }

/* Minute silence */
.option-section { color: #fff; background: #151d20; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.option-visual { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: #080d0e; box-shadow: 0 30px 70px rgba(0,0,0,.26); }
.silence-screen { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 16/9; padding: 30px; border-radius: 16px; text-align: center; background: radial-gradient(circle at 50% 44%, #2e3b3e, #101719 65%); }
.silence-screen span { font-size: clamp(18px, 3vw, 40px); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.silence-screen strong { margin: 10px 0; font-size: clamp(70px, 13vw, 160px); line-height: .9; font-variant-numeric: tabular-nums; letter-spacing: -.08em; }
.silence-screen small { max-width: 420px; color: #8fa0a4; }
.option-copy > p { color: #aebdc0; }
.option-copy .microcopy { color: #72868a; }

/* FAQ */
.faq-section { background: var(--surface-2); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-h) + 28px); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-list details[open] { border-color: rgba(0,190,194,.35); box-shadow: 0 10px 26px rgba(0,142,149,.07); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 22px; list-style: none; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span:first-child { flex: 1; }
.faq-list summary > span:last-child { position: relative; width: 22px; height: 22px; flex: none; border-radius: 50%; background: var(--teal-soft); }
.faq-list summary > span:last-child::before, .faq-list summary > span:last-child::after { content: ""; position: absolute; left: 6px; right: 6px; top: 10px; height: 2px; background: var(--teal-dark); }
.faq-list summary > span:last-child::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary > span:last-child::after { transform: rotate(0); }
.faq-list p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.faq-intro .text-link { margin-top: 24px; }

/* Contact */
.contact-section { padding: 108px 0; color: #fff; background: radial-gradient(circle at 10% 25%, rgba(0,190,194,.22), transparent 30%), linear-gradient(135deg, #0c2529, #071517); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-copy > p { color: #b6c8cb; }
.contact-copy ul { display: grid; gap: 12px; margin: 30px 0 26px; padding: 0; list-style: none; }
.contact-copy li { display: flex; align-items: center; gap: 10px; color: #d7e3e4; }
.contact-copy li svg { width: 20px; height: 20px; padding: 3px; border-radius: 50%; color: #fff; background: var(--teal); fill: none; stroke: currentColor; stroke-width: 2.5; }
.contact-demo-link { display: inline-flex; gap: 8px; color: #77eeeb; font-weight: 800; }
.lead-form { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; color: var(--ink); background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.form-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.form-head span { font-size: 24px; font-weight: 900; letter-spacing: -.03em; }
.form-head small { color: var(--muted); }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; margin-bottom: 7px; color: var(--ink-2); font-size: 13px; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fbfdfd; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-field input, .form-field select { height: 50px; padding: 0 14px; }
.form-field textarea { min-height: 110px; padding: 12px 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(0,190,194,.1); }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #d23b4d; box-shadow: 0 0 0 4px rgba(210,59,77,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: #b51f34; font-size: 11px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-container { margin-bottom: 12px; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 12px; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--teal-dark); }
.form-submit { width: 100%; margin-top: 12px; }
.form-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 12px; font-size: 13px; }
.form-status.is-visible { display: block; }
.form-status.is-success { color: #0b714c; background: #e7f8f1; }
.form-status.is-error { color: #9e2032; background: #fdecef; }
.form-fields[hidden], .form-result[hidden], .form-result-retry[hidden] { display: none !important; }
.form-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 320px;
  padding: 18px 8px;
  text-align: center;
}
.form-result:focus { outline: none; }
.form-result-visual {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 6px;
}
.form-result-spinner,
.form-result-icon { grid-area: 1 / 1; }
.form-result-spinner {
  width: 56px;
  height: 56px;
  border: 4px solid var(--teal-soft);
  border-top-color: var(--teal);
  border-radius: 50%;
  animation: form-spin .7s linear infinite;
}
.form-result-icon {
  display: none;
  width: 64px;
  height: 64px;
  padding: 16px;
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lead-form.is-success .form-result-spinner,
.lead-form.is-error .form-result-spinner { display: none; }
.lead-form.is-success .form-result-icon-success,
.lead-form.is-error .form-result-icon-error { display: block; }
.lead-form.is-success .form-result-icon-success { color: #0b714c; background: #e7f8f1; }
.lead-form.is-error .form-result-icon-error { color: #9e2032; background: #fdecef; }
.form-result-title { margin: 0; font-size: 24px; font-weight: 900; letter-spacing: -.03em; }
.form-result-text { margin: 0; max-width: 34ch; color: var(--muted); font-size: 15px; }
.form-result-retry { min-width: 220px; margin-top: 10px; }
@keyframes form-spin { to { transform: rotate(360deg); } }

/* Footer */
.site-footer { padding: 64px 0 24px; color: #b5c6c8; background: #061214; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 50px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: #829699; }
.footer-brand p { max-width: 360px; margin: 18px 0 0; font-size: 13px; }
.footer-nav { display: flex; flex-direction: column; gap: 9px; }
.footer-nav strong, .footer-note strong { margin-bottom: 5px; color: #fff; }
.footer-nav a { color: #91a4a7; font-size: 13px; }
.footer-nav a:hover { color: #77eeeb; }
.footer-note p { margin: 9px 0 18px; color: #91a4a7; font-size: 13px; }
.footer-note span { color: #62777a; font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #61777a; font-size: 12px; }

/* 404 */
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 40px; background: var(--teal-pale); }
.error-card { width: min(100%, 620px); padding: 50px; border: 1px solid var(--line); border-radius: 30px; text-align: center; background: #fff; box-shadow: var(--shadow-lg); }
.error-card img { width: 64px; margin: 0 auto 18px; }
.error-card strong { display: block; color: var(--teal-dark); font-size: 80px; line-height: 1; }
.error-card h1 { margin: 8px 0 12px; font-size: 34px; }
.error-card p { margin: 0 0 24px; color: var(--muted); }

/* Motion */
@keyframes pulse-dot { 0%, 100% { box-shadow: 0 0 0 4px rgba(20,184,122,.11); } 50% { box-shadow: 0 0 0 9px rgba(20,184,122,0); } }
@keyframes call-row { 0%, 58%, 100% { background: #f6f6f6; } 18%, 42% { background: #fff3df; } }
@keyframes toast-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes ring-row { 0%, 100% { background: #f6f6f6; } 50% { background: #ffe4b8; } }
@keyframes wave { from { transform: scaleY(.55); opacity: .65; } to { transform: scaleY(1.15); opacity: 1; } }
@keyframes travel { from { transform: translateX(0); opacity: 0; } 15% { opacity: 1; } to { transform: translateX(80px); opacity: 0; } }

@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 1; transform: translateY(18px); transition: transform .7s ease; }
  .js .reveal.is-visible { transform: translateY(0); }
  .js .reveal-delay-1 { transition-delay: .1s; }
  .js .reveal-delay-2 { transition-delay: .2s; }
  .js .reveal-delay-3 { transition-delay: .3s; }
}

/* Responsive */
@media (max-width: 1120px) {
  :root { --container: 1040px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(100%, 860px); margin: 0 auto; }
  .hero-metrics { margin-top: 58px; }
  .screen-showcase-grid { grid-template-columns: 1fr; }
  .screen-copy { max-width: 720px; }
  .showcase-tv { width: 100%; }
  .voice-grid, .branding-grid, .equipment-grid, .contact-grid { gap: 56px; }
  .integration-map { grid-template-columns: 1fr .55fr 1fr; }
  .integration-map .integration-path:nth-of-type(4) { display: none; }
  .integration-devices { grid-column: 3; margin-top: 8px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --header-h: 68px; }
  .section-pad { padding: 82px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; z-index: 1001; top: var(--header-h); right: 20px; left: 20px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 12px 13px; border-radius: 12px; }
  .main-nav a:not(.nav-cta):not(.lang-switcher-item)::after { display: none; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .lang-switcher { margin: 10px 0 0; padding-top: 10px; border-top: 1px solid var(--line); }
  .lang-switcher-item { min-height: 40px; padding: 0 12px 0 7px; }
  .lang-switcher-item b { display: inline; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 62px; }
  .hero-metrics { grid-template-columns: 1fr 1fr; }
  .hero-metrics > div:nth-child(2) { border-right: 0; }
  .hero-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problem-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .screen-showcase-grid { padding: 30px; gap: 36px; }
  .flow-steps { grid-template-columns: 1fr 1fr; gap: 14px; }
  .flow-step, .flow-step:first-child, .flow-step:last-child { border: 1px solid var(--line); border-radius: 20px; }
  .flow-step:not(:last-child)::after { display: none; }
  .voice-grid, .branding-grid, .equipment-grid, .option-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .voice-grid, .branding-grid, .equipment-grid, .option-grid, .faq-grid, .contact-grid { gap: 42px; }
  .faq-intro { position: static; }
  .integration-map { grid-template-columns: 1fr; gap: 14px; }
  .integration-path { min-height: 80px; transform: rotate(90deg); }
  .integration-path strong, .integration-path small { transform: rotate(-90deg); }
  .integration-devices { grid-column: auto; }
  .privacy-card { grid-template-columns: 130px 1fr; gap: 30px; }
  .privacy-shield { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 68px 0; }
  .brand-copy small { display: none; }
  .hero { padding-top: 44px; }
  .hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { padding-top: 36px; }
  .live-badge { right: 0; }
  .call-toast { left: 5px; right: 5px; bottom: -6px; max-width: none; }
  .call-toast strong { font-size: 11px; }
  .tv-frame { padding: 7px; border-radius: 15px; }
  .tv-screen { border-radius: 8px; }
  .tv-stand { bottom: -20px; height: 22px; }
  .row-optional { display: none; }
  .queue-board-hero { grid-template-rows: auto repeat(2, 1fr) auto; }
  .queue-board-head, .queue-board-row { grid-template-columns: 16% 39% 20% 25%; }
  .doctor-cell { gap: 3px; padding: 2px; }
  .doctor-cell img, .avatar-initials { width: 22px; height: 25px; border-radius: 5px; }
  .waiting-numbers span:nth-child(n+2) { display: none; }
  .queue-board-footer small { display: none; }
  .hero-metrics { border-radius: 20px; }
  .hero-metrics > div { flex-direction: column; align-items: flex-start; gap: 3px; padding: 16px; }
  .hero-metrics strong { font-size: 24px; }
  .hero-metrics span { font-size: 11px; }
  .section-heading h2, .branding-copy h2, .equipment-copy h2, .privacy-copy h2, .option-copy h2, .faq-intro h2, .contact-copy h2, .voice-copy h2 { font-size: 36px; }
  .section-heading p, .branding-copy > p, .equipment-copy > p, .privacy-copy p, .option-copy > p, .faq-intro > p, .voice-copy > p, .contact-copy > p { font-size: 16px; }
  .problem-card { padding: 26px; }
  .screen-tabs { display: grid; width: 100%; border-radius: 20px; }
  .screen-tab { justify-content: center; }
  .screen-showcase-grid { padding: 20px; border-radius: 24px; }
  .screen-copy h3 { font-size: 32px; }
  .showcase-tv .queue-board-row:nth-of-type(4) { display: none; }
  .showcase-tv .queue-board { grid-template-rows: auto repeat(2, 1fr) auto; }
  .room-display-wrap { padding: 9px; border-radius: 18px; }
  .room-display { border-radius: 10px; }
  .room-display-main { grid-template-columns: 32% 68%; gap: 10px; padding: 6px 12px 10px; }
  .room-display-top { padding: 8px 12px 2px; }
  .room-doctor-photo { border-width: 3px; border-radius: 10px; }
  .room-queue-card > div { min-height: 24px; padding: 2px 5px; gap: 4px; }
  .room-display-footer { gap: 10px; }
  .demo-link-card { align-items: flex-start; flex-direction: column; }
  .flow-steps { grid-template-columns: 1fr; }
  .voice-card { padding: 24px; }
  .voice-card-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .voice-card blockquote { min-height: auto; font-size: 27px; }
  .branding-grid { grid-template-columns: minmax(0, 1fr); }
  .branding-preview { padding: 12px; }
  .brand-mini-head { padding: 12px; font-size: 11px; }
  .brand-mini-content > div { min-height: 110px; }
  .brand-mini-content small { font-size: 9px; }
  .integration-map { padding: 20px; }
  .launch-card-body { padding: 28px 22px; }
  .privacy-card { grid-template-columns: 1fr; padding: 28px; }
  .privacy-number { width: 130px; }
  .silence-screen strong { font-size: 90px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 24px 20px; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-note { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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