:root {
  color-scheme: light;
  --coral: #f04436;
  --coral-deep: #e73d31;
  --ink: #0d0e10;
  --paper: #faf8f4;
  --white: #fff;
  --muted: #646466;
  --line: #dedbd5;
  --green: #2dcc60;
}

* { box-sizing: border-box; }

html { scroll-behavior: auto; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
p, h1, h2, h3, figure { margin-top: 0; }

.shell {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  padding: 24px 0;
  background: var(--paper);
}

.nav,
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1.34rem, 1.45vw, 1.6rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.brand img {
  width: clamp(42px, 3.6vw, 52px);
  height: clamp(42px, 3.6vw, 52px);
  border-radius: 11px;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a {
  font-size: 1rem;
  font-weight: 510;
  text-decoration: none;
}

.nav-cta,
.button {
  border-radius: 12px;
  color: var(--white);
  background: var(--coral);
  font-weight: 680;
  text-decoration: none;
}

.nav-links .nav-cta { padding: 12px 20px; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 44px 0;
  overflow: visible;
}

.hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -94px;
  bottom: 0;
  left: 0;
  content: "";
  background: url("/assets/hero-presenter-wide.png") calc(100% - 92px) bottom / auto 106% no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(52%, 590px);
  transform: none;
}

h1,
h2 {
  letter-spacing: -0.065em;
  line-height: 0.97;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(4.5rem, 7.3vw, 7.2rem);
  font-weight: 760;
}

.hero-tagline {
  max-width: 560px;
  margin-bottom: 24px;
  color: #454548;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.hero-lede {
  max-width: 540px;
  margin-bottom: 38px;
  color: #474749;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.button { display: inline-flex; align-items: center; gap: 14px; padding: 15px 23px; }
.button > span { font-size: 1.15em; line-height: 1; transition: transform 160ms ease; }
.button:hover > span { transform: translateX(3px); }
.play-link { display: inline-flex; align-items: center; gap: 10px; font-size: 0.94rem; text-decoration: none; }

.play-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d8d4ce;
  border-radius: 50%;
  font-size: 0.72rem;
}

.hero-presenter { display: none; }

.device-pair {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(13px, 1.5vw, 24px);
}

.device {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  margin: 0;
  border: 7px solid #17181a;
  background: #111;
  box-shadow: 0 32px 60px rgb(33 27 21 / 20%), 0 2px 6px rgb(33 27 21 / 20%);
}

.device img { width: 100%; height: 100%; object-fit: cover; }

.ipad-device {
  width: min(76%, 575px);
  aspect-ratio: 0.695;
  border-radius: 34px;
}

.hero-ipad {
  z-index: 2;
  transform: rotate(2.5deg);
}

.hero-ipad img { object-position: center; }

.phone-device {
  width: min(100%, 160px);
  aspect-ratio: 0.46;
  border-width: 5px;
  border-radius: 31px;
}

.hero-phone {
  z-index: 3;
  transform: rotate(1.5deg);
}

.listener-device {
  display: flex;
  width: min(21%, 170px);
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding-bottom: clamp(20px, 4vw, 52px);
}

.connection-chip {
  position: relative;
  z-index: 5;
  display: flex;
  width: max-content;
  max-width: 190px;
  align-items: center;
  gap: 10px;
  padding: 10px 13px 10px 10px;
  border: 1px solid #dedbd5;
  border-radius: 14px;
  color: #2e2f31;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 14px 34px rgb(33 27 21 / 14%);
  backdrop-filter: blur(14px);
}

.connection-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: var(--coral);
  background: rgb(240 68 54 / 9%);
}

.connection-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.connection-copy { display: grid; gap: 2px; white-space: nowrap; }
.connection-copy small { color: #77777a; font-size: 0.68rem; line-height: 1.2; }
.connection-copy strong { display: inline-flex; align-items: center; gap: 6px; font-size: 0.76rem; line-height: 1.2; }
.connection-copy strong > span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgb(45 204 96 / 12%); }

.camera-dot,
.phone-speaker {
  position: absolute;
  z-index: 5;
  top: 7px;
  left: 50%;
  background: #050505;
  transform: translateX(-50%);
}

.camera-dot { width: 6px; height: 6px; border-radius: 50%; }
.phone-speaker { width: 48%; height: 18px; border-radius: 999px; }

.detour {
  overflow: hidden;
  color: var(--white);
  background: var(--coral);
}

.detour-inner {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: center;
  gap: clamp(48px, 5vw, 78px);
  min-height: 650px;
  padding-top: 58px;
  padding-bottom: 72px;
}

.eyebrow {
  margin-bottom: 19px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light { color: currentColor; }

.made-for-ipad h2,
.privacy-strip h2 {
  margin-bottom: 25px;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.detour h2 {
  margin-bottom: 25px;
  font-size: clamp(3.25rem, 4.05vw, 4.35rem);
}

.detour h2 span {
  display: block;
  white-space: nowrap;
}

.detour-copy > p:last-child {
  max-width: 390px;
  color: rgb(255 255 255 / 84%);
  font-size: 1.02rem;
  line-height: 1.7;
}

.detour-demo {
  position: relative;
  display: grid;
  grid-template-columns: minmax(80px, 0.85fr) minmax(340px, 410px) minmax(105px, 1.15fr);
  align-items: center;
  min-height: 510px;
}

.detour-callout {
  position: relative;
  z-index: 1;
  height: 250px;
}

.callout-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.5;
}

.callout-line .arrow { stroke-width: 3; }
.callout-line-mobile { display: none; }

.script-card {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 470px;
  padding: 56px 46px;
  border-radius: 14px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 24px 50px rgb(107 23 17 / 25%);
}

.script-card p { margin-bottom: 30px; font-size: 1.1rem; line-height: 1.46; }
.script-muted { color: #aaa7a4; }
.script-current { position: relative; font-weight: 660; }
.cue-triangle { position: absolute; top: 2px; left: -50px; color: var(--coral); }

.rejoin-dot {
  position: absolute;
  top: 51%;
  right: -10px;
  width: 20px;
  height: 20px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: var(--coral);
}

.scribble {
  position: absolute;
  z-index: 2;
  color: var(--white);
  font-family: "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 1.52rem;
  font-weight: 680;
  transform: rotate(-8deg);
}

.callout-question .scribble { right: 12%; bottom: 13%; white-space: nowrap; }
.callout-return .scribble { top: 4%; left: 12%; white-space: nowrap; transform: rotate(-6deg); }

.present-mode {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(52px, 8vw, 132px);
  min-height: 710px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.present-mode-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 5.15vw, 5.4rem);
}

.present-mode-copy > p:last-child {
  max-width: 410px;
  margin-bottom: 0;
  color: #555557;
  font-size: 1.05rem;
  line-height: 1.7;
}

.present-device {
  position: relative;
  margin: 0;
  padding: 11px;
  border: 3px solid #303134;
  border-radius: 30px;
  background: #121315;
  box-shadow: 0 32px 70px rgb(33 27 21 / 20%);
  transform: rotate(1deg);
}

.present-camera {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 50%;
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: #060607;
  transform: translateX(-50%);
}

.present-screen {
  position: relative;
  display: flex;
  min-height: 400px;
  aspect-ratio: 1.58;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 28px 20px;
  overflow: hidden;
  border-radius: 19px;
  color: #a8a9ad;
  background: #0c0d0f;
}

.present-topbar,
.present-controls { display: flex; align-items: center; justify-content: space-between; color: #77787d; font-size: 0.69rem; font-weight: 650; }
.present-topbar span:nth-child(2) { color: #d1d2d5; }
.prompt-lines { display: grid; gap: clamp(13px, 1.7vw, 20px); width: min(89%, 610px); margin: auto; }
.prompt-lines span { display: block; width: 100%; height: clamp(10px, 1.35vw, 15px); border-radius: 99px; background: #777980; opacity: .82; }
.prompt-lines .short { width: 58%; }
.prompt-lines .medium { width: 78%; }
.prompt-lines .current { position: relative; width: calc(100% + 34px); height: clamp(22px, 2.2vw, 28px); margin-left: -17px; border-radius: 0; background: transparent; }
.prompt-lines .current::before { position: absolute; top: 50%; right: 0; left: 0; height: 2px; content: ""; background: var(--coral); transform: translateY(-50%); }
.prompt-lines .current i { position: absolute; top: 0; left: 0; width: 5px; height: 100%; border-radius: 4px; background: var(--coral); }
.prompt-lines .current b { position: absolute; top: 50%; left: 20px; width: 76%; height: clamp(10px, 1.35vw, 15px); border-radius: 99px; background: #f1f1f1; transform: translateY(-50%); }
.present-controls .pause { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: white; background: var(--coral); font-size: 0.78rem; }
.present-device figcaption { margin-top: 18px; color: #77777a; font-size: .82rem; text-align: center; }

@media (max-width: 1200px) {
  .detour-callout .scribble { font-size: 1.08rem; }
  .callout-return .scribble { right: 0; left: auto; }
}

.made-for-ipad {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: clamp(48px, 4vw, 70px);
  min-height: 760px;
  padding-top: 105px;
  padding-bottom: 105px;
}

.product-lede {
  margin-bottom: 44px;
  color: #555557;
  font-size: 1.02rem;
  line-height: 1.65;
}

.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

.mini-feature {
  min-height: 148px;
  padding: 17px;
  border: 1px solid #e0dcd5;
  border-radius: 16px;
  background: #f5f2ed;
}

.feature-icon {
  display: grid;
  width: 39px;
  height: 39px;
  margin-bottom: 14px;
  place-items: center;
  border: 1px solid var(--coral);
  border-radius: 8px;
  color: var(--coral);
}

.feature-icon svg,
.privacy-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-feature h3 { margin-bottom: 6px; font-size: 0.98rem; line-height: 1.25; }
.mini-feature p { margin-bottom: 0; color: #69696b; font-size: 0.84rem; line-height: 1.48; }

.editor-device {
  overflow: hidden;
  padding: 9px;
  border: 2px solid #363638;
  border-radius: 32px;
  background: #151517;
  box-shadow: 0 32px 65px rgb(33 27 21 / 18%);
  transform: rotate(-0.5deg);
}

.editor-screen {
  display: grid;
  grid-template-columns: 28% 72%;
  overflow: hidden;
  aspect-ratio: 1.48;
  border-radius: 23px;
  background: var(--white);
  font-size: clamp(0.54rem, 0.72vw, 0.78rem);
}

.editor-sidebar { padding: 26px 19px; border-right: 1px solid #e4e4e5; background: #f7f7f8; }
.editor-sidebar-head { display: flex; justify-content: space-between; margin-bottom: 28px; font-size: 1.15em; }
.editor-sidebar-head span { color: var(--coral); font-size: 1.55em; line-height: 1; }
.editor-label { margin-bottom: 10px; color: #8f8f91; }
.script-row { display: grid; gap: 2px; padding: 11px 12px; border-radius: 10px; }
.script-row.active { color: var(--coral); background: #e7e7e9; }
.script-row small { color: #a1a1a3; }

.editor-main { position: relative; min-width: 0; }
.editor-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 20px; border-bottom: 1px solid #dddde0; }
.editor-toolbar > div { display: flex; gap: 7px; align-items: center; }
.editor-actions { display: flex; align-items: center; gap: 7px; }
.text-size-pill { display: grid; min-width: 32px; height: 30px; padding: 0 8px; place-items: center; border: 1px solid #d7d7da; border-radius: 8px; background: #f7f7f8; font-weight: 650; }
.present-pill { padding: 8px 15px; border-radius: 999px; color: var(--white); background: var(--coral); }

.editor-document { padding: 26px 28px 45px; font-size: 1.12em; }
.editor-document h3 { margin-bottom: 28px; font-size: 1.55em; font-weight: 520; }
.editor-document p { max-width: 540px; margin-bottom: 22px; line-height: 1.42; }
.editor-status { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 20px; border-top: 1px solid #e0e0e1; color: #87878a; }
.editor-ready,
.editor-meta { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.editor-ready > span:first-child { font-size: 1.15em; }
.editor-more { display: grid; width: 2.05em; height: 2.05em; place-items: center; border: 1px solid #d4d4d7; border-radius: 50%; color: #747477; font-size: 0.78em; letter-spacing: -0.13em; line-height: 1; }

.meeting-use-cases {
  padding: 105px 0;
  border-top: 1px solid #e2ded8;
  background: #f3f0eb;
}

.meeting-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(65px, 8vw, 120px);
}

.meeting-use-cases h2 { max-width: 560px; margin-bottom: 28px; font-size: clamp(3rem, 4.6vw, 4.9rem); }
.meeting-lede { max-width: 570px; margin-bottom: 28px; color: #444447; font-size: 1.05rem; line-height: 1.7; }
.meeting-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 25px; padding: 0; list-style: none; }
.meeting-platforms li { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid #ddd8d1; border-radius: 999px; background: rgb(255 255 255 / 72%); font-size: 0.84rem; font-weight: 650; }
.meeting-platforms li > span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgb(240 68 54 / 10%); }

.meeting-solution {
  padding: 34px;
  border: 1px solid #ded8d0;
  border-radius: 26px;
  background: rgb(250 248 244 / 85%);
  box-shadow: 0 24px 55px rgb(58 48 38 / 9%);
}

.solution-kicker { margin-bottom: 24px; color: #77777a; font-size: 0.76rem; font-weight: 760; letter-spacing: 0.12em; text-transform: uppercase; }
.meeting-flow { display: grid; grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr); align-items: center; }
.flow-step { position: relative; min-width: 0; min-height: 178px; padding: 18px 15px; border: 1px solid #e3ded7; border-radius: 18px; background: var(--white); }
.flow-icon { display: grid; width: 42px; height: 42px; margin-bottom: 27px; place-items: center; border-radius: 13px; color: var(--coral); background: rgb(240 68 54 / 9%); }
.flow-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.flow-step p { margin-bottom: 4px; color: #7a7a7d; font-size: 0.74rem; line-height: 1.35; }
.flow-step strong { display: block; font-size: 0.9rem; line-height: 1.3; }
.flow-problem .flow-icon { color: #a95b53; background: #f3e6e2; }
.flow-listener .flow-icon { color: #1d9a50; background: #e6f5eb; }
.flow-arrow { color: var(--coral); font-size: 1.3rem; text-align: center; }
.meeting-note { margin: 24px 0 0; color: #6b6b6e; font-size: 0.9rem; line-height: 1.6; }
.meeting-note strong { color: #2e2f31; }

.privacy-strip { color: var(--white); background: var(--ink); }

.privacy-grid {
  display: grid;
  grid-template-columns: 1.65fr repeat(4, 1fr);
  min-height: 380px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.privacy-heading { padding-right: 20px; }
.privacy-strip h2 { margin-bottom: 15px; font-size: clamp(2.4rem, 3.7vw, 4rem); }
.privacy-heading > p:last-child { color: #b4b4b6; }

.privacy-item {
  padding: 11px 28px;
  border-left: 1px solid #343438;
}

.privacy-item > span { display: block; margin-bottom: 34px; color: var(--coral); }
.privacy-item .privacy-icon svg { width: 28px; height: 28px; stroke-width: 1.7; }
.privacy-item h3 { margin-bottom: 10px; font-size: 1rem; }
.privacy-item p { margin-bottom: 0; color: #a8a8ab; font-size: 0.84rem; line-height: 1.55; }

.pricing {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 420px);
  align-items: center;
  gap: clamp(60px, 11vw, 180px);
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-copy h2 { margin-bottom: 24px; font-size: clamp(3.4rem, 5.3vw, 5.8rem); }
.pricing-copy > p:last-child { max-width: 520px; margin-bottom: 0; color: #555557; font-size: 1.08rem; line-height: 1.7; }
.price-card { padding: 38px; border: 1px solid #d8d3cc; border-radius: 24px; background: var(--white); box-shadow: 0 20px 50px rgb(33 27 21 / 9%); }
.price-label { margin-bottom: 12px; color: var(--coral); font-size: 0.78rem; font-weight: 780; letter-spacing: 0.13em; text-transform: uppercase; }
.price { margin-bottom: 0; font-size: clamp(4.6rem, 6vw, 5.6rem); font-weight: 760; letter-spacing: -0.075em; line-height: 0.92; }
.price-detail { margin: 13px 0 28px; color: #69696b; font-size: 0.93rem; }
.price-card ul { display: grid; gap: 12px; margin: 0; padding: 25px 0; border-top: 1px solid #e4e0da; border-bottom: 1px solid #e4e0da; list-style: none; }
.price-card li { color: #343438; font-size: 0.94rem; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--coral); font-weight: 800; }
.price-button { display: block; margin-top: 22px; padding: 15px 18px; border-radius: 13px; color: var(--white); background: var(--coral); font-size: 0.93rem; font-weight: 720; text-align: center; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.price-button:hover { background: var(--coral-deep); transform: translateY(-1px); }
.price-button:focus-visible { outline: 3px solid rgb(240 68 54 / 30%); outline-offset: 3px; }

.site-footer { padding: 48px 0 56px; background: var(--paper); }
.home-footer { padding: 58px 0 0; }

.home-footer .footer-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.7fr;
  align-items: start;
  gap: clamp(52px, 7vw, 105px);
}

.footer-brand p { max-width: 260px; margin: 17px 0 0; color: #717174; font-size: 0.9rem; line-height: 1.55; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 42px; }
.footer-column { display: grid; align-content: start; gap: 12px; font-size: 0.86rem; }
.footer-column strong { margin-bottom: 5px; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: #68686b; text-decoration: none; }
.footer-column a:hover,
.footer-consent-button:hover { color: var(--coral); }
.footer-consent-button { width: fit-content; padding: 0; border: 0; color: #68686b; background: transparent; font: inherit; text-align: left; cursor: pointer; }

.footer-signoff { justify-self: end; min-width: 190px; }
.footer-kicker { display: inline-flex; align-items: center; gap: 8px; color: #6f6f72; font-size: 0.72rem; font-weight: 720; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-kicker > span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgb(240 68 54 / 10%); }
.footer-signoff p { margin: 17px 0 0; font-size: 1.55rem; font-weight: 720; letter-spacing: -0.045em; line-height: 1.08; }

.footer-base { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 50px; padding-top: 21px; padding-bottom: 24px; border-top: 1px solid #dedad4; }
.footer-base p { margin: 0; color: #858588; font-size: 0.78rem; }

/* Consent */
.consent-banner {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
  padding: 22px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 20px;
  color: var(--white);
  background: rgb(14 15 17 / 96%);
  box-shadow: 0 24px 70px rgb(0 0 0 / 30%);
  backdrop-filter: blur(18px);
}

.consent-banner[hidden] { display: none; }
.consent-copy { padding-right: 28px; }
.consent-label { margin-bottom: 7px; color: #ff756a; font-size: 0.68rem; font-weight: 780; letter-spacing: 0.14em; text-transform: uppercase; }
.consent-copy h2 { margin-bottom: 8px; font-size: 1.45rem; letter-spacing: -0.04em; line-height: 1.1; }
.consent-copy p { max-width: 590px; margin: 0; color: #b7b7ba; font-size: 0.86rem; line-height: 1.55; }
.consent-copy a { color: var(--white); text-underline-offset: 3px; }
.consent-actions { display: flex; align-items: center; gap: 10px; }
.consent-button { min-height: 44px; padding: 0 16px; border: 1px solid #3d3e42; border-radius: 11px; color: var(--white); background: #242529; font: inherit; font-size: 0.84rem; font-weight: 680; cursor: pointer; white-space: nowrap; }
.consent-button-primary { border-color: var(--coral); background: var(--coral); }
.consent-button:hover { transform: translateY(-1px); }
.consent-button:focus-visible,
.footer-consent-button:focus-visible { outline: 3px solid rgb(240 68 54 / 35%); outline-offset: 3px; }

/* Legal pages */
.legal-page { background: var(--paper); }
.legal-page .site-header { color: var(--white); background: var(--ink); }
.legal-page .nav-links a { color: #b0b0b2; }
.legal-page .nav-links [aria-current="page"] { color: var(--white); }
.legal { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0 120px; }
.legal h1 { margin-bottom: 18px; font-size: clamp(3.5rem, 8vw, 6rem); letter-spacing: -0.06em; line-height: 0.98; }
.updated { margin-bottom: 64px; color: #77777a; }
.legal h2 { margin: 48px 0 12px; font-size: 1.45rem; letter-spacing: -0.03em; line-height: 1.15; }
.legal p, .legal li { color: #535459; font-size: 1.02rem; }
.legal a { text-decoration-color: rgb(240 68 54 / 45%); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-contact { margin-top: 56px; padding: 28px 30px; border: 1px solid #ddd8d1; border-radius: 18px; background: #f3f0eb; }
.legal-contact h2 { margin-top: 0; }
.legal-contact p:last-child { margin-bottom: 0; }
.support-checklist { margin: 18px 0 28px; padding-left: 1.25rem; }
.support-checklist li + li { margin-top: 8px; }
.legal-page .site-footer { color: var(--white); background: var(--ink); }
.legal-page .footer-links a { color: #aaa; text-decoration: none; }

@media (max-width: 980px) {
  .hero { min-height: 0; padding: 62px 0 76px; }
  .hero-copy { width: 100%; max-width: 620px; transform: none; }
  .hero::before { display: none; }
  .hero-presenter { display: none; }
  .ipad-device { width: 72%; }
  .listener-device { width: 23%; padding-bottom: 24px; }
  .connection-chip { gap: 8px; padding: 8px 10px 8px 8px; }
  .connection-icon { width: 30px; height: 30px; }
  .connection-copy small { display: none; }
  .detour-inner { grid-template-columns: 1fr; gap: 28px; padding-top: 72px; padding-bottom: 65px; }
  .detour-copy > p:last-child { max-width: 610px; }
  .detour-demo { grid-template-columns: minmax(55px, 0.8fr) minmax(280px, 320px) minmax(80px, 1.2fr); width: min(100%, 720px); justify-self: center; }
  .script-card { min-height: 390px; padding: 43px 36px; }
  .made-for-ipad { grid-template-columns: 1fr; }
  .present-mode { grid-template-columns: 0.8fr 1.2fr; gap: 48px; min-height: 620px; }
  .product-copy { display: grid; grid-template-columns: 0.8fr 1.2fr; column-gap: 50px; }
  .product-copy .eyebrow { grid-column: 1; }
  .product-copy h2 { grid-column: 1; }
  .product-lede, .feature-list { grid-column: 2; }
  .product-lede { grid-row: 2; }
  .feature-list { grid-row: 3 / span 2; }
  .privacy-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-heading { grid-column: 1 / -1; margin-bottom: 45px; }
  .privacy-item { min-height: 190px; }
  .pricing { grid-template-columns: 1fr; gap: 40px; }
  .price-card { width: min(100%, 430px); }
  .meeting-grid { grid-template-columns: 1fr; gap: 48px; }
  .meeting-lede { max-width: 680px; }
  .meeting-solution { max-width: 760px; }
}

@media (max-width: 860px) {
  .hero { min-height: 0; padding: 62px 0 76px; }
  .hero-copy { width: 100%; max-width: 620px; transform: none; }
  .hero-presenter { display: none; }
  .hero-presenter img { object-position: center; }
  .device-pair { gap: 12px; }
  .ipad-device { width: 72%; }
  .listener-device { width: 23%; padding-bottom: 22px; }
  .detour-inner { grid-template-columns: 1fr; gap: 28px; padding-top: 72px; padding-bottom: 65px; }
  .detour-copy > p:last-child { max-width: 610px; }
  .detour-demo { width: min(100%, 720px); justify-self: center; }
  .present-mode { grid-template-columns: 1fr; gap: 45px; min-height: 0; padding-top: 82px; padding-bottom: 82px; }
  .present-mode-copy { max-width: 570px; }
}

@media (max-width: 740px) {
  .shell { width: min(100% - 32px, 1220px); }
  .site-header { padding: 17px 0; }
  .brand { font-size: 1.08rem; }
  .brand img { width: 34px; height: 34px; border-radius: 9px; }
  .nav-links { gap: 17px; }
  .nav-links a { font-size: 0.82rem; }
  .nav-links .nav-cta { display: none; }
  .hero { min-height: 0; padding: 62px 0 70px; }
  .hero-copy { transform: none; }
  h1 { font-size: clamp(4rem, 18vw, 5.6rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { gap: 18px; }
  .hero-presenter { min-height: 410px; margin-top: 30px; }
  .device-pair { gap: 11px; }
  .ipad-device { width: 70%; }
  .listener-device { width: 24%; padding-bottom: 18px; }
  .detour-demo { grid-template-columns: 1fr 1fr; grid-template-rows: auto 112px; min-height: 0; }
  .script-card { grid-column: 1 / -1; grid-row: 1; width: min(320px, calc(100% - 70px)); justify-self: center; }
  .detour-callout { grid-row: 2; width: 100%; height: 112px; }
  .callout-question { grid-column: 1; }
  .callout-return { grid-column: 2; }
  .callout-line-desktop { display: none; }
  .callout-line-mobile { display: block; }
  .callout-question .scribble { right: auto; bottom: 3px; left: 0; }
  .callout-return .scribble { top: auto; right: 0; bottom: 3px; left: auto; }
  .made-for-ipad { gap: 55px; padding-top: 78px; padding-bottom: 78px; }
  .present-mode { gap: 35px; padding-top: 70px; padding-bottom: 70px; }
  .present-mode-copy h2 { font-size: clamp(3.2rem, 13vw, 4.6rem); }
  .present-screen { min-height: 0; padding: 16px 17px; border-radius: 13px; }
  .present-device { padding: 7px; border-radius: 20px; }
  .present-camera { top: 3px; width: 35px; height: 4px; }
  .present-device figcaption { margin-top: 13px; font-size: .74rem; }
  .product-copy { display: block; }
  .feature-list { grid-template-columns: 1fr; }
  .mini-feature { display: grid; grid-template-columns: 42px 1fr; min-height: 0; column-gap: 14px; }
  .mini-feature .feature-icon { grid-row: 1; margin-bottom: 0; }
  .editor-device { width: 100%; transform: none; }
  .editor-screen { grid-template-columns: 1fr; aspect-ratio: 0.82; font-size: 0.68rem; }
  .editor-sidebar { display: none; }
  .editor-toolbar { min-height: 58px; }
  .editor-document { padding: 25px 24px 52px; font-size: 1.15em; }
  .editor-document h3 { margin-bottom: 24px; }
  .editor-document p { margin-bottom: 20px; }
  .editor-status { bottom: 4px; padding: 9px 16px; }
  .ready-label { display: none; }
  .meeting-use-cases { padding: 74px 0; }
  .meeting-grid { grid-template-columns: 1fr; gap: 28px; }
  .meeting-solution { padding: 24px; border-radius: 22px; }
  .meeting-flow { grid-template-columns: 1fr; gap: 11px; }
  .flow-step { display: grid; grid-template-columns: 48px 1fr; min-height: 0; column-gap: 14px; padding: 15px; }
  .flow-icon { grid-row: 1 / span 2; margin-bottom: 0; }
  .flow-step p { align-self: end; }
  .flow-step strong { align-self: start; }
  .flow-arrow { line-height: 1; transform: rotate(90deg); }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-heading { margin-bottom: 25px; }
  .privacy-item { min-height: 0; padding: 25px 0; border-top: 1px solid #343438; border-left: 0; }
  .privacy-item > span { display: inline-block; width: 48px; margin-bottom: 0; vertical-align: top; }
  .privacy-item h3, .privacy-item p { margin-left: 55px; }
  .privacy-item h3 { margin-top: -36px; }
  .pricing { padding-top: 76px; padding-bottom: 76px; }
  .pricing-copy h2 { font-size: clamp(3.2rem, 13vw, 4.6rem); }
  .pricing-copy > p:last-child { font-size: 1rem; }
  .price-card { padding: 30px; border-radius: 20px; }
  .home-footer { padding-top: 48px; padding-bottom: 0; }
  .home-footer .footer-row { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 300px; }
  .footer-nav { grid-column: 1 / -1; }
  .footer-signoff { grid-column: 1 / -1; justify-self: stretch; padding-top: 30px; border-top: 1px solid #dedad4; }
  .footer-base { align-items: flex-start; margin-top: 35px; }
  .legal-page .footer-row { align-items: flex-start; flex-direction: column; }
  .legal-page .footer-links { flex-wrap: wrap; gap: 14px 22px; }
  .consent-banner { grid-template-columns: 1fr; gap: 18px; }
  .consent-copy { padding-right: 0; }
  .consent-actions { justify-content: flex-end; }
}

@media (max-width: 440px) {
  .nav-links a:first-child { display: none; }
  .legal-page .nav-links a:first-child { display: inline; }
  .legal-page .nav { gap: 12px; }
  .legal-page .nav-links { gap: 12px; }
  .legal-page .nav-links a { font-size: 0.75rem; }
  h1 { font-size: 3.8rem; }
  .hero-tagline { font-size: 1.25rem; }
  .button { padding: 13px 17px; }
  .hero-presenter { min-height: 310px; }
  .connection-chip { margin-left: -28px; }
  .connection-copy strong { font-size: 0.7rem; }
  .ipad-device { border-radius: 27px; }
  .phone-device { border-radius: 24px; }
  .detour h2, .made-for-ipad h2 { font-size: 3.2rem; }
  .script-card { width: 248px; min-height: 350px; padding: 38px 28px; }
  .script-card p { font-size: 0.95rem; }
  .scribble { font-size: 1.05rem; }
  .footer-base { flex-direction: column; gap: 8px; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); padding: 18px; border-radius: 17px; }
  .consent-copy h2 { font-size: 1.28rem; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .consent-button { width: 100%; }
}
