/* BotAgent landing page — performance-first, RTL and accessible */
@font-face {
  font-family: "Vazirmatn";
  src: url("./fonts/Vazirmatn-Variable.woff2?v=1.0.0") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --brand: #ff6500;
  --brand-dark: #e65300;
  --brand-soft: #fff1e8;
  --brand-faint: #fff8f4;
  --ink: #121722;
  --ink-2: #303744;
  --muted: #667085;
  --muted-2: #8a93a3;
  --line: #e7e9ee;
  --line-dark: #303640;
  --surface: #fff;
  --surface-2: #f7f8fa;
  --dark: #11141a;
  --dark-2: #181c23;
  --success: #14804a;
  --success-soft: #eaf8f0;
  --danger: #c83232;
  --shadow-sm: 0 10px 30px rgba(17, 24, 39, .06);
  --shadow-md: 0 20px 55px rgba(17, 24, 39, .10);
  --shadow-brand: 0 14px 32px rgba(255, 101, 0, .23);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
  --header-height: 76px;
  --font-fa: "Vazirmatn", Tahoma, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-fa);
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img, svg { display: block; }
img { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: #fff; background: var(--brand); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link {
  position: fixed; z-index: 1000; top: 12px; right: 12px;
  padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 10px;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

/* Header */
.site-header {
  position: sticky; z-index: 100; top: 0;
  border-bottom: 1px solid rgba(231, 233, 238, .82);
  background: rgba(255, 255, 255, .90);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: var(--header-height); display: grid;
  grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 43px; height: 47px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; line-height: 1.25; }
.brand strong { font-size: 1rem; font-weight: 900; letter-spacing: -.025em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.main-nav a { position: relative; color: #3e4653; font-size: .88rem; font-weight: 700; transition: color .2s ease; }
.main-nav a::after {
  position: absolute; right: 0; bottom: -9px; width: 0; height: 2px;
  content: ""; background: var(--brand); border-radius: 10px; transition: width .2s ease;
}
.main-nav a:hover, .main-nav a.is-active { color: var(--brand-dark); }
.main-nav a:hover::after, .main-nav a.is-active::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { width: 23px; height: 2px; display: block; margin: 5px auto; background: var(--ink); border-radius: 5px; transition: transform .25s ease, opacity .2s ease; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Shared */
.btn {
  min-height: 46px; padding: 10px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 1px solid transparent; border-radius: 13px; font-weight: 900; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .experience-step:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .menu-toggle:focus-visible {
  outline: 3px solid rgba(255, 101, 0, .28); outline-offset: 3px;
}
.btn svg { width: 19px; height: 19px; }
.btn-primary { color: #fff; background: var(--brand); box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 16px 36px rgba(255, 101, 0, .29); }
.btn-secondary { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { border-color: #cfd3da; background: #fcfcfd; }
.btn-large { min-height: 55px; padding: 13px 23px; border-radius: 15px; }
.btn-block { width: 100%; }
.eyebrow {
  width: fit-content; margin: 0 0 18px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 8px;
  color: #9f4108; background: var(--brand-soft); border: 1px solid #ffd8be; border-radius: 999px;
  font-size: .78rem; font-weight: 900;
}
.eyebrow > span { width: 8px; height: 8px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,101,0,.12); }
.eyebrow-plain { padding: 0; color: var(--brand-dark); background: transparent; border: 0; border-radius: 0; }
.eyebrow-dark { color: #ffcfb3; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); }
.section-heading { max-width: 690px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { margin-inline: auto; }
.section-heading h2, .experience-heading h2, .contact-copy h2 {
  margin: 0; font-size: clamp(2rem, 4.3vw, 3.15rem); line-height: 1.34; letter-spacing: -.045em;
}
.section-heading > p:last-child, .experience-heading > p:last-child {
  margin: 18px 0 0; color: var(--muted); font-size: 1rem;
}

/* Hero */
.hero {
  position: relative; min-height: 720px; padding: 96px 0 90px; display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
}
.hero::before {
  position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .4;
  background-image: linear-gradient(rgba(17,24,39,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(17,24,39,.03) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 76%);
}
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero-shape-one { width: 470px; height: 470px; top: -250px; left: -160px; background: rgba(255,101,0,.08); }
.hero-shape-two { width: 300px; height: 300px; right: -120px; bottom: -140px; background: rgba(255,101,0,.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; }
.hero-content h1 { max-width: 650px; margin: 0; line-height: 1.17; letter-spacing: -.065em; }
.hero-managed-title { font-size: clamp(2.8rem,5.6vw,4.75rem); }
.hero-managed-title > span { white-space: pre-wrap; }
.hero-content h1 em, .hero-title-primary { display: block; font-style: normal; }
.hero-size-compact { font-size: clamp(2.35rem, 4.7vw, 4rem); }
.hero-size-standard { font-size: clamp(2.8rem, 5.6vw, 4.75rem); }
.hero-size-large { font-size: clamp(3.15rem, 6.3vw, 5.35rem); }
.hero-tone-ink { color: var(--ink); }
.hero-tone-orange { color: var(--brand); }
.hero-tone-green { color: var(--success); }
.hero-tone-blue { color: #2274c9; }
.hero-tone-purple { color: #7453c6; }
.hero-tone-rose { color: #c74767; }
.hero-title-accent { position: relative; z-index: 0; width: fit-content; max-width: 100%; }
.hero-accent-underline::after { position: absolute; z-index: -1; right: 0; bottom: .06em; width: 100%; height: .11em; content: ""; background: currentColor; border-radius: 999px; opacity: .3; }
.hero-accent-highlight { margin-top: .08em; padding: .02em .14em .08em; background: #fff1e8; border-radius: .18em; }
.hero-lead { max-width: 650px; margin: 25px 0 0; color: #555f6e; font-size: 1.08rem; line-height: 2; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.demo-label {
  position: absolute;
  z-index: 4;
  top: -15px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 12px;
  color: #7c2d12;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(124,45,18,.08);
  font-size: .72rem;
  font-weight: 900;
}
.hero-assurances { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; color: #4f5968; font-size: .78rem; font-weight: 700; }
.hero-assurances li { display: flex; align-items: center; gap: 6px; }
.hero-assurances svg { width: 17px; height: 17px; color: var(--success); stroke-width: 2.6; }
.hero-visual { position: relative; min-width: 0; padding: 28px 0 24px 44px; }
.booking-preview-card { position: relative; z-index: 2; padding: 22px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(220,224,231,.95); border-radius: 28px; box-shadow: 0 34px 80px rgba(17,24,39,.14); transform: perspective(1000px) rotateY(2deg) rotateX(1deg); }
.booking-preview-head { padding-bottom: 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.booking-preview-progress { margin: 15px 0 14px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.booking-preview-progress span { padding-top: 7px; color: #9299a5; border-top: 3px solid #e7e9ed; font-size: .52rem; font-weight: 900; text-align: center; }
.booking-preview-progress span.active { color: var(--brand-dark); border-color: var(--brand); }
.booking-preview-title { display: flex; flex-direction: column; line-height: 1.55; }
.booking-preview-title small { color: var(--brand-dark); font-size: .5rem; font-weight: 900; }
.booking-preview-title strong { font-size: .86rem; }
.booking-preview-title span { color: var(--muted); font-size: .55rem; }
.booking-service-grid { margin-top: 11px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.booking-service { min-height: 74px; padding: 11px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.booking-service.selected { background: var(--brand-faint); border-color: #ffb98b; box-shadow: 0 7px 20px rgba(255,101,0,.08); }
.booking-service > span { width: 29px; height: 29px; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 9px; font-size: .7rem; font-weight: 900; }
.booking-service div { display: flex; flex-direction: column; line-height: 1.55; }
.booking-service strong { font-size: .62rem; }
.booking-service small { color: var(--muted); font-size: .47rem; }
.booking-provider-row { margin-top: 10px; padding: 10px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; background: var(--surface-2); border-radius: 13px; }
.booking-provider-row .avatar { width: 34px; height: 34px; font-size: .6rem; }
.booking-provider-row div { display: flex; flex-direction: column; line-height: 1.45; }
.booking-provider-row small { color: var(--muted); font-size: .46rem; }
.booking-provider-row strong { font-size: .6rem; }
.booking-provider-row em { color: var(--success); font-size: .47rem; font-style: normal; font-weight: 900; }
.booking-date-strip { margin-top: 10px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.booking-date-strip span { padding: 7px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.booking-date-strip span.active { color: var(--brand-dark); background: var(--brand-faint); border-color: #ffb98b; }
.booking-date-strip small { font-size: .45rem; }
.booking-date-strip strong { font-size: .68rem; }
.booking-time-grid { margin-top: 8px; display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; direction: ltr; }
.booking-time-grid span { padding: 7px 3px; color: #626b78; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: .5rem; font-weight: 900; text-align: center; }
.booking-time-grid span.active { color: #fff; background: var(--brand); border-color: var(--brand); }
.booking-preview-button { margin-top: 11px; padding: 10px 13px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--brand); border-radius: 11px; font-size: .6rem; font-weight: 900; }
.booking-preview-button b { font-size: .85rem; }
.dashboard-card {
  position: relative; z-index: 2; padding: 22px; color: var(--ink); background: rgba(255,255,255,.95);
  border: 1px solid rgba(220,224,231,.95); border-radius: 28px; box-shadow: 0 34px 80px rgba(17,24,39,.14); transform: perspective(1000px) rotateY(2deg) rotateX(1deg);
}
.dashboard-topbar { padding-bottom: 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 9px; }
.mini-brand img { width: 34px; height: 38px; object-fit: contain; }
.mini-brand span { display: flex; flex-direction: column; line-height: 1.35; }
.mini-brand strong { font-size: .8rem; }
.mini-brand small { color: var(--muted); font-size: .57rem; }
.status-badge { padding: 5px 9px; display: inline-flex; align-items: center; gap: 6px; color: var(--success); background: var(--success-soft); border-radius: 999px; font-size: .58rem; font-weight: 900; }
.status-badge i { width: 7px; height: 7px; background: #22a861; border-radius: 50%; }
.dashboard-stats { margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dashboard-stats > div { min-height: 105px; padding: 14px; display: flex; flex-direction: column; background: var(--surface-2); border: 1px solid #eef0f3; border-radius: 17px; }
.dashboard-stats span { color: var(--muted); font-size: .58rem; }
.dashboard-stats strong { margin-top: 3px; font-size: 1.5rem; line-height: 1.25; }
.dashboard-stats small { margin-top: auto; color: #8b93a0; font-size: .51rem; }
.schedule-card { margin-top: 12px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.schedule-head { margin-bottom: 6px; display: flex; align-items: center; justify-content: space-between; }
.schedule-head strong { font-size: .7rem; }
.schedule-head span { color: var(--muted); font-size: .53rem; }
.appointment-row { min-height: 66px; padding: 9px 7px; display: grid; grid-template-columns: 43px 34px 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid #f0f1f4; }
.appointment-row:last-child { border-bottom: 0; }
.appointment-row.active { margin-inline: -4px; padding-inline: 11px; background: var(--brand-faint); border: 1px solid #ffe0cc; border-radius: 12px; }
.appointment-row time { direction: ltr; font-size: .61rem; font-weight: 900; }
.avatar { display: grid; place-items: center; color: #fff; border-radius: 10px; font-weight: 900; }
.appointment-row .avatar { width: 33px; height: 33px; font-size: .58rem; }
.avatar-a { background: linear-gradient(135deg, #8a66dc, #6441b8); }
.avatar-b { background: linear-gradient(135deg, #3595c9, #2170a0); }
.avatar-c { background: linear-gradient(135deg, #e27087, #bd4860); }
.appointment-row > div { display: flex; flex-direction: column; line-height: 1.45; }
.appointment-row strong { font-size: .61rem; }
.appointment-row small { color: var(--muted); font-size: .49rem; }
.appointment-row em { padding: 4px 7px; color: var(--success); background: var(--success-soft); border-radius: 999px; font-size: .45rem; font-style: normal; font-weight: 900; }
.appointment-row.active em { color: #9b4d12; background: #fff0e6; }
.floating-note {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.97); border: 1px solid var(--line); box-shadow: var(--shadow-md); border-radius: 15px;
  animation: float 4.5s ease-in-out infinite;
}
.note-one { right: -34px; bottom: -5px; min-width: 205px; padding: 11px; }
.note-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 10px; font-size: .75rem; font-weight: 900; }
.note-one div { display: flex; flex-direction: column; line-height: 1.5; }
.note-one strong { font-size: .63rem; }
.note-one small { color: var(--muted); font-size: .5rem; }
.note-two { top: 5px; left: 0; padding: 9px 12px; font-size: .58rem; font-weight: 900; animation-delay: -1.7s; }
.note-pulse { width: 8px; height: 8px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(20,128,74,.11); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Audience strip */
.audience-strip { border-block: 1px solid var(--line); background: #fff; }
.audience-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.audience-inner > span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.audience-inner > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }
.audience-inner strong { padding: 7px 12px; color: #5a6371; background: var(--surface-2); border: 1px solid #eceef1; border-radius: 999px; font-size: .68rem; }

/* Problem / outcome */
.problem-section { background: #fff; }
.problem-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card { padding: 23px; display: grid; grid-template-rows: auto auto auto 1fr; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.problem-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 15px; }
.problem-icon svg { width: 23px; height: 23px; }
.problem-card > div:nth-child(2) { margin-top: 20px; }
.problem-card small { color: var(--muted-2); font-size: .66rem; font-weight: 900; }
.problem-card h3 { margin: 4px 0 6px; font-size: 1.05rem; }
.problem-card p { margin: 0; color: var(--muted); font-size: .79rem; }
.problem-arrow { width: 34px; height: 34px; margin: 16px 0; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 50%; font-size: 1.1rem; }
.problem-card .solution { padding: 15px; background: var(--surface-2); border-radius: 16px; }
.problem-card .solution small { color: var(--success); }
.problem-card .solution strong { margin: 3px 0 5px; display: block; font-size: .86rem; }
.problem-card .solution p { font-size: .71rem; }

/* Experience */
.experience-section { position: relative; padding: 108px 0 125px; color: #fff; background: var(--dark); overflow: clip; }
.experience-section::before { position: absolute; width: 520px; height: 520px; top: 120px; right: -310px; content: ""; background: rgba(255,101,0,.12); border-radius: 50%; filter: blur(30px); }
.experience-heading { position: relative; max-width: 760px; margin-inline: auto; text-align: center; }
.experience-heading .eyebrow { margin-inline: auto; }
.experience-heading > p:last-child { color: #aab1bd; }
.experience-grid { position: relative; margin-top: 70px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.phone-stage { position: sticky; top: calc(var(--header-height) + 26px); min-height: 680px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.phone-stage::before { position: absolute; width: 370px; height: 370px; content: ""; background: rgba(255,101,0,.15); border-radius: 50%; filter: blur(80px); }
.phone-shell { position: relative; z-index: 2; width: 342px; height: 678px; padding: 10px; background: #08090c; border: 1px solid #383d46; border-radius: 47px; box-shadow: 0 36px 85px rgba(0,0,0,.44), inset 0 0 0 1px #11141a; overflow: hidden; }
.phone-shell::before { position: absolute; z-index: 0; inset: 10px; content: ""; background: #f8f9fb; border-radius: 38px; }
.phone-hardware { position: absolute; z-index: 15; top: 13px; left: 50%; width: 108px; height: 24px; display: flex; align-items: center; justify-content: center; gap: 9px; background: #08090c; border-radius: 0 0 14px 14px; transform: translateX(-50%); }
.phone-hardware span { width: 42px; height: 4px; background: #262b33; border-radius: 8px; }
.phone-hardware i { width: 6px; height: 6px; background: #253a64; border-radius: 50%; }
.phone-appbar { position: relative; z-index: 3; height: 72px; padding: 22px 12px 7px; display: grid; grid-template-columns: 32px 1fr 36px; align-items: center; gap: 8px; color: var(--ink); }
.phone-appbar button { width: 30px; height: 30px; padding: 7px; border: 0; color: #616a78; background: transparent; }
.phone-appbar div { display: flex; flex-direction: column; line-height: 1.35; }
.phone-appbar strong { font-size: .66rem; }
.phone-appbar small { color: var(--muted); font-size: .48rem; }
.phone-appbar img { width: 34px; height: 37px; padding: 4px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.phone-progress { position: relative; z-index: 3; padding: 1px 16px 8px; display: grid; grid-template-columns: repeat(5,1fr); gap: 4px; }
.phone-progress span { height: 3px; background: #e1e4e9; border-radius: 8px; transition: background .25s ease; }
.phone-progress span.active { background: var(--brand); }
.phone-screens { position: relative; z-index: 2; height: 557px; overflow: hidden; }
.phone-screen { position: absolute; inset: 0; padding: 15px 17px 25px; color: var(--ink); opacity: 0; visibility: hidden; transform: translateX(-22px); transition: opacity .28s ease, transform .28s ease, visibility .28s; }
.phone-screen.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.screen-title > span { color: var(--brand-dark); font-size: .53rem; font-weight: 900; }
.screen-title h3 { margin: 5px 0 3px; font-size: 1rem; line-height: 1.45; }
.screen-title p { margin: 0; color: var(--muted); font-size: .56rem; line-height: 1.65; }
.choice-card { min-height: 76px; margin-top: 10px; padding: 10px; display: grid; grid-template-columns: 43px 1fr 19px; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.choice-card.selected { background: var(--brand-faint); border-color: #ffbb8f; }
.choice-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--brand-soft); border-radius: 11px; font-size: 1.1rem; }
.choice-card div { display: flex; flex-direction: column; line-height: 1.5; }
.choice-card strong { font-size: .66rem; }
.choice-card small { color: var(--muted); font-size: .5rem; }
.choice-card em { width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 50%; font-size: .5rem; font-style: normal; }
.provider-mini { margin-top: 12px; padding: 10px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.provider-mini .avatar { width: 37px; height: 37px; font-size: .61rem; }
.provider-mini div { display: flex; flex-direction: column; line-height: 1.45; }
.provider-mini small { color: var(--muted); font-size: .47rem; }
.provider-mini strong { font-size: .59rem; }
.provider-mini b { color: var(--brand-dark); font-size: .5rem; }
.screen-button { width: calc(100% - 34px); min-height: 41px; position: absolute; bottom: 26px; right: 17px; border: 0; color: #fff; background: var(--brand); border-radius: 11px; font-size: .61rem; font-weight: 900; }
.screen-button.secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.date-chips { margin-top: 15px; display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.date-chips button { min-height: 66px; padding: 7px 2px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fff; border-radius: 11px; }
.date-chips button.selected { color: #fff; background: var(--brand); border-color: var(--brand); }
.date-chips small { font-size: .48rem; }
.date-chips strong { font-size: .77rem; }
.slot-label { margin: 17px 0 6px; font-size: .57rem; font-weight: 900; }
.time-chips { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.time-chips button { min-height: 39px; border: 1px solid var(--line); background: #fff; border-radius: 9px; font-size: .55rem; font-weight: 800; }
.time-chips button.selected { color: #fff; background: var(--brand); border-color: var(--brand); }
.time-chips button.disabled { color: #b6bcc6; text-decoration: line-through; background: #f3f4f6; }
.hold-note { margin-top: 13px; padding: 8px 9px; color: #8c521e; background: #fff4e9; border-radius: 9px; font-size: .47rem; }
.phone-input { margin-top: 24px; padding: 13px; display: flex; flex-direction: column; background: #fff; border: 1px solid #ffb98b; box-shadow: 0 0 0 3px rgba(255,101,0,.08); border-radius: 12px; }
.phone-input span { color: var(--muted); font-size: .5rem; }
.phone-input strong { margin-top: 4px; direction: ltr; text-align: left; font-size: .78rem; letter-spacing: .06em; }
.otp-row { margin-top: 18px; display: grid; grid-template-columns: repeat(5,1fr); direction: ltr; gap: 7px; }
.otp-row span { height: 47px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: .78rem; font-weight: 900; }
.otp-row span:last-child { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(255,101,0,.08); }
.verify-note { margin-top: 20px; padding: 11px; display: flex; align-items: center; gap: 10px; background: var(--success-soft); border-radius: 12px; }
.verify-note i { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-style: normal; font-size: .62rem; }
.verify-note div { display: flex; flex-direction: column; line-height: 1.55; }
.verify-note strong { color: #126d40; font-size: .59rem; }
.verify-note small { color: #4b7b62; font-size: .47rem; }
.summary-box { margin-top: 14px; padding: 12px; display: grid; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.summary-box div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.summary-box span { color: var(--muted); font-size: .5rem; }
.summary-box strong { font-size: .54rem; }
.deposit-box { margin-top: 12px; padding: 15px; text-align: center; background: var(--brand-faint); border: 1px solid #ffd4b8; border-radius: 13px; }
.deposit-box > span { color: #9a551e; font-size: .5rem; }
.deposit-box > strong { margin-top: 2px; display: block; color: var(--brand-dark); font-size: 1.05rem; }
.deposit-box strong small { font-size: .48rem; }
.deposit-box p { margin: 3px 0 0; color: #896c58; font-size: .45rem; }
.security-note { position: absolute; bottom: 8px; width: 100%; right: 0; color: var(--muted); text-align: center; font-size: .44rem; }
.success-mark { width: 78px; height: 78px; margin: 30px auto 12px; display: grid; place-items: center; color: #fff; background: var(--success); border: 8px solid #dff5e8; border-radius: 50%; box-shadow: 0 12px 25px rgba(20,128,74,.18); }
.success-mark svg { width: 35px; height: 35px; stroke-width: 2.6; }
.success-kicker { display: block; color: var(--success); text-align: center; font-size: .57rem; font-weight: 900; }
.success-title { margin: 4px 0 0; text-align: center; font-size: 1rem; }
.success-copy { margin: 3px 0 0; color: var(--muted); text-align: center; font-size: .5rem; }
.ticket-card { margin-top: 16px; padding: 13px; display: grid; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-sm); }
.ticket-card div { display: flex; justify-content: space-between; gap: 12px; }
.ticket-card span { color: var(--muted); font-size: .48rem; }
.ticket-card strong { font-size: .53rem; }
.ticket-card div:first-child strong { color: var(--brand-dark); letter-spacing: .06em; }
.ticket-card hr { width: 100%; margin: 2px 0; border: 0; border-top: 1px dashed #d8dce3; }
.home-indicator { position: absolute; z-index: 15; bottom: 17px; left: 50%; width: 105px; height: 4px; background: #242831; border-radius: 8px; transform: translateX(-50%); }
.stage-caption { width: 342px; margin-top: 15px; display: flex; justify-content: space-between; color: #a7aeb9; font-size: .68rem; }
.stage-caption strong { color: #fff; }
.stage-caption b { color: var(--brand); font-size: .9rem; }
.experience-steps { padding-bottom: 16vh; }
.experience-step { min-height: 62vh; padding: 8vh 18px; display: grid; grid-template-columns: 57px 1fr; align-content: center; gap: 18px; opacity: .35; transform: translateY(18px); transition: opacity .3s ease, transform .3s ease; cursor: pointer; }
.experience-step.is-active { opacity: 1; transform: translateY(0); }
.experience-step > span { width: 53px; height: 53px; display: grid; place-items: center; color: #8d95a1; background: var(--dark-2); border: 1px solid var(--line-dark); border-radius: 15px; font-size: .72rem; font-weight: 900; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.experience-step.is-active > span { color: #fff; background: var(--brand); border-color: var(--brand); box-shadow: 0 12px 28px rgba(255,101,0,.24); }
.experience-step small { color: var(--brand); font-size: .69rem; font-weight: 900; }
.experience-step h3 { margin: 7px 0 0; font-size: clamp(1.65rem,3vw,2.4rem); line-height: 1.35; letter-spacing: -.035em; }
.experience-step p { max-width: 520px; margin: 12px 0 0; color: #9da5b1; font-size: .87rem; }

/* Features */
.features-section { background: var(--surface-2); }
.feature-bento { margin-top: 52px; display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.feature-card { min-height: 255px; padding: 25px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 9px 26px rgba(17,24,39,.035); }
.feature-card h3 { margin: 18px 0 7px; font-size: 1.05rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 15px; }
.feature-icon svg { width: 23px; height: 23px; }
.feature-large { grid-column: span 2; display: grid; grid-template-columns: auto 1fr 190px; grid-template-rows: auto; align-items: center; gap: 18px; }
.feature-large h3 { margin-top: 0; }
.feature-wide { grid-column: span 2; min-height: 210px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.feature-wide h3 { margin-top: 0; }
.mini-calendar { padding: 14px; background: var(--surface-2); border: 1px solid #eceef2; border-radius: 17px; }
.mini-calendar div { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.mini-calendar div + div { margin-top: 8px; }
.mini-calendar span { color: var(--muted); text-align: center; font-size: .44rem; }
.mini-calendar i { aspect-ratio: 1; background: #fff; border: 1px solid #e6e8ec; border-radius: 5px; }
.mini-calendar i.filled { background: #ffd6bb; border-color: #ffc39b; }
.mini-calendar i.active { background: var(--brand); border-color: var(--brand); }
.always-on { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; color: var(--success); background: var(--success-soft); border-radius: 999px; font-size: .61rem; font-weight: 900; white-space: nowrap; }
.always-on i { width: 8px; height: 8px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(20,128,74,.1); }

/* Businesses */
.businesses-section { background: #fff; }
.businesses-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; }
.text-link { margin-top: 25px; display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-size: .82rem; font-weight: 900; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(-4px); }
.business-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.business-card { min-height: 126px; padding: 18px; display: flex; align-items: flex-start; gap: 14px; background: var(--surface-2); border: 1px solid #eceef2; border-radius: 20px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.business-card:hover { transform: translateY(-3px); border-color: #ffd2b4; background: var(--brand-faint); }
.business-card > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; font-size: 1.15rem; }
.business-card h3 { margin: 1px 0 5px; font-size: .87rem; }
.business-card p { margin: 0; color: var(--muted); font-size: .68rem; }

/* Setup */
.setup-section { background: var(--brand-faint); }
.setup-steps { margin: 54px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; list-style: none; counter-reset: setup; }
.setup-steps li { position: relative; min-height: 220px; padding: 24px; background: #fff; border: 1px solid #f1dfd3; border-radius: 23px; box-shadow: var(--shadow-sm); }
.setup-steps li:not(:last-child)::after { position: absolute; top: 45px; left: -30px; width: 40px; content: "←"; color: #ddb79e; font-size: 1.2rem; text-align: center; }
.setup-steps li > span { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 13px; font-size: .8rem; font-weight: 900; }
.setup-steps h3 { margin: 22px 0 7px; font-size: 1.02rem; }
.setup-steps p { margin: 0; color: var(--muted); font-size: .76rem; }

/* FAQ */
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .88rem; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 25px; height: 25px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 8px; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; content: ""; background: #5d6673; transform: translate(-50%,-50%); transition: transform .2s ease; }
.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary { color: var(--brand-dark); }
.faq-list details[open] summary span { border-color: #ffcaa8; background: var(--brand-soft); }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.faq-list details p { margin: -3px 0 24px; padding-left: 45px; color: var(--muted); font-size: .78rem; }

/* Conversion-led benefits */
.conversion-benefits{position:relative;color:#fff;background:#11141a;overflow:hidden}
.conversion-benefits::before{position:absolute;inset:-25% auto auto -10%;width:560px;height:560px;content:"";background:radial-gradient(circle,rgba(255,101,0,.22),transparent 68%);pointer-events:none}
.conversion-benefits-grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:78px}
.benefit-manifesto h2{max-width:560px;margin:16px 0 0;font-size:clamp(2.25rem,4vw,4.4rem);line-height:1.25;letter-spacing:-.055em}
.benefit-manifesto>p:not(.eyebrow){max-width:530px;margin:24px 0 30px;color:#abb2bd;font-size:.92rem}
.benefit-outcomes{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.outcome-card{position:relative;min-height:235px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:#1a1e25;border:1px solid #2a303a;border-radius:25px;overflow:hidden}
.outcome-card:first-child{transform:translateY(36px)}
.outcome-card>span{color:#ff9651;font-size:.68rem;font-weight:900}
.outcome-card small{color:#ff9651;font-size:.61rem;font-weight:900}
.outcome-card h3{margin:8px 0 7px;font-size:1.1rem;line-height:1.55}
.outcome-card p{margin:0;color:#929aa6;font-size:.7rem}
.outcome-card-main{grid-column:1/-1;min-height:260px;background:linear-gradient(135deg,#ff6500,#e84d00);border:0;transform:none!important}
.outcome-card-main>span,.outcome-card-main small{color:#fff1e8}.outcome-card-main h3{max-width:560px;font-size:1.55rem}.outcome-card-main p{max-width:510px;color:#ffe2d0}
.outcome-card-main>strong{position:absolute;left:22px;bottom:-20px;color:rgba(255,255,255,.14);font-size:5.8rem;line-height:1}

/* Feature command center */
.feature-command{background:#f3f4f6}
.feature-command-head{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:65px}
.feature-command-head h2{max-width:800px;margin:10px 0 0;font-size:clamp(2rem,3.7vw,3.8rem);line-height:1.25;letter-spacing:-.05em}
.feature-command-head>p{margin:0;color:var(--muted);font-size:.86rem}
.feature-command-grid{margin-top:54px;display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}
.command-spotlight{position:relative;min-height:610px;padding:36px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:#171b22;border-radius:30px;overflow:hidden}
.command-spotlight::before{position:absolute;top:-100px;left:-80px;width:360px;height:360px;content:"";background:radial-gradient(circle,rgba(255,101,0,.3),transparent 70%)}
.command-live{position:absolute;top:27px;right:28px;padding:8px 12px;display:flex;align-items:center;gap:8px;color:#b8efcd;background:rgba(31,143,78,.13);border:1px solid rgba(72,190,121,.2);border-radius:999px;font-size:.62rem;font-weight:900}
.command-live i{width:7px;height:7px;background:#3dce78;border-radius:50%;box-shadow:0 0 0 5px rgba(61,206,120,.1)}
.command-number{position:absolute;top:75px;left:25px;color:rgba(255,255,255,.08);font-size:8rem;font-weight:900}
.command-spotlight h3{position:relative;max-width:480px;margin:0;font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.4;letter-spacing:-.035em}
.command-spotlight>p{position:relative;margin:17px 0 27px;color:#aab1bc;font-size:.79rem}
.availability-demo{position:relative;padding:11px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;background:#20252d;border:1px solid #303641;border-radius:15px}
.availability-demo span{padding:10px 4px;color:#fff;text-align:center;background:#2b313b;border-radius:9px;font-size:.65rem;font-weight:900}.availability-demo .busy{color:#69717d;text-decoration:line-through;background:#191d23}
.command-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.command-item{min-height:296px;padding:27px;display:flex;flex-direction:column;background:#fff;border:1px solid #e3e5e9;border-radius:27px;transition:transform .2s ease,box-shadow .2s ease}
.command-item:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(17,24,39,.08)}
.command-item>span{color:var(--brand);font-size:.7rem;font-weight:900}.command-item h3{margin:25px 0 9px;font-size:1.17rem;line-height:1.5}.command-item p{margin:0;color:var(--muted);font-size:.72rem}
.command-item>b{margin-top:auto;width:max-content;padding:7px 10px;color:#5f6670;background:#f2f3f5;border-radius:8px;font-size:.57rem}

/* FAQ close */
.faq-conversion{color:#fff;background:#15181e}
.faq-conversion-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:80px}
.faq-pitch{position:sticky;top:115px}.faq-pitch h2{max-width:500px;margin:15px 0;font-size:clamp(2.2rem,4vw,4rem);line-height:1.25;letter-spacing:-.05em}.faq-pitch>p:not(.eyebrow){max-width:480px;margin:0 0 28px;color:#a9b0bb;font-size:.84rem}.faq-pitch>small{margin:12px 15px 0;display:block;color:#7f8793;font-size:.61rem}
.faq-conversion .faq-list{border-top-color:#303640}.faq-conversion .faq-list details{border-bottom-color:#303640}.faq-conversion .faq-list summary{min-height:88px;font-size:.98rem}.faq-conversion .faq-list summary span{border-color:#3a414c}.faq-conversion .faq-list summary span::before,.faq-conversion .faq-list summary span::after{background:#aab1bc}.faq-conversion .faq-list details[open] summary{color:#ff8b40}.faq-conversion .faq-list details[open] summary span{border-color:#a74408;background:#3b2418}.faq-conversion .faq-list details p{color:#9da5b0;font-size:.78rem}

@media(max-width:960px){.conversion-benefits-grid,.feature-command-grid,.faq-conversion-grid{grid-template-columns:1fr;gap:46px}.feature-command-head{grid-template-columns:1fr;gap:18px}.benefit-manifesto h2{max-width:760px}.command-spotlight{min-height:520px}.faq-pitch{position:static}.faq-pitch h2{max-width:700px}}
@media(max-width:650px){.benefit-outcomes,.command-list{grid-template-columns:1fr}.outcome-card:first-child{transform:none}.outcome-card-main{grid-column:auto}.conversion-benefits-grid{gap:38px}.benefit-manifesto h2,.feature-command-head h2,.faq-pitch h2{font-size:2rem}.command-spotlight{min-height:500px;padding:25px}.command-item{min-height:235px}.availability-demo{grid-template-columns:1fr 1fr}.faq-conversion .faq-list summary{min-height:76px;font-size:.82rem}}

/* Contact */
.contact-section { position: relative; padding: 105px 0; color: #fff; background: var(--dark); overflow: hidden; }
.contact-section::before { position: absolute; width: 500px; height: 500px; top: -280px; right: -200px; content: ""; background: rgba(255,101,0,.13); border-radius: 50%; filter: blur(20px); }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.contact-copy > p:nth-of-type(2) { margin: 19px 0 0; color: #aab1bd; font-size: .92rem; }
.contact-copy ul { margin: 28px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #d7dae0; font-size: .78rem; }
.contact-copy li { display: flex; align-items: center; gap: 9px; }
.contact-copy li svg { width: 19px; height: 19px; color: var(--brand); stroke-width: 2.5; }
.contact-email { margin-top: 26px; display: inline-block; direction: ltr; color: #ffbd93; font-size: .82rem; font-weight: 900; }
.contact-form { padding: 28px; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 27px; box-shadow: 0 28px 70px rgba(0,0,0,.26); }
.form-heading { margin-bottom: 20px; }
.form-heading h3 { margin: 0; font-size: 1.25rem; }
.form-heading p { margin: 4px 0 0; color: var(--muted); font-size: .7rem; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.contact-form > label, .form-row label { margin-bottom: 13px; display: block; }
.contact-form label > span:first-child { margin-bottom: 6px; display: block; color: #3f4754; font-size: .68rem; font-weight: 800; }
.contact-form label b { color: var(--danger); }
.contact-form label span small { color: var(--muted); font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dfe2e7; color: var(--ink); background: #fff; border-radius: 11px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.contact-form input, .contact-form select { height: 48px; padding: 0 12px; }
.contact-form textarea { min-height: 94px; padding: 11px 12px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a4aab4; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(255,101,0,.09); }
.contact-form [aria-invalid="true"] { border-color: var(--danger); }
.contact-captcha { margin: 18px 0; padding: 15px; border: 1px solid #dfe2e7; border-radius: 14px; background: #f8f9fb; }
.contact-captcha legend { padding: 0 7px; color: #3f4754; font-size: .76rem; font-weight: 900; }
.contact-captcha legend b { color: var(--danger); }
.captcha-challenge-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.captcha-question { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 13px; color: var(--ink); background: #fff; border: 1px dashed #bdc3cd; border-radius: 10px; font-weight: 900; direction: rtl; }
.captcha-refresh { flex: 0 0 auto; min-height: 42px; padding: 0 13px; border: 1px solid #d7dbe2; border-radius: 10px; color: #3f4754; background: #fff; font: inherit; font-size: .74rem; font-weight: 800; cursor: pointer; }
.captcha-refresh:hover, .captcha-refresh:focus-visible { border-color: var(--brand); color: var(--brand); }
.captcha-refresh:disabled { cursor: wait; opacity: .65; }
.captcha-help { display: block; margin-top: 7px; color: var(--muted); font-size: .68rem; line-height: 1.8; }
.field-error { min-height: 17px; margin-top: 3px; display: block; color: var(--danger); font-size: .57rem; }
.consent { margin: 1px 0 13px !important; display: flex !important; align-items: flex-start; gap: 8px; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 4px 0 0; accent-color: var(--brand); }
.consent span { margin: 0 !important; font-size: .64rem !important; font-weight: 600 !important; }
.privacy-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .57rem; }
.privacy-note a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.form-result:not(:empty){position:fixed;z-index:100000;top:18px;left:50%;width:max-content;max-width:80vw;min-height:22px;margin:0;padding:12px 18px;transform:translateX(-50%);border-radius:13px;background:#fff;font-size:.78rem;text-align:center;white-space:normal;overflow-wrap:anywhere;box-shadow:0 16px 45px rgba(15,23,42,.2)}
.form-result.success { color: var(--success); }
.form-result.error { color: var(--danger); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Footer */
.site-footer { background: #0c0e12; color: #fff; }
.footer-main { min-height: 170px; padding: 38px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.footer-brand small { color: #9199a5; }
.footer-main > p { max-width: 500px; margin: 0; color: #929aa6; font-size: .72rem; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 20px; color: #c8ccd3; font-size: .68rem; font-weight: 700; }
.footer-main nav a:hover { color: var(--brand); }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7f8793; border-top: 1px solid #22262d; font-size: .62rem; }
.footer-bottom a { direction: ltr; }
.mobile-cta { display: none; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--reveal-delay, 0ms); }

/* Privacy */
.legal-page { background: var(--surface-2); }
.legal-wrap { min-height: 100vh; padding: 60px 0; }
.legal-card { max-width: 820px; margin-inline: auto; padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow-sm); }
.legal-card h1 { margin: 18px 0 5px; font-size: 2rem; }
.legal-card h2 { margin: 28px 0 6px; font-size: 1.05rem; }
.legal-card p, .legal-card li { color: var(--muted); font-size: .82rem; }
.legal-card a { color: var(--brand-dark); }
.legal-back { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); font-size: .75rem; font-weight: 900; }

/* Responsive */
@media (max-width: 1080px) {
  :root { --container: 960px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .78rem; }
  .hero-grid { gap: 40px; }
  .hero-content h1 { font-size: clamp(2.6rem,5.5vw,4rem); }
  .hero-visual { padding-left: 25px; }
  .note-one { right: -14px; }
  .experience-grid { gap: 40px; }
  .businesses-grid, .faq-grid, .contact-grid { gap: 45px; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 12px; }
  .menu-toggle { display: block; order: -1; justify-self: end; }
  .header-cta { display: none; }
  .main-nav {
    position: fixed; z-index: 99; top: var(--header-height); right: 16px; left: 16px;
    padding: 13px; display: grid; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .menu-open .main-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { min-height: 48px; padding: 10px 8px; display: flex; align-items: center; border-bottom: 1px solid #f0f1f3; font-size: .82rem; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 78px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-content { max-width: 730px; }
  .hero-visual { max-width: 650px; width: 100%; margin-inline: auto; padding-inline: 30px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { grid-template-columns: 49px 1fr auto 1fr; grid-template-rows: auto; align-items: center; gap: 16px; }
  .problem-card > div:nth-child(2), .problem-card .solution { margin-top: 0; }
  .problem-arrow { margin: 0; }
  .experience-grid { grid-template-columns: 340px 1fr; gap: 28px; }
  .phone-stage { top: calc(var(--header-height) + 18px); }
  .experience-step { min-height: 58vh; padding-inline: 6px; }
  .feature-bento { grid-template-columns: repeat(2,1fr); }
  .feature-large, .feature-wide { grid-column: span 2; }
  .businesses-grid, .faq-grid { grid-template-columns: 1fr; }
  .businesses-grid { gap: 45px; }
  .faq-grid { gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
  .contact-form { max-width: 720px; width: 100%; }
  .footer-main { grid-template-columns: auto 1fr; }
  .footer-main nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 720px) {
  :root { --header-height: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .brand img { width: 38px; height: 42px; }
  .brand small { font-size: .61rem; }
  .hero { padding: 58px 0 65px; }
  .hero::before { background-size: 40px 40px; }
  .hero-content h1 { font-size: clamp(2.3rem,11vw,3.25rem); line-height: 1.25; }
  .hero-lead { margin-top: 20px; font-size: .91rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .demo-label { top: -12px; right: 16px; font-size: .67rem; }
  .btn-large { width: 100%; }
  .hero-assurances { display: grid; gap: 9px; }
  .hero-visual { padding: 12px 3px 22px; }
  .dashboard-card { padding: 14px; border-radius: 22px; transform: none; }
  .dashboard-stats { gap: 6px; }
  .dashboard-stats > div { min-height: 92px; padding: 9px; border-radius: 13px; }
  .dashboard-stats span { font-size: .47rem; }
  .dashboard-stats strong { font-size: 1.15rem; }
  .dashboard-stats small { font-size: .42rem; }
  .appointment-row { grid-template-columns: 39px 30px 1fr; }
  .appointment-row em { display: none; }
  .appointment-row .avatar { width: 29px; height: 29px; }
  .note-one { right: -5px; bottom: -22px; transform: scale(.9); transform-origin: bottom right; animation: none; }
  .note-two { display: none; }
  .audience-inner { padding: 20px 0; display: block; }
  .audience-inner > div { margin-top: 13px; justify-content: flex-start; }
  .audience-inner strong { font-size: .61rem; }
  .section-heading h2, .experience-heading h2, .contact-copy h2 { font-size: clamp(1.75rem,8vw,2.45rem); }
  .section-heading > p:last-child, .experience-heading > p:last-child { font-size: .85rem; }
  .problem-grid { margin-top: 38px; }
  .problem-card { padding: 19px; grid-template-columns: 44px 1fr; gap: 12px; }
  .problem-card > .problem-arrow { width: 30px; height: 30px; grid-column: 1; margin: 0 auto; transform: rotate(-90deg); }
  .problem-card .solution { grid-column: 2; }
  .experience-section { padding: 78px 0 86px; overflow: hidden; }
  .experience-grid { margin-top: 45px; display: block; }
  .phone-stage { position: relative; top: auto; min-height: auto; }
  .phone-shell { width: 292px; height: 554px; border-radius: 39px; }
  .phone-shell::before { border-radius: 31px; }
  .phone-appbar { height: 64px; padding-top: 20px; }
  .phone-screens { height: 438px; }
  .phone-screen { padding: 12px 14px 21px; }
  .screen-title h3 { font-size: .83rem; }
  .choice-card { min-height: 64px; margin-top: 7px; padding: 7px; grid-template-columns: 36px 1fr 16px; }
  .choice-icon { width: 35px; height: 35px; font-size: .9rem; }
  .provider-mini { margin-top: 8px; padding: 7px; }
  .screen-button { width: calc(100% - 28px); right: 14px; bottom: 20px; min-height: 36px; }
  .date-chips { margin-top: 10px; gap: 4px; }
  .date-chips button { min-height: 56px; }
  .slot-label { margin-top: 12px; }
  .time-chips button { min-height: 33px; }
  .phone-input { margin-top: 16px; }
  .otp-row { margin-top: 12px; }
  .otp-row span { height: 40px; }
  .verify-note { margin-top: 13px; }
  .success-mark { width: 66px; height: 66px; margin-top: 17px; }
  .stage-caption { width: 292px; }
  .experience-steps { margin-top: 34px; padding: 0; display: grid; gap: 10px; }
  .experience-step { min-height: auto; padding: 16px; grid-template-columns: 47px 1fr; gap: 13px; opacity: .55; background: var(--dark-2); border: 1px solid var(--line-dark); border-radius: 17px; transform: none; }
  .experience-step.is-active { opacity: 1; border-color: rgba(255,101,0,.65); }
  .experience-step > span { width: 44px; height: 44px; border-radius: 12px; }
  .experience-step h3 { margin-top: 3px; font-size: 1.05rem; }
  .experience-step p { margin-top: 5px; font-size: .7rem; }
  .experience-step small { display: none; }
  .feature-bento { margin-top: 38px; grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-column: auto; min-height: 240px; display: flex; align-items: flex-start; }
  .mini-calendar { width: 100%; margin-top: 18px; }
  .always-on { margin-top: auto; }
  .business-list { grid-template-columns: 1fr; }
  .business-card { min-height: 105px; }
  .setup-steps { margin-top: 38px; grid-template-columns: 1fr; }
  .setup-steps li { min-height: auto; }
  .setup-steps li:not(:last-child)::after { top: auto; bottom: -28px; left: 50%; width: 30px; transform: translateX(-50%) rotate(-90deg); }
  .faq-list summary { min-height: 70px; font-size: .79rem; }
  .faq-list details p { padding-left: 0; font-size: .72rem; }
  .contact-section { padding: 78px 0 92px; }
  .contact-grid { gap: 42px; }
  .contact-form { padding: 20px; border-radius: 22px; }
  .captcha-challenge-row { align-items: stretch; flex-direction: column; }
  .captcha-refresh { align-self: flex-start; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { padding: 32px 0; grid-template-columns: 1fr; gap: 18px; }
  .footer-main nav { grid-column: auto; justify-content: flex-start; }
  .footer-bottom { padding: 15px 0 82px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; min-height: 50px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--brand); border: 1px solid rgba(255,255,255,.25); border-radius: 15px; box-shadow: 0 14px 34px rgba(17,24,39,.24); font-size: .8rem; font-weight: 900; transition: opacity .2s ease, transform .2s ease; }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(15px); }
  .legal-wrap { padding: 25px 0; }
  .legal-card { padding: 23px; border-radius: 20px; }
}

/* P1: keep the sales page concise; detailed product walkthrough remains in the demo. */
.experience-section,.feature-command,.businesses-section{display:none}
.customer-stories{background:#fff}
.testimonial-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.testimonial-card{min-height:280px;padding:22px;display:flex;flex-direction:column;gap:20px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-sm);transition:transform .2s ease,border-color .2s ease}
.testimonial-card:hover{transform:translateY(-4px);border-color:#ffc79f}
.testimonial-head{display:flex;align-items:center;gap:12px}.testimonial-head>img,.testimonial-head>span{width:50px;height:50px;flex:0 0 50px;border-radius:15px}.testimonial-head>img{object-fit:cover}.testimonial-head>span{display:grid;place-items:center;color:#fff;background:var(--brand);font-weight:900}.testimonial-head>div{display:grid}.testimonial-head small{color:var(--muted)}
.testimonial-card blockquote{margin:0;color:var(--ink-2);font-size:.92rem;line-height:2}
.testimonial-footer{margin-top:auto;padding-top:14px;display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--line);font-size:.7rem}.testimonial-footer span{color:var(--muted)}.testimonial-footer strong{color:var(--brand-dark)}
.demo-gallery-section{background:var(--surface-2)}
.demo-gallery-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.demo-showcase-card{overflow:hidden;min-height:390px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm);transition:transform .2s ease,border-color .2s ease}
.demo-showcase-card:hover{transform:translateY(-4px);border-color:#ffc79f}
.demo-showcase-card>img,.demo-showcase-placeholder{width:100%;height:210px;display:block;object-fit:cover;background:linear-gradient(135deg,#fff1e8,#ffe1cd)}
.demo-showcase-card>img.demo-showcase-logo{padding:42px;object-fit:contain}
.demo-showcase-placeholder{display:grid;place-items:center;color:var(--brand);font-size:4rem;font-weight:900}
.demo-showcase-card>div{padding:21px;display:flex;flex:1;flex-direction:column;gap:10px}
.demo-showcase-card h3,.demo-showcase-card p{margin:0}.demo-showcase-card p{color:var(--muted);line-height:1.9}.demo-showcase-card strong{margin-top:auto;color:var(--brand-dark);font-size:.82rem}
.pricing-preview{background:var(--surface-2)}.pricing-preview-card{padding:38px;display:grid;grid-template-columns:.85fr 1.15fr auto;align-items:center;gap:34px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-sm)}.pricing-preview-card h2{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.45}.problem-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.problem-solution-grid>div{padding:14px;display:grid;gap:3px;background:var(--surface-2);border-radius:14px}.problem-solution-grid span{color:var(--muted);font-size:.68rem}.problem-solution-grid strong{font-size:.78rem}
@media(max-width:960px){.testimonial-grid,.demo-gallery-grid{grid-template-columns:repeat(2,1fr)}.pricing-preview-card{grid-template-columns:1fr}.pricing-preview-card .btn{width:fit-content}}
@media(max-width:650px){.testimonial-grid,.demo-gallery-grid{grid-template-columns:1fr}.testimonial-card,.demo-showcase-card{min-height:auto}.pricing-preview-card{padding:23px}.problem-solution-grid{grid-template-columns:1fr}.pricing-preview-card .btn{width:100%}}

/* Conversion-first trust, salon and demo journey sections. */
.hero-consult-link { min-height: 55px; padding: 13px 8px; display: inline-flex; align-items: center; color: var(--brand-dark); font-size: .82rem; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; }
.trust-section { padding: 34px 0 76px; background: #fff; }
.trust-panel { padding: 34px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 44px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-sm); }
.trust-copy h2 { margin: 0; font-size: clamp(1.65rem,3vw,2.4rem); line-height: 1.4; }
.trust-copy p:not(.eyebrow) { margin: 12px 0 22px; color: var(--muted); }
.trust-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.trust-points article { min-height: 125px; padding: 18px; display: grid; align-content: center; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.trust-points strong { font-size: .92rem; }
.trust-points span { color: var(--muted); font-size: .76rem; line-height: 1.8; }
.beauty-section { color: #fff; background: linear-gradient(135deg,#15181e,#242a34); }
.beauty-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.beauty-copy h2 { margin: 0; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.35; }
.beauty-copy > p:not(.eyebrow) { color: #b9c0ca; font-size: 1rem; }
.beauty-copy .btn-secondary { border-color: #414955; background: #20252d; color: #fff; }
.beauty-features { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; list-style: none; }
.beauty-features li { min-height: 132px; padding: 19px; display: grid; align-content: center; gap: 7px; background: rgba(255,255,255,.055); border: 1px solid #353c47; border-radius: 19px; }
.beauty-features strong { color: #fff; font-size: .9rem; }
.beauty-features span { color: #abb3bf; font-size: .74rem; }
@media (max-width: 960px) {
  .trust-panel,.beauty-grid { grid-template-columns: 1fr; }
  .setup-steps { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .trust-section { padding: 22px 0 55px; }
  .trust-panel { padding: 22px; gap: 26px; }
  .trust-points,.beauty-features,.setup-steps { grid-template-columns: 1fr; }
  .trust-points article,.beauty-features li { min-height: auto; }
}

@media (max-width: 390px) {
  .brand small { display: none; }
  .dashboard-stats > div:nth-child(3) { display: none; }
  .dashboard-stats { grid-template-columns: repeat(2,1fr); }
  .appointment-row small { max-width: 135px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .phone-shell { width: 274px; height: 525px; }
  .phone-screens { height: 410px; }
  .stage-caption { width: 274px; }
}

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

/* Experience performance and interaction refinements */
.experience-section::before {
  background: radial-gradient(circle, rgba(255,101,0,.15) 0%, rgba(255,101,0,.06) 42%, transparent 72%);
  filter: none;
}
.phone-stage::before {
  background: radial-gradient(circle, rgba(255,101,0,.2) 0%, rgba(255,101,0,.08) 40%, transparent 72%);
  filter: none;
}
.phone-shell {
  contain: layout paint;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.phone-screens { contain: layout paint; }
.phone-screen {
  pointer-events: none;
  transform: translate3d(-12px,0,0);
  transition: opacity .2s linear, transform .24s cubic-bezier(.22,.61,.36,1), visibility 0s linear .24s;
  backface-visibility: hidden;
  will-change: opacity, transform;
}
.phone-shell[data-direction="backward"] .phone-screen { transform: translate3d(12px,0,0); }
.phone-screen.is-active {
  pointer-events: auto;
  transform: translate3d(0,0,0);
  transition-delay: 0s;
}
.stage-caption { display: block; }
.stage-caption-top { display: flex; align-items: center; justify-content: space-between; }
.stage-caption-copy { display: none; }
.experience-step {
  contain: layout style;
  transition: opacity .22s ease, transform .22s ease;
}
/* Prevent the generic reveal animation from competing with the active-step animation. */
.js .experience-step.reveal,
.js .experience-step.reveal.is-visible {
  transform: translateY(14px);
  transition: opacity .22s ease, transform .22s ease;
  transition-delay: 0s;
}
.js .experience-step.reveal.is-active,
.js .experience-step.reveal.is-visible.is-active { transform: translateY(0); }

/* Keep the sticky demo fully visible on shorter laptop screens. */
@media (min-width: 721px) and (max-height: 850px) {
  .experience-grid { margin-top: 52px; }
  .phone-stage { min-height: 590px; top: calc(var(--header-height) + 12px); }
  .phone-shell { width: 292px; height: 578px; border-radius: 40px; }
  .phone-shell::before { border-radius: 32px; }
  .phone-appbar { height: 64px; padding-top: 20px; }
  .phone-screens { height: 458px; }
  .phone-screen { padding: 12px 14px 21px; }
  .screen-title h3 { font-size: .86rem; }
  .choice-card { min-height: 64px; margin-top: 7px; padding: 7px; grid-template-columns: 36px 1fr 16px; }
  .choice-icon { width: 35px; height: 35px; font-size: .9rem; }
  .provider-mini { margin-top: 8px; padding: 7px; }
  .screen-button { width: calc(100% - 28px); right: 14px; bottom: 20px; min-height: 36px; }
  .date-chips { margin-top: 10px; gap: 4px; }
  .date-chips button { min-height: 56px; }
  .slot-label { margin-top: 12px; }
  .time-chips button { min-height: 33px; }
  .phone-input { margin-top: 16px; }
  .otp-row { margin-top: 12px; }
  .otp-row span { height: 40px; }
  .verify-note { margin-top: 13px; }
  .success-mark { width: 66px; height: 66px; margin-top: 17px; }
  .stage-caption { width: 292px; }
  .experience-step { min-height: 54vh; }
}

@media (max-width: 720px) {
  .experience-section::before { width: 360px; height: 360px; right: -230px; }
  .phone-stage::before { width: 300px; height: 300px; }
  .phone-screen { transition-duration: .16s, .2s, 0s; }
  .stage-caption-copy { margin-top: 10px; padding-top: 10px; display: block; border-top: 1px solid rgba(255,255,255,.08); }
  .stage-caption-copy h3 { margin: 0; color: #fff; font-size: .9rem; }
  .stage-caption-copy p { min-height: 38px; margin: 4px 0 0; color: #9da5b1; font-size: .66rem; line-height: 1.7; }
  .experience-step { cursor: pointer; }
  .js .experience-step.reveal,
  .js .experience-step.reveal.is-visible,
  .js .experience-step.reveal.is-active,
  .js .experience-step.reveal.is-visible.is-active { transform: none; }
}

/* Mobile: keep the mockup visible while the compact step markers pass beneath it. */
@media (max-width: 720px) and (min-height: 691px) {
  .experience-grid { position: relative; }
  .phone-stage {
    position: sticky;
    z-index: 4;
    top: calc(var(--header-height) + 7px);
    padding: 6px 0 12px;
    background: linear-gradient(180deg, var(--dark) 0%, var(--dark) 91%, rgba(17,20,26,.94) 96%, rgba(17,20,26,0) 100%);
  }
  .phone-stage::before { opacity: .8; }
  .experience-steps {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding-bottom: 24vh;
  }
  .experience-step {
    min-height: 112px;
    scroll-margin-top: calc(var(--header-height) + 30px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
  }
}

/* Very short screens use the non-sticky fallback to avoid trapping the viewport. */
@media (max-width: 720px) and (max-height: 690px) {
  .phone-stage { position: relative; top: auto; }
  .phone-shell { width: 238px; height: 456px; }
  .phone-screens { height: 344px; }
  .stage-caption { width: 238px; }
  .stage-caption-copy p { min-height: 34px; font-size: .61rem; }
}

@media (prefers-reduced-motion: reduce) {
  .phone-screen,
  .experience-step,
  .phone-progress span { transition: none !important; }
  .phone-screen { transform: none !important; will-change: auto; }
}

@media (max-width: 720px) {
  /* `hidden` creates a scroll container and breaks sticky positioning on some browsers. */
  .experience-section { overflow: clip; }
}

@media (max-width: 720px) and (min-height: 691px) {
  .experience-steps { gap: 42px; }
  .experience-step {
    min-height: 66px;
    margin: 0;
    padding: 10px 12px;
    grid-template-columns: 42px 1fr;
    align-content: center;
    gap: 11px;
    opacity: .44;
  }
  .experience-step > span { width: 40px; height: 40px; }
  .experience-step h3 { margin: 0; font-size: .86rem; }
  .experience-step p { display: none; }
  .experience-step.is-active { opacity: 1; }
}


/* BotAgent eNAMAD trust seal 2.2.3 */
.footer-trust {
  min-width: 128px;
  padding: 12px 11px 11px;
  display: grid;
  place-items: center;
  gap: 7px;
  color: #fff;
  background: #151820;
  border: 1px solid #292e38;
  border-radius: 18px;
  text-align: center;
}
.footer-trust > span { font-size: .66rem; font-weight: 900; }
.footer-trust > small { max-width: 105px; color: #929aa6; font-size: .51rem; line-height: 1.7; }

/* Readability: enlarge customer-facing supporting copy without inflating headlines. */
.brand small { font-size: .75rem; }
.eyebrow, .hero-assurances, .audience-inner > span { font-size: .84rem; }
.audience-inner strong { font-size: .75rem; }
.problem-card small { font-size: .73rem; }
.problem-card p, .feature-card p { font-size: .87rem; }
.problem-card .solution p { font-size: .8rem; }
.experience-step small { font-size: .76rem; }
.experience-step p { font-size: .94rem; }
.business-card h3 { font-size: .96rem; }
.business-card p { font-size: .77rem; }
.setup-steps p { font-size: .84rem; }
.faq-list summary { font-size: .96rem; }
.faq-list details p, .faq-conversion .faq-list details p { font-size: .86rem; }
.benefit-manifesto > p:not(.eyebrow) { font-size: 1rem; }
.outcome-card > span { font-size: .75rem; }
.outcome-card small { font-size: .69rem; }
.outcome-card p { font-size: .79rem; }
.feature-command-head > p { font-size: .94rem; }
.command-spotlight > p { font-size: .88rem; }
.command-item > span { font-size: .77rem; }
.command-item p { font-size: .81rem; }
.command-item > b { font-size: .65rem; }
.faq-pitch > p:not(.eyebrow) { font-size: .93rem; }
.faq-pitch > small { font-size: .7rem; }
.contact-copy ul { font-size: .86rem; }
.form-heading p { font-size: .78rem; }
.contact-form label > span:first-child { font-size: .76rem; }
.consent span { font-size: .72rem !important; }
.privacy-note { font-size: .65rem; }
.footer-main > p { font-size: .8rem; }
.footer-main nav { font-size: .76rem; }
.footer-bottom { font-size: .7rem; }
.footer-trust .enamad-seal,
.footer-trust .enamad-seal > a {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-trust .enamad-seal {
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.footer-trust .enamad-seal img { width: auto; max-width: 86px; height: auto; max-height: 86px; display: block; }
@media (min-width: 901px) {
  .footer-main { grid-template-columns: auto minmax(240px,1fr) auto auto; gap: 30px; }
}
@media (max-width: 900px) {
  .footer-trust { grid-column: 2; grid-row: 1 / span 2; justify-self: end; }
}
@media (max-width: 720px) {
  .footer-trust { grid-column: auto; grid-row: auto; justify-self: start; }
}
