:root {
  --bg: #03100c;
  --bg-soft: #061a14;
  --surface: rgba(10, 33, 25, 0.74);
  --surface-strong: #0b241b;
  --line: rgba(139, 255, 213, 0.12);
  --line-strong: rgba(139, 255, 213, 0.22);
  --text: #f3fbf7;
  --muted: #9bb5aa;
  --mint: #00c98b;
  --mint-bright: #00e6a0;
  --mint-soft: #75f0c2;
  --deep-mint: #00684d;
  --danger: #ff756d;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 26px 90px rgba(0, 0, 0, .38);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(0, 171, 117, .10), transparent 27%),
    radial-gradient(circle at 88% 10%, rgba(0, 201, 139, .08), transparent 26%),
    linear-gradient(180deg, #020907 0%, var(--bg) 24%, #04140f 64%, #020a07 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 65%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 118px 0; }

.ambient { position: fixed; width: 480px; height: 480px; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: -2; opacity: .11; }
.ambient-one { background: var(--mint); left: -260px; top: 18vh; }
.ambient-two { background: #00adff; right: -320px; top: 64vh; opacity: .055; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(2, 9, 7, .72); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s ease, background .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(2, 9, 7, .9); }
.nav-shell { width: min(calc(100% - 40px), var(--max)); height: 78px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 170px; display: inline-flex; align-items: center; }
.brand-mark-wrap { width: 170px; height: 42px; display: block; overflow: hidden; position: relative; }
.brand-logo { position: absolute; width: 175px; height: auto; left: 0; top: 50%; transform: translateY(-50%); filter: drop-shadow(0 0 16px rgba(0, 230, 160, .23)); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: 36px; }
.desktop-nav a, .text-link { color: #b8cbc3; font-size: 14px; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.btn { min-height: 52px; padding: 0 21px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; font-size: 14px; letter-spacing: -.01em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--mint-bright), #00b87e); color: #002a1d; box-shadow: 0 10px 34px rgba(0, 230, 160, .18); }
.btn-primary:hover { box-shadow: 0 14px 42px rgba(0, 230, 160, .28); }
.btn-ghost { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: #d6e7e0; }
.btn-ghost:hover { border-color: rgba(117, 240, 194, .4); background: rgba(117,240,194,.06); }
.btn-small { min-height: 42px; padding: 0 17px; border-radius: 11px; }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line); background: rgba(255,255,255,.03); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 16px; height: 1.5px; background: white; transition: transform .2s ease; }
.mobile-menu { display: none; }

.hero { min-height: 800px; padding-top: 104px; padding-bottom: 86px; display: grid; grid-template-columns: .9fr 1.16fr; align-items: center; gap: 52px; position: relative; }
.hero::after { content: ""; position: absolute; width: 640px; height: 640px; right: -130px; top: 40px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 215, 148, .12), transparent 66%); filter: blur(4px); z-index: -1; }
.eyebrow { color: var(--mint-soft); font-size: 11px; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; display: inline-flex; align-items: center; gap: 9px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 0 5px rgba(0,230,160,.08), 0 0 22px rgba(0,230,160,.55); }
.hero h1, .section-head h2, .workflow-copy h2, .security-copy h2, .cta-card h2 { margin: 18px 0 20px; letter-spacing: -.055em; line-height: .98; font-weight: 640; }
.hero h1 { font-size: clamp(54px, 6.1vw, 84px); max-width: 680px; }
.hero h1 span, .section-head h2 span, .workflow-copy h2 span, .security-copy h2 span, .cta-card h2 span { color: var(--mint-soft); }
.hero-lede { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 610px; margin: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 22px; color: #829e93; font-size: 12px; margin-top: 24px; }
.micro-proof i { color: var(--mint-bright); font-style: normal; margin-right: 5px; }

.hero-visual { position: relative; min-width: 0; }
.phone-shell { border: 1px solid rgba(118,255,205,.17); border-radius: 26px; background: linear-gradient(160deg, rgba(16,52,40,.96), rgba(5,20,15,.97) 52%, rgba(4,13,10,.99)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.04), 0 0 90px rgba(0,201,139,.08); overflow: hidden; transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); transform-origin: center; }
.phone-topbar { height: 66px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 18px; }
.mini-brand { display: flex; align-items: center; gap: 10px; }
.mini-icon { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(135deg, var(--mint-bright), #00a36f); color: #003323; font-size: 20px; font-weight: 800; box-shadow: 0 0 24px rgba(0,230,160,.24); }
.mini-brand div:last-child { display: grid; gap: 1px; }
.mini-brand strong { font-size: 12px; }
.mini-brand span { color: #748e84; font-size: 9px; }
.status-chip { color: #9fd4bf; font-size: 9px; border: 1px solid rgba(86,229,174,.16); background: rgba(0,230,160,.05); padding: 7px 9px; border-radius: 999px; display: flex; align-items: center; gap: 6px; }
.status-chip span { width: 6px; height: 6px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 10px rgba(0,230,160,.7); }
.call-grid { display: grid; grid-template-columns: 50px 220px 1fr; min-height: 430px; }
.side-rail { border-right: 1px solid var(--line); padding: 13px 8px; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.rail-btn, .avatar-btn, .icon-button { border: 0; cursor: pointer; }
.rail-btn { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: transparent; color: #668076; }
.rail-btn.active { color: var(--mint-bright); background: rgba(0,230,160,.08); }
.rail-btn svg, .feature-icon svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.rail-btn:first-child svg { fill: currentColor; stroke: none; }
.rail-spacer { flex: 1; }
.avatar-btn { width: 30px; height: 30px; border-radius: 50%; color: #b4cbc1; background: #173c30; font-size: 8px; }
.call-list { border-right: 1px solid var(--line); padding: 18px 12px; min-width: 0; }
.list-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 11px; }
.overline { color: #587167; font-size: 7px; letter-spacing: .12em; }
.list-header h3 { margin: 2px 0 0; font-size: 16px; }
.icon-button { width: 28px; height: 28px; border-radius: 8px; color: var(--mint-soft); background: rgba(0,230,160,.08); }
.search-faux { height: 31px; border-radius: 8px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.035); color: #50695f; font-size: 8px; display: flex; align-items: center; padding: 0 9px; margin-bottom: 12px; }
.caller-row { width: 100%; min-height: 53px; border: 0; border-radius: 10px; background: transparent; display: flex; align-items: center; gap: 9px; color: inherit; padding: 7px; text-align: left; }
.caller-row.active { background: linear-gradient(90deg, rgba(0,230,160,.1), rgba(0,230,160,.02)); outline: 1px solid rgba(0,230,160,.1); }
.caller-avatar { width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; display: grid; place-items: center; background: #173329; color: #adc4bb; font-size: 9px; }
.caller-avatar.mint { background: rgba(0,230,160,.14); color: var(--mint-soft); }
.caller-meta { display: grid; min-width: 0; flex: 1; }
.caller-meta b { font-size: 9px; font-weight: 650; }
.caller-meta small { color: #5f786e; font-size: 7px; margin-top: 3px; }
.direction { color: #567168; font-size: 10px; }
.missed-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--danger); }
.live-wave { height: 14px; display: flex; align-items: center; gap: 2px; }
.live-wave i { width: 2px; height: 5px; border-radius: 2px; background: var(--mint-bright); animation: wave 1s ease-in-out infinite; }
.live-wave i:nth-child(2) { animation-delay: .12s; }
.live-wave i:nth-child(3) { animation-delay: .24s; }
.live-wave i:nth-child(4) { animation-delay: .36s; }
@keyframes wave { 0%,100% { height: 4px; opacity:.5; } 50% { height: 13px; opacity:1; } }
.active-call { padding: 39px 22px 22px; display: flex; flex-direction: column; align-items: center; position: relative; }
.call-tag { color: #6c8d80; font-size: 7px; letter-spacing: .14em; margin-bottom: 18px; }
.patient-avatar { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 34% 28%, #22d99e, #076247 72%); box-shadow: 0 0 0 7px rgba(0,230,160,.035), 0 0 40px rgba(0,230,160,.11); font-size: 17px; color: #e9fff6; }
.active-call h2 { font-size: 20px; margin: 12px 0 2px; }
.active-call > p { color: #668177; font-size: 8px; margin: 0; }
.call-timer { color: #b8d0c6; font-size: 9px; margin-top: 9px; font-variant-numeric: tabular-nums; }
.call-controls { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; gap: 8px; margin-top: 28px; }
.call-controls button { border: 0; background: transparent; color: #829b91; display: grid; place-items: center; gap: 6px; }
.call-controls button span { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.04); display: grid; place-items: center; color: #bfd1ca; font-size: 12px; }
.call-controls button small { font-size: 7px; }
.answer-btn { margin-top: 21px; min-width: 150px; border: 0; border-radius: 10px; height: 38px; color: #00291c; background: var(--mint-bright); font-weight: 800; font-size: 9px; box-shadow: 0 8px 24px rgba(0,230,160,.18); }
.routing-note { margin-top: 18px; color: #567168; font-size: 7px; }
.routing-note span { color: var(--mint-bright); margin-right: 4px; }
.routing-note b { color: #829f94; font-weight: 600; }
.floating-card { position: absolute; min-width: 190px; border: 1px solid rgba(126,255,208,.17); border-radius: 14px; padding: 11px 13px; background: rgba(6,25,19,.91); backdrop-filter: blur(12px); box-shadow: 0 16px 45px rgba(0,0,0,.3); display: flex; align-items: center; gap: 10px; }
.float-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--mint-bright); background: rgba(0,230,160,.09); }
.float-icon.red { color: var(--danger); background: rgba(255,117,109,.08); }
.floating-card div:last-child { display: grid; gap: 3px; }
.floating-card b { font-size: 9px; }
.floating-card span { color: #6b867b; font-size: 7px; }
.queue-card { top: -25px; right: 5px; animation: float 4.8s ease-in-out infinite; }
.missed-card { left: -26px; bottom: -20px; animation: float 4.8s ease-in-out .8s infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.trust-strip { min-height: 102px; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.trust-strip p { color: #647d73; font-size: 12px; margin: 0; }
.trust-items { display: flex; gap: 28px; flex-wrap: wrap; justify-content: flex-end; }
.trust-items span { display: flex; align-items: center; gap: 8px; color: #9bb0a8; font-size: 12px; white-space: nowrap; }
.trust-items i { min-width: 25px; height: 25px; padding: 0 5px; border-radius: 8px; display: inline-grid; place-items: center; background: rgba(0,230,160,.06); color: var(--mint-soft); font-size: 9px; font-style: normal; border: 1px solid rgba(0,230,160,.09); }

.section-head { max-width: 760px; margin-bottom: 52px; }
.section-head.narrow { max-width: 690px; }
.section-head h2, .workflow-copy h2, .security-copy h2, .cta-card h2 { font-size: clamp(42px, 4.6vw, 64px); }
.section-head p, .workflow-copy > p, .security-copy > p, .cta-card > p { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 650px; }

.specialty-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; }
.specialty-tabs { display: grid; gap: 9px; }
.specialty-tab { min-height: 92px; width: 100%; border: 1px solid rgba(255,255,255,.045); background: rgba(255,255,255,.018); color: inherit; border-radius: 18px; padding: 14px 16px; display: grid; grid-template-columns: 44px 1fr 22px; gap: 13px; align-items: center; text-align: left; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.specialty-tab:hover { transform: translateX(3px); border-color: var(--line-strong); }
.specialty-tab.active { background: linear-gradient(90deg, rgba(0,201,139,.09), rgba(0,201,139,.025)); border-color: rgba(0,230,160,.2); }
.tab-icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: #0b2c21; color: var(--mint-soft); border: 1px solid rgba(0,230,160,.08); font-size: 13px; font-weight: 750; }
.specialty-tab > span:nth-child(2) { display: grid; gap: 4px; }
.specialty-tab b { font-size: 13px; }
.specialty-tab small { color: #718b80; font-size: 10px; line-height: 1.45; }
.specialty-tab > i { color: #567168; font-style: normal; }
.specialty-tab.active > i { color: var(--mint-bright); }
.specialty-panel { min-height: 395px; border-radius: 26px; padding: 40px; position: relative; overflow: hidden; background: radial-gradient(circle at 85% 10%, rgba(0,230,160,.15), transparent 32%), linear-gradient(145deg, rgba(12,50,38,.95), rgba(5,22,16,.98)); border: 1px solid rgba(118,255,205,.13); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.panel-label { color: var(--mint-soft); font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.specialty-panel h3 { font-size: clamp(30px,3.2vw,43px); max-width: 520px; margin: 15px 0 15px; line-height: 1.08; letter-spacing: -.04em; }
.specialty-panel > p { color: #8fa99f; max-width: 530px; font-size: 14px; line-height: 1.7; margin: 0; }
.panel-features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.panel-features span { padding: 7px 10px; border-radius: 999px; background: rgba(0,230,160,.05); border: 1px solid rgba(0,230,160,.1); color: #9dc8b7; font-size: 9px; }
.panel-illustration { position: absolute; width: 290px; height: 145px; right: 23px; bottom: 12px; opacity: .9; }
.route-node { position: absolute; width: 70px; height: 58px; border-radius: 13px; background: rgba(4,19,14,.84); border: 1px solid rgba(111,255,200,.17); display: grid; place-items: center; align-content: center; gap: 4px; z-index: 2; box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.route-node span { color: var(--mint-soft); font-size: 11px; }
.route-node small { color: #627a71; font-size: 7px; }
.route-node.source { left: 0; top: 42px; }
.route-node.node-a { left: 120px; top: 0; }
.route-node.node-b { left: 120px; bottom: 0; }
.route-node.node-c { right: 0; top: 42px; }
.route-line { position: absolute; height: 1px; background: linear-gradient(90deg, rgba(0,230,160,.12), rgba(0,230,160,.6), rgba(0,230,160,.1)); transform-origin: left; z-index: 1; }
.line-a { width: 70px; left: 64px; top: 71px; transform: rotate(-28deg); }
.line-b { width: 70px; left: 64px; top: 73px; transform: rotate(28deg); }
.panel-orbit { position: absolute; border: 1px solid rgba(0,230,160,.05); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; right: -130px; top: -140px; }
.orbit-two { width: 220px; height: 220px; right: -85px; top: -95px; }

.feature-section { padding-top: 80px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 310px; padding: 27px; border: 1px solid rgba(255,255,255,.052); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.012)); position: relative; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(117,240,194,.17); }
.feature-large { grid-column: span 2; background: radial-gradient(circle at 87% 15%, rgba(0,201,139,.10), transparent 35%), linear-gradient(145deg, rgba(255,255,255,.026), rgba(255,255,255,.012)); }
.feature-number { color: #425a50; font-size: 9px; letter-spacing: .12em; position: absolute; right: 24px; top: 24px; }
.feature-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(0,230,160,.06); color: var(--mint-soft); border: 1px solid rgba(0,230,160,.09); }
.feature-icon svg { width: 19px; }
.feature-card h3 { font-size: 23px; letter-spacing: -.03em; line-height: 1.15; max-width: 430px; margin: 24px 0 12px; }
.feature-card p { color: #80998f; font-size: 13px; line-height: 1.7; max-width: 480px; margin: 0; }
.mini-routing-ui { margin-top: 32px; width: min(520px,100%); display: grid; grid-template-columns: 1fr 28px 1fr; align-items: center; gap: 8px; }
.mini-routing-ui > div { min-height: 58px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.16); padding: 12px; display: grid; gap: 4px; }
.mini-routing-ui span { color: #587268; font-size: 8px; }
.mini-routing-ui b { color: #b8d1c7; font-size: 10px; }
.mini-routing-ui i { color: var(--mint-bright); font-style: normal; text-align: center; }
.feature-accent { background: linear-gradient(145deg, #073f2d, #052218); display: flex; flex-direction: column; justify-content: flex-end; }
.feature-accent::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 18%, rgba(0,255,179,.2), transparent 28%); }
.feature-accent > * { position: relative; z-index: 1; }
.accent-ring { position: absolute; width: 170px; height: 170px; border: 1px solid rgba(0,230,160,.14); border-radius: 50%; top: -58px; right: -48px; box-shadow: 0 0 0 34px rgba(0,230,160,.03), 0 0 0 67px rgba(0,230,160,.018); }
.accent-kicker { color: #62d7ad; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.feature-accent h3 { font-size: 26px; margin-top: 12px; }
.feature-accent a { color: var(--mint-soft); font-size: 11px; font-weight: 700; margin-top: 16px; }

.workflow-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: 78px; align-items: start; }
.workflow-copy { position: sticky; top: 120px; }
.workflow-copy h2 { margin-top: 16px; }
.text-cta { color: var(--mint-soft); font-size: 13px; font-weight: 700; display: inline-flex; gap: 9px; margin-top: 16px; }
.workflow-steps { display: grid; }
.workflow-steps article { min-height: 145px; display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.workflow-steps article:last-child { border-bottom: 1px solid var(--line); }
.step-index { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: var(--mint-soft); background: rgba(0,230,160,.06); border: 1px solid rgba(0,230,160,.1); font-size: 10px; }
.workflow-steps h3 { font-size: 19px; margin: 1px 0 9px; letter-spacing: -.025em; }
.workflow-steps p { color: #7b948a; font-size: 13px; line-height: 1.7; max-width: 560px; margin: 0; }

.security-section { padding-top: 72px; }
.security-card { min-height: 525px; border: 1px solid rgba(117,240,194,.13); border-radius: 30px; background: radial-gradient(circle at 85% 45%, rgba(0,201,139,.13), transparent 35%), linear-gradient(145deg, #08261c, #04130e); display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 30px; padding: 58px; position: relative; overflow: hidden; }
.security-glow { position: absolute; inset: auto -10% -45% 20%; height: 70%; background: radial-gradient(ellipse, rgba(0,230,160,.08), transparent 62%); }
.security-copy { position: relative; z-index: 1; }
.security-copy h2 { font-size: clamp(38px,4vw,56px); max-width: 690px; }
.security-points { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; margin-top: 28px; }
.security-points span { color: #a4beb4; font-size: 12px; }
.security-points i { color: var(--mint-bright); font-style: normal; margin-right: 8px; }
.compliance-note { display: block; max-width: 620px; color: #557066; font-size: 9px; line-height: 1.5; margin-top: 24px; }
.shield-art { min-height: 340px; display: grid; place-items: center; position: relative; }
.shield-art::before, .shield-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(0,230,160,.08); }
.shield-art::before { width: 310px; height: 310px; }
.shield-art::after { width: 235px; height: 235px; border-style: dashed; animation: spin 18s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.shield-core { width: 142px; height: 162px; filter: drop-shadow(0 18px 40px rgba(0,230,160,.16)); }
.shield-core svg { width: 100%; height: 100%; fill: rgba(0,230,160,.08); stroke: var(--mint-bright); stroke-width: 1.5; }
.shield-core .check { fill: none; stroke: var(--mint-soft); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.orbit-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 14px rgba(0,230,160,.7); }
.dot-a { top: 47px; right: 112px; }
.dot-b { bottom: 55px; left: 88px; width: 5px; height: 5px; opacity: .7; }
.dot-c { top: 116px; left: 70px; width: 4px; height: 4px; opacity: .5; }

.faq-section { padding-top: 90px; }
.faq-list { max-width: 860px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 16px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--mint-soft); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: #789188; line-height: 1.7; font-size: 13px; max-width: 720px; margin: -5px 0 24px; }

.cta-section { padding: 30px 0 96px; }
.cta-card { min-height: 440px; border-radius: 30px; border: 1px solid rgba(117,240,194,.17); background: radial-gradient(circle at 50% 100%, rgba(0,230,160,.15), transparent 38%), linear-gradient(160deg, #093424, #061b14 58%, #05130f); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 56px 30px; position: relative; overflow: hidden; }
.cta-card::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; border: 1px solid rgba(0,230,160,.06); top: -350px; left: calc(50% - 280px); box-shadow: 0 0 0 70px rgba(0,230,160,.018), 0 0 0 140px rgba(0,230,160,.009); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 800px; font-size: clamp(42px,5vw,66px); }
.cta-card > p { max-width: 650px; margin-top: 0; }
.cta-actions { display: flex; gap: 12px; margin-top: 20px; }
.cta-card > small { color: #506a60; font-size: 9px; margin-top: 16px; }

.site-footer { padding: 42px 0 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 32px; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-logo-wrap { width: 130px; height: 38px; overflow: hidden; display: block; position: relative; }
.footer-logo-wrap img { width: 135px; position: absolute; top: 50%; transform: translateY(-50%); }
.footer-brand p { color: #60786e; font-size: 11px; margin: 0; padding-left: 20px; border-left: 1px solid var(--line); }
.footer-links { display: flex; gap: 24px; align-items: center; }
.footer-links a { color: #70887e; font-size: 11px; }
.footer-bottom { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.035); display: flex; justify-content: space-between; gap: 20px; color: #40584e; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; margin-left: 10px; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .trust-strip { flex-direction: column; align-items: flex-start; padding: 30px 0; }
  .trust-items { justify-content: flex-start; }
  .specialty-layout { grid-template-columns: 1fr; }
  .specialty-tabs { grid-template-columns: 1fr 1fr; }
  .specialty-tab { min-height: 82px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { grid-column: span 2; }
  .workflow-section { grid-template-columns: 1fr; gap: 38px; }
  .workflow-copy { position: static; }
  .security-card { grid-template-columns: 1fr; }
  .shield-art { min-height: 300px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 84px 0; }
  .desktop-nav, .desktop-only { display: none; }
  .nav-shell { width: min(calc(100% - 28px), var(--max)); height: 68px; }
  .brand, .brand-mark-wrap { width: 145px; }
  .brand-logo { width: 150px; }
  .menu-toggle { display: inline-flex; }
  .nav-actions { gap: 9px; }
  .nav-actions .btn-small { min-height: 40px; padding: 0 13px; font-size: 12px; }
  .mobile-menu { display: grid; grid-template-rows: repeat(5, auto); max-height: 0; overflow: hidden; padding: 0 14px; width: min(calc(100% - 28px), var(--max)); margin-inline: auto; transition: max-height .28s ease, padding .28s ease; }
  .mobile-menu.open { max-height: 320px; padding: 0 14px 16px; }
  .mobile-menu a { padding: 13px 4px; color: #afc2ba; font-size: 14px; border-top: 1px solid var(--line); }
  .hero { min-height: 0; padding-top: 60px; padding-bottom: 78px; }
  .hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .micro-proof { gap: 10px 16px; }
  .phone-shell { transform: none; border-radius: 20px; }
  .phone-topbar { height: 58px; }
  .call-grid { grid-template-columns: 42px 1fr; min-height: 380px; }
  .call-list { border-right: 0; }
  .active-call { display: none; }
  .floating-card { transform: scale(.92); }
  .queue-card { right: -5px; top: -34px; }
  .missed-card { left: 9px; bottom: -28px; }
  .trust-items { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 15px; }
  .section-head h2, .workflow-copy h2, .security-copy h2, .cta-card h2 { font-size: clamp(39px, 11vw, 55px); }
  .specialty-tabs { grid-template-columns: 1fr; }
  .specialty-panel { min-height: 470px; padding: 30px 24px; }
  .panel-illustration { right: -20px; transform: scale(.9); transform-origin: bottom right; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: span 1; }
  .feature-card { min-height: 280px; }
  .mini-routing-ui { grid-template-columns: 1fr; }
  .mini-routing-ui i { transform: rotate(90deg); }
  .security-card { padding: 36px 24px; }
  .security-points { grid-template-columns: 1fr; }
  .shield-art::before { width: 270px; height: 270px; }
  .shield-art::after { width: 205px; height: 205px; }
  .cta-actions { flex-direction: column; width: 100%; max-width: 320px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-brand p { padding-left: 0; border-left: 0; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { grid-column: 1; 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; }
  .reveal { opacity: 1; transform: none; }
}
