/* =========================================================
   WellCa V10c — Standalone landing (warm dark + photo)
   ========================================================= */
:root {
  --bg: #1a1c19;
  --bg-2: #15171a;
  --bg-3: #232622;
  --ink: #e8e6df;
  --ink-2: rgba(232,230,223,0.78);
  --ink-3: rgba(232,230,223,0.55);
  --muted: #8e8e84;
  --rule: rgba(232,230,223,0.10);
  --rule-strong: rgba(232,230,223,0.18);
  --accent: #b8c598;
  --accent-strong: #9aab73;
  --warm: #c9a87a;
  --danger: #d97b6a;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 118px; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.no-js .no-js-body > :not(noscript):not(.nojs-fallback) { display: none; }
.nojs-fallback { max-width: 640px; margin: 120px auto; padding: 40px 24px; text-align: center; font-family: 'Inter', sans-serif; }
.nojs-fallback h1 { font-size: 32px; margin: 0 0 18px; font-weight: 500; }
.nojs-fallback h1 .accent { color: var(--accent); }
.nojs-fallback p { color: var(--ink-2); font-size: 15px; line-height: 1.6; margin: 0 0 14px; }
.nojs-fallback a { color: var(--accent); text-decoration: underline; }
a { color: inherit; text-decoration: none; }
p, h3, .lede, .body, .title, .title-big, .problem, .job-story {
  text-wrap: pretty;
}
body {
  font-family: 'Inter Tight', 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 600px at 85% 5%, rgba(184,197,152,0.10), transparent 60%),
    radial-gradient(700px 700px at 5% 70%, rgba(201,168,122,0.07), transparent 60%),
    linear-gradient(180deg, #1a1c19 0%, #15171a 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11";
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.05;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,0.5) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay;
}
.container { max-width: 1280px; margin: 0 auto; padding: 0 48px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px; border-radius: 999px; background: rgba(232,230,223,0.04); border: 1px solid var(--rule); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(232,230,223,0.85); font-weight: 500; }
.eyebrow .dot-acc { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(184,197,152,0.18); }
.meta { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 500; }

/* ---------- NAV ---------- */
.nav { padding: 14px 0; position: sticky; top: 0; background: rgba(26,28,25,0.7); backdrop-filter: blur(20px); z-index: 50; border-bottom: 1px solid var(--rule); }
.nav-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-area { display: flex; align-items: center; min-width: 170px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; cursor: pointer; }
.logo-img { display: block; width: auto; height: 58px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(184,197,152,0.18)); }
.logo-img-final { max-width: 128px; }
.logo-mark {
  width: 26px; height: 26px; border-radius: 7px;
  background: radial-gradient(120% 120% at 20% 10%, #e8f6cb, var(--accent) 58%, #42503a 120%);
  position: relative; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 20px rgba(184,197,152,0.24);
  flex-shrink: 0;
}
.logo-mark::after {
  content: ""; position: absolute; inset: 5px; border-radius: 4px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.38), transparent 62%);
}
.nav-links { display: flex; gap: 28px; font-size: 13px; color: var(--ink-2); }
.nav-links a { cursor: pointer; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; gap: 10px; align-items: center; }

/* ---------- BUTTONS ---------- */
.btn { padding: 12px 22px; border-radius: 999px; font-size: 13px; cursor: pointer; font-family: inherit; font-weight: 500; transition: transform .15s, background .2s; border: 0; display: inline-flex; align-items: center; gap: 8px; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.btn-primary { background: var(--accent); color: #1a1c19; }
.btn-primary:hover { background: var(--accent-strong); }
.btn-ghost { background: rgba(232,230,223,0.06); backdrop-filter: blur(20px); border: 1px solid var(--rule-strong); color: var(--ink); }
.btn-ghost:hover { background: rgba(232,230,223,0.10); }
.btn-lg { padding: 16px 28px; font-size: 14px; }
.btn-dark { background: #1a1c19; color: var(--accent); border: 1px solid #1a1c19; }

/* ---------- HERO ---------- */
.hero { padding: 70px 48px 80px; display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 1fr); gap: 34px; align-items: center; }
.hero-copy { min-width: 0; max-width: 560px; position: relative; z-index: 2; }
.hero h1 { font-size: 72px; line-height: 0.98; letter-spacing: -0.035em; margin: 24px 0 24px; font-weight: 500; text-wrap: balance; }
.hero h1 .acc { color: var(--accent); }
.hero-title { min-height: 353px; position: relative; }
.hero-title-stable { animation: none; }
.hero-title-seed {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 2;
  display: block;
  max-width: 100%;
  pointer-events: none;
  color: var(--ink);
}
.hero-title-seed span {
  display: inline-block;
  will-change: opacity, transform;
}
.hero-title-seed.is-folding {
  animation: titleSeedFade .84s cubic-bezier(.2, .75, .25, 1) forwards;
}
.hero-title-seed .hero-seed-char {
  opacity: 0;
  transform: translateY(0.08em);
  transition: opacity .09s ease, transform .18s cubic-bezier(.2, .75, .25, 1);
}
.hero-title-seed .hero-seed-char.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-title-seed .hero-seed-char.is-current::after {
  content: "";
  position: absolute;
  right: -0.08em;
  top: 0.12em;
  width: 0.055em;
  height: 0.82em;
  border-radius: 999px;
  background: currentColor;
  animation: titleCaretBlink .72s steps(1, end) infinite;
}
.hero-title-seed .title-keep {
  color: var(--accent);
}
.hero-title-seed .title-drop {
  color: rgba(232,230,223,0.78);
}
.hero-title-seed.is-folding .title-keep {
  animation: titleKeepFold .84s cubic-bezier(.2, .75, .25, 1) forwards;
}
.hero-title-seed.is-folding .title-drop {
  animation: titleDropOut .62s cubic-bezier(.45, 0, .25, 1) forwards;
}
.hero-title-seed .title-space {
  width: .28em;
}
.hero-char {
  position: relative;
  display: inline;
  opacity: 0;
  transform: translateY(0.08em);
  transition: opacity .08s ease, transform .16s cubic-bezier(.2, .75, .25, 1);
}
.hero-char.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-char.is-current::after {
  content: "";
  position: absolute;
  right: -0.08em;
  top: 0.12em;
  width: 0.055em;
  height: 0.82em;
  border-radius: 999px;
  background: currentColor;
  animation: titleCaretBlink .72s steps(1, end) infinite;
}
.hero-title-stable.is-complete .hero-char.is-current::after { display: none; }
.type-title {
  position: relative;
}
.type-title-ghost {
  display: block;
  visibility: hidden;
}
.type-title-live {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
}
.type-title-char {
  position: relative;
  opacity: 0;
  transition: opacity .08s ease;
}
.type-title-char.is-visible {
  opacity: 1;
}
.type-title-char.is-current::after {
  content: "";
  position: absolute;
  right: -0.08em;
  top: 0.12em;
  width: 0.055em;
  height: 0.82em;
  border-radius: 999px;
  background: var(--accent);
  animation: titleCaretBlink .72s steps(1, end) infinite;
}
.hero .sub { font-size: 17px; line-height: 1.55; color: var(--ink-2); max-width: 46ch; margin: 0 0 30px; }
.hero .ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.hero .trust { display: flex; gap: 28px; flex-wrap: wrap; color: var(--ink-3); font-size: 12px; }
.hero .trust b { color: var(--ink); font-weight: 500; }

@keyframes titleCaretBlink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}
@keyframes titleSeedFade {
  0%, 48% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-0.05em); }
}
@keyframes titleKeepFold {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-0.18em) scale(0.96); }
}
@keyframes titleDropOut {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(0.45em); }
}

.hero-photo {
  position: relative; border-radius: 22px; overflow: hidden;
  aspect-ratio: 1/1; width: min(100%, 620px); justify-self: end;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  background: linear-gradient(135deg, #3d4438 0%, #1f2520 50%, #2a3329 100%);
}
.hero-photo .hero-photo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.app-previews {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.app-preview-section {
  padding-top: 28px;
  padding-bottom: 8px;
}
.app-preview-section .app-previews {
  margin-top: 0;
}
.app-shot {
  min-height: 190px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(232,230,223,0.035);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}
.app-shot-interactive {
  position: relative;
}
.app-shot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ink);
}
.app-shot-top b {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(184,197,152,0.14);
  color: var(--accent);
  font-size: 11px;
  font-weight: 500;
}
.tap-hint {
  border: 0;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--accent);
  color: #1a1c19;
  font-family: inherit;
  font-size: 10.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0,0,0,0.24);
  animation: softPulse 2.2s ease-in-out infinite;
}
@keyframes softPulse {
  0%, 100% { box-shadow: 0 10px 24px rgba(0,0,0,0.24), 0 0 0 0 rgba(184,197,152,0.0); }
  50% { box-shadow: 0 12px 30px rgba(0,0,0,0.22), 0 0 0 5px rgba(184,197,152,0.14); }
}
.floor-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.table {
  min-height: 42px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232,230,223,0.14);
  background: rgba(232,230,223,0.055);
  color: var(--ink-2);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .18s, background .18s, transform .18s, box-shadow .18s;
}
.table:hover {
  transform: translateY(-1px);
  border-color: rgba(184,197,152,0.34);
}
.table.active {
  background: var(--accent);
  color: #1a1c19;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(184,197,152,0.18);
}
.table.wide { grid-column: span 2; }
.table.booked { background: rgba(184,197,152,0.16); color: var(--accent); border-color: rgba(184,197,152,0.28); }
.table.late { background: rgba(217,123,106,0.16); color: #f0a293; border-color: rgba(217,123,106,0.28); }
.table.booked.active,
.table.late.active {
  background: var(--accent);
  color: #1a1c19;
  border-color: var(--accent);
}
.table-detail {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(184,197,152,0.18);
  background: rgba(184,197,152,0.07);
}
.table-detail strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}
.table-detail p {
  margin: 0;
  color: var(--ink-2);
  font-size: 12px;
  line-height: 1.35;
}
.table-status {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(232,230,223,0.08);
  border: 1px solid var(--rule);
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}
.table-status.booked { color: var(--accent); background: rgba(184,197,152,0.14); border-color: rgba(184,197,152,0.24); }
.table-status.late { color: #f0a293; background: rgba(217,123,106,0.14); border-color: rgba(217,123,106,0.24); }
.app-note {
  margin-top: auto;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-2);
}
.app-note-framed {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--accent);
  background: rgba(184,197,152,0.08);
  color: var(--ink);
}
.ai-confirm-note {
  display: flex;
  justify-content: center;
  line-height: 1.25;
}
.guest-mini {
  display: flex;
  gap: 12px;
  align-items: center;
}
.guest-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: #1a1c19;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}
.guest-mini strong { font-size: 16px; font-weight: 500; }
.guest-mini p { margin: 4px 0 0; color: var(--ink-2); font-size: 13px; line-height: 1.45; }
.mini-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: auto; }
.mini-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(232,230,223,0.06);
  border: 1px solid var(--rule);
  font-size: 12px;
  color: var(--ink-2);
}
.guest-card-button {
  margin-top: auto;
  border: 0;
  border-radius: 999px;
  padding: 11px 14px;
  background: var(--accent);
  color: #1a1c19;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  animation: softPulse 2.2s ease-in-out infinite;
}
.guest-card-button:hover {
  background: var(--accent-strong);
}
.guest-card-button.ai-confirm-note {
  cursor: default;
  pointer-events: none;
}
.guest-card-button.ai-confirm-note:hover {
  background: var(--accent);
}
.chat-lines { display: flex; flex-direction: column; gap: 8px; }
.chat-lines span {
  align-self: flex-start;
  max-width: 92%;
  padding: 9px 11px;
  border-radius: 13px;
  background: rgba(232,230,223,0.06);
  color: var(--ink-2);
  font-size: 12.5px;
  line-height: 1.4;
}
.chat-lines .bot {
  align-self: flex-end;
  background: rgba(184,197,152,0.15);
  color: var(--ink);
  border: 1px solid rgba(184,197,152,0.18);
}
.story-modal.guest-profile-modal {
  width: min(700px, 100%);
  max-height: calc(100vh - 124px);
  overflow-y: auto;
}
.guest-profile-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-right: 54px;
}
.guest-avatar.large {
  width: 58px;
  height: 58px;
  font-size: 17px;
}
.guest-profile-head h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.guest-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.guest-profile-grid div,
.guest-profile-section {
  padding: 12px;
  border-radius: 14px;
  background: rgba(232,230,223,0.045);
  border: 1px solid rgba(232,230,223,0.08);
}
.guest-profile-grid span,
.guest-profile-section > span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guest-profile-grid b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}
.guest-profile-section {
  margin-top: 10px;
}
.guest-profile-section p {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.45;
}
.guest-history {
  display: grid;
  gap: 8px;
}
.guest-history p {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.45;
}
.photo-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, transparent 35%, rgba(20,22,19,0.7) 100%),
    linear-gradient(135deg, rgba(184,197,152,0.10) 0%, transparent 50%);
}
.photo-tag {
  position: absolute; bottom: 22px; left: 22px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 999px;
  background: rgba(20,22,19,0.7); backdrop-filter: blur(20px);
  border: 1px solid var(--rule);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(232,230,223,0.9);
}
.photo-tag .dot-live { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(184,197,152,0.25); animation: pulse 2.5s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

.photo-stat {
  position: absolute; top: 22px; right: 22px;
  padding: 14px 18px; border-radius: 16px;
  background: rgba(20,22,19,0.75); backdrop-filter: blur(20px);
  border: 1px solid var(--rule);
  text-align: right;
}
.photo-stat .k { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-bottom: 4px; }
.photo-stat .v { font-size: 28px; line-height: 1; letter-spacing: -0.02em; color: var(--accent); font-weight: 500; }

/* ---------- TRUST / SEGMENTS ---------- */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: -34px;
  padding-bottom: 18px;
}
.trust-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(232,230,223,0.035);
  border: 1px solid var(--rule);
  text-align: left;
  font-family: inherit;
}
.trust-item-cta {
  background: var(--accent);
  color: #1a1c19;
  border-color: var(--accent);
  cursor: pointer;
  transition: transform .18s, box-shadow .18s;
}
.trust-item-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(184,197,152,0.16);
}
.trust-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.trust-item span {
  display: block;
  color: var(--ink-2);
  font-size: 12.5px;
  line-height: 1.45;
}
.trust-item-cta strong,
.trust-item-cta span {
  color: #1a1c19;
}
.section-h.compact { padding-top: 62px; }
.segments-section.has-story-modal { z-index: 200; }
.segments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.segment-card {
  min-height: 250px;
  padding: 26px;
  border-radius: 22px;
  background: rgba(232,230,223,0.035);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.segment-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.segment-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}
.story-segments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.story-segment-card {
  min-height: 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(232,230,223,0.035);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.story-segment-card-video-first {
  min-height: 590px;
}
.story-video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  background: rgba(232,230,223,0.05);
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.story-video-thumb-full {
  flex: 1;
  height: 100%;
  min-height: 554px;
  aspect-ratio: auto;
}
.story-video-thumb .story-video-img,
.video-frame .video-frame-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.story-video-shade,
.video-frame-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,10,9,0.18), rgba(9,10,9,0.72));
}
.play-mark {
  position: absolute;
  left: 24px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #1a1c19;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 40px rgba(0,0,0,0.35);
}
.story-video-thumb-full .play-mark {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: 66px;
  height: 66px;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.story-video-top-caption {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 22px;
  right: 22px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-wrap: balance;
}
.story-video-text {
  position: absolute;
  left: 86px;
  right: 24px;
  bottom: 28px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.story-video-text.story-video-person,
.story-video-modal .label.story-video-person {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.story-segment-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.story-segment-body .label,
.story-video-modal .label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.story-segment-body h3 {
  margin: 0;
  max-width: 12ch;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.story-segment-body p {
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
}
.story-segment-body .story-result {
  color: var(--ink);
}
/* ---------- SECTION HEAD ---------- */
.section-h { padding: 90px 0 30px; display: flex; justify-content: center; }
.section-h > div { width: min(100%, 760px); max-width: none; }
.section-h h2 { font-size: 60px; line-height: 1; letter-spacing: -0.03em; margin: 0; font-weight: 500; text-wrap: balance; max-width: none; }
.section-h .lede { font-size: 16px; line-height: 1.55; color: var(--ink-2); max-width: 56ch; margin-top: 16px; }

/* ---------- BENTO / VALUE ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; grid-auto-rows: 200px; margin-top: 30px; }
.card {
  background: rgba(232,230,223,0.035); backdrop-filter: blur(20px);
  border: 1px solid var(--rule); border-radius: 22px; padding: 28px;
  display: flex; flex-direction: column; gap: 12px; overflow: hidden;
  position: relative; transition: border-color .2s, transform .2s;
}
.card:hover { border-color: var(--rule-strong); }
.card.span2 { grid-column: span 2; }
.card.span3 { grid-column: span 3; }
.card.span4 { grid-column: span 4; }
.card.tall { grid-row: span 2; }
.card.accent { background: var(--accent); color: #1a1c19; border-color: var(--accent); }
.card.warm { background: var(--warm); color: #1a1c19; border-color: var(--warm); }
.card .label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.card.accent .label, .card.warm .label { color: rgba(26,28,25,0.7); }
.card .title { font-size: 22px; line-height: 1.2; letter-spacing: -0.02em; font-weight: 500; }
.card .title-big { font-size: 40px; line-height: 1.05; letter-spacing: -0.025em; font-weight: 500; }
.card .body { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.card.accent .body, .card.warm .body { color: rgba(26,28,25,0.78); }
.card .byline { font-size: 12px; color: var(--ink-3); }
.card .big-small { font-size: 56px; line-height: 0.9; letter-spacing: -0.035em; font-weight: 500; color: var(--accent); }
.card.accent .big-small, .card.warm .big-small { color: #1a1c19; }
.ai-card {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ai-card .body {
  max-width: 24ch;
}
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.feature-pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 0;
  background: var(--accent);
  color: #1a1c19;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: transform .15s, background .2s;
}
.feature-pill:hover { transform: translateY(-1px); background: var(--accent-strong); }
.feature-pill.active { box-shadow: 0 0 0 3px rgba(184,197,152,0.18); }
.job-story {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(184,197,152,0.18);
  background: rgba(184,197,152,0.07);
}
.job-story p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.ai-bot-title {
  font-size: 42px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 600;
  max-width: 9ch;
}
.story-card-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-family: inherit;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
  cursor: pointer;
}
.story-card-button:hover { color: var(--accent); }
.story-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(9,10,9,0.62);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 92px 24px 32px;
}
.segments-section .story-modal-backdrop {
  z-index: 220;
  align-items: flex-start;
  overflow-y: auto;
  padding: 92px 24px 32px;
}
.story-modal {
  width: min(560px, 100%);
  padding: 28px;
  border-radius: 24px;
  background: #1a1c19;
  border: 1px solid rgba(184,197,152,0.28);
  box-shadow: 0 30px 90px rgba(0,0,0,0.48);
  position: relative;
}
.story-video-modal {
  width: min(840px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(184,197,152,0.2);
  background: rgba(232,230,223,0.05);
}
.video-frame-caption {
  position: absolute;
  right: 22px;
  bottom: 28px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.story-modal h3 { margin: 10px 0 16px; font-size: 28px; line-height: 1.12; letter-spacing: -0.02em; font-weight: 500; }
.story-modal p { margin: 0 0 12px; color: var(--ink-2); line-height: 1.55; font-size: 14px; }
.story-modal p:last-child { margin-bottom: 0; }
.story-modal b { color: var(--accent); font-weight: 500; }
.live-story-modal {
  width: min(1060px, calc(100vw - 48px));
  padding: 32px;
}
.live-story-modal-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: center;
}
.live-story-modal-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 360px;
}
.live-story-modal-text {
  min-width: 0;
  padding-right: 44px;
}
.live-story-modal-text h3 {
  margin-top: 10px;
}
.live-video-caption {
  color: var(--ink-3);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.script-list {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}
.script-list p {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(232,230,223,0.045);
  border: 1px solid rgba(232,230,223,0.08);
}
.transcript-list {
  gap: 14px;
}
.transcript-list p {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.65;
  white-space: pre-line;
}
.transcript-list p:first-child {
  color: var(--ink);
}
.story-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--rule);
  background: rgba(232,230,223,0.06);
  color: var(--ink);
  font-family: inherit;
  cursor: pointer;
}
body:has(.story-modal-backdrop) .chat-widget {
  display: none;
}

.card.photo-card { padding: 0; background: linear-gradient(135deg, #3d4438 0%, #1f2520 100%); }
.card.photo-card .photo-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.photo-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,19,0.2) 0%, rgba(20,22,19,0.88) 100%); }
.photo-card-content { position: absolute; inset: 0; padding: 28px; display: flex; flex-direction: column; gap: 12px; justify-content: flex-end; }
.live-story-card .photo-card-overlay {
  background:
    linear-gradient(90deg, rgba(12,14,12,0.34) 0%, rgba(12,14,12,0.74) 72%),
    linear-gradient(180deg, rgba(20,22,19,0.18) 0%, rgba(20,22,19,0.86) 100%);
}
.live-story-card-layout {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 0.38fr);
  grid-template-rows: 1fr auto;
  grid-template-areas:
    "video meta"
    "result result";
  gap: 20px 30px;
  align-items: start;
  padding: 30px 34px 34px;
}
.live-story-card .photo-card-content {
  position: relative;
  inset: auto;
  padding: 0;
  min-width: 0;
  justify-content: center;
}
.live-story-video-spot {
  grid-area: video;
  align-self: start;
  justify-self: start;
}
.live-story-card-meta {
  grid-area: meta;
  align-self: start;
  justify-self: start;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}
.live-story-card-meta .label {
  color: var(--accent);
}
.live-story-card-meta .byline {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}
.live-story-card-result {
  grid-area: result;
  justify-self: center;
  max-width: 660px;
  text-align: center;
  font-size: 24px;
  line-height: 1.18;
}
.client-video-button {
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  justify-self: center;
}
.client-video-circle {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(232,230,223,0.06);
  border: 1px solid rgba(184,197,152,0.28);
  box-shadow: 0 22px 58px rgba(0,0,0,0.42);
}
.client-video-card {
  width: min(288px, 100%);
}
.client-video-modal {
  width: min(340px, 100%);
}
.client-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-video-ring {
  position: absolute;
  inset: 9px;
  border-radius: inherit;
  border: 1px solid rgba(232,230,223,0.22);
  pointer-events: none;
}
.client-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #1a1c19;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(0,0,0,0.32);
  pointer-events: none;
}

.integ-row { display: flex; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.integ-chip { padding: 7px 12px; border-radius: 999px; background: rgba(232,230,223,0.06); border: 1px solid var(--rule); font-size: 12px; color: rgba(232,230,223,0.85); }
.integration-mini {
  padding: 22px;
  gap: 10px;
}
.integration-mini .title {
  font-size: 20px;
}
.integration-mini .body {
  font-size: 13px;
  line-height: 1.45;
}
.integration-mini .integ-row {
  gap: 6px;
  margin-top: auto;
}
.integration-mini .integ-chip {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 1.15;
}

/* ---------- DEMO FLOW ---------- */
.section-h.demo-section-h {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
  gap: 24px;
  justify-content: center;
  align-items: end;
}

.section-h.demo-section-h > div:first-child {
  width: min(100%, 760px);
  max-width: none;
}

.section-h.demo-section-h > .demo-benefit {
  width: auto;
}

.demo-flow {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 16px;
  margin-top: 30px;
  align-items: stretch;
}

.demo-benefit {
  max-width: 360px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(184,197,152,0.10);
  border: 1px solid rgba(184,197,152,0.22);
}

.demo-benefit span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-benefit p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.demo-screen {
  min-height: 560px;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(184,197,152,0.12), rgba(232,230,223,0.025)),
    rgba(232,230,223,0.035);
  border: 1px solid rgba(184,197,152,0.22);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.demo-screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--ink-2);
  font-size: 13px;
}

.demo-screen-top span {
  min-width: 0;
}

.demo-screen-top b {
  flex-shrink: 0;
  color: #1a1c19;
  background: var(--accent);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 600;
}

.demo-conversation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.demo-message-sequence {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 2px 0 6px;
}

.demo-message-sequence .demo-message {
  width: min(76%, 430px);
  min-height: auto;
  padding: 14px 16px;
  border-radius: 18px;
}

.demo-message-sequence .demo-message + .demo-message {
  margin-top: 10px;
}

.demo-message-sequence .demo-message-guest {
  align-self: flex-start;
  border-top-left-radius: 8px;
}

.demo-message-sequence .demo-message-ai {
  align-self: flex-end;
  border-top-right-radius: 8px;
}

.demo-message-sequence .demo-message span {
  margin-bottom: 6px;
}

.demo-message-sequence .demo-message p {
  margin: 0;
}

.demo-message,
.demo-booking-card,
.demo-guest-card,
.demo-result,
.demo-meta-grid > div {
  border: 1px solid var(--rule);
  background: rgba(20,22,19,0.45);
  box-shadow: inset 0 1px 0 rgba(232,230,223,0.04);
}

.demo-message {
  min-height: 146px;
  padding: 18px;
  border-radius: 18px;
}

.demo-message-ai {
  background: rgba(184,197,152,0.10);
  border-color: rgba(184,197,152,0.24);
}

.demo-message span,
.demo-booking-card span,
.demo-guest-card span,
.demo-meta-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-3);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.demo-message strong,
.demo-booking-card strong,
.demo-guest-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.demo-message p,
.demo-booking-card p,
.demo-guest-card p,
.demo-result p {
  margin: 8px 0 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.45;
}

.demo-booking-card {
  padding: 22px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  background: rgba(20,22,19,0.62);
}

.demo-booking-card > div {
  min-width: 0;
}

.demo-booking-card > b {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(184,197,152,0.14);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
}

.demo-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.demo-meta-grid > div {
  min-height: 76px;
  padding: 14px;
  border-radius: 16px;
}

.demo-meta-grid b {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}

.demo-guest-card {
  padding: 18px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
}

.demo-guest-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1a1c19;
  background: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.demo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.demo-tags em {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--ink-2);
  background: rgba(232,230,223,0.07);
  border: 1px solid var(--rule);
  font-size: 11px;
  line-height: 1.1;
  font-style: normal;
}

.demo-result {
  margin-top: auto;
  padding: 16px 18px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: rgba(184,197,152,0.08);
  border-color: rgba(184,197,152,0.22);
}

.demo-result b {
  color: var(--accent);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.demo-result p {
  margin: 0;
  text-align: right;
}

.demo-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.demo-step {
  padding: 28px;
  border-radius: 22px;
  background: rgba(232,230,223,0.035);
  border: 1px solid var(--rule);
}

.demo-step span {
  display: block;
  margin-bottom: 18px;
  color: var(--danger);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.demo-step h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 600;
}

.demo-step p {
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
}

/* ---------- INTEGRATIONS ---------- */
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.integration-card {
  padding: 26px;
  border-radius: 22px;
  background: rgba(232,230,223,0.035);
  border: 1px solid var(--rule);
}
.integration-card h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.integration-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.integration-list span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(184,197,152,0.10);
  border: 1px solid rgba(184,197,152,0.18);
  color: var(--ink-2);
  font-size: 12px;
}
.integration-note {
  margin-top: 14px;
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(184,197,152,0.08);
  border: 1px solid rgba(184,197,152,0.18);
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}
.integration-note b { color: var(--accent); font-weight: 500; }

/* ---------- PROBLEMS ---------- */
.problems-intro {
  padding: 90px 0 30px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 2fr);
  gap: 30px;
  align-items: stretch;
}
.problems-intro-copy {
  max-width: 520px;
  align-self: end;
}
.problems-intro h2 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 500;
  text-wrap: balance;
}
.problems-intro .lede {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 56ch;
  margin-top: 16px;
}
.live-story-card {
  min-height: 340px;
}
.problems-live-story {
  width: 100%;
  min-height: 340px;
  align-self: stretch;
}
.problems { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.problem { padding: 30px; border-radius: 22px; background: rgba(232,230,223,0.025); border: 1px solid var(--rule); }
.problem .num { font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--danger); font-weight: 500; margin-bottom: 14px; }
.problem h3 { font-size: 22px; line-height: 1.25; margin: 0 0 12px; font-weight: 500; letter-spacing: -0.015em; }
.problem p { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 0; }
.problem-lede .problem-loss-lines {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.problem-loss-lines span {
  display: block;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(184,197,152,0.09);
  border: 1px solid rgba(184,197,152,0.22);
  color: var(--ink);
}

/* ---------- MODULES ---------- */
.modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.module { padding: 28px; border-radius: 22px; background: rgba(232,230,223,0.035); border: 1px solid var(--rule); display: flex; flex-direction: column; gap: 12px; min-height: 280px; transition: border-color .2s, background .2s; }
.module:hover { border-color: var(--rule-strong); background: rgba(232,230,223,0.05); }
.module-head { display: flex; justify-content: space-between; align-items: center; }
.module-head .num { font-family: inherit; font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.module-head .tier { font-size: 11px; padding: 4px 10px; border-radius: 999px; background: rgba(232,230,223,0.06); border: 1px solid var(--rule); letter-spacing: 0.02em; color: var(--ink-2); font-weight: 500; }
.module-head .tier.pro { background: var(--accent); color: #1a1c19; border-color: var(--accent); }
.module h3 { font-size: 22px; line-height: 1.2; margin: 4px 0 0; font-weight: 500; letter-spacing: -0.02em; }
.module p { font-size: 13.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.module .value { font-size: 13px; padding: 14px 16px; border-radius: 12px; background: rgba(184,197,152,0.06); border: 1px solid rgba(184,197,152,0.18); color: var(--ink); margin-top: auto; line-height: 1.5; }
.module .value b { color: var(--accent); font-weight: 500; }

/* ---------- PRICING ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.plan { padding: 36px 32px; border-radius: 24px; background: rgba(232,230,223,0.035); border: 1px solid var(--rule); display: flex; flex-direction: column; gap: 14px; min-height: 580px; position: relative; }
.plan.featured { background: var(--accent); color: #1a1c19; border-color: var(--accent); }
.plan .badge { position: absolute; top: 22px; right: 22px; padding: 5px 12px; border-radius: 999px; background: #1a1c19; color: var(--accent); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
.plan h3 { font-size: 26px; margin: 0; font-weight: 500; letter-spacing: -0.02em; }
.plan .tier-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.plan.featured .tier-label { color: rgba(26,28,25,0.65); }
.plan .price { font-size: 56px; line-height: 1; letter-spacing: -0.03em; font-weight: 500; }
.plan .per { font-size: 14px; color: var(--ink-2); margin-left: 8px; }
.plan.featured .per { color: rgba(26,28,25,0.7); }
.plan .year { font-size: 12px; color: var(--ink-3); font-family: inherit; }
.plan.featured .year { color: rgba(26,28,25,0.65); }
.plan .plan-desc { font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.plan.featured .plan-desc { color: rgba(26,28,25,0.8); }
.plan .plan-divider { height: 1px; background: var(--rule-strong); margin: 6px 0; }
.plan.featured .plan-divider { background: rgba(26,28,25,0.15); }
.plan ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.plan ul li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink); }
.plan.featured ul li { color: #1a1c19; }
.plan .tick { width: 16px; height: 16px; border-radius: 50%; background: rgba(184,197,152,0.18); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.plan.featured .tick { background: rgba(26,28,25,0.12); color: #1a1c19; }
.plan .plan-cta { margin-top: auto; padding: 14px; border-radius: 999px; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 500; border: 0; transition: background .2s, transform .15s; }
.plan .plan-cta:hover { transform: translateY(-1px); }
.plan .plan-cta-ghost { background: rgba(232,230,223,0.08); border: 1px solid var(--rule-strong); color: var(--ink); }
.plan .plan-cta-ghost:hover { background: rgba(232,230,223,0.14); }
.plan .plan-cta-dark { background: #1a1c19; color: var(--accent); }

.yearly { margin-top: 30px; padding: 36px; border-radius: 24px; background: linear-gradient(135deg, rgba(184,197,152,0.10), rgba(201,168,122,0.05)); border: 1px solid rgba(184,197,152,0.20); display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.yearly h3 { font-size: 30px; margin: 12px 0 12px; font-weight: 500; letter-spacing: -0.025em; }
.yearly p { font-size: 14.5px; line-height: 1.6; color: var(--ink-2); margin: 0; }
.yearly-bens { display: flex; flex-direction: column; gap: 10px; }
.yearly-ben { padding: 14px 18px; border-radius: 14px; background: rgba(20,22,19,0.5); border: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: center; }
.yearly-ben .k { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.yearly-ben .v { font-size: 16px; font-weight: 500; margin-top: 4px; }
.yearly-ben .strike { color: var(--ink-3); text-decoration: line-through; margin-right: 10px; font-size: 13px; }
.yearly-ben .save { padding: 4px 10px; border-radius: 999px; background: rgba(184,197,152,0.15); color: var(--accent); font-family: inherit; font-size: 12px; letter-spacing: 0; }

/* ---------- COMPARE TABLE ---------- */
.compare-wrap { margin-top: 30px; border-radius: 22px; background: rgba(232,230,223,0.025); border: 1px solid var(--rule); overflow: hidden; }
.compare { width: 100%; border-collapse: collapse; font-size: 14px; }
.compare th, .compare td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--rule); }
.compare th { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 500; background: rgba(232,230,223,0.02); }
.compare th.pro-col { color: var(--accent); }
.compare td { color: var(--ink-2); }
.compare td:first-child { color: var(--ink); font-weight: 400; }
.compare td:not(:first-child) { text-align: center; width: 110px; }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare tbody tr:hover { background: rgba(232,230,223,0.02); }
.compare .yes { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(184,197,152,0.18); color: var(--accent); }
.compare .no { color: var(--ink-3); }

/* ---------- WHY ---------- */
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(220px, auto); gap: 14px; margin-top: 30px; }
.why-card { padding: 30px; border-radius: 22px; background: rgba(232,230,223,0.035); border: 1px solid var(--rule); display: flex; flex-direction: column; gap: 12px; }
.why-card .num { font-family: inherit; font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.why-card h3 { font-size: 22px; line-height: 1.22; margin: 0; font-weight: 500; letter-spacing: -0.02em; }
.why-card p { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.why-card.wide { grid-column: span 3; }
.why-card.narrow { grid-column: span 2; }
.why-card.third { grid-column: span 3; }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.tag-chip { padding: 5px 11px; border-radius: 999px; background: rgba(232,230,223,0.06); border: 1px solid var(--rule); font-family: inherit; font-size: 11px; color: var(--ink-2); letter-spacing: 0.02em; }

/* ---------- TESTIMONIALS ---------- */
.testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.testi { padding: 28px; border-radius: 22px; background: rgba(232,230,223,0.035); border: 1px solid var(--rule); display: flex; flex-direction: column; gap: 14px; min-height: 320px; }
.testi.with-photo { padding: 0; overflow: hidden; position: relative; background: linear-gradient(135deg, #3d4438 0%, #1f2520 100%); }
.testi.with-photo .testi-photo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.testi.with-photo .testi-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,19,0.2) 0%, rgba(20,22,19,0.92) 75%); }
.testi.with-photo .testi-inner { position: absolute; inset: 0; padding: 28px; display: flex; flex-direction: column; gap: 14px; justify-content: flex-end; }
.testi .quote { font-size: 18px; line-height: 1.4; letter-spacing: -0.01em; font-weight: 500; }
.testi .author { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.testi .avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #4a5446, #2d3029); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; color: var(--accent); border: 1px solid var(--rule); }
.testi .author-info { display: flex; flex-direction: column; }
.testi .author-name { font-size: 14px; font-weight: 500; }
.testi .author-role { font-size: 12px; color: var(--ink-3); }

/* ---------- FAQ ---------- */
.faq { margin-top: 30px; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:first-child { border-top: 1px solid var(--rule); }
.faq-q { width: 100%; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; background: transparent; border: 0; color: var(--ink); font-family: inherit; font-size: 20px; cursor: pointer; text-align: left; letter-spacing: -0.015em; font-weight: 500; }
.faq-q .plus { font-size: 22px; color: var(--accent); transition: transform .25s; flex-shrink: 0; margin-left: 24px; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 0 24px; margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 70ch; }
.faq-a p + p { padding-top: 2px; }
.faq-a .faq-warning {
  margin-left: 18px;
  color: var(--ink);
  border-left: 2px solid var(--accent);
  padding-left: 14px;
}

/* ---------- FINAL CTA ---------- */
.final { margin: 60px 0; padding: 56px; border-radius: 28px; background: linear-gradient(135deg, rgba(184,197,152,0.12), rgba(201,168,122,0.06)); border: 1px solid rgba(184,197,152,0.22); text-align: left; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); gap: 38px; align-items: center; }
.final::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5; background: radial-gradient(600px 300px at 50% 0%, rgba(184,197,152,0.18), transparent 70%); }
.final-copy { position: relative; }
.final h2 { font-size: 58px; line-height: 1; letter-spacing: -0.03em; margin: 18px 0 22px; font-weight: 500; max-width: 16ch; text-wrap: balance; position: relative; }
.final h2 .acc { color: var(--accent); }
.final p { font-size: 16px; color: var(--ink-2); max-width: 56ch; margin: 0 0 28px; line-height: 1.55; position: relative; }
.final .ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; position: relative; }
.final-assurance {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ink-2);
  font-size: 13px;
}
.final-assurance span::before {
  content: "✓";
  color: var(--accent);
  margin-right: 8px;
}
.lead-form {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: rgba(20,22,19,0.62);
  border: 1px solid var(--rule-strong);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.lead-form label span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
}
.lead-form input,
.lead-form select {
  min-height: 46px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--rule-strong);
  background: rgba(232,230,223,0.06);
  color: var(--ink);
  font: inherit;
  padding: 0 14px;
}
.lead-form select { appearance: none; }
.lead-form input::placeholder { color: var(--ink-3); }
.lead-form button { justify-content: center; margin-top: 4px; }
.lead-form button:disabled { opacity: 0.55; cursor: not-allowed; }
.lead-error {
  margin: -4px 0 2px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(217,123,106,0.10);
  border: 1px solid rgba(217,123,106,0.35);
  color: var(--danger);
  font-size: 13px;
  line-height: 1.4;
}
.lead-success a { color: var(--accent); text-decoration: underline; }
.lead-form p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--ink-3);
}
.lead-success {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.lead-success strong {
  color: var(--accent);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
}
.lead-success span {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}

/* ---------- FOOTER ---------- */
footer { padding: 50px 0 112px; border-top: 1px solid var(--rule); margin-top: 60px; }
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.foot-col h4 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; font-weight: 500; }
.foot-col a, .foot-col span { display: block; font-size: 13px; color: var(--ink-2); padding: 4px 0; cursor: pointer; transition: color .2s; }
.foot-col a:hover { color: var(--ink); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; margin-top: 40px; border-top: 1px solid var(--rule); font-family: inherit; font-size: 12px; color: var(--ink-3); letter-spacing: 0.02em; }
.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.chat-fab {
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: var(--accent);
  color: #1a1c19;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35), 0 0 0 1px rgba(26,28,25,0.2);
  animation: softPulse 2.2s ease-in-out infinite;
}
.chat-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: -3px;
}
.chat-typing-dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1a1c19;
  opacity: 0.42;
  animation: chatTypingDot 1.15s ease-in-out infinite;
}
.chat-typing-dots i:nth-child(2) { animation-delay: .16s; }
.chat-typing-dots i:nth-child(3) { animation-delay: .32s; }
@keyframes chatTypingDot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.35; }
  40% { transform: translateY(-3px); opacity: 1; }
}
.chat-panel {
  width: min(360px, calc(100vw - 48px));
  border-radius: 22px;
  background: rgba(26,28,25,0.94);
  border: 1px solid rgba(184,197,152,0.22);
  backdrop-filter: blur(20px);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.45);
}
.chat-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--rule);
}
.chat-panel-head b { display: block; font-size: 15px; font-weight: 500; }
.chat-panel-head span { display: block; margin-top: 4px; font-size: 12px; color: var(--ink-3); line-height: 1.35; }
.chat-panel-head button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  background: rgba(232,230,223,0.06);
  color: var(--ink);
  font-family: inherit;
  cursor: pointer;
}
.chat-panel-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.chat-msg {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(232,230,223,0.06);
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.45;
}
.chat-msg.user { align-self: flex-end; background: rgba(184,197,152,0.15); color: var(--ink); }
.chat-msg.bot { align-self: flex-start; }
.chat-panel-input {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--rule);
}
.chat-panel-input span {
  flex: 1;
  padding: 11px 12px;
  border-radius: 999px;
  background: rgba(232,230,223,0.06);
  color: var(--ink-3);
  font-size: 13px;
}
.chat-panel-input button {
  border: 0;
  border-radius: 999px;
  padding: 0 13px;
  background: var(--accent);
  color: #1a1c19;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding: 56px 24px 64px; }
  .logo-area { min-width: auto; }
  .logo-img { height: 50px; }
  .logo-img-final { max-width: 110px; }
  .hero-photo { width: 100%; justify-self: stretch; }
  .app-previews { grid-template-columns: 1fr; }
  .hero h1 { font-size: 52px; }
  .hero-title { min-height: 255px; }
  .section-h { padding: 62px 0 24px; }
  .section-h > div { width: 100%; }
  .section-h h2 { font-size: 40px; }
  .problems-intro { grid-template-columns: 1fr; padding: 62px 0 24px; gap: 24px; }
  .problems-intro h2 { font-size: 40px; }
  .problems-live-story { min-height: 360px; }
  .live-story-card-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "video"
      "meta"
      "result";
    gap: 18px;
    padding: 24px;
  }
  .live-story-video-spot { justify-self: center; }
  .live-story-card-meta { justify-self: center; text-align: center; padding-top: 0; }
  .live-story-card-result { font-size: 21px; }
  .client-video-card { width: min(260px, 70vw); }
  .live-story-modal { width: min(680px, calc(100vw - 32px)); padding: 24px; }
  .live-story-modal-layout { grid-template-columns: 1fr; gap: 22px; }
  .live-story-modal-video { min-height: auto; }
  .client-video-modal { width: min(280px, 70vw); }
  .live-story-modal-text { padding-right: 0; }
  .trust-bar, .segments, .story-segments, .bento, .modules, .pricing-grid, .testis, .why-grid, .problems, .integrations-grid, .demo-flow { grid-template-columns: 1fr; }
  .card.span2, .card.span3, .card.span4, .why-card.wide, .why-card.narrow, .why-card.third { grid-column: span 1; }
  .card.tall { grid-row: auto; }
  .story-segment-card { min-height: auto; }
  .story-segment-card-video-first { min-height: 420px; }
  .story-video-thumb-full { min-height: 384px; }
  .story-segment-body h3 { font-size: 30px; max-width: 100%; }
  .story-video-text { left: 78px; }
  .story-video-modal { padding: 22px; }
  .guest-profile-grid { grid-template-columns: 1fr; }
  .guest-profile-head { padding-right: 0; }
  .story-modal-backdrop,
  .segments-section .story-modal-backdrop { padding: 32px 16px; align-items: center; }
  .story-modal.guest-profile-modal { max-height: calc(100vh - 64px); }
  .yearly { grid-template-columns: 1fr; }
  .final { grid-template-columns: 1fr; padding: 50px 24px; }
  .final h2 { max-width: 100%; }
  .section-h.demo-section-h { grid-template-columns: 1fr; }
  .demo-benefit { max-width: none; }
  .demo-conversation:not(.demo-message-sequence), .demo-meta-grid { grid-template-columns: 1fr; }
  .demo-message-sequence .demo-message { width: min(90%, 310px); }
  .demo-booking-card, .demo-result { flex-direction: column; align-items: flex-start; }
  .demo-result p { text-align: left; }
  .demo-screen { min-height: auto; padding: 22px; }
  .demo-step { padding: 22px; }
  .demo-step h3 { font-size: 22px; }
  .trust-bar { margin-top: -20px; }
  .container { padding: 0 24px; }
  .nav-links { display: none; }
  .final h2 { font-size: 40px; }
  .foot { grid-template-columns: 1fr 1fr; }
  .chat-widget { right: 0; bottom: 22px; }
  .chat-panel { margin-right: 16px; }
  .chat-fab {
    min-width: 46px;
    min-height: 138px;
    flex-direction: column;
    gap: 7px;
    padding: 10px 7px;
    border-radius: 18px 0 0 18px;
  }
  .chat-fab > span:not(.chat-typing-dots) {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
  }
  .chat-typing-dots {
    flex-direction: column;
    margin-left: 0;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-char,
  .hero-title-seed,
  .hero-title-seed span,
  .photo-tag .dot-live,
  .type-title-char,
  .tap-hint,
  .guest-card-button,
  .chat-typing-dots i {
    animation: none !important;
    transition: none !important;
  }
  .hero-char.is-current::after,
  .hero-title-seed,
  .type-title-char.is-current::after { display: none; }
}
