:root {
  --bg: oklch(0.970 0.010 270);
  --surface: oklch(0.993 0.004 270);
  --surface-2: oklch(0.952 0.014 270);
  --surface-3: oklch(0.910 0.022 270);
  --border: oklch(0.845 0.022 270);
  --border-sub: oklch(0.900 0.015 270);
  --text-1: oklch(0.205 0.036 270);
  --text-2: oklch(0.385 0.029 270);
  --text-3: oklch(0.535 0.024 270);
  --blue: oklch(0.555 0.205 265);
  --blue-h: oklch(0.495 0.210 265);
  --blue-tint: oklch(0.935 0.044 267);
  --blue-mid: oklch(0.755 0.095 265);
  --blue-text: oklch(0.395 0.155 265);
  --green: oklch(0.545 0.135 150);
  --green-tint: oklch(0.947 0.034 150);
  --green-text: oklch(0.375 0.105 150);
  --amber: oklch(0.650 0.130 72);
  --red: oklch(0.555 0.180 26);
  --shadow-sm: 0 1px 2px oklch(0.240 0.035 270 / 0.07), 0 1px 1px oklch(0.240 0.035 270 / 0.03);
  --shadow-md: 0 18px 48px oklch(0.240 0.045 270 / 0.13);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: var(--text-1);
  background: var(--bg);
  scroll-behavior: smooth;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; }
html { overflow-x: clip; }
body { overflow-x: hidden; color: var(--text-1); background: var(--bg); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 9px 13px; border-radius: 7px; background: var(--text-1); color: var(--surface); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 800; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--blue); box-shadow: 0 0 14px color-mix(in oklch, var(--blue) 55%, transparent); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; will-change: transform; }

.site-header { position: relative; z-index: 100; display: flex; width: min(1240px, calc(100% - 48px)); min-height: 82px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 30px; }
.brand-link img { width: 148px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; color: var(--text-2); font-size: 0.88rem; font-weight: 650; }
.site-nav > a:not(.button) { position: relative; padding: 8px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform 220ms var(--ease); }
.site-nav > a:not(.button):hover { color: var(--text-1); }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-sign-in { margin-left: 10px; color: var(--blue-text); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--text-1); }

.button { display: inline-flex; min-height: 48px; padding: 0 20px; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--blue); border-radius: 8px; background: var(--blue); color: oklch(0.985 0.006 270); font-size: 0.9rem; font-weight: 740; box-shadow: 0 8px 24px color-mix(in oklch, var(--blue) 22%, transparent); transition: transform 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease); }
.button:hover { background: var(--blue-h); transform: translateY(-2px); box-shadow: 0 12px 30px color-mix(in oklch, var(--blue) 28%, transparent); }
.button:active { transform: scale(0.98); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 0.84rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-text); font-size: 0.9rem; font-weight: 720; }
.text-link span { transition: transform 180ms var(--ease); }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 0.84fr) minmax(540px, 1.16fr); width: min(1320px, calc(100% - 48px)); min-height: 700px; margin: 0 auto; align-items: center; gap: clamp(50px, 7vw, 110px); padding: clamp(70px, 9vw, 126px) 0 clamp(96px, 11vw, 152px); }
.hero::before { content: ""; position: absolute; top: -82px; left: -24vw; width: 58vw; height: 780px; border: 1px solid color-mix(in oklch, var(--blue) 8%, transparent); border-radius: 50%; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 600px; }
.eyebrow { display: flex; margin: 0 0 22px; align-items: center; gap: 10px; color: var(--blue-text); font-size: 0.74rem; font-weight: 790; letter-spacing: 0.095em; text-transform: uppercase; }
.eyebrow > .eyebrow-mark { display: inline-flex; width: 28px; height: 19px; padding-right: 2px; align-items: center; justify-content: center; gap: 0; border-radius: 5px; background: var(--blue); box-shadow: 0 4px 10px color-mix(in oklch, var(--blue) 20%, transparent); }
.eyebrow-mark i { width: 6px; height: 6px; flex: 0 0 6px; margin-left: -2px; border-top: 1.7px solid oklch(0.985 0.006 270); border-right: 1.7px solid oklch(0.985 0.006 270); transform: rotate(45deg); }
.eyebrow-mark i:first-child { margin-left: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(3.25rem, 5.65vw, 6.2rem); font-weight: 760; line-height: 0.96; letter-spacing: -0.063em; }
.hero-lede { max-width: 58ch; margin-bottom: 30px; color: var(--text-2); font-size: clamp(1.03rem, 1.45vw, 1.18rem); line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-facts { display: flex; margin: 31px 0 0; padding: 0; gap: 22px; color: var(--text-3); font-size: 0.76rem; font-weight: 650; list-style: none; }
.hero-facts li { display: flex; align-items: center; gap: 7px; }
.hero-facts li span { display: inline-grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--green-tint); color: var(--green-text); font-size: 0.66rem; }

.product-stage { position: relative; z-index: 2; min-width: 0; perspective: 1600px; transform: translate3d(0, var(--stage-y, 0px), 0); will-change: transform; }
.product-window { position: relative; z-index: 3; overflow: hidden; width: 730px; max-width: 100%; margin-left: auto; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); box-shadow: 0 34px 80px oklch(0.24 0.05 270 / 0.18); transform: rotateY(calc(-4deg + var(--stage-rotate, 0deg))) rotateX(1deg); transform-origin: center left; will-change: transform; }
.preview-topbar { display: grid; grid-template-columns: auto 1fr auto; height: 56px; padding: 9px 12px; align-items: center; gap: 13px; border-bottom: 1px solid var(--border-sub); background: var(--surface); }
.preview-brand { display: flex; align-items: center; gap: 7px; font-size: 0.74rem; }
.preview-brand img { width: 28px; height: 28px; border-radius: 7px; }
.preview-brand strong { letter-spacing: -0.03em; }
.preview-brand strong span { color: var(--blue); }
.preview-search { display: flex; height: 34px; padding: 0 12px; align-items: center; gap: 9px; border: 1px solid var(--border-sub); border-radius: 7px; background: var(--surface-2); color: var(--text-3); font-size: 0.68rem; }
.preview-search i { width: 9px; height: 9px; border: 1.5px solid var(--text-3); border-radius: 50%; }
.preview-add { min-width: 74px; padding: 8px 10px; border-radius: 6px; background: var(--blue); color: oklch(0.985 0.006 270); font-size: 0.68rem; font-weight: 730; text-align: center; }
.preview-body { padding: 20px; background: var(--bg); }
.preview-tabs { display: flex; height: 32px; margin-bottom: 20px; align-items: flex-start; gap: 20px; border-bottom: 1px solid var(--border); color: var(--text-3); font-size: 0.65rem; }
.preview-tabs strong { height: 32px; border-bottom: 2px solid var(--blue); color: var(--text-1); }
.preview-heading { display: flex; margin-bottom: 15px; align-items: flex-start; justify-content: space-between; }
.preview-heading h2 { margin: 0 0 3px; font-size: 1.08rem; letter-spacing: -0.04em; }
.preview-heading p { margin: 0; color: var(--text-3); font-size: 0.62rem; }
.status-pill { display: flex; padding: 5px 8px; align-items: center; gap: 5px; border: 1px solid color-mix(in oklch, var(--green) 40%, var(--border)); border-radius: 6px; background: var(--green-tint); color: var(--green-text); font-size: 0.57rem; font-weight: 730; }
.status-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.preview-metrics { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-bottom: 15px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.preview-metrics > div { padding: 11px 12px; border-right: 1px solid var(--border-sub); }
.preview-metrics > div:last-child { border-right: 0; }
.preview-metrics span { display: flex; align-items: center; gap: 5px; color: var(--text-2); font-size: 0.57rem; font-weight: 690; }
.preview-metrics strong { display: block; margin-top: 5px; font-size: 1.05rem; line-height: 1; }
.dot { width: 5px; height: 5px; border-radius: 50%; }.dot.red { background: var(--red); }.dot.amber { background: var(--amber); }.dot.blue { background: var(--blue); }.dot.green { background: var(--green); }
.preview-pipeline { display: grid; grid-template-columns: 0.78fr 1.22fr; min-height: 147px; margin-bottom: 14px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.pipeline-copy { display: flex; padding: 18px; flex-direction: column; align-items: flex-start; justify-content: center; border-right: 1px solid var(--border-sub); }
.pipeline-copy small { margin-bottom: 11px; color: var(--blue-text); font-size: 0.52rem; font-weight: 780; letter-spacing: 0.06em; }
.pipeline-copy strong { font-size: 1rem; letter-spacing: -0.035em; }
.pipeline-copy span { margin-top: 4px; color: var(--text-3); font-size: 0.58rem; }
.pipeline-bars { display: flex; padding: 20px 22px 17px; align-items: end; justify-content: space-between; gap: 10px; }
.pipeline-bars i { width: 22px; height: var(--h); min-height: 6px; border-radius: 4px 4px 2px 2px; background: color-mix(in oklch, var(--blue) 55%, var(--blue-tint)); transform: scaleY(var(--bars-scale, 1)); transform-origin: center bottom; transition: transform 900ms var(--ease); }
.pipeline-bars i.peak { background: var(--blue); box-shadow: 0 6px 14px color-mix(in oklch, var(--blue) 20%, transparent); }
.preview-reminder { display: grid; grid-template-columns: auto 1fr auto auto; padding: 10px; align-items: center; gap: 10px; border: 1px solid color-mix(in oklch, var(--amber) 45%, var(--border)); border-radius: 8px; background: var(--surface); }
.avatar { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 7px; background: var(--blue-tint); color: var(--blue-text); font-size: 0.56rem; font-weight: 780; }
.preview-reminder div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.preview-reminder strong { font-size: 0.65rem; }.preview-reminder span { color: var(--text-3); font-size: 0.54rem; }.preview-reminder .due { color: var(--red); font-weight: 720; }.preview-reminder button { padding: 6px 8px; border: 1px solid var(--border); border-radius: 5px; background: var(--surface); color: var(--text-2); font-size: 0.55rem; font-weight: 680; }
.stage-orbit { position: absolute; z-index: 0; border: 1px solid color-mix(in oklch, var(--blue) 13%, transparent); border-radius: 50%; pointer-events: none; }.orbit-one { top: -90px; right: -180px; width: 600px; height: 600px; }.orbit-two { right: -30px; bottom: -100px; width: 390px; height: 390px; }
.stage-note { position: absolute; z-index: 5; display: flex; padding: 12px 15px; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); box-shadow: var(--shadow-md); color: var(--text-2); font-size: 0.7rem; animation: float 6s var(--ease) infinite alternate; }
.stage-note span { display: flex; flex-direction: column; }.stage-note strong { color: var(--text-1); font-size: 0.73rem; }.stage-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-tint); }.note-top { top: 55px; right: -35px; }.note-bottom { bottom: -32px; left: 44px; animation-delay: -2.5s; }.note-check { display: grid !important; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--blue-tint); color: var(--blue-text); font-weight: 800; }
@keyframes float { from { transform: translateY(0); } to { transform: translateY(-7px); } }

.trust-strip { display: flex; width: 100%; min-height: 74px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); align-items: center; justify-content: space-between; gap: 28px; border-block: 1px solid var(--border-sub); background: var(--surface); color: var(--text-3); font-size: 0.67rem; font-weight: 770; letter-spacing: 0.09em; white-space: nowrap; }
.trust-strip span { display: flex; align-items: center; gap: clamp(25px, 4vw, 60px); }.trust-strip span:not(:last-child)::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-mid); }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(104px, 12vw, 170px) 0; }
.section-heading { display: grid; grid-template-columns: 0.9fr 1.1fr; margin-bottom: 68px; gap: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -26px; }
.section-heading h2, .feature-intro h2, .privacy-copy h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.7rem); font-weight: 750; line-height: 1.02; letter-spacing: -0.055em; }
.section-heading > p:last-child { align-self: end; max-width: 53ch; margin: 0; color: var(--text-2); font-size: 1.05rem; line-height: 1.7; }
.workflow-list { margin: 0; padding: 0; border-top: 1px solid var(--border); list-style: none; }
.workflow-list li { position: relative; display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; min-height: 154px; padding: 34px 12px 34px 0; align-items: start; gap: 26px; border-bottom: 1px solid var(--border); }
.workflow-list li::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform 900ms var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.workflow-list li.is-visible::after { transform: scaleX(1); }
.step-number { color: var(--blue-text); font-size: 0.73rem; font-weight: 780; letter-spacing: 0.06em; }
.workflow-list h3 { margin-bottom: 8px; font-size: 1.35rem; letter-spacing: -0.025em; }
.workflow-list p { max-width: 66ch; margin-bottom: 0; color: var(--text-2); line-height: 1.65; }
.step-tag { padding: 6px 9px; border: 1px solid var(--border); border-radius: 6px; color: var(--text-3); font-size: 0.64rem; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }

.features { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: var(--surface-2); }
.feature-intro { display: grid; grid-template-columns: 0.65fr 1.35fr; margin: 0 auto 64px; gap: 40px; }
.feature-intro .eyebrow { align-self: start; padding-top: 12px; }
.feature-primary { display: grid; grid-template-columns: 0.8fr 1.2fr; overflow: hidden; min-height: 490px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow-sm); }
.feature-copy { padding: clamp(40px, 5vw, 68px); align-self: center; }
.feature-index { display: block; margin-bottom: 30px; color: var(--blue-text); font-size: 0.66rem; font-weight: 790; letter-spacing: 0.09em; }
.feature-copy h3, .feature-secondary h3, .feature-tertiary h3 { margin-bottom: 18px; font-size: clamp(2rem, 3.2vw, 3.15rem); line-height: 1.04; letter-spacing: -0.048em; }
.feature-copy p, .feature-secondary p, .feature-tertiary p { color: var(--text-2); line-height: 1.7; }
.check-list { display: grid; margin: 30px 0 0; padding: 0; gap: 12px; color: var(--text-2); font-size: 0.87rem; list-style: none; }.check-list li::before { content: "✓"; display: inline-grid; width: 19px; height: 19px; margin-right: 10px; place-items: center; border-radius: 50%; background: var(--green-tint); color: var(--green-text); font-size: 0.65rem; font-weight: 800; }
.focus-visual { align-self: stretch; margin: 34px 0 34px 34px; padding: 34px 0 34px 34px; border: 1px solid var(--border); border-right: 0; border-radius: 12px 0 0 12px; background: var(--bg); }
.focus-header { display: flex; margin-bottom: 24px; padding-right: 34px; align-items: center; justify-content: space-between; color: var(--text-3); font-size: 0.72rem; font-weight: 730; text-transform: uppercase; letter-spacing: 0.05em; }.focus-header strong { color: var(--red); font-size: 0.66rem; }
.focus-row { display: grid; grid-template-columns: auto 1fr auto; min-height: 92px; margin-bottom: 10px; padding: 18px 22px; align-items: center; gap: 14px; border: 1px solid var(--border); border-right: 0; border-radius: 9px 0 0 9px; background: var(--surface); box-shadow: var(--shadow-sm); transform: translate3d(calc(var(--feature-drift, 0px) * var(--row-depth, 1)), 0, 0); will-change: transform; }.focus-row:nth-child(2) { --row-depth: .35; }.focus-row:nth-child(3) { --row-depth: .65; }.focus-row:nth-child(4) { --row-depth: 1; }.focus-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 9px; background: var(--blue-tint); color: var(--blue-text); font-size: 0.74rem; font-weight: 780; }.focus-row div { display: flex; flex-direction: column; }.focus-row strong { font-size: 0.88rem; }.focus-row small { margin-top: 4px; color: var(--text-3); }.focus-row b { color: var(--text-3); font-size: 0.72rem; }.focus-row.urgent { border-color: color-mix(in oklch, var(--red) 45%, var(--border)); }.focus-row.urgent b { color: var(--red); }
.feature-pair { display: grid; grid-template-columns: 1.18fr 0.82fr; margin-top: 20px; gap: 20px; }
.feature-secondary, .feature-tertiary { position: relative; overflow: hidden; min-height: 430px; padding: clamp(38px, 5vw, 62px); border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.feature-secondary { padding-bottom: 180px; }.feature-tertiary { background: var(--blue); color: oklch(0.985 0.006 270); }.feature-tertiary .feature-index, .feature-tertiary p { color: oklch(0.91 0.045 265); }
.queue-visual { position: absolute; right: -1px; bottom: -1px; left: 50px; display: flex; min-height: 116px; padding: 24px; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--border); border-radius: 10px 0 0 0; background: var(--bg); }.queue-visual div { display: flex; flex-direction: column; }.queue-visual span { color: var(--text-3); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.07em; }.queue-visual strong { margin-top: 4px; font-size: 0.9rem; }.queue-visual small { margin-top: 2px; color: var(--text-3); }.queue-visual .call-button { padding: 9px 13px; border-radius: 6px; background: var(--blue); color: oklch(0.985 0.006 270); font-size: 0.68rem; font-weight: 730; text-transform: none; letter-spacing: 0; }
.context-lines { position: absolute; right: 0; bottom: 0; left: 0; display: grid; padding: 0 0 52px 56px; gap: 17px; opacity: 0.54; transform: rotate(-8deg) translateY(10px); }.context-lines span { display: block; height: 1px; background: oklch(0.94 0.04 265); }.context-lines span:nth-child(1) { width: 82%; }.context-lines span:nth-child(2) { width: 62%; }.context-lines span:nth-child(3) { width: 88%; }.context-lines span:nth-child(4) { width: 45%; }
.feature-rail { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }.feature-rail > div { min-height: 150px; padding: 28px; border-right: 1px solid var(--border-sub); }.feature-rail > div:last-child { border-right: 0; }.feature-rail strong { display: block; margin-bottom: 9px; font-size: 0.92rem; }.feature-rail span { display: block; color: var(--text-3); font-size: 0.82rem; line-height: 1.55; }

.teams-section { position: relative; overflow: hidden; padding: clamp(110px, 12vw, 175px) max(24px, calc((100vw - 1180px) / 2)); background: oklch(0.175 0.038 270); color: oklch(0.95 0.012 270); }
.teams-section::before { content: ""; position: absolute; top: -40%; right: -15%; width: 720px; height: 720px; border: 1px solid oklch(0.72 0.1 265 / .16); border-radius: 50%; box-shadow: 0 0 0 120px oklch(0.72 0.1 265 / .025), 0 0 0 240px oklch(0.72 0.1 265 / .018); }
.teams-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(70px, 10vw, 140px); }
.teams-section .eyebrow { color: oklch(0.78 0.11 263); }
.teams-copy h2 { max-width: 10ch; margin-bottom: 28px; font-size: clamp(3rem, 5.3vw, 5.7rem); font-weight: 750; line-height: .96; letter-spacing: -.062em; }
.teams-copy > p:not(.eyebrow) { max-width: 54ch; color: oklch(0.74 0.024 270); font-size: 1.03rem; line-height: 1.7; }
.team-benefits { margin: 42px 0 36px; padding: 0; border-top: 1px solid oklch(0.9 0.02 270 / .14); list-style: none; }
.team-benefits li { display: grid; grid-template-columns: 34px 1fr; padding: 19px 0; gap: 10px; border-bottom: 1px solid oklch(0.9 0.02 270 / .14); }
.team-benefits li > span { padding-top: 2px; color: oklch(0.72 0.12 263); font-size: .68rem; font-weight: 750; }
.team-benefits strong { font-size: .88rem; }.team-benefits p { margin: 5px 0 0; color: oklch(0.67 0.024 270); font-size: .8rem; line-height: 1.55; }
.teams-link { display: inline-flex; align-items: center; gap: 10px; color: oklch(0.8 0.1 263); font-size: .88rem; font-weight: 720; }.teams-link span { transition: transform 180ms var(--ease); }.teams-link:hover span { transform: translateX(4px); }
.permission-demo { overflow: hidden; border: 1px solid oklch(0.78 0.04 270 / .2); border-radius: 16px; background: oklch(0.22 0.04 270); box-shadow: 0 35px 90px oklch(0.05 0.02 270 / .42); }
.permission-demo-head { display: flex; min-height: 76px; padding: 0 26px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid oklch(0.78 0.04 270 / .15); background: oklch(0.245 0.043 270); }
.permission-demo-head > div { display: flex; flex-direction: column; }.permission-demo-head span { color: oklch(0.62 0.025 270); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }.permission-demo-head strong { margin-top: 3px; font-size: .9rem; }
.verified-pill { display: inline-flex; min-height: 29px; padding: 0 10px; align-items: center; gap: 7px; border: 1px solid oklch(0.7 0.08 150 / .35); border-radius: 7px; background: oklch(0.29 0.055 150); color: oklch(0.8 0.08 150) !important; font-size: .59rem !important; font-weight: 730; }.verified-pill i { width: 6px; height: 6px; border-radius: 50%; background: oklch(0.7 0.12 150); }
.permission-demo-copy { padding: 28px 26px 22px; }.permission-demo-copy strong { font-size: 1.4rem; letter-spacing: -.03em; }.permission-demo-copy p { margin: 5px 0 0; color: oklch(0.64 0.025 270); font-size: .78rem; }
.permission-table-wrap { overflow-x: auto; padding: 0 26px 28px; }
.permission-table { width: 100%; min-width: 560px; border-collapse: collapse; color: oklch(0.72 0.025 270); font-size: .72rem; }
.permission-table th, .permission-table td { height: 52px; padding: 0 8px; border-bottom: 1px solid oklch(0.78 0.04 270 / .13); text-align: center; }
.permission-table thead th { height: 36px; color: oklch(0.56 0.024 270); font-size: .59rem; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.permission-table th:first-child { width: 150px; padding-left: 0; text-align: left; }.permission-table tbody th { color: oklch(0.91 0.012 270); font-size: .73rem; font-weight: 680; white-space: nowrap; }.permission-table td { color: oklch(0.43 0.02 270); }.permission-table td.yes { color: oklch(0.76 0.11 263); font-size: .9rem; font-weight: 780; }
.role-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; }.role-dot.caller { background: oklch(0.7 0.13 250); }.role-dot.notes { background: oklch(0.7 0.12 75); }.role-dot.editor { background: oklch(0.68 0.12 150); }.role-dot.admin { background: oklch(0.72 0.16 295); }
.workspace-flow { display: flex; min-height: 64px; padding: 0 26px; align-items: center; justify-content: center; gap: 13px; border-top: 1px solid oklch(0.78 0.04 270 / .14); background: oklch(0.195 0.035 270); color: oklch(0.62 0.025 270); font-size: .62rem; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }.workspace-flow i { width: 18px; height: 1px; background: oklch(0.48 0.05 270); }

.privacy-section { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.privacy-mark { position: relative; display: grid; width: min(420px, 90vw); aspect-ratio: 1; place-items: center; }
.shield { position: relative; z-index: 2; display: grid; width: 150px; height: 170px; place-items: center; border: 1px solid var(--blue-mid); border-radius: 46% 46% 52% 52% / 28% 28% 66% 66%; background: var(--surface); box-shadow: 0 22px 50px color-mix(in oklch, var(--blue) 16%, transparent); }.shield::after { content: ""; position: absolute; inset: 13px; border: 1px solid var(--border-sub); border-radius: inherit; }.shield span { display: grid; position: relative; z-index: 2; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--blue); color: oklch(0.985 0.006 270); font-size: 1.25rem; }.privacy-ring { position: absolute; border: 1px solid color-mix(in oklch, var(--blue) 17%, var(--border)); border-radius: 50%; transform: rotate(var(--ring-rotate, 0deg)); will-change: transform; }.privacy-ring::after { content: ""; position: absolute; top: 50%; left: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-mid); box-shadow: 0 0 0 5px var(--bg); }.ring-a { inset: 20%; transform: rotate(calc(var(--ring-rotate, 0deg) * -1)); }.ring-b { inset: 7%; }.ring-c { inset: -7%; transform: rotate(calc(var(--ring-rotate, 0deg) * -.55)); }
.privacy-copy h2 { margin-bottom: 24px; }.privacy-copy > p:not(.eyebrow) { max-width: 63ch; color: var(--text-2); font-size: 1.03rem; line-height: 1.72; }.privacy-points { display: grid; margin: 36px 0; border-top: 1px solid var(--border); }.privacy-points > div { display: grid; grid-template-columns: 0.7fr 1.3fr; padding: 18px 0; gap: 25px; border-bottom: 1px solid var(--border); }.privacy-points strong { font-size: 0.86rem; }.privacy-points span { color: var(--text-3); font-size: 0.84rem; }

.final-cta { position: relative; display: flex; overflow: hidden; min-height: 430px; padding: clamp(60px, 8vw, 110px) max(24px, calc((100vw - 1180px) / 2)); align-items: center; justify-content: space-between; gap: 60px; background: var(--blue); color: oklch(0.985 0.006 270); }
.cta-grid { position: absolute; inset: -80px; opacity: 0.13; background-image: linear-gradient(oklch(0.99 0.01 270) 1px, transparent 1px), linear-gradient(90deg, oklch(0.99 0.01 270) 1px, transparent 1px); background-position: var(--cta-grid-x, 0px) var(--cta-grid-y, 0px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent, black 35%, black); will-change: background-position; }
.final-cta::after { content: ""; position: absolute; right: 8%; width: 480px; height: 480px; border: 1px solid oklch(0.98 0.02 270 / 0.25); border-radius: 50%; transform: translateX(30%); }
.final-cta-copy { position: relative; z-index: 2; max-width: 760px; }.final-cta-copy p { margin-bottom: 18px; color: oklch(0.91 0.045 265); font-size: 0.68rem; font-weight: 780; letter-spacing: 0.1em; }.final-cta h2 { margin-bottom: 17px; font-size: clamp(3rem, 5vw, 5.2rem); line-height: 0.98; letter-spacing: -0.06em; }.final-cta-copy > span { color: oklch(0.92 0.035 265); font-size: 1rem; }.button-light { position: relative; z-index: 3; flex: 0 0 auto; border-color: oklch(0.985 0.006 270); background: oklch(0.985 0.006 270); color: var(--blue-text); box-shadow: 0 12px 30px oklch(0.2 0.08 265 / 0.18); }.button-light:hover { background: oklch(0.94 0.018 270); }

.site-footer { display: grid; grid-template-columns: 0.8fr 1.2fr; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 74px 0 32px; gap: 70px; }.footer-brand img { width: 132px; }.footer-brand p { max-width: 40ch; margin: 20px 0 0; color: var(--text-3); font-size: 0.84rem; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.footer-links > div { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }.footer-links strong { margin-bottom: 5px; color: var(--text-1); font-size: 0.74rem; }.footer-links a { color: var(--text-3); font-size: 0.8rem; }.footer-links a:hover { color: var(--blue-text); }.footer-bottom { display: flex; grid-column: 1 / -1; margin-top: 26px; padding-top: 24px; justify-content: space-between; border-top: 1px solid var(--border); color: var(--text-3); font-size: 0.72rem; }.footer-bottom a:hover { color: var(--blue-text); }

.cookie-notice { position: fixed; z-index: 500; right: 22px; bottom: 22px; display: grid; grid-template-columns: 1fr auto; width: min(560px, calc(100% - 44px)); padding: 18px; align-items: center; gap: 20px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); box-shadow: 0 20px 55px oklch(0.20 0.05 270 / 0.2); }.cookie-notice[hidden] { display: none; }.cookie-notice strong { display: block; font-size: 0.82rem; }.cookie-notice p { margin: 4px 0 0; color: var(--text-3); font-size: 0.76rem; line-height: 1.45; }.cookie-notice a { color: var(--blue-text); text-decoration: underline; text-underline-offset: 2px; }.cookie-notice button { min-height: 38px; padding: 0 15px; border: 0; border-radius: 7px; background: var(--blue); color: oklch(0.985 0.006 270); font-size: 0.76rem; font-weight: 730; cursor: pointer; }

@media (max-width: 760px), (pointer: coarse) {
  .nav-toggle,
  .button-small,
  .site-nav a,
  .cookie-notice button {
    min-height: 44px;
  }
}

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); transition-delay: var(--reveal-delay, 0ms); }.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 80px; }.hero-copy { max-width: 720px; }.product-stage { width: min(820px, 100%); margin: 20px auto 0; }.product-window { width: 100%; }.note-top { right: -10px; }.section-heading { grid-template-columns: 1fr 1fr; }.feature-rail { grid-template-columns: repeat(2, 1fr); }.feature-rail > div:nth-child(2) { border-right: 0; }.feature-rail > div:nth-child(-n+2) { border-bottom: 1px solid var(--border-sub); }
}

@media (max-width: 780px) {
  .site-header { width: min(100% - 32px, 1180px); min-height: 72px; }.brand-link img { width: 132px; }.nav-toggle { display: block; }.site-nav { position: absolute; top: 64px; right: 0; left: 0; display: none; padding: 18px; align-items: stretch; flex-direction: column; gap: 5px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); box-shadow: var(--shadow-md); }.site-nav.is-open { display: flex; }.site-nav a { padding: 10px 12px !important; }.site-nav .nav-sign-in { margin-left: 0; }.site-nav .button { margin-top: 5px; }
  .hero { grid-template-columns: minmax(0, 1fr); width: calc(100% - 32px); padding: 70px 0 104px; gap: 60px; }.hero::before { display: none; }h1 { font-size: clamp(3.15rem, 15vw, 5.2rem); }.hero-actions, .hero-facts { align-items: flex-start; flex-direction: column; }.hero-facts { gap: 10px; }.product-window, .product-stage { transform: none; }.stage-note { display: none; }.preview-topbar { grid-template-columns: auto 1fr; }.preview-add { display: none; }.preview-body { padding: 14px; }.preview-metrics > div { padding: 9px 7px; }.preview-metrics span { font-size: 0.5rem; }.preview-metrics strong { font-size: 0.9rem; }.preview-pipeline { grid-template-columns: 1fr; }.pipeline-copy { border-right: 0; border-bottom: 1px solid var(--border-sub); }.pipeline-bars { min-height: 120px; }.preview-reminder { grid-template-columns: auto 1fr auto; }.preview-reminder button { display: none; }
  .trust-strip { overflow-x: auto; justify-content: flex-start; padding: 0 24px; }.section { width: calc(100% - 32px); padding: 104px 0; }.section-heading, .feature-intro { grid-template-columns: 1fr; gap: 25px; }.section-heading .eyebrow { margin-bottom: 0; }.workflow-list li { grid-template-columns: 54px 1fr; padding-right: 0; }.step-tag { display: none; }.features { width: 100%; padding-inline: 16px; }.feature-primary, .feature-pair { grid-template-columns: 1fr; }.feature-primary { min-height: 0; }.focus-visual { margin: 0 0 28px 28px; }.feature-tertiary { min-height: 360px; }.feature-rail { grid-template-columns: 1fr; }.feature-rail > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border-sub); }.feature-rail > div:last-child { border-bottom: 0; }.privacy-section { grid-template-columns: 1fr; gap: 60px; }.privacy-mark { margin: 0 auto; }.privacy-points > div { grid-template-columns: 1fr; gap: 5px; }.final-cta { min-height: 530px; align-items: flex-start; flex-direction: column; justify-content: center; }.site-footer { grid-template-columns: 1fr; gap: 50px; }.footer-links { grid-template-columns: repeat(2, 1fr); }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }.preview-brand strong, .preview-search span { display: none; }.preview-topbar { grid-template-columns: auto 1fr; }.preview-metrics span { gap: 2px; }.preview-metrics .dot { display: none; }.preview-heading h2 { font-size: 0.95rem; }.focus-visual { padding: 22px 0 22px 18px; }.focus-row { grid-template-columns: auto 1fr; padding: 13px; }.focus-row b { display: none; }.feature-secondary, .feature-tertiary, .feature-copy { padding: 34px 25px; }.feature-secondary { padding-bottom: 170px; }.queue-visual { left: 20px; padding: 18px; }.cookie-notice { grid-template-columns: 1fr; right: 12px; bottom: 12px; width: calc(100% - 24px); }.cookie-notice button { width: 100%; }.footer-links { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }.stage-note { animation: none; }.product-stage, .product-window, .focus-row, .privacy-ring { transform: none; }.js .reveal { opacity: 1; transform: none; transition: none; }*, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* Apple-inspired product storytelling: restrained material, scale, and sticky pacing. */
.site-header { position: sticky; top: 0; width: 100%; min-height: 64px; padding-inline: max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid color-mix(in oklch, var(--border-sub) 72%, transparent); background: color-mix(in oklch, var(--bg) 76%, transparent); backdrop-filter: blur(22px) saturate(160%); -webkit-backdrop-filter: blur(22px) saturate(160%); }

.hero { display: block; min-height: 0; padding: clamp(92px, 11vw, 160px) 0 clamp(120px, 13vw, 190px); }
.hero-copy { max-width: 1040px; margin: 0 auto; text-align: center; }
.hero-copy .eyebrow { justify-content: center; }
h1 { max-width: 1040px; margin: 0 auto 28px; font-size: clamp(4rem, 8vw, 7.9rem); line-height: 0.92; letter-spacing: -0.071em; }
.hero-lede { max-width: 62ch; margin: 0 auto 32px; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.62; }
.hero-actions, .hero-facts { justify-content: center; }
.product-stage, .js .product-stage.reveal.is-visible { width: min(1120px, 100%); margin: clamp(82px, 9vw, 124px) auto 0; opacity: var(--stage-opacity, 1); transform: translate3d(0, var(--stage-y, 0px), 0) scale(var(--stage-scale, 1)); transform-origin: center top; will-change: transform, opacity; }
.product-window { width: 100%; margin-inline: auto; border-radius: 16px; box-shadow: 0 44px 110px oklch(0.24 0.05 270 / 0.2); transform: rotateX(var(--stage-tilt, 0deg)); transform-origin: center top; }
.stage-note { animation: none; border-color: color-mix(in oklch, var(--border) 72%, transparent); border-radius: 11px; background: color-mix(in oklch, var(--surface) 80%, transparent); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); }
.note-top { top: 62px; transform: translate3d(0, var(--note-top-y, 0px), 0); }
.note-bottom { transform: translate3d(0, var(--note-bottom-y, 0px), 0); }

.workflow { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(60px, 9vw, 128px); }
.workflow .section-heading { position: sticky; top: 118px; display: block; margin: 0; }
.workflow .section-heading .eyebrow { margin-bottom: 24px; }
.workflow .section-heading h2 { margin-bottom: 24px; }
.workflow .section-heading > p:last-child { max-width: 46ch; }
.workflow-list li { grid-template-columns: 62px minmax(0, 1fr) auto; min-height: min(44vh, 360px); padding: clamp(40px, 7vh, 70px) 12px clamp(40px, 7vh, 70px) 0; align-content: center; gap: 24px; }

@media (max-width: 1080px) {
  .hero-copy { max-width: 900px; }.product-stage { width: min(920px, 100%); margin-top: 96px; }.workflow { grid-template-columns: minmax(270px, .7fr) 1.3fr; }
}

@media (max-width: 780px) {
  .site-header { min-height: 60px; padding-inline: 16px; }.site-nav { top: 60px; right: 12px; left: 12px; background: color-mix(in oklch, var(--surface) 94%, transparent); backdrop-filter: blur(22px) saturate(160%); -webkit-backdrop-filter: blur(22px) saturate(160%); }
  .hero { padding: 84px 0 112px; }.hero h1 { font-size: clamp(3.35rem, 16vw, 5.4rem); }.hero-actions, .hero-facts { align-items: center; }.hero-facts { justify-content: center; }.product-stage, .js .product-stage.reveal.is-visible { margin-top: 76px; opacity: 1; transform: none; }
  .workflow { display: block; }.workflow .section-heading { position: static; margin-bottom: 50px; }.workflow-list li { grid-template-columns: 54px 1fr; min-height: 0; padding: 42px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .product-stage, .js .product-stage.reveal.is-visible, .product-window, .note-top, .note-bottom { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header, .site-nav, .stage-note { background: var(--surface); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  .site-header, .site-nav, .stage-note { border-color: var(--text-2); background: var(--surface); }
}

@media (max-width: 900px) {
  .teams-inner { grid-template-columns: 1fr; gap: 65px; }
  .teams-copy h2 { max-width: 12ch; }
}

@media (max-width: 780px) {
  .teams-section { padding-inline: 16px; }
  .permission-demo-head { padding-inline: 18px; }
  .permission-demo-copy { padding-inline: 18px; }
  .permission-table-wrap { padding-inline: 18px; }
  .workspace-flow { padding-inline: 18px; gap: 8px; font-size: .55rem; }
}

@media (max-width: 480px) {
  .teams-copy h2 { font-size: clamp(2.9rem, 14vw, 4.3rem); }
  .permission-demo-head { align-items: flex-start; padding-block: 16px; flex-direction: column; gap: 10px; }
  .permission-table { min-width: 0; table-layout: fixed; font-size: .65rem; }
  .permission-table th, .permission-table td { padding-inline: 2px; }
  .permission-table th:first-child { width: 108px; }
  .permission-table thead th { font-size: .49rem; letter-spacing: .025em; }
  .permission-table tbody th { font-size: .64rem; }
  .role-dot { margin-right: 5px; }
  .workspace-flow i { width: 9px; }
}
