/* LAD 28b — 27b chrome plus night try-it. No leftover /try chat. Do not restyle hero, menu, paste, signin, portal. Geist faces replace Next/Tailwind. */

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-var-latin.woff2") format("woff2");
}
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/geist-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/geist-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/geist-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/geist-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-mono-var-latin.woff2") format("woff2");
}


:root {
  --font-geist-sans: "Geist", Arial, Helvetica, sans-serif;
  --font-geist-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --ink: #11120f;
  --soft-ink: #666762;
  --paper: #efefed;
  --card: #e2e2df;
  --cream: #f4efe5;
  --amber: #c99154;
  --amber-deep: #8d5b29;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: '';
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: #07101b;
  pointer-events: none;
  animation: page-fade-from-night .9s cubic-bezier(.22,1,.36,1) both;
}
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: route-out .28s ease both; }
::view-transition-new(root) { animation: route-in .62s cubic-bezier(.22,1,.36,1) both; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { color: #fff; background: #8d5b29; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

.fixa-hero { min-height: 100svh; padding: 12px; background: var(--paper); }
.fixa-hero-photo {
  position: relative;
  min-height: calc(100svh - 24px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: url('/lad-hero-desktop-extended-v1.png') center center / cover no-repeat;
}
.hero-nav {
  position: absolute;
  z-index: 20;
  inset: 24px 24px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.glass-object {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.34);
  background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(205,220,232,.08) 55%, rgba(255,255,255,.13));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.4),
    inset 0 -1px 0 rgba(255,255,255,.08),
    0 12px 36px rgba(0,7,18,.22);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  pointer-events: auto;
}
.glass-object::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255,255,255,.18), transparent 32%, transparent 69%, rgba(255,255,255,.09));
  opacity: .65;
  pointer-events: none;
}
.brand-lockup {
  min-height: 58px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
  pointer-events: auto;
}
.brand-lockup img {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 3px 9px rgba(0,0,0,.32));
}
.brand-lockup strong { position: relative; z-index: 1; font-size: 14px; letter-spacing: -.02em; }
.menu-cluster { position: relative; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; margin-top: 6px; }
.menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: visible;
  border-radius: 16px;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  background: linear-gradient(130deg, rgba(255,255,255,.2), rgba(215,228,239,.075) 52%, rgba(255,255,255,.13)), rgba(7,18,30,.82);
  border-color: rgba(255,255,255,.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.46), inset 0 -1px 0 rgba(255,255,255,.1), 0 18px 42px rgba(0,4,11,.32);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  transition: transform .24s cubic-bezier(.22,1,.36,1), filter .24s ease, box-shadow .24s ease;
}
.menu-toggle::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: -1px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.menu-toggle.open { animation: menu-wobble .62s cubic-bezier(.2,1.35,.35,1); }
.menu-toggle.open::before { animation: bubble-ring .68s ease-out; }
.menu-toggle i {
  position: relative;
  z-index: 1;
  display: block;
  width: 16px;
  height: 1.5px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(0,0,0,.45);
  transition: transform .42s cubic-bezier(.22,1,.36,1);
}
.menu-toggle.open i:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle.open i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.hero-menu {
  position: absolute;
  top: 54px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}
.hero-menu a {
  min-height: 43px;
  padding: 0 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-18px) scale(.75);
  transform-origin: top right;
  transition-property: opacity, transform, filter, visibility;
  transition-duration: .3s, .52s, .24s, 0s;
  transition-timing-function: ease, cubic-bezier(.2,1.25,.3,1), ease, linear;
  transition-delay: .11s, .11s, 0s, .63s;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  background: linear-gradient(130deg, rgba(255,255,255,.2), rgba(215,228,239,.075) 52%, rgba(255,255,255,.13)), rgba(7,18,30,.88);
  border-color: rgba(255,255,255,.46);
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.92), 0 3px 14px rgba(0,0,0,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.46), inset 0 -1px 0 rgba(255,255,255,.1), 0 18px 42px rgba(0,4,11,.32);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}
.hero-menu a:nth-child(1) { min-width: 56px; padding-right: 14px; padding-left: 14px; }
.hero-menu a:nth-child(2) { min-width: 78px; padding-right: 17px; padding-left: 17px; transition-delay: .055s, .055s, 0s, .575s; }
.hero-menu a:nth-child(3) {
  min-width: 124px;
  padding-right: 20px;
  padding-left: 20px;
  transition-delay: 0s, 0s, 0s, .52s;
}
.hero-menu.open { pointer-events: auto; }
.hero-menu:not(.open) a { pointer-events: none; }
.hero-menu.open a { visibility: visible; pointer-events: auto; opacity: 1; transform: translateY(0) scale(1); transition-delay: 0s, 0s, 0s, 0s; }
.hero-menu.open a:nth-child(2) { transition-delay: .055s, .055s, 0s, 0s; }
.hero-menu.open a:nth-child(3) { transition-delay: .11s, .11s, 0s, 0s; }
@media (hover: hover) {
  .menu-toggle:hover { transform: translateY(-2px); filter: brightness(1.08); }
  .hero-menu.open a:hover { transform: translateY(-2px) scale(1.015); filter: brightness(1.08); }
}
.menu-toggle:focus-visible,
.hero-menu.open a:focus-visible {
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: 3px;
  transform: translateY(-2px);
}
.fixa-hero-copy {
  position: absolute;
  z-index: 2;
  top: clamp(122px, 17vh, 184px);
  left: 0;
  width: 100%;
  padding: 0 clamp(22px, 5vw, 74px);
  text-align: center;
}
.fixa-hero h1 {
  max-width: 1120px;
  margin: 0 auto;
  color: #f7f4eb;
  font-size: clamp(52px, 6.5vw, 104px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.065em;
  text-shadow: 0 1px 0 rgba(255,255,255,.28), 0 7px 28px rgba(0,4,13,.38), 0 25px 60px rgba(0,4,13,.22);
  filter: drop-shadow(0 2px 1px rgba(0,0,0,.08));
}
.fixa-hero h1 strong {
  display: inline-block;
  font-weight: 750;
}
.mobile-break { display: none; }
.desktop-space { display: inline; }
.fixa-hero h1 em,
.product-heading h2 em,
.calm-strip h2 em,
.closing-copy h2 em {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.06em;
}
.fixa-try-form {
  position: absolute;
  z-index: 3;
  bottom: clamp(72px, 10vh, 104px);
  left: 50%;
  width: min(720px, calc(100% - 48px));
  min-height: 74px;
  transform: translateX(-50%) perspective(700px) rotateX(2deg);
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 27px;
  background: linear-gradient(130deg, rgba(255,255,255,.19), rgba(215,228,239,.065) 52%, rgba(255,255,255,.12)), rgba(12,18,24,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.44), inset 0 -1px 0 rgba(255,255,255,.1), 0 18px 42px rgba(0,4,11,.32);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  animation: sidewalk-float 7s ease-in-out 1.1s infinite;
}
.fixa-try-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 9%;
  bottom: -24px;
  left: 9%;
  height: 30px;
  border-radius: 50%;
  background: rgba(151,197,226,.19);
  filter: blur(15px);
  transform: scaleY(.55);
}
.fixa-try-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}
.fixa-try-form input:focus,
.fixa-try-form input:focus-visible { outline: none; box-shadow: none; }
.fixa-try-form:focus-within {
  border-color: rgba(255,255,255,.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.12), 0 20px 46px rgba(0,4,11,.35);
}
.fixa-try-form input::placeholder { color: rgba(255,255,255,.8); }
.fixa-try-form button {
  min-width: 118px;
  align-self: stretch;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 20px;
  background: rgba(246,250,252,.77);
  color: #14202a;
  cursor: pointer;
  font-weight: 700;
  box-shadow: inset 0 1px 0 #fff, 0 6px 18px rgba(0,5,14,.18);
}
@keyframes page-fade-from-night { from { opacity: 1; } to { opacity: 0; } }
@keyframes route-out { to { opacity: 0; filter: blur(2px); } }
@keyframes route-in { from { opacity: 0; } }
@keyframes menu-wobble {
  0% { transform: scale(1); }
  24% { transform: scale(.82, .9); }
  48% { transform: scale(1.13, 1.08); }
  68% { transform: scale(.96, 1.03); }
  84% { transform: scale(1.035, .98); }
  100% { transform: scale(1); }
}
@keyframes bubble-ring { 0% { opacity: .75; transform: scale(.84); } 100% { opacity: 0; transform: scale(1.55); } }
@keyframes sidewalk-float { 0%, 100% { transform: translateX(-50%) perspective(700px) rotateX(2deg) translateY(0); } 50% { transform: translateX(-50%) perspective(700px) rotateX(1deg) translateY(-4px); } }

.soft-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 10px;
  background: rgba(0,0,0,.035);
  color: #767772;
  font-size: 12px;
}
.intro {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr);
  gap: 6vw;
  align-items: start;
  padding: clamp(105px, 11vw, 160px) clamp(28px, 7vw, 110px) clamp(46px, 6vw, 78px);
}
.intro-copy { max-width: 820px; }
.intro h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 500;
}
.intro-copy > p:not(.more-line) {
  max-width: 690px;
  margin: 44px 0 0;
  color: #6d6e69;
  font-size: clamp(24px, 3vw, 45px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.more-line { margin: 10px 0 0; color: #6d6e69; font-size: clamp(24px, 3vw, 45px); line-height: 1.13; letter-spacing: -.04em; }
.more-line span { display: inline-block; padding: 1px 10px 5px; border-radius: 8px; background: #fff; color: #191a17; }

.night-bridge {
  position: relative;
  height: clamp(440px, 55vw, 720px);
  margin: 0 12px;
  border-radius: 26px;
  overflow: hidden;
  background: #090806;
}
.night-bridge::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,7,6,.06), transparent 35%, rgba(7,7,6,.08));
  pointer-events: none;
}
.night-bridge img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }

.wide-photo {
  position: relative;
  height: min(78vw, 780px);
  min-height: 560px;
  margin: 0 12px;
  overflow: hidden;
  border-radius: 25px;
  background: #24251f;
}
.wide-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,8,.42), transparent 55%), linear-gradient(0deg, rgba(8,9,8,.22), transparent 40%); }
.wide-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.wide-photo figcaption { position: absolute; z-index: 2; left: clamp(28px, 6vw, 90px); bottom: clamp(34px, 7vw, 96px); color: #fff; }
.wide-photo figcaption span { display: block; margin-bottom: 18px; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .16em; }
.wide-photo figcaption strong { display: block; max-width: 680px; font-size: clamp(48px, 6vw, 92px); font-weight: 400; line-height: .9; letter-spacing: -.06em; }

.how { padding: clamp(120px, 14vw, 200px) clamp(28px, 7vw, 110px); background: var(--paper); color: var(--ink); }
.how-heading {
  margin-bottom: 0;
  padding-bottom: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  border-bottom: 1px solid rgba(17,18,15,.14);
  text-align: center;
}
.how-heading p { max-width: 370px; margin: 0 0 18px; color: #666762; font-size: clamp(22px, 2.4vw, 35px); line-height: 1.1; letter-spacing: -.035em; }
.how-heading h2 { margin: 0; font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif; font-size: clamp(52px, 6vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.step-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.step-cards li {
  min-height: 500px;
  padding: 58px 44px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid rgba(17,18,15,.12);
  background: transparent;
  text-align: center;
}
.step-cards li:first-child { padding-left: 0; }
.step-cards li:last-child { padding-right: 0; border-right: 0; }
.card-icon {
  width: 104px;
  height: 112px;
  display: grid;
  place-items: center;
  color: #11120f;
}
.clipboard-icon { font: 68px/1 "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }
.workspace-icon { width: 104px; }
.workspace-icon img { width: 88px; height: 88px; object-fit: contain; }
.lad-step-icon img { width: 88px; height: 88px; object-fit: contain; filter: brightness(0); }
.step-cards div > span { display: block; margin-bottom: 20px; color: #858681; font: 10px var(--font-geist-mono), monospace; letter-spacing: .17em; }
.step-cards h3 { max-width: 330px; margin: 0; font-size: clamp(27px, 2.6vw, 41px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.step-cards p { max-width: 310px; margin: 24px 0 0; color: #6e6a62; font-size: 16px; line-height: 1.5; }

.product { padding: clamp(110px, 14vw, 190px) 12px 12px; }
.product-heading { max-width: 1180px; margin: 0 auto 90px; padding: 0 clamp(16px, 4vw, 48px); text-align: center; }
.product-heading .soft-pill { margin: 0 auto 28px; }
.product-heading h2 { margin: 0; font-size: clamp(65px, 9vw, 138px); line-height: .86; letter-spacing: -.075em; font-weight: 430; }
.product-heading > p { margin: 32px 0 0; color: #6e6f69; font-size: 16px; }
.demo-stage {
  position: relative;
  min-height: 950px;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(360px, 440px) minmax(170px, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 90px);
  padding: 80px clamp(28px, 6vw, 100px);
  overflow: hidden;
  border-radius: 27px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,238,204,.42), transparent 35%),
    #c99358;
}
.demo-stage::before,
.demo-stage::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(74,46,18,.12); }
.demo-stage::before { width: 800px; height: 800px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.demo-stage::after { width: 610px; height: 610px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.demo-note { position: relative; z-index: 3; max-width: 260px; }
.demo-note span { display: block; margin-bottom: 14px; font: 10px var(--font-geist-mono), monospace; letter-spacing: .15em; color: #6f4720; }
.demo-note strong { display: block; font-size: clamp(24px, 2.6vw, 38px); line-height: .98; letter-spacing: -.05em; font-weight: 520; }
.demo-note p { margin: 20px 0 0; color: rgba(42,27,12,.66); font-size: 13px; line-height: 1.5; }
.right-note { justify-self: end; }
.phone-wrap { position: relative; z-index: 5; display: grid; place-items: center; }
.phone-shell {
  position: relative;
  width: 370px;
  height: 760px;
  padding: 10px;
  border: 2px solid #3a3b36;
  border-radius: 61px;
  background: #050604;
  box-shadow: 0 36px 80px rgba(70,39,9,.38), inset 0 0 0 1px #10110e;
}
.phone-island { position: absolute; z-index: 8; top: 18px; left: 50%; width: 104px; height: 29px; transform: translateX(-50%); border-radius: 20px; background: #050604; }
.phone-screen { position: relative; overflow: hidden; width: 100%; height: 100%; border-radius: 50px; background: #f1eee6; color: #1c1d19; }
.phone-status { height: 49px; display: flex; justify-content: space-between; align-items: center; padding: 0 24px; font-size: 10px; font-weight: 700; }
.phone-status span:last-child { font-size: 7px; letter-spacing: 2px; }
.app-header { height: 64px; display: grid; grid-template-columns: 34px 1fr 10px; align-items: center; gap: 10px; padding: 0 20px; border-top: 1px solid rgba(44,44,38,.08); border-bottom: 1px solid rgba(44,44,38,.12); }
.mini-mark { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #9f7543; border-radius: 50%; color: #93652f; font-size: 14px; }
.app-header div { min-width: 0; }
.app-header strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.app-header small { display: block; margin-top: 2px; color: #7b776e; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #bd742b; box-shadow: 0 0 8px rgba(189,116,43,.55); }
.stage-dots { height: 30px; padding: 13px 20px 0; display: flex; gap: 5px; }
.stage-dots i { flex: 1; height: 2px; background: #d7d1c5; transition: background .3s ease; }
.stage-dots i.done { background: #a56d31; }
.app-body { height: calc(100% - 143px); }
.phone-panel { height: 100%; padding: 24px 22px 25px; display: flex; flex-direction: column; animation: panel-in .28s ease both; }
@keyframes panel-in { from { opacity: 0; transform: translateY(5px); } }
.centered-panel { text-align: center; align-items: center; justify-content: center; padding-bottom: 55px; }
.eyebrow { margin: 0 0 15px; color: #9a6b35; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .16em; }
.phone-panel h3 { margin: 0; font-size: 30px; line-height: .98; letter-spacing: -.05em; font-weight: 520; }
.centered-panel > p:not(.eyebrow) { max-width: 245px; margin: 14px 0 0; color: #716c63; font-size: 12px; line-height: 1.55; }
.porch-orb { width: 92px; height: 92px; margin: 12px 0 32px; display: grid; place-items: center; color: #895a27; border: 1px solid rgba(145,91,34,.24); border-radius: 50%; background: radial-gradient(circle, rgba(224,163,89,.47), rgba(218,142,60,.12) 45%, transparent 67%); box-shadow: 0 0 52px rgba(204,121,37,.24); font-size: 30px; }
.app-primary { width: 100%; min-height: 48px; margin-top: auto; padding: 0 16px; border: 1px solid #1d1e1a; border-radius: 12px; background: #1d1e1a; color: #f1ebdf; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; transition: background .18s ease; }
.app-primary:hover { background: #34352e; }
.app-primary span { color: #dfa04d; font-size: 18px; }
.text-button { border: 0; background: transparent; color: #7f5930; padding: 12px; margin-top: 18px; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; font-size: 11px; }
.learn-rings { position: relative; width: 118px; height: 118px; margin: 16px 0 33px; }
.learn-rings i { position: absolute; inset: 0; border: 1px solid rgba(158,105,48,.22); border-radius: 50%; animation: ring 1.45s ease-out infinite; }
.learn-rings i:nth-child(2) { inset: 18px; animation-delay: .18s; }
.learn-rings i:nth-child(3) { inset: 36px; animation-delay: .36s; background: #dba354; }
@keyframes ring { 50% { transform: scale(1.06); border-color: rgba(158,105,48,.48); } }
.facts { margin: 26px 0 20px; border-top: 1px solid #cac3b7; }
.facts div { padding: 13px 0; border-bottom: 1px solid #cac3b7; }
.facts span, .recap-card span { display: block; color: #837e74; font: 8px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; }
.facts strong, .recap-card strong { display: block; margin-top: 5px; font-size: 11px; font-weight: 700; line-height: 1.25; }
.ready-check { width: 86px; height: 86px; margin: 20px 0 32px; display: grid; place-items: center; border: 1px solid #aa7439; border-radius: 50%; color: #9d682e; font: 34px Georgia, serif; box-shadow: 0 0 45px rgba(196,126,48,.13); }
.call-panel { padding-top: 17px; }
.call-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.call-heading .eyebrow { margin-bottom: 6px; }
.call-heading h3 { font-size: 22px; }
.call-heading > span { color: #8a6439; font: 9px var(--font-geist-mono), monospace; }
.messages { display: flex; flex-direction: column; gap: 8px; margin: 20px -3px 8px; min-height: 264px; max-height: 330px; overflow-y: auto; scrollbar-width: none; }
.messages::-webkit-scrollbar { display: none; }
.messages p { max-width: 84%; margin: 0; padding: 10px 11px; border-radius: 12px; font-size: 10px; line-height: 1.45; }
.shop-message { align-self: flex-start; color: #423f38; background: #dcd6ca; border-bottom-left-radius: 2px !important; }
.caller-message { align-self: flex-end; color: #f3ede2; background: #282923; border-bottom-right-radius: 2px !important; }
.typing { min-width: 41px; letter-spacing: 3px; color: #9b754b; }
.suggestion { margin: auto 0 8px; padding: 9px 10px; border: 1px solid #bfb7a8; border-radius: 8px; background: transparent; color: #514d45; cursor: pointer; text-align: left; font-size: 9px; }
.suggestion span { float: right; color: #9d6b34; }
.message-form { display: grid; grid-template-columns: 1fr 33px; gap: 6px; }
.message-form input { width: 100%; min-width: 0; border: 1px solid #c5beb1; border-radius: 9px; background: rgba(255,255,255,.35); color: #252620; outline: none; padding: 9px; font-size: 10px; }
.message-form input:focus { border-color: #9c6a34; }
.message-form button { border: 0; border-radius: 9px; background: #272822; color: #e9a757; cursor: pointer; }
.recap-button { margin-top: auto; }
.recap-card { margin: 24px 0 16px; border-top: 1px solid #c9c2b5; }
.recap-card div { padding: 12px 0; border-bottom: 1px solid #c9c2b5; }
.recap-card .urgent { color: #9a4e2e; }
.recap-note { padding: 12px; border: 1px solid #bfb6a7; border-radius: 8px; color: #5f5a51; font-size: 9px; line-height: 1.5; }
.recap-note i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #a36c31; }
.restart { align-self: center; margin-top: auto; }
.home-bar { position: absolute; bottom: 8px; left: 50%; width: 112px; height: 4px; transform: translateX(-50%); border-radius: 3px; background: #22231f; opacity: .9; }

.detail-photo {
  position: relative;
  height: min(76vw, 860px);
  min-height: 620px;
  margin: 0 12px 12px;
  overflow: hidden;
  border-radius: 27px;
  background: #151410;
}
.detail-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,8,7,.72) 0%, rgba(8,8,7,.3) 45%, rgba(8,8,7,.04) 75%);
}
.detail-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.detail-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(28px, 7vw, 110px);
  max-width: 790px;
  transform: translateY(-50%);
  color: #f5efe4;
}
.detail-copy > span { display: block; margin-bottom: 26px; color: #d8a05f; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .16em; }
.detail-copy h2 { margin: 0; font-size: clamp(56px, 7vw, 108px); line-height: .88; letter-spacing: -.07em; font-weight: 430; }
.detail-copy h2 em { color: #e2ad6c; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; }

.calm-strip { min-height: 880px; margin: 0 12px 12px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: clamp(100px, 13vw, 190px) clamp(28px, 7vw, 110px); border-radius: 27px; background: #1a1b17; color: #f2eee5; text-align: center; }
.calm-strip > p { margin: 0 0 38px; color: #9c9c94; font-size: 14px; }
.calm-strip h2 { margin: 0; font-size: clamp(60px, 8.5vw, 130px); line-height: .86; letter-spacing: -.075em; font-weight: 430; }
.calm-strip h2 em { color: #dba15d; }

.faq-section {
  padding: clamp(120px, 14vw, 210px) clamp(28px, 7vw, 110px);
  background: #fff;
}
.faq-heading, .faq-list { width: 100%; max-width: 1240px; margin-right: auto; margin-left: auto; }
.faq-heading .soft-pill { margin-bottom: 48px; }
.faq-list { border-top: 1px solid #d9dadd; }
.faq-list details { border-bottom: 1px solid #d9dadd; }
.faq-list summary {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  color: #181a18;
  cursor: pointer;
  list-style: none;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #c8cbd0; border-radius: 50%; color: #5f6468; font: 300 24px/1 Arial, Helvetica, sans-serif; transition: transform .28s ease, background .28s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); background: #f0f2f3; }
.faq-list details p { max-width: 650px; margin: -7px 62px 30px 0; color: #6d7274; font-size: 16px; line-height: 1.58; }

.closing { display: grid; grid-template-columns: 1.5fr .8fr; gap: 7vw; align-items: end; padding: clamp(100px, 13vw, 190px) clamp(28px, 7vw, 110px); background: #fff; }
.dark-pill {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(52, 61, 69, .13);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(220,229,236,.48) 56%, rgba(255,255,255,.68));
  color: #555b5f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), inset 0 -1px 0 rgba(41,48,54,.05), 4px 5px 0 rgba(39,47,53,.08), 9px 11px 0 rgba(39,47,53,.055), 17px 21px 30px rgba(29,37,44,.2);
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
}
.dark-pill::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(112deg, rgba(255,255,255,.6), transparent 38%, transparent 72%, rgba(190,205,216,.18));
  pointer-events: none;
}
.closing-copy h2 { max-width: 850px; margin: 34px 0 0; font-size: clamp(70px, 9vw, 138px); line-height: .86; letter-spacing: -.075em; font-weight: 430; }
.closing-copy h2 em { text-shadow: 2px 2px 0 rgba(24,29,31,.16), 5px 5px 0 rgba(24,29,31,.13), 8px 8px 0 rgba(24,29,31,.1), 13px 14px 18px rgba(24,29,31,.24); }
.closing-copy p { margin: 34px 0 0; color: #77736b; font-size: 15px; }
.closing-form { position: relative; overflow: hidden; width: 100%; min-height: 62px; display: flex; padding: 6px; border: 1px solid rgba(52,61,69,.14); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(218,228,235,.36) 58%, rgba(255,255,255,.62)); box-shadow: inset 0 1px 0 rgba(255,255,255,.96), inset 0 -1px 0 rgba(41,48,54,.05), 0 18px 46px rgba(28,36,43,.1); backdrop-filter: blur(22px) saturate(155%); -webkit-backdrop-filter: blur(22px) saturate(155%); }
.closing-form::after { content: ''; position: absolute; inset: 1px; border-radius: inherit; background: linear-gradient(112deg, rgba(255,255,255,.58), transparent 36%, transparent 70%, rgba(185,202,214,.17)); pointer-events: none; }
.closing-form input { position: relative; z-index: 1; min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 14px; color: #22231f; background: transparent; font-size: 13px; }
.closing-form button { position: relative; z-index: 1; min-width: 104px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: #050505; color: #fff; cursor: pointer; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,.16), inset 0 -1px 0 rgba(0,0,0,.3), 0 8px 22px rgba(5,5,5,.24); backdrop-filter: blur(16px) saturate(135%); -webkit-backdrop-filter: blur(16px) saturate(135%); transition: transform .24s ease, box-shadow .24s ease; }
.closing-form button:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.14), 0 12px 28px rgba(23,28,30,.24); }
.closing-form:focus-within { border-color: rgba(38,45,50,.3); box-shadow: inset 0 1px 0 rgba(255,255,255,.96), inset 0 -1px 0 rgba(41,48,54,.05), 0 0 0 4px rgba(37,44,49,.07), 0 18px 46px rgba(28,36,43,.1); }
.closing-form input:focus-visible, .closing-form button:focus-visible { outline: 0; }

footer { display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: start; gap: 40px; padding: 55px clamp(28px, 7vw, 110px); border-top: 1px solid #e2e2df; background: #fff; color: #706d66; font-size: 11px; line-height: 1.6; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #1d1e1a; }
.footer-brand img { width: 31px; height: 31px; object-fit: contain; filter: brightness(0); }
.footer-brand strong { font-size: 12px; }
footer p { margin: 0; }
.footer-meta { display: flex; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.footer-meta a { text-decoration: underline; text-underline-offset: 3px; }

/* Sign in */
.signin-page {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.auth-brand {
  position: absolute;
  top: 25px;
  left: clamp(22px, 3.6vw, 56px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #141513;
}
.auth-brand img { width: 36px; height: 36px; object-fit: contain; filter: brightness(0); }
.auth-brand strong { font-size: 14px; letter-spacing: -.025em; }
.google-signin {
  min-width: 232px;
  min-height: 52px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  padding: 0 16px 0 12px;
  border: 1px solid #747775;
  border-radius: 26px;
  background: #fff;
  color: #1f1f1f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 3px 4px 0 rgba(26,31,34,.09), 8px 10px 24px rgba(24,31,37,.12);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.google-signin img { width: 20px; height: 20px; object-fit: contain; }
.google-signin span { padding-left: 9px; text-align: center; }
.google-signin:hover { transform: translateY(-2px); background: #f8f9fa; box-shadow: 4px 6px 0 rgba(26,31,34,.09), 10px 14px 28px rgba(24,31,37,.14); }

/* Portal */
.portal-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 18px;
  color: #f5f0e7;
  background:
    radial-gradient(circle at 11% 15%, rgba(235,177,102,.11), transparent 21%),
    radial-gradient(circle at 87% 12%, rgba(120,164,205,.11), transparent 25%),
    linear-gradient(145deg, #05090f, #091421 52%, #070c13);
}
.portal-page::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .75;
  background-image:
    radial-gradient(circle at 8% 13%, rgba(255,255,255,.68) 0 1px, transparent 1.4px),
    radial-gradient(circle at 29% 8%, rgba(255,255,255,.48) 0 1px, transparent 1.3px),
    radial-gradient(circle at 62% 16%, rgba(255,255,255,.5) 0 1px, transparent 1.4px),
    radial-gradient(circle at 92% 29%, rgba(255,255,255,.42) 0 1px, transparent 1.3px),
    radial-gradient(circle at 19% 67%, rgba(255,255,255,.38) 0 1px, transparent 1.3px),
    radial-gradient(circle at 76% 74%, rgba(255,255,255,.44) 0 1px, transparent 1.3px);
}
.portal-header,
.portal-workspace { position: relative; z-index: 1; width: 100%; max-width: 1460px; margin-right: auto; margin-left: auto; }
.portal-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 16px;
  color: #fff;
}
.portal-brand { width: fit-content; display: flex; align-items: center; gap: 10px; }
.portal-brand img { width: 40px; height: 40px; object-fit: contain; filter: drop-shadow(0 3px 9px rgba(0,0,0,.32)); }
.portal-brand strong { font-size: 14px; letter-spacing: -.025em; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.portal-header-actions { display: flex; align-items: center; gap: 8px; }
.portal-indicator {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 15px;
  background: linear-gradient(130deg, rgba(255,255,255,.2), rgba(215,228,239,.08) 52%, rgba(255,255,255,.14)), rgba(7,18,30,.42);
  color: rgba(255,255,255,.76);
  font: 700 10px var(--font-geist-mono), monospace;
  letter-spacing: .15em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0 rgba(255,255,255,.08), 0 12px 30px rgba(0,7,18,.22);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}
.portal-signout {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 15px;
  background: linear-gradient(130deg, rgba(255,255,255,.2), rgba(215,228,239,.08) 52%, rgba(255,255,255,.14)), rgba(7,18,30,.42);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0 rgba(255,255,255,.08), 0 12px 30px rgba(0,7,18,.22);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  transition: transform .2s ease, filter .2s ease;
}
.portal-signout:hover { transform: translateY(-2px); filter: brightness(1.12); }
.portal-workspace {
  min-height: calc(100svh - 116px);
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 14px;
  padding-top: 14px;
}
.portal-nav {
  min-height: 690px;
  display: flex;
  flex-direction: column;
  padding: 28px 18px 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 27px;
  background: linear-gradient(155deg, rgba(255,255,255,.095), rgba(255,255,255,.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.11), 0 24px 65px rgba(0,0,0,.2);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}
.portal-nav > p { margin: 0 10px 27px; color: rgba(232,236,238,.46); font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .15em; text-transform: uppercase; }
.portal-nav-items { position: relative; isolation: isolate; display: grid; gap: 8px; }
.portal-nav-items::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 56px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 17px;
  background: linear-gradient(130deg, rgba(255,255,255,.22), rgba(201,219,232,.08) 52%, rgba(255,255,255,.14)), rgba(9,21,33,.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.36), inset 0 -1px 0 rgba(255,255,255,.07), 4px 5px 0 rgba(0,0,0,.13), 10px 15px 30px rgba(0,0,0,.2);
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  transition: transform .52s cubic-bezier(.2,1.18,.32,1);
}
.portal-nav-items[data-active='teach']::before { transform: translateY(0); }
.portal-nav-items[data-active='setup']::before { transform: translateY(64px); }
.portal-nav-items[data-active='billing']::before { transform: translateY(128px); }
.portal-nav-items button {
  position: relative;
  z-index: 1;
  min-height: 56px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 17px;
  background: transparent;
  color: rgba(245,246,243,.62);
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 650;
  transition: color .28s ease, text-shadow .28s ease;
}
.portal-nav-items button span { color: #b48045; font: 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.portal-nav-items button:hover { color: #fff; }
.portal-nav-items button.active {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.58);
}
.portal-nav-note { margin-top: auto; display: flex; align-items: center; gap: 9px; padding: 12px 10px 2px; color: rgba(236,239,240,.44); font-size: 11px; }
.portal-nav-note i { width: 7px; height: 7px; border-radius: 50%; background: #bd8240; box-shadow: 0 0 12px rgba(216,156,85,.65); }
.portal-view {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 27px;
  background: #f3f0e9;
  color: #151713;
  box-shadow: inset 0 1px 0 #fff, 8px 9px 0 rgba(0,0,0,.17), 22px 28px 70px rgba(0,0,0,.3);
}
.portal-panel { min-height: 690px; padding: clamp(42px, 6vw, 88px); animation: portal-panel-in .35s cubic-bezier(.22,1,.36,1) both; }
@keyframes portal-panel-in { from { opacity: 0; transform: translateY(8px); } }
.portal-title-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 60px; align-items: end; margin-bottom: 65px; }
.portal-eyebrow { display: block; margin-bottom: 20px; color: #9c6b37; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .16em; text-transform: uppercase; }
.portal-title-row h1 { margin: 0; font-size: clamp(66px, 7.4vw, 112px); line-height: .82; letter-spacing: -.075em; font-weight: 470; }
.portal-title-row h1 em { color: #a97135; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-style: italic; }
.portal-title-row > p { max-width: 430px; margin: 0 0 4px; color: #73746e; font-size: 15px; line-height: 1.6; }
.portal-field label,
.role-picker legend,
.phone-setup label { display: block; margin-bottom: 12px; color: #444641; font-size: 12px; font-weight: 750; }
.portal-field textarea {
  width: 100%;
  min-height: 220px;
  resize: vertical;
  padding: 24px;
  border: 1px solid #c9c8c1;
  border-radius: 20px;
  outline: 0;
  background: rgba(255,255,255,.66);
  color: #1f211d;
  font-size: 16px;
  line-height: 1.58;
  box-shadow: inset 0 1px 0 #fff, 4px 5px 0 rgba(42,46,45,.06), 12px 16px 34px rgba(35,40,39,.07);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.portal-field textarea::placeholder { color: #92938e; }
.portal-field textarea:focus { border-color: #8a6033; box-shadow: inset 0 1px 0 #fff, 0 0 0 4px rgba(160,109,53,.1), 4px 5px 0 rgba(42,46,45,.06); }
.portal-field > span { display: block; margin-top: 10px; color: #8a8b85; font-size: 11px; }
.role-picker { min-width: 0; margin: 44px 0 0; padding: 0; border: 0; }
.role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.role-grid button {
  min-height: 82px;
  display: grid;
  grid-template-columns: 30px 1fr 28px;
  gap: 6px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #d2d1cb;
  border-radius: 18px;
  background: rgba(255,255,255,.46);
  color: #777972;
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.role-grid button > span { color: #a47746; font: 9px var(--font-geist-mono), monospace; }
.role-grid button strong { font-size: 14px; }
.role-grid button i { width: 27px; height: 27px; display: grid; place-items: center; justify-self: end; border: 1px solid #c9c8c1; border-radius: 50%; font-style: normal; }
.role-grid button:hover { transform: translateY(-2px); border-color: #b9b7ae; }
.role-grid button.selected { border-color: #333731; background: #20231f; color: #f5f0e7; box-shadow: 3px 4px 0 rgba(18,21,18,.18), 10px 14px 24px rgba(18,21,18,.11); }
.role-grid button.selected i { border-color: #bc8448; background: #bc8448; color: #171914; }
.portal-actions { display: flex; align-items: center; gap: 20px; margin-top: 36px; }
.portal-primary {
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid #171916;
  border-radius: 16px;
  background: #171916;
  color: #f5f0e7;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 4px 5px 0 rgba(19,22,19,.15), 11px 15px 25px rgba(19,22,19,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.portal-primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 5px 7px 0 rgba(19,22,19,.15), 13px 19px 30px rgba(19,22,19,.17); }
.portal-actions p { margin: 0; opacity: 0; color: #63725c; font-size: 12px; transition: opacity .25s ease; }
.portal-actions p.visible { opacity: 1; }
.integration-panel {
  padding: 28px;
  border: 1px solid #cecdc6;
  border-radius: 22px;
  background: rgba(255,255,255,.55);
  box-shadow: inset 0 1px 0 #fff, 4px 5px 0 rgba(42,46,45,.055), 14px 18px 34px rgba(35,40,39,.06);
}
.integration-topline { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; }
.integration-topline > img { width: 30px; height: 30px; object-fit: contain; }
.integration-topline > strong { font-size: 18px; letter-spacing: -.03em; }
.integration-topline > span:last-child { min-height: 28px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 10px; background: #e4e3dd; color: #777973; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .08em; text-transform: uppercase; }
.integration-panel > p { max-width: 670px; margin: 26px 0 30px; color: #757770; font-size: 14px; line-height: 1.6; }
.status-dot { width: 12px; height: 12px; margin-left: 8px; border-radius: 50%; background: #af7740; box-shadow: 0 0 0 7px rgba(175,119,64,.12); }
.portal-disabled {
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid #cac9c2;
  border-radius: 14px;
  background: #e7e6e0;
  color: #989992;
  cursor: not-allowed;
  font-size: 12px;
  font-weight: 700;
}
.future-path { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 14px; align-items: center; margin: 48px 0; color: #5e615b; font-size: 12px; }
.future-path i { height: 1px; background: #c7c7c0; }
.setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.phone-glyph { width: 30px; height: 30px; display: grid !important; place-items: center; padding: 0 !important; border-radius: 50% !important; background: #20231f !important; color: #e2a760 !important; font-size: 14px !important; }
.phone-setup label { margin-top: 29px; }
.phone-setup input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #c9c8c1;
  border-radius: 15px;
  outline: 0;
  background: rgba(255,255,255,.75);
  color: #20221e;
  font-size: 16px;
  box-shadow: inset 0 1px 0 #fff;
}
.phone-setup input:focus { border-color: #8a6033; box-shadow: inset 0 1px 0 #fff, 0 0 0 4px rgba(160,109,53,.1); }

button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid #a56d31; outline-offset: 3px; }
textarea:focus-visible { outline: 2px solid #a56d31; outline-offset: 3px; }

@media (max-width: 980px) {
  .intro { min-height: 650px; grid-template-columns: 1fr; gap: 50px; }
  .step-cards { grid-template-columns: 1fr; }
  .step-cards li { min-height: 360px; padding: 52px 8px; border-right: 0; border-bottom: 1px solid rgba(17,18,15,.12); }
  .step-cards li:first-child { padding-left: 8px; }
  .step-cards li:last-child { padding-right: 8px; border-bottom: 0; }
  .demo-stage { grid-template-columns: 1fr; gap: 38px; padding-top: 70px; padding-bottom: 70px; }
  .demo-note { max-width: 380px; text-align: center; justify-self: center; }
  .right-note { order: 3; }
  .closing { grid-template-columns: 1fr; align-items: start; }
  .closing-form { max-width: 540px; margin-top: 20px; }
  .portal-workspace { grid-template-columns: 210px minmax(0, 1fr); }
  .portal-title-row { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .setup-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .fixa-hero { padding: 7px; }
  .fixa-hero-photo {
    min-height: calc(100svh - 14px);
    border-radius: 20px;
    background: url('/lad-hero-mobile-v1.png') center center / cover no-repeat;
  }
  .hero-nav { inset: 15px 15px auto; align-items: flex-start; }
  .brand-lockup { min-height: 54px; max-width: calc(100vw - 104px); padding: 3px; }
  .brand-lockup img { width: 38px; height: 38px; }
  .brand-lockup strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .menu-toggle { width: 42px; height: 42px; border-radius: 15px; }
  .hero-menu { top: 50px; }
  .hero-menu a { min-height: 41px; padding: 0 15px; border-radius: 17px; }
  .fixa-hero-copy { top: clamp(118px, 16vh, 154px); padding: 0 13px; }
  .fixa-hero h1 { font-size: clamp(43px, 12.5vw, 59px); line-height: .9; }
  .fixa-hero h1 em { margin-left: 0; }
  .mobile-break { display: initial; }
  .desktop-space { display: none; }
  .fixa-try-form { bottom: clamp(54px, 7vh, 68px); width: calc(100% - 44px); min-height: 64px; padding: 9px; border-radius: 23px; transform: translateX(-50%); animation: none; }
  .fixa-try-form input { padding-left: 15px; padding-right: 15px; font-size: 16px; }
  .fixa-try-form button { min-width: 88px; border-radius: 17px; }
  .intro { min-height: auto; padding-top: 100px; padding-bottom: 48px; }
  .intro-copy > p:not(.more-line), .more-line { font-size: 28px; }
  .night-bridge { height: 640px; margin: 0 7px; border: 0; border-radius: 20px; }
  .night-bridge img { object-position: 31% center; }
  .wide-photo { min-height: 640px; height: 82svh; margin: 0 7px; border-radius: 20px; }
  .wide-photo img { object-position: 47% center; }
  .wide-photo figcaption { left: 24px; bottom: 35px; }
  .how { padding: 100px 22px; }
  .how-heading { padding: 0 0 30px; }
  .how-heading h2 { font-size: 65px; }
  .step-cards li { min-height: 350px; padding: 44px 8px; border-radius: 0; }
  .product { padding-left: 7px; padding-right: 7px; }
  .product-heading h2 { font-size: 68px; }
  .demo-stage { min-height: auto; border-radius: 20px; padding: 60px 8px 38px; }
  .demo-stage::before, .demo-stage::after { display: none; }
  .phone-wrap { width: 100%; }
  .phone-shell {
    width: 100%;
    height: 700px;
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: transparent;
    box-shadow: 0 22px 55px rgba(64,36,11,.25);
  }
  .phone-island, .phone-status, .home-bar { display: none; }
  .phone-screen { border-radius: 28px; }
  .app-body { height: calc(100% - 94px); }
  .messages { max-height: 350px; }
  .detail-photo { min-height: 760px; height: 88svh; margin: 0 7px 7px; border-radius: 20px; }
  .detail-photo img { object-position: 64% center; }
  .detail-photo::after { background: linear-gradient(180deg, rgba(8,8,7,.1), rgba(8,8,7,.72) 78%, rgba(8,8,7,.86)); }
  .detail-copy { top: auto; right: 24px; bottom: 38px; left: 24px; transform: none; }
  .detail-copy h2 { font-size: 54px; }
  .calm-strip { min-height: 720px; margin: 0 7px 7px; padding-left: 20px; padding-right: 20px; border-radius: 20px; }
  .calm-strip h2 { font-size: 59px; }
  .faq-section { padding: 110px 22px; }
  .faq-heading .soft-pill { margin-bottom: 38px; }
  .faq-list summary { min-height: 84px; grid-template-columns: minmax(0, 1fr) 34px; gap: 18px; padding: 22px 0; font-size: 22px; }
  .faq-list summary::after { width: 32px; height: 32px; }
  .faq-list details p { margin-right: 42px; font-size: 15px; }
  .closing { padding-left: 22px; padding-right: 22px; }
  .closing-form input { font-size: 16px; }
  .closing-copy h2 { font-size: 68px; }
  footer { grid-template-columns: 1fr; gap: 28px; padding-left: 22px; padding-right: 22px; }
  .footer-meta { justify-content: flex-start; }
  .auth-brand { top: 20px; }
  .auth-brand img { width: 34px; height: 34px; }
  .google-signin { min-width: 230px; min-height: 52px; }
  .portal-page { padding: 7px; }
  .portal-header { min-height: 62px; padding: 9px 8px 13px; }
  .portal-brand { min-width: 0; }
  .portal-brand img { width: 34px; height: 34px; }
  .portal-brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
  .portal-indicator { display: none; }
  .portal-signout { min-height: 38px; padding: 0 13px; }
  .portal-workspace { min-height: auto; grid-template-columns: 1fr; gap: 7px; padding-top: 7px; }
  .portal-nav { min-height: 0; padding: 8px; border-radius: 19px; }
  .portal-nav > p, .portal-nav-note { display: none; }
  .portal-nav-items { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
  .portal-nav-items::before { right: auto; width: calc((100% - 10px) / 3); height: 48px; border-radius: 13px; }
  .portal-nav-items[data-active='teach']::before { transform: translateX(0); }
  .portal-nav-items[data-active='setup']::before { transform: translateX(calc(100% + 5px)); }
  .portal-nav-items[data-active='billing']::before { transform: translateX(calc(200% + 10px)); }
  .portal-nav-items button { min-height: 48px; grid-template-columns: 1fr; place-items: center; padding: 0 7px; border-radius: 13px; text-align: center; font-size: 12px; }
  .portal-nav-items button span { display: none; }
  .portal-nav-items button:hover { transform: none; }
  .portal-view { border-radius: 20px; }
  .portal-panel { min-height: calc(100svh - 131px); padding: 48px 21px 55px; }
  .portal-title-row { margin-bottom: 46px; }
  .portal-title-row h1 { font-size: 64px; }
  .portal-title-row > p { font-size: 14px; }
  .portal-field textarea { min-height: 240px; padding: 18px; font-size: 16px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid button { min-height: 72px; }
  .portal-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .portal-primary { width: 100%; }
  .integration-panel { padding: 22px 18px; }
  .integration-topline { grid-template-columns: 32px 1fr; }
  .integration-topline > span:last-child { grid-column: 2; width: fit-content; }
  .future-path { grid-template-columns: 1fr; gap: 10px; margin: 36px 0; }
  .future-path i { width: 1px; height: 18px; margin-left: 6px; }
  .portal-disabled { width: 100%; }
}

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


#night-veil {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #07101b;
  pointer-events: none;
  opacity: 0;
}
#night-veil.covering { opacity: 1; pointer-events: auto; }
/* first-paint hold on /signin — must paint night BEFORE the white page is seen */
html.night-hold #night-veil { opacity: 1; }
html.night-ready #night-veil {
  opacity: 0;
  pointer-events: none;
  transition: opacity .62s cubic-bezier(.22,1,.36,1);
}
html.night-depart #night-veil {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .28s ease;
}



/* 28b try-it — night glass on the homepage photo. Hero/menu/paste/signin/portal stay 27b. */
.try-stage {
  padding: 12px;
  background: var(--paper);
  color: #f7f4eb;
}
.try-night {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 24px);
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 56px) clamp(36px, 5vw, 64px);
  border-radius: 26px;
  background: url('/lad-hero-desktop-extended-v1.png') center center / cover no-repeat;
}
.try-night::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,16,27,.38), rgba(7,16,27,.62) 42%, rgba(7,16,27,.78));
  pointer-events: none;
}
.try-heading,
.try-panel { position: relative; z-index: 1; max-width: 1180px; margin-left: auto; margin-right: auto; }
.try-heading { margin-bottom: 36px; text-align: left; }
.try-heading .soft-pill,
.night-pill {
  margin: 0 0 18px;
  border: 1px solid rgba(255,255,255,.34);
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  color: #f7f4eb;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}
.try-heading h2 {
  margin: 0;
  color: #f7f4eb;
  font-size: clamp(40px, 5.6vw, 84px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 470;
  text-shadow: 0 1px 0 rgba(255,255,255,.22), 0 8px 28px rgba(0,4,13,.36);
}
.try-heading h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}
.try-heading > p { margin: 16px 0 0; color: rgba(247,244,235,.78); font-size: 16px; }
.try-kicker {
  margin: 0 0 10px;
  color: rgba(232,198,146,.88);
  font: 700 10px var(--font-geist-mono), monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.try-kicker.light { color: rgba(232,198,146,.86); }
.try-lede { margin: 0 0 24px; color: rgba(247,244,235,.72); font-size: 15px; line-height: 1.5; }
.try-load, .try-error {
  min-height: 260px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 48px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(130deg, rgba(255,255,255,.14), rgba(215,228,239,.06) 52%, rgba(255,255,255,.08)), rgba(7,18,30,.55);
  color: #f7f4eb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 18px 42px rgba(0,4,11,.28);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}
.try-load p, .try-error p { margin: 0; }
.try-load #try-load-status, .try-error #try-error-text {
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -.045em;
  line-height: 1.1;
}
.try-meter {
  width: min(280px, 70%);
  height: 3px;
  margin: 28px auto 0;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.14);
}
.try-meter i {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: #e2b277;
  box-shadow: 0 0 16px rgba(226,178,119,.55);
  transition: width .45s cubic-bezier(.22,1,.36,1);
}
.try-review {
  padding: clamp(22px, 3.6vw, 40px);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 24px;
  background: linear-gradient(130deg, rgba(255,255,255,.16), rgba(215,228,239,.06) 52%, rgba(255,255,255,.09)), rgba(7,18,30,.62);
  color: #f7f4eb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 18px 42px rgba(0,4,11,.3);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}
.try-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.try-span { grid-column: 1 / -1; }
.try-field { display: flex; flex-direction: column; gap: 8px; color: rgba(247,244,235,.78); font-size: 12px; font-weight: 700; }
.try-field small { margin-left: 8px; color: rgba(247,244,235,.5); font-weight: 500; letter-spacing: 0; text-transform: none; }
.try-field[data-found="missing"] small { color: #e2b277; }
.try-field input, .try-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 16px;
  outline: 0;
  background: rgba(7,18,30,.28);
  color: #fff;
  font: 400 15px var(--font-geist-sans), Arial, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.try-field textarea { resize: vertical; min-height: 96px; line-height: 1.5; }
.try-field input::placeholder, .try-field textarea::placeholder { color: rgba(255,255,255,.45); }
.try-field input:focus, .try-field textarea:focus {
  border-color: rgba(255,255,255,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 0 0 4px rgba(255,255,255,.08);
}
.try-actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.try-continue {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 18px;
  background: rgba(246,250,252,.77);
  color: #14202a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  box-shadow: inset 0 1px 0 #fff, 0 6px 18px rgba(0,5,14,.18);
}
.try-continue:hover { transform: translateY(-1px); }
.try-actions p { margin: 0; color: rgba(247,244,235,.55); font-size: 12px; }
.voice-plate {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(130deg, rgba(255,255,255,.12), rgba(215,228,239,.05) 52%, rgba(255,255,255,.07)), rgba(7,18,30,.42);
  color: #f7f4eb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.voice-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 14px 20px;
}
.voice-orb {
  position: relative;
  width: 188px;
  height: 188px;
  margin: 12px 0 28px;
  display: grid;
  place-items: center;
}
.voice-orb .ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.voice-orb .ring:nth-child(2) { inset: 28px; opacity: .7; }
.voice-orb .ring:nth-child(3) { inset: 48px; opacity: .45; }
.voice-orb .core {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.55), transparent 28%),
    linear-gradient(160deg, rgba(255,255,255,.22), rgba(201,145,84,.35) 55%, rgba(7,18,30,.9));
  border: 1px solid rgba(255,255,255,.38);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    0 10px 30px rgba(0,0,0,.35),
    0 0 40px rgba(201,145,84,.25);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.voice-wave {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 22px;
}
.voice-wave i {
  display: block;
  width: 3px;
  height: 6px;
  border-radius: 99px;
  background: rgba(247,244,235,.8);
  transform-origin: center bottom;
}
.voice-orb.speaking .ring { animation: orb-pulse 1.8s ease-out infinite; }
.voice-orb.speaking .ring:nth-child(2) { animation-delay: .2s; }
.voice-orb.speaking .ring:nth-child(3) { animation-delay: .4s; }
.voice-orb.speaking .core { animation: core-breathe 1.1s ease-in-out infinite; }
.voice-orb.speaking .voice-wave i {
  animation: voice-bar .7s ease-in-out infinite;
  animation-delay: calc(var(--i) * .05s);
}
@keyframes orb-pulse {
  0% { transform: scale(.92); opacity: .55; }
  100% { transform: scale(1.12); opacity: 0; }
}
@keyframes core-breathe {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.06); filter: brightness(1.12); }
}
@keyframes voice-bar {
  0%, 100% { height: 5px; }
  50% { height: 18px; }
}
.voice-context {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.voice-chip {
  min-height: 64px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}
.voice-chip span {
  display: block;
  color: rgba(247,244,235,.55);
  font: 700 9px var(--font-geist-mono), monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.voice-chip strong {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.voice-chip.is-missing strong { color: rgba(247,244,235,.48); font-weight: 500; }
.voice-controls { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 22px; }
.voice-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.42);
  background: linear-gradient(130deg, rgba(255,255,255,.2), rgba(215,228,239,.075) 52%, rgba(255,255,255,.13)), rgba(7,18,30,.55);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}
.voice-btn.quiet { background: transparent; font-weight: 600; }
.voice-script {
  margin: 0;
  padding: 28px 22px;
  max-height: 640px;
  overflow: auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 20px;
  background: rgba(5,9,15,.28);
  border: 1px solid rgba(255,255,255,.12);
}
.voice-line { opacity: 0; transform: translateY(8px); max-width: 92%; }
.voice-line.is-on { opacity: 1; transform: none; transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.voice-line span {
  display: block;
  margin-bottom: 6px;
  color: rgba(247,244,235,.5);
  font: 700 9px var(--font-geist-mono), monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.voice-line p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: -.015em;
}
.voice-line.is-desk { align-self: flex-start; }
.voice-line.is-caller { align-self: flex-end; text-align: right; }
.voice-line.is-desk p {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
}
.voice-line.is-caller p {
  background: rgba(247,244,235,.92);
  color: #171916;
}
@media (max-width: 980px) {
  .try-grid { grid-template-columns: 1fr; }
  .voice-plate { grid-template-columns: 1fr; padding: 12px; }
  .voice-script { max-height: 420px; }
}
@media (max-width: 700px) {
  .try-stage { padding: 7px; }
  .try-night {
    min-height: calc(100svh - 14px);
    border-radius: 20px;
    padding: 36px 16px 28px;
    background-image: url('/lad-hero-mobile-v1.png');
  }
  .try-heading { margin-bottom: 22px; }
  .try-heading h2 { font-size: 42px; }
  .try-review { padding: 18px 14px; border-radius: 20px; }
  .try-load, .try-error { min-height: 220px; border-radius: 20px; padding: 36px 16px; }
  .voice-plate { border-radius: 20px; }
  .voice-orb { width: 160px; height: 160px; }
  .voice-context { grid-template-columns: 1fr; }
  .voice-line { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .voice-orb.speaking .ring,
  .voice-orb.speaking .core,
  .voice-orb.speaking .voice-wave i { animation: none !important; }
}
