:root {
  color-scheme: dark;
  --bg: #050506;
  --bg-2: #0b0b10;
  --ink: #fff8ef;
  --ink-soft: #d9d0c8;
  --muted: #9e96a7;
  --muted-2: #726c7c;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 210, 129, 0.28);
  --glass: rgba(255, 255, 255, 0.055);
  --glass-strong: rgba(255, 255, 255, 0.088);
  --amber: #ffd66f;
  --amber-2: #ff9b46;
  --coral: #ff8d83;
  --rose: #df91ff;
  --violet: #9b7dff;
  --aqua: #70eadb;
  --blue: #78b8ff;
  --green: #75f0a3;
  --danger: #ff7777;
  --shadow: rgba(0, 0, 0, 0.62);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(38, 30, 64, 0.44) 0%, rgba(5, 5, 6, 0.0) 430px),
    linear-gradient(135deg, rgba(255, 139, 102, 0.13) 0%, rgba(112, 234, 219, 0.055) 38%, rgba(5, 5, 6, 0.0) 68%),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 72%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.28) 54%, rgba(0, 0, 0, 0.72) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.012) 1px, transparent 1px, transparent 5px);
  opacity: 0.72;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

[id] {
  scroll-margin-top: 96px;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

button {
  font: inherit;
}

.shell {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(5, 5, 6, 0.68);
  backdrop-filter: blur(22px) saturate(150%);
}

.site-nav .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 214, 111, 0.96), rgba(255, 141, 131, 0.88) 48%, rgba(223, 145, 255, 0.92));
  box-shadow: 0 0 22px rgba(255, 155, 70, 0.42);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  background: rgba(5, 5, 6, 0.92);
  border-radius: 50%;
}

.brand-mark::after {
  inset: 10px;
  background: rgba(255, 248, 239, 0.94);
  border-radius: 5px;
  transform: rotate(45deg);
}

.ai-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 143, 122, 0.98), rgba(215, 132, 232, 0.94));
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-cta {
  color: #171009;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  padding: 10px 15px;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(255, 155, 70, 0.25);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 64px 0 44px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, rgba(5, 5, 6, 0.98) 0%, rgba(10, 10, 16, 0.84) 46%, rgba(5, 5, 6, 0.0) 100%),
    linear-gradient(180deg, rgba(156, 125, 255, 0.18), rgba(5, 5, 6, 0.0) 58%),
    linear-gradient(135deg, rgba(112, 234, 219, 0.09), rgba(255, 143, 122, 0.08) 55%, transparent);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  gap: 36px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--amber), transparent);
}

h1 {
  max-width: 660px;
  color: var(--ink);
  font-size: 72px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.grad-text {
  color: transparent;
  background: linear-gradient(110deg, var(--ink) 0%, var(--amber) 22%, var(--coral) 52%, var(--rose) 78%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 610px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-size: 15px;
  font-weight: 820;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 214, 111, 0.42);
  background: rgba(255, 255, 255, 0.085);
}

.button-primary {
  border: 0;
  color: #171009;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  box-shadow: 0 18px 40px rgba(255, 155, 70, 0.28);
}

.button-primary:hover {
  border: 0;
  background: linear-gradient(135deg, #ffe08e, #ff9f4d);
}

.button svg {
  width: 18px;
  height: 18px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
  font-weight: 720;
}

.proof-chip b {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 680px;
}

.phone-stage {
  position: absolute;
  inset: -18px -26px -12px 0;
}

.phone-frame {
  position: absolute;
  width: 286px;
  aspect-ratio: 1206 / 2622;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 45px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035) 22%, rgba(0, 0, 0, 0.86)),
    #0b0b10;
  box-shadow:
    0 34px 80px var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 2;
  width: 88px;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: #000;
}

.phone-frame img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  object-fit: cover;
  background: #050506;
}

.phone-main {
  top: 18px;
  right: 154px;
  width: 326px;
  z-index: 4;
  box-shadow:
    0 42px 94px rgba(0, 0, 0, 0.72),
    0 0 82px rgba(223, 145, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.phone-coach {
  top: 118px;
  right: 2px;
  z-index: 2;
  opacity: 0.94;
  transform: rotate(5deg);
}

.phone-voice {
  top: 184px;
  left: 4px;
  z-index: 1;
  opacity: 0.78;
  transform: rotate(-6deg);
}

.visual-note {
  position: absolute;
  right: 36px;
  bottom: 26px;
  z-index: 6;
  width: 270px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--ink-soft);
  background: rgba(7, 7, 10, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.46);
}

.visual-note strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  margin-bottom: 4px;
}

.visual-note span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 92px 0;
}

.section-tight {
  padding: 62px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.eyebrow {
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

h2 {
  margin-top: 12px;
  color: var(--ink);
  font-size: 44px;
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-head p,
.section-lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.quick-strip {
  position: relative;
  margin-top: -36px;
  z-index: 6;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.quick-item {
  padding: 22px;
  background: rgba(12, 12, 17, 0.72);
}

.quick-item .metric {
  color: var(--ink);
  font-size: 26px;
  font-weight: 890;
}

.quick-item .label {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.feature-card,
.agent-card,
.pricing-card,
.privacy-panel,
.support-card,
.doc-card {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 15, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.30);
}

.feature-card {
  min-height: 284px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.feature-card.large {
  grid-column: span 2;
  background:
    linear-gradient(130deg, rgba(156, 125, 255, 0.22), rgba(255, 141, 131, 0.08) 56%, rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 15, 0.82);
}

.feature-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.icon-box {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 214, 111, 0.24);
  border-radius: 16px;
  color: var(--amber);
  background:
    linear-gradient(135deg, rgba(255, 214, 111, 0.18), rgba(255, 155, 70, 0.08)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 34px rgba(255, 155, 70, 0.12);
}

.icon-box svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.feature-card h3,
.agent-card h3,
.pricing-card h3,
.support-card h3 {
  color: var(--ink);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.18;
}

.feature-card p,
.agent-card p,
.pricing-card p,
.support-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.feature-card .card-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.agent-card {
  padding: 22px;
}

.agent-index {
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.screen-gallery {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  align-items: stretch;
}

.gallery-copy {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(112, 234, 219, 0.10), rgba(223, 145, 255, 0.08) 55%, rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 15, 0.78);
}

.gallery-copy h2 {
  font-size: 40px;
}

.gallery-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.gallery-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.gallery-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #171009;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  font-size: 13px;
  font-weight: 900;
}

.gallery-row strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  margin-bottom: 2px;
}

.gallery-row span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 143, 122, 0.08), rgba(112, 234, 219, 0.07) 42%, rgba(156, 125, 255, 0.09)),
    rgba(7, 7, 10, 0.80);
}

.phone-gallery .phone-frame {
  position: relative;
  inset: auto;
  width: 100%;
  min-width: 0;
  transform: none;
  opacity: 1;
}

.phone-gallery .phone-frame:nth-child(2) {
  transform: translateY(-18px);
}

.phone-caption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  text-align: center;
}

.momentum-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.map-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 214, 111, 0.09), rgba(112, 234, 219, 0.05) 42%, rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 15, 0.78);
}

.map-svg {
  width: 100%;
  min-height: 280px;
}

.map-label {
  fill: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.map-small {
  fill: var(--muted-2);
  font-size: 11px;
  font-weight: 700;
}

.map-note-grid {
  display: grid;
  gap: 12px;
}

.map-note {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.map-note strong {
  color: var(--ink);
  font-size: 16px;
}

.map-note p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.bloom-section {
  overflow: hidden;
}

.bloom-panel {
  padding: 30px 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background:
    linear-gradient(155deg, rgba(255, 214, 111, 0.11), rgba(223, 145, 255, 0.07) 48%, rgba(112, 234, 219, 0.06)),
    rgba(10, 10, 15, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 70px rgba(0, 0, 0, 0.30);
}

.bloom-copy {
  max-width: 740px;
  padding: 0 30px 26px;
}

.bloom-copy h2 {
  font-size: 42px;
}

.bloom-copy p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
}

.bloom-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(128px, 1fr));
  gap: 0;
  min-width: 940px;
  padding: 0 30px;
}

.bloom-rail::before {
  content: "";
  position: absolute;
  left: 92px;
  right: 92px;
  top: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 214, 111, 0.76), rgba(255, 143, 122, 0.58), rgba(112, 234, 219, 0.48), rgba(255, 255, 255, 0.12));
}

.bloom-node {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.flower {
  width: 104px;
  height: 104px;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.44));
}

.flower .petal {
  fill: var(--petal);
}

.flower .petal-2 {
  fill: var(--petal-2);
}

.flower .core {
  fill: var(--amber);
}

.flower .leaf {
  fill: var(--leaf);
}

.bloom-node strong {
  color: var(--ink);
  font-size: 15px;
}

.bloom-node span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.7fr);
  gap: 18px;
  align-items: start;
}

.pricing-card {
  padding: 28px;
}

.price {
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 18px 0 4px;
}

.price strong {
  color: var(--ink);
  font-size: 52px;
  font-weight: 920;
  line-height: 1;
}

.price span {
  padding-bottom: 7px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: var(--ink-soft);
  font-size: 15px;
}

.check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--green), var(--aqua));
  box-shadow: 0 0 18px rgba(112, 234, 219, 0.24);
}

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

.limit {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.limit b {
  display: block;
  color: var(--amber);
  font-size: 28px;
  line-height: 1;
}

.limit span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.privacy-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  gap: 20px;
  padding: 28px;
  align-items: center;
}

.privacy-stack {
  display: grid;
  gap: 10px;
}

.privacy-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.privacy-item svg {
  width: 28px;
  height: 28px;
  color: var(--amber);
  stroke: currentColor;
}

.privacy-item strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.privacy-item span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(255, 214, 111, 0.20);
  border-radius: var(--radius);
  background:
    linear-gradient(130deg, rgba(255, 214, 111, 0.16), rgba(255, 143, 122, 0.10) 34%, rgba(112, 234, 219, 0.08) 70%, rgba(255, 255, 255, 0.04)),
    rgba(10, 10, 15, 0.86);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.final-cta h2 {
  max-width: 740px;
}

.final-cta p {
  max-width: 620px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 34px 0;
  color: var(--muted);
}

.footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  font-weight: 720;
}

.footer a:hover {
  color: var(--ink);
}

.legal-hero {
  padding: 72px 0 32px;
}

.legal-hero h1 {
  max-width: 820px;
  font-size: 58px;
}

.updated {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}

.doc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
  padding-bottom: 80px;
}

.doc-card {
  padding: 32px;
}

.doc-card h2 {
  margin-top: 34px;
  font-size: 26px;
}

.doc-card h2:first-child {
  margin-top: 0;
}

.doc-card p,
.doc-card li {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.doc-card p {
  margin-top: 12px;
}

.doc-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.doc-card a {
  color: var(--amber);
  text-decoration: underline;
  text-decoration-color: rgba(255, 214, 111, 0.35);
  text-underline-offset: 3px;
}

.doc-aside {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.doc-aside strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  margin-bottom: 10px;
}

.doc-aside a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.doc-aside a:hover {
  color: var(--ink);
}

.callout {
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(255, 214, 111, 0.20);
  border-radius: var(--radius);
  background: rgba(255, 214, 111, 0.07);
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 80px;
}

.support-card {
  padding: 26px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.faq-item h3 {
  color: var(--ink);
  font-size: 18px;
}

.faq-item p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1), transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.doc-card.reveal,
.doc-aside.reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1060px) {
  .hero {
    min-height: auto;
    padding-top: 68px;
  }

  .hero-layout,
  .screen-gallery,
  .momentum-panel,
  .pricing-layout,
  .privacy-panel,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 600px;
  }

  .phone-stage {
    inset: 0;
  }

  .phone-main {
    right: calc(50% - 160px);
  }

  .phone-coach {
    right: calc(50% - 310px);
  }

  .phone-voice {
    left: calc(50% - 310px);
  }

  .feature-grid,
  .agent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card.large {
    grid-column: span 1;
  }

  .section-head {
    grid-template-columns: 1fr;
  }

  .doc-layout {
    grid-template-columns: 1fr;
  }

  .doc-aside {
    position: static;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, var(--max));
  }

  .site-nav .shell {
    min-height: 66px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 13px;
  }

  .brand {
    font-size: 20px;
  }

  .hero {
    padding: 54px 0 42px;
  }

  h1 {
    font-size: 44px;
    line-height: 1.04;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-proof {
    display: none;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 520px;
    margin-top: 24px;
  }

  .phone-frame {
    width: 230px;
    border-radius: 38px;
  }

  .phone-frame img {
    border-radius: 30px;
  }

  .phone-main {
    width: 252px;
    right: calc(50% - 126px);
  }

  .phone-coach {
    right: calc(50% - 236px);
    top: 96px;
  }

  .phone-voice {
    left: calc(50% - 236px);
    top: 154px;
  }

  .visual-note {
    left: 12px;
    right: 12px;
    bottom: 0;
    width: auto;
  }

  .quick-grid,
  .feature-grid,
  .agent-grid,
  .limit-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 68px 0;
  }

  .section-tight {
    padding: 48px 0;
  }

  h2,
  .gallery-copy h2,
  .bloom-copy h2 {
    font-size: 34px;
  }

  .phone-gallery {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 18px;
  }

  .phone-gallery > div {
    flex: 0 0 72%;
    scroll-snap-align: center;
  }

  .phone-gallery .phone-frame:nth-child(2) {
    transform: none;
  }

  .bloom-panel {
    overflow-x: auto;
  }

  .bloom-copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bloom-rail {
    padding-left: 18px;
    padding-right: 18px;
  }

  .final-cta {
    padding: 28px;
  }

  .legal-hero h1 {
    font-size: 42px;
  }

  .doc-card {
    padding: 22px;
  }

  .footer .shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .hero-visual {
    min-height: 476px;
  }

  .phone-main {
    width: 230px;
    right: calc(50% - 115px);
  }

  .phone-coach {
    width: 200px;
    right: calc(50% - 214px);
  }

  .phone-voice {
    width: 200px;
    left: calc(50% - 214px);
  }

  .proof-chip {
    width: 100%;
  }
}
