:root {
  --bg: #0b0712;
  --surface: #15101d;
  --surface-2: #1d1529;
  --ink: #f8f4ff;
  --muted: #a79eb3;
  --purple: #a855f7;
  --purple-deep: #6d28d9;
  --pink: #e85dff;
  --lime: #c6ff75;
  --line: rgba(255, 255, 255, 0.09);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 2px 10px rgba(0, 0, 0, 0.3);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Manrope, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; outline: 1px solid rgba(255, 255, 255, 0.1); outline-offset: -1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.ambient { position: fixed; width: 520px; height: 520px; border-radius: 50%; filter: blur(120px); opacity: .18; pointer-events: none; z-index: -1; }
.ambient-one { background: #7c3aed; top: -240px; right: 8%; }
.ambient-two { background: #e85dff; top: 620px; left: -400px; opacity: .09; }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header { width: min(1320px, calc(100% - 32px)); min-height: 76px; margin: 16px auto 0; padding: 12px 14px 12px 18px; display: flex; align-items: center; position: sticky; top: 12px; z-index: 30; border-radius: 24px; background: rgba(15, 10, 22, .72); box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 18px 54px rgba(0,0,0,.22); backdrop-filter: blur(22px); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px; overflow: hidden; box-shadow: 0 8px 24px rgba(124,58,237,.35); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: 18px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.brand-name strong { color: #c881ff; }
.nav-links { display: flex; align-items: center; gap: 4px; margin: auto; }
.nav-links a { min-height: 42px; padding: 11px 14px; border-radius: 11px; color: #bdb5c7; font-size: 14px; font-weight: 600; transition-property: color, background-color; transition-duration: 180ms; }
.nav-links a:hover { color: white; background: rgba(255,255,255,.06); }
.header-actions { display: flex; gap: 8px; }
.button { min-height: 48px; border: 0; border-radius: 14px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-weight: 700; transition-property: transform, background-color, color, box-shadow; transition-duration: 180ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.96); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(198,255,117,.45); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 17px; background: linear-gradient(135deg, #a855f7, #7c3aed); box-shadow: 0 8px 28px rgba(124,58,237,.28); }
.button-ghost { background: transparent; color: #c8c0d2; }
.button-primary { min-height: 56px; padding-inline: 25px; background: linear-gradient(135deg, #b866ff, #7c3aed); box-shadow: 0 14px 38px rgba(124,58,237,.34), 0 1px 0 rgba(255,255,255,.22) inset; }
.button-primary:hover, .button-small:hover { box-shadow: 0 18px 48px rgba(124,58,237,.45), 0 1px 0 rgba(255,255,255,.2) inset; }
.button-secondary { min-height: 56px; background: rgba(255,255,255,.07); box-shadow: 0 1px 0 rgba(255,255,255,.1) inset; }
.button-secondary:hover { background: rgba(255,255,255,.11); }
.button-light { background: white; color: #251232; min-height: 56px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.06); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1.5px; background: white; margin: 5px auto; }

.hero { padding-top: 104px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px 64px; align-items: center; }
.eyebrow, .section-label { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: #c8bdcf; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.live-dot, .secure-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(198,255,117,.8); }
.hero h1 { font-size: clamp(58px, 7vw, 104px); line-height: .91; letter-spacing: -.07em; margin: 28px 0; }
.hero h1 span, .story h2 span, .faq h2 span { color: transparent; -webkit-text-stroke: 1px rgba(226,188,255,.75); }
.hero-lead { max-width: 590px; color: #b7afc1; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.play-icon { font-size: 11px; }
.trust-line { display: flex; align-items: center; gap: 15px; margin-top: 40px; color: #8f8799; font-size: 12px; }
.trust-line p { margin: 0; }
.trust-line strong { color: white; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 33px; height: 33px; margin-left: -8px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-weight: 800; background: #392a4b; box-shadow: 0 0 0 2px var(--bg); }
.avatar-stack span:nth-child(2) { background: #7251a2; }.avatar-stack span:nth-child(3) { background: #a94f8f; }.avatar-stack span:last-child { background: #e7ddf2; color: #251b2f; }

.meeting-window { position: relative; min-width: 0; border-radius: 30px; padding: 12px; background: rgba(31,22,43,.8); box-shadow: 0 1px 0 rgba(255,255,255,.12) inset, var(--shadow), 0 0 90px rgba(124,58,237,.13); transform: perspective(1300px) rotateY(-3deg) rotateX(1deg); }
.meeting-topbar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; }
.window-dots { display: flex; gap: 6px; }.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #665c71; }.window-dots span:first-child { background: #eb6d7b; }
.meeting-id { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #d2cadb; }.meeting-id strong { font-family: "DM Mono", monospace; font-weight: 400; color: #8e8599; font-variant-numeric: tabular-nums; }
.secure-dot { width: 6px; height: 6px; }
.icon-button { width: 40px; height: 40px; border: 0; border-radius: 12px; background: transparent; cursor: pointer; }
.video-grid { display: grid; grid-template-columns: 1.7fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; min-height: 430px; }
.video-tile { position: relative; overflow: hidden; border-radius: 18px; background: #2b2038; box-shadow: 0 1px 0 rgba(255,255,255,.07) inset; }
.video-main { grid-row: 1 / 3; background: radial-gradient(circle at 42% 18%, #6b557e 0, #3a2b48 38%, #211827 100%); }
.tile-purple { background: radial-gradient(circle at 50% 18%, #8a50af, #4c2d65 60%, #2a1937); }.tile-dark { background: radial-gradient(circle at 50% 20%, #4d3c5a, #281e31 64%); }
.person { position: absolute; inset: 17% 18% 0; }.person-head { position: absolute; width: 30%; aspect-ratio: 1; top: 2%; left: 35%; border-radius: 48% 48% 44% 44%; background: linear-gradient(135deg,#dbb3a4,#a96964); box-shadow: 0 -14px 0 -4px #382932; }.person-body { position: absolute; width: 88%; height: 58%; bottom: -6%; left: 6%; border-radius: 45% 45% 10% 10%; background: linear-gradient(135deg,#403055,#1d1727); }.person-two { inset: 17% 20% 0; }.person-two .person-head { background: linear-gradient(135deg,#ce9d7e,#8b5b51); }.person-two .person-body { background: linear-gradient(135deg,#5a466a,#292032); }
.initials { position: absolute; inset: 0; display: grid; place-items: center; font-size: 32px; font-weight: 800; color: rgba(255,255,255,.88); }
.tile-label { position: absolute; bottom: 14px; left: 14px; display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; text-shadow: 0 2px 8px #000; }.tile-label small { padding: 3px 6px; border-radius: 5px; background: rgba(255,255,255,.13); color: #cfc7d6; font-size: 8px; }
.quality-pill { position: absolute; right: 12px; top: 12px; min-height: 36px; padding: 0 10px; display: flex; align-items: center; gap: 6px; border: 0; border-radius: 10px; background: rgba(8,5,12,.68); backdrop-filter: blur(10px); font-size: 9px; cursor: pointer; box-shadow: 0 1px 0 rgba(255,255,255,.12) inset; transition-property: background-color, transform; transition-duration: 160ms; }
.quality-pill:hover { background: rgba(15,8,22,.9); }.quality-pill:active { transform: scale(.96); }.quality-signal { color: var(--lime); }
.signal-wave { position: absolute; left: 12px; top: 12px; height: 26px; display: flex; align-items: center; gap: 2px; padding: 0 8px; border-radius: 9px; background: rgba(8,5,12,.56); }.signal-wave i { width: 2px; height: 7px; border-radius: 2px; background: var(--lime); animation: wave 1s ease-in-out infinite alternate; }.signal-wave i:nth-child(2){animation-delay:.2s}.signal-wave i:nth-child(3){animation-delay:.4s}.signal-wave i:nth-child(4){animation-delay:.6s}
@keyframes wave { to { height: 16px; } }
.meeting-controls { min-height: 66px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 10px 8px 0; }
.connection { display: flex; align-items: center; gap: 8px; color: #898090; }.connection span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }.connection small { font-size: 9px; }
.control-group { display: flex; gap: 7px; }.control-button { position: relative; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; cursor: pointer; transition-property: transform, background-color, color; transition-duration: 160ms; }.control-button:hover { background: rgba(255,255,255,.14); }.control-button:active { transform: scale(.96); }.control-button.end-call { background: #e34762; transform: rotate(-35deg); }.control-button.end-call:active { transform: rotate(-35deg) scale(.96); }
.toggle-control .state-on, .toggle-control .state-off { position: absolute; transition-property: opacity, scale, filter; transition-duration: 180ms; transition-timing-function: cubic-bezier(.2,0,0,1); }.toggle-control .state-off { opacity: 0; scale: .25; filter: blur(4px); }.toggle-control[aria-pressed="false"] { background: #e34762; }.toggle-control[aria-pressed="false"] .state-on { opacity: 0; scale: .25; filter: blur(4px); }.toggle-control[aria-pressed="false"] .state-off { opacity: 1; scale: 1; filter: blur(0); }
.participant-count { justify-self: end; display: flex; gap: 7px; color: #918899; font-size: 11px; font-variant-numeric: tabular-nums; }
.quality-popover { position: absolute; z-index: 3; top: 58px; right: 20px; width: 226px; padding: 8px; border-radius: 20px; background: rgba(23,16,32,.96); box-shadow: var(--shadow), 0 1px 0 rgba(255,255,255,.1) inset; opacity: 0; transform: translateY(-8px) scale(.98); pointer-events: none; transition-property: opacity, transform; transition-duration: 180ms; }
.quality-popover.open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.popover-head { padding: 10px 10px 8px; }.popover-head span { display: block; font-size: 12px; font-weight: 800; }.popover-head small { font-size: 8px; color: var(--muted); }
.quality-popover button { width: 100%; min-height: 43px; border: 0; border-radius: 12px; padding: 0 10px; display: grid; grid-template-columns: 1fr 1fr 12px; align-items: center; text-align: left; background: transparent; cursor: pointer; transition-property: background-color; transition-duration: 150ms; }.quality-popover button:hover { background: rgba(255,255,255,.07); }.quality-popover button span { font-size: 11px; font-weight: 700; }.quality-popover button small { color: #807587; font-size: 8px; }.quality-popover button i { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 0 1px #776c7e; }.quality-popover button.selected i { background: var(--lime); box-shadow: 0 0 12px rgba(198,255,117,.65); }
.hero-metrics { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.hero-metrics div { padding: 0 30px; border-right: 1px solid var(--line); }.hero-metrics div:first-child { padding-left: 0; }.hero-metrics div:last-child { border: 0; }.hero-metrics strong { display: block; font-size: 26px; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }.hero-metrics span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.hero-simple { min-height: calc(100vh - 110px); padding-top: 64px; padding-bottom: 64px; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(48px, 8vw, 120px); }
.hero-simple .hero-copy { max-width: 760px; }
.hero-simple h1 { font-size: clamp(62px, 7.4vw, 112px); }
.hero-simple .hero-lead { max-width: 650px; }
.quick-start { padding: 12px; border-radius: 30px; background: rgba(26, 18, 36, .88); box-shadow: 0 1px 0 rgba(255,255,255,.11) inset, var(--shadow), 0 0 100px rgba(124,58,237,.12); }
.quick-create { width: 100%; min-height: 98px; padding: 17px; border: 0; border-radius: 20px; display: grid; grid-template-columns: 54px 1fr 42px; align-items: center; gap: 14px; color: white; text-align: left; background: linear-gradient(135deg, #9d4dea, #6d28d9); cursor: pointer; box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 16px 36px rgba(81,30,126,.32); transition-property: transform, box-shadow; transition-duration: 180ms; }
.quick-create:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 20px 42px rgba(81,30,126,.42); }
.quick-create:active { transform: scale(.96); }
.quick-create > svg { width: 19px; justify-self: center; }
.quick-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.14); box-shadow: 0 1px 0 rgba(255,255,255,.18) inset; }
.quick-icon svg { width: 24px; height: 24px; }
.quick-create strong, .quick-create small { display: block; }
.quick-create strong { font-size: 16px; }
.quick-create small { margin-top: 4px; color: rgba(255,255,255,.66); font-size: 10px; }
.quick-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 19px 8px; color: #766d7f; }
.quick-divider span { height: 1px; background: rgba(255,255,255,.07); }
.quick-divider small { font-size: 9px; }
.quick-join { padding: 0 8px 8px; }
.quick-join label { display: block; margin: 0 0 8px 4px; color: #948a9e; font-size: 10px; font-weight: 700; }
.quick-join > div { height: 58px; padding: 0 7px 0 16px; display: grid; grid-template-columns: 24px 1fr 44px; align-items: center; gap: 8px; border-radius: 17px; background: rgba(255,255,255,.055); box-shadow: 0 1px 0 rgba(255,255,255,.08) inset; }
.quick-join > div > svg { width: 18px; color: #8d8296; }
.quick-join input { min-width: 0; height: 100%; border: 0; outline: 0; color: white; background: transparent; }
.quick-join input::placeholder { color: #665c70; }
.quick-join button { width: 44px; height: 44px; border: 0; border-radius: 13px; display: grid; place-items: center; background: white; color: #211529; cursor: pointer; transition-property: transform, background-color; transition-duration: 160ms; }
.quick-join button:hover { background: #ead9f8; }
.quick-join button:active { transform: scale(.96); }
.quick-join button svg { width: 18px; }
.quick-start > p { margin: 11px 12px 5px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #766d7f; font-size: 9px; }
.quick-start > p svg { width: 13px; height: 13px; color: #a575cc; }
.button svg, .feature-icon svg { width: 18px; height: 18px; stroke-width: 1.8; }
.idea-icon svg { width: 15px; height: 15px; stroke-width: 1.8; }

.marquee { margin-top: 110px; padding: 17px 0; overflow: hidden; transform: rotate(-1.2deg) scale(1.02); background: var(--purple); }.marquee-track { width: max-content; display: flex; gap: 34px; align-items: center; font-family: "DM Mono",monospace; font-size: 12px; letter-spacing: .15em; animation: marquee 24s linear infinite; }.marquee-track i { color: var(--lime); }.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.story { padding-top: 150px; display: grid; grid-template-columns: .6fr 1.4fr 1.2fr; gap: 60px; align-items: start; }.section-label { color: #9a8da4; }.story h2, .section-heading h2, .faq h2 { font-size: clamp(40px,5vw,70px); line-height: 1.04; letter-spacing: -.055em; }.story h2 { margin-bottom: 28px; }.story-copy p { max-width: 620px; color: var(--muted); line-height: 1.75; }
.bandwidth-card { padding: 22px; border-radius: 24px; background: linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.03)); box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, var(--shadow); }.bandwidth-head { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); }.bandwidth-head strong { color: white; font-family: "DM Mono",monospace; font-variant-numeric: tabular-nums; }.bandwidth-chart { height: 160px; display: flex; align-items: end; gap: 6px; padding: 24px 0 18px; border-bottom: 1px solid var(--line); }.bandwidth-chart span { flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: linear-gradient(#c06cff, #6833ad); box-shadow: 0 0 12px rgba(168,85,247,.18); }.bandwidth-legend { display: flex; align-items: center; gap: 14px; padding-top: 15px; color: var(--muted); font-size: 8px; }.bandwidth-legend span:last-child { margin-left: auto; }.bandwidth-legend strong { color: var(--lime); }.bandwidth-legend i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--purple); }.bandwidth-legend i.pink { background: var(--pink); }

.features, .ideas-section, .steps, .pricing, .faq { padding-top: 160px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 54px; }.section-heading h2 { margin: 16px 0 0; max-width: 760px; }.section-heading > p { max-width: 390px; margin-bottom: 8px; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.feature-card { min-height: 300px; padding: 28px; position: relative; border-radius: 24px; background: rgba(255,255,255,.045); box-shadow: 0 1px 0 rgba(255,255,255,.08) inset; overflow: hidden; transition-property: transform, background-color; transition-duration: 220ms; }.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.07); }.feature-large { grid-column: span 2; background: linear-gradient(135deg, rgba(168,85,247,.26),rgba(255,255,255,.05)); }.feature-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(168,85,247,.18); color: #d9a8ff; box-shadow: 0 1px 0 rgba(255,255,255,.1) inset; }.feature-number { position: absolute; top: 30px; right: 28px; color: #716878; font-family: "DM Mono",monospace; font-size: 10px; }.feature-card h3 { margin: 80px 0 12px; font-size: 23px; letter-spacing: -.03em; }.feature-card p { max-width: 480px; color: var(--muted); font-size: 14px; line-height: 1.7; }.quality-demo { position: absolute; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 5px; padding: 5px; border-radius: 15px; background: rgba(7,4,11,.55); }.quality-demo span { width: 47px; padding: 9px 0; border-radius: 10px; text-align: center; color: #8e8198; font: 9px "DM Mono",monospace; }.quality-demo .active { background: var(--purple); color: white; }.quality-demo i { position: absolute; width: 5px; height: 5px; top: -16px; right: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 10px var(--lime); }

.idea-filters { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 26px; }.idea-filters button { min-height: 42px; padding: 0 15px; border: 0; border-radius: 12px; background: rgba(255,255,255,.05); color: #9e94a8; cursor: pointer; font-size: 12px; font-weight: 700; transition-property: color, background-color, transform; transition-duration: 160ms; }.idea-filters button:active { transform: scale(.96); }.idea-filters button.active { background: white; color: #17101f; }.idea-filters span { margin-left: 5px; color: var(--purple-deep); font-variant-numeric: tabular-nums; }
.idea-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }.idea-card { min-height: 190px; padding: 19px; border-radius: 20px; background: #14101b; box-shadow: 0 1px 0 rgba(255,255,255,.07) inset; display: flex; flex-direction: column; transition-property: transform, background-color, opacity; transition-duration: 180ms; }.idea-card:hover { transform: translateY(-4px); background: #1b1424; }.idea-card.hide { display: none; }.idea-card .idea-top { display: flex; justify-content: space-between; align-items: center; }.idea-card .idea-icon { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: rgba(168,85,247,.14); color: #c984ff; font-size: 12px; }.idea-card .idea-index { font: 9px "DM Mono",monospace; color: #5f5667; font-variant-numeric: tabular-nums; }.idea-card h3 { margin: auto 0 9px; font-size: 15px; letter-spacing: -.02em; }.idea-card p { margin: 0; color: #8e8498; font-size: 10px; line-height: 1.55; }.idea-card .idea-tag { margin-top: 13px; color: #ba78ec; font: 8px "DM Mono",monospace; text-transform: uppercase; letter-spacing: .1em; }

.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 46px; }.steps-grid article { min-height: 260px; padding: 30px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }.steps-grid article:first-child { border-left: 1px solid var(--line); }.steps-grid span { color: #8a7b94; font: 11px "DM Mono",monospace; }.steps-grid h3 { margin: 90px 0 12px; font-size: 20px; }.steps-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.billing-toggle { padding: 4px; border-radius: 14px; display: flex; background: rgba(255,255,255,.06); }.billing-toggle button { min-height: 42px; padding: 0 14px; border: 0; border-radius: 10px; background: transparent; color: #887e91; cursor: pointer; font-size: 11px; }.billing-toggle button.active { background: white; color: #17101f; }.billing-toggle span { color: #6829ac; font-size: 8px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-items: stretch; }.price-card { position: relative; min-height: 540px; padding: 34px; border-radius: 26px; background: rgba(255,255,255,.045); box-shadow: 0 1px 0 rgba(255,255,255,.08) inset; display: flex; flex-direction: column; }.price-card.featured { background: linear-gradient(150deg,#7f36b9 0,#401d5c 55%,#211528); transform: translateY(-12px); box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 28px 80px rgba(77,29,113,.32); }.popular { position: absolute; right: 22px; top: 22px; padding: 6px 8px; border-radius: 7px; background: var(--lime); color: #1b2910; font: 8px "DM Mono",monospace; }.plan { font: 11px "DM Mono",monospace; color: #bda9ca; text-transform: uppercase; letter-spacing: .12em; }.price-card h3 { margin: 54px 0 12px; font-size: 45px; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }.price-card h3 small { font-size: 10px; color: #c1b1cb; letter-spacing: 0; }.price-card p { color: #a89ab1; font-size: 13px; line-height: 1.6; }.price-card ul { padding: 24px 0 20px; margin: 0; list-style: none; }.price-card li { padding: 10px 0; color: #d1c7d7; font-size: 12px; }.price-card li::before { content: "✓"; margin-right: 10px; color: var(--lime); }.price-card .button { margin-top: auto; width: 100%; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-bottom: 150px; }.faq h2 { margin-top: 18px; }.faq-list { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }.faq summary::-webkit-details-marker { display: none; }.faq summary span { width: 40px; height: 40px; display: grid; place-items: center; color: #bdaac8; transition-property: transform; transition-duration: 180ms; }.faq details[open] summary span { transform: rotate(45deg); }.faq details p { max-width: 650px; padding: 0 54px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { min-height: 330px; margin-bottom: 90px; padding: 48px 54px; position: relative; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 44px; overflow: hidden; border-radius: 34px; background: linear-gradient(115deg,#55207c,#9139d3 60%,#bd55ff); box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 32px 90px rgba(87,28,129,.32); }.final-cta::after { content:""; position:absolute; width:400px; height:400px; right:-180px; top:-220px; border-radius:50%; background:rgba(255,255,255,.15); filter:blur(40px); }.final-cta > * { position: relative; z-index: 1; }.final-cta img { width: 150px; height: 150px; border-radius: 36px; }.final-cta h2 { margin: 15px 0 8px; font-size: clamp(38px,4vw,58px); letter-spacing: -.055em; }.final-cta p { margin: 0; color: #dcc7e8; font-size: 13px; }.final-cta .button { justify-self: end; }
.site-footer { padding: 30px 0 36px; }.footer-brand { display: flex; justify-content: space-between; padding-bottom: 50px; border-bottom: 1px solid var(--line); }.footer-brand p { color: #6f6678; font: 9px "DM Mono",monospace; letter-spacing: .17em; text-transform: uppercase; }.footer-links { display: grid; grid-template-columns: repeat(3,150px); justify-content: end; gap: 30px; padding: 50px 0; }.footer-links div { display: flex; flex-direction: column; gap: 12px; }.footer-links strong { margin-bottom: 6px; color: white; font-size: 12px; }.footer-links a { color: #8b8294; font-size: 11px; transition-property: color; transition-duration: 160ms; }.footer-links a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #6f6678; font-size: 9px; }.status { display: flex; align-items: center; gap: 7px; }.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }

.app-dialog { width: min(560px, calc(100% - 28px)); padding: 34px; border: 0; border-radius: 28px; color: white; background: #191220; box-shadow: 0 40px 120px #000, 0 1px 0 rgba(255,255,255,.12) inset; }.app-dialog::backdrop { background: rgba(4,2,7,.72); backdrop-filter: blur(12px); }.app-dialog[open] { animation: dialog-in 200ms cubic-bezier(.2,0,0,1); }@keyframes dialog-in{from{opacity:0;transform:translateY(12px) scale(.98)}}
.dialog-close { position: absolute; right: 18px; top: 18px; width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.06); cursor: pointer; font-size: 22px; }.dialog-mark { width: 54px; height: 54px; margin-bottom: 24px; border-radius: 16px; overflow: hidden; }.app-dialog h2 { margin: 12px 0 28px; font-size: 32px; letter-spacing: -.04em; }.join-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.join-options button { min-height: 130px; padding: 18px; border: 0; border-radius: 18px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; background: rgba(255,255,255,.055); cursor: pointer; box-shadow: 0 1px 0 rgba(255,255,255,.08) inset; transition-property: transform, background-color; transition-duration: 160ms; }.join-options button:hover { background: rgba(168,85,247,.16); }.join-options button:active { transform: scale(.96); }.join-options button > span { color: #c57eff; font-size: 20px; }.join-options strong { margin-top: auto; font-size: 13px; }.join-options small { margin-top: 3px; color: var(--muted); font-size: 9px; }.meeting-code { display: block; margin-top: 18px; }.meeting-code span { display: block; margin-bottom: 8px; color: #a79cac; font-size: 10px; }.meeting-code input { width: 100%; height: 52px; border: 0; border-radius: 14px; padding: 0 16px; color: white; background: rgba(255,255,255,.06); box-shadow: 0 1px 0 rgba(255,255,255,.08) inset; }.dialog-join { width: 100%; margin-top: 12px; }.compact-dialog { width: min(460px,calc(100% - 28px)); }.dialog-divider { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin-top: 16px; color: #776d80; font-size: 9px; }.dialog-divider span { height: 1px; background: var(--line); }
.toast { position: fixed; z-index: 60; right: 22px; bottom: 22px; padding: 13px 17px 13px 12px; border-radius: 18px; display: flex; align-items: center; gap: 11px; background: #f6f2fa; color: #1d1424; box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition-property: opacity, transform; transition-duration: 180ms; }.toast.show { opacity: 1; transform: translateY(0); }.toast > span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #ddffc0; color: #28520a; }.toast strong,.toast small { display: block; }.toast strong { font-size: 11px; }.toast small { margin-top: 2px; color: #756d7c; font-size: 8px; }
.reveal { opacity: 0; transform: translateY(22px); transition-property: opacity, transform; transition-duration: 700ms; transition-timing-function: cubic-bezier(.2,0,0,1); }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-simple { min-height: auto; padding-top: 90px; grid-template-columns: 1fr; }
  .quick-start { width: min(520px, 100%); }
  .nav-links { display: none; }.menu-button { display: block; margin-left: 6px; }.site-header.menu-open .nav-links { display: flex; position: absolute; top: 68px; left: 0; right: 0; padding: 14px; flex-direction: column; align-items: stretch; border-radius: 20px; background: #17101f; box-shadow: var(--shadow); }.site-header.menu-open .nav-links a { padding: 13px; }.hero { grid-template-columns: 1fr; }.hero-copy { max-width: 800px; }.meeting-window { transform: none; }.story { grid-template-columns: 1fr 1fr; }.story > .section-label { grid-column: 1/-1; }.idea-grid { grid-template-columns: repeat(3,1fr); }.final-cta { grid-template-columns: auto 1fr; }.final-cta .button { grid-column: 2; justify-self: start; }.faq { gap: 50px; }
}
@media (max-width: 760px) {
  .hero-simple { padding-top: 64px; padding-bottom: 80px; }
  .quick-start { border-radius: 25px; }
  .section-shell { width: min(100% - 28px,var(--max)); }.site-header { width: calc(100% - 20px); margin-top: 10px; top: 8px; }.header-actions .sign-in-trigger { display: none; }.header-actions .button-small { font-size: 0; width: 44px; padding: 0; }.header-actions .button-small span { font-size: 16px; }.hero { padding-top: 70px; gap: 50px; }.hero h1 { font-size: clamp(55px,18vw,80px); }.hero-actions { flex-direction: column; align-items: stretch; }.meeting-window { padding: 8px; border-radius: 23px; }.meeting-id { font-size: 8px; }.video-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 1.35fr .65fr; min-height: 450px; }.video-main { grid-row: auto; grid-column: 1/-1; }.tile-label { font-size: 9px; }.connection { display: none; }.meeting-controls { grid-template-columns: 1fr auto; }.control-group { justify-self: start; }.control-button { width: 38px; height: 38px; }.participant-count { display: none; }.hero-metrics { grid-template-columns: 1fr 1fr; row-gap: 26px; }.hero-metrics div:nth-child(2) { border: 0; }.hero-metrics div:nth-child(3) { padding-left: 0; }.marquee { margin-top: 70px; }.story { padding-top: 110px; grid-template-columns: 1fr; gap: 30px; }.story > .section-label { grid-column: auto; }.features,.ideas-section,.steps,.pricing,.faq { padding-top: 110px; }.section-heading { display: block; }.section-heading > p { margin-top: 20px; }.feature-grid { grid-template-columns: 1fr; }.feature-large { grid-column: auto; }.quality-demo { position: relative; right: auto; bottom: auto; width: fit-content; margin-top: 26px; }.idea-grid { grid-template-columns: 1fr 1fr; }.steps-grid { grid-template-columns: 1fr 1fr; }.steps-grid article:nth-child(3) { border-left: 1px solid var(--line); }.pricing-grid { grid-template-columns: 1fr; }.price-card.featured { transform: none; }.faq { grid-template-columns: 1fr; gap: 20px; padding-bottom: 100px; }.final-cta { min-height: 460px; padding: 34px; grid-template-columns: 1fr; gap: 24px; }.final-cta img { width: 90px; height: 90px; border-radius: 25px; }.final-cta .button { grid-column: auto; }.footer-brand { display: block; }.footer-brand p { margin-top: 20px; }.footer-links { grid-template-columns: repeat(3,1fr); justify-content: stretch; }.join-options { grid-template-columns: 1fr; }.app-dialog { padding: 26px; }
}
@media (max-width: 470px) {
  .brand-name { font-size: 16px; }.hero-lead { font-size: 16px; }.idea-grid { grid-template-columns: 1fr; }.idea-card { min-height: 160px; }.steps-grid { grid-template-columns: 1fr; }.steps-grid article { border-left: 1px solid var(--line); }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { gap: 18px; flex-direction: column; }.quality-popover { right: 10px; }.meeting-controls { overflow-x: auto; }.marquee-track { animation-duration: 18s; }
}
@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; } }
