/* ===========================================================================
   SMSGrowth.ai marketing site — page styles
   Light, clean, premium. Built on the design-system tokens.
   =========================================================================== */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--fg-2); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }

/* layout */
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.section { padding: 112px 0; }
.section--tight { padding: 80px 0; }
.section--soft { background: linear-gradient(180deg, #fff 0%, #FAFBF9 100%); }
.section--tinted { background: linear-gradient(180deg, #FAFBF9 0%, #F4F6F2 60%, #FAFBF9 100%); }

/* text atoms */
.eyebrow-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 8px; background: var(--brand-soft); border: 1px solid var(--green-200); border-radius: 999px; color: var(--brand-press); font-weight: 600; font-size: 12.5px; letter-spacing: 0.02em; text-transform: uppercase; }
.eyebrow-pill .pulse { width: 8px; height: 8px; border-radius: 999px; background: var(--brand); box-shadow: 0 0 0 4px rgba(63,155,95,.2); flex: 0 0 8px; }
.eyebrow-pill.is-static .pulse { box-shadow: none; }

.h-display { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 5.4vw, 64px); line-height: 1.04; letter-spacing: -0.028em; color: var(--fg-1); margin: 0; text-wrap: balance; }
/* hero headline accent — animated gradient + hand-drawn underline */
.h-display .accent {
  background: var(--brand-gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% 100%;
  animation: accent-shimmer 6s ease-in-out infinite;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
@keyframes accent-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
.h-display .accent::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -0.04em;
  height: 0.14em;
  background:
    radial-gradient(circle at 4% 80%, var(--green-300), transparent 60%),
    var(--brand-gradient);
  border-radius: 999px;
  transform-origin: left center;
  animation: accent-underline 1.6s 0.6s var(--ease-out) backwards;
  opacity: 0.55;
}
@keyframes accent-underline {
  0%   { transform: scaleX(0); opacity: 0; }
  60%  { opacity: 0.55; }
  100% { transform: scaleX(1); opacity: 0.55; }
}
.h-display .accent .sparkle {
  position: absolute;
  top: -0.15em; right: -0.55em;
  width: 0.55em; height: 0.55em;
  color: var(--brand);
  animation: sparkle-pop 2.4s 1.2s var(--ease-out) infinite;
  transform-origin: center;
}
@keyframes sparkle-pop {
  0%, 60%, 100% { transform: scale(1) rotate(0deg); opacity: 0.85; }
  30%           { transform: scale(1.35) rotate(20deg); opacity: 1; }
}
.h-section { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 4vw, 48px); line-height: 1.06; letter-spacing: -0.022em; color: var(--fg-1); margin: 16px 0 0; text-wrap: balance; }
.h-section .accent { color: var(--brand); }
.sub-lg { font-size: 18px; line-height: 1.55; color: var(--fg-2); max-width: 56ch; }
.sub-lg.center { margin: 18px auto 0; }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.section-head.left { text-align: left; margin-left: 0; margin-right: auto; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 15px; padding: 14px 22px; border-radius: var(--radius-md); border: 1px solid transparent; cursor: pointer; transition: all 180ms var(--ease-out); text-decoration: none; line-height: 1; }
.btn i { width: 16px; height: 16px; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-1); }
.btn-primary:hover { background: var(--brand-hover); box-shadow: var(--shadow-2); transform: translateY(-1px); }
.btn-primary:active { background: var(--brand-press); transform: translateY(0); box-shadow: var(--shadow-1); }
.btn-secondary { background: #fff; color: var(--fg-1); border-color: var(--border-2); }
.btn-secondary:hover { border-color: var(--border-strong); background: var(--bg-subtle); }
.btn-ghost { background: transparent; color: var(--fg-1); }
.btn-ghost:hover { background: var(--bg-subtle); }
.btn-lg { padding: 16px 26px; font-size: 16px; }

/* ============ NAV ============ */
.nav { position: sticky; top: 0; z-index: 50; height: 72px; padding: 0 32px; background: rgba(255,255,255,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color 200ms var(--ease-out), background 200ms var(--ease-out); }
.nav.is-scrolled { border-bottom-color: var(--border-1); background: rgba(255,255,255,.92); }
.nav-inner { max-width: 1240px; margin: 0 auto; height: 100%; display: flex; align-items: center; gap: 28px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-brand img { height: 42px; width: auto; display: block; }
.nav-brand .wordmark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: var(--ink-900);
  line-height: 0.98;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.nav-links { display: flex; gap: 2px; margin-left: 18px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--fg-2); text-decoration: none; padding: 9px 13px; border-radius: 8px; transition: all 160ms var(--ease-out); }
.nav-links a:hover { background: var(--bg-subtle); color: var(--fg-1); }
.nav-links a.active { color: var(--brand-press); background: var(--brand-soft); font-weight: 600; }
.nav-right { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.nav-signin { font-size: 14px; font-weight: 500; color: var(--fg-2); text-decoration: none; padding: 9px 13px; border-radius: 8px; }
.nav-signin:hover { background: var(--bg-subtle); color: var(--fg-1); }
.nav-cta { background: var(--brand); color: #fff; font-weight: 600; font-size: 14px; padding: 11px 18px; border-radius: var(--radius-md); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; box-shadow: var(--shadow-1); transition: all 180ms var(--ease-out); }
.nav-cta:hover { background: var(--brand-hover); box-shadow: var(--shadow-2); transform: translateY(-1px); }
.nav-cta i { width: 15px; height: 15px; }

/* ============ HERO (shared atoms across variants) ============ */
.hero { position: relative; padding-top: 56px; padding-bottom: 96px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-bg::before { content: ""; position: absolute; top: -120px; right: -180px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(63,155,95,.14), rgba(63,155,95,0) 60%); }
.hero-bg::after { content: ""; position: absolute; bottom: -200px; left: -200px; width: 540px; height: 540px; background: radial-gradient(circle, rgba(102,171,123,.10), rgba(102,171,123,0) 60%); }
.hero .container { position: relative; z-index: 1; }

.hero-microtrust { display: flex; gap: 22px; margin-top: 22px; font-size: 13px; color: var(--fg-3); align-items: center; flex-wrap: wrap; }
.hero-microtrust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-microtrust i { width: 14px; height: 14px; color: var(--brand); }

/* phone */
.phone { width: 320px; background: #fff; border-radius: 38px; padding: 28px 18px 24px; box-shadow: var(--shadow-4); border: 1px solid var(--border-1); position: relative; }
.phone .notch { width: 80px; height: 20px; background: var(--ink-900); border-radius: 0 0 14px 14px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.phone .head { display: flex; align-items: center; gap: 11px; padding: 0 4px 13px; border-bottom: 1px solid var(--border-1); }
.phone .avatar { width: 40px; height: 40px; border-radius: 999px; background: var(--brand-gradient); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 15px; }
.phone .name { font-weight: 700; font-size: 14px; color: var(--fg-1); line-height: 1.2; }
.phone .num { font-size: 11.5px; color: var(--fg-3); font-family: var(--font-mono); }
.phone .date { text-align: center; font-size: 11px; color: var(--fg-3); margin: 14px 0 10px; font-family: var(--font-mono); }

.phone .convo {
  display: flex; flex-direction: column; gap: 6px;
  padding: 0 2px;
  height: 420px;
  overflow-y: auto;
  scrollbar-width: none;
}
.phone .convo::-webkit-scrollbar { display: none; }
.phone .bubble-row { display: flex; }
.phone .bubble-row.is-in  { justify-content: flex-start; }
.phone .bubble-row.is-out { justify-content: flex-end; }

.phone .bubble {
  max-width: 82%;
  padding: 9px 13px;
  font-size: 13.5px; line-height: 1.4;
  word-break: break-word;
  animation: phone-bubble-in 320ms var(--ease-out) backwards;
}
.phone .bubble strong { font-family: var(--font-mono); padding: 1px 5px; border-radius: 4px; font-weight: 600; font-size: 12.5px; }
.phone .bubble--in  { background: var(--ink-100); color: var(--ink-800); border-radius: 16px 16px 16px 4px; }
.phone .bubble--in strong  { background: #fff; }
.phone .bubble--out { background: var(--brand); color: #fff; border-radius: 16px 16px 4px 16px; }
.phone .bubble--out strong { background: rgba(255,255,255,.22); color: #fff; }

.phone .typing {
  background: var(--ink-100); border-radius: 16px 16px 16px 4px;
  padding: 9px 11px; width: 44px;
  display: inline-flex; gap: 4px; align-items: center;
  animation: phone-bubble-in 240ms var(--ease-out) backwards;
}
.phone .typing--out { background: var(--brand); border-radius: 16px 16px 4px 16px; }
.phone .typing span { width: 6px; height: 6px; border-radius: 999px; background: var(--ink-400); animation: phone-typing 1.2s infinite; }
.phone .typing--out span { background: rgba(255,255,255,.85); }
.phone .typing span:nth-child(2) { animation-delay: .15s; }
.phone .typing span:nth-child(3) { animation-delay: .3s; }

.phone .delivered { text-align: right; font-size: 10.5px; color: var(--fg-3); margin: 4px 4px 0; animation: phone-bubble-in 240ms var(--ease-out) backwards; }

@keyframes phone-bubble-in { from { opacity: 0; transform: translateY(6px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes phone-typing { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-3px); opacity: 1; } }

/* floating chips */
.chip-card { position: absolute; background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-lg); box-shadow: var(--shadow-3); padding: 12px 14px; display: flex; align-items: center; gap: 10px; }
.chip-card i { width: 20px; height: 20px; color: var(--brand); }
.chip-card .top-line { font-size: 14px; color: var(--fg-1); font-weight: 700; font-family: var(--font-display); letter-spacing: -0.01em; line-height: 1.15; }
.chip-card .sub-line { font-size: 11.5px; color: var(--fg-3); line-height: 1.15; }
.chip-card .ticker-val { font-family: var(--font-mono); font-weight: 700; font-size: 18px; color: var(--brand-press); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1.15; }
@keyframes float-soft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* === Variant A: Phone + Live Ticker (default) === */
.hero-a { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero-a .copy h1 { margin: 18px 0 18px; max-width: 14ch; }
.hero-a .copy .sub-lg { max-width: 46ch; }
.hero-a .ctas { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero-a .visual { position: relative; min-height: 520px; display: flex; justify-content: center; align-items: center; }
.hero-a .chip-1 { top: 56px; right: -10px; animation: float-soft 6s ease-in-out infinite; }
.hero-a .chip-2 { bottom: 50px; left: -20px; animation: float-soft 7s ease-in-out infinite reverse; }
.hero-a .chip-3 { top: 80px; right: -28px; animation: float-soft 8s ease-in-out infinite 0.5s; }

/* === Variant B: Centered Stage === */
.hero-b { text-align: center; }
.hero-b .eyebrow-pill { margin: 0 auto; }
.hero-b h1 { margin: 22px auto 18px; max-width: 18ch; }
.hero-b .sub-lg { margin: 0 auto; }
.hero-b .ctas { display: flex; gap: 12px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.hero-b .diorama { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 40px; margin-top: 56px; min-height: 380px; }
.hero-b .panel { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-xl); box-shadow: var(--shadow-3); padding: 20px 22px; min-width: 220px; align-self: flex-end; margin-bottom: 28px; }
.hero-b .panel .label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); font-weight: 600; }
.hero-b .panel .value { font-family: var(--font-display); font-weight: 800; font-size: 40px; letter-spacing: -0.024em; color: var(--fg-1); font-variant-numeric: tabular-nums; line-height: 1; margin: 8px 0 10px; }
.hero-b .panel .delta { display: inline-flex; align-items: center; gap: 4px; background: var(--success-soft); color: var(--green-700); font-size: 11.5px; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.hero-b .panel .delta i { width: 12px; height: 12px; }
.hero-b .panel-left { transform: rotate(-2deg); }
.hero-b .panel-right { transform: rotate(2deg); }
.hero-b .panel-right .bars { display: flex; align-items: flex-end; gap: 6px; height: 52px; margin-top: 10px; }
.hero-b .panel-right .bars span { flex: 1; background: var(--brand-gradient); border-radius: 3px 3px 1px 1px; }

/* === Variant C: The Loop === */
.hero-c { }
.hero-c .top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: end; margin-bottom: 56px; }
.hero-c .top h1 { margin: 18px 0 0; max-width: 14ch; }
.hero-c .top .sub-lg { max-width: 44ch; }
.hero-c .top .ctas { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.hero-c .loop { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px; }
.hero-c .step { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-2xl); padding: 32px 28px; box-shadow: var(--shadow-2); position: relative; display: flex; flex-direction: column; gap: 14px; }
.hero-c .step:hover { box-shadow: var(--shadow-3); transform: translateY(-2px); transition: all 240ms var(--ease-out); }
.hero-c .step .step-num { position: absolute; top: -14px; left: 28px; background: #fff; border: 1px solid var(--border-1); border-radius: 999px; padding: 5px 13px; font-family: var(--font-mono); font-weight: 600; font-size: 11px; color: var(--brand-press); letter-spacing: 0.04em; }
.hero-c .step h4 { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; color: var(--fg-1); margin: 4px 0 0; }
.hero-c .step p { font-size: 14px; line-height: 1.55; color: var(--fg-3); margin: 0; }
.hero-c .step-phone { transform: scale(.7); transform-origin: top center; margin: 0 auto -160px; }
.hero-c .big-num { font-family: var(--font-display); font-weight: 800; font-size: 88px; line-height: 1; letter-spacing: -0.04em; color: var(--brand); font-variant-numeric: tabular-nums; margin: 8px 0 0; }
.hero-c .delta-pill { display: inline-flex; align-items: center; gap: 4px; background: var(--success-soft); color: var(--green-700); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; width: fit-content; }
.hero-c .delta-pill i { width: 13px; height: 13px; }
.hero-c .qr-wrap { display: flex; justify-content: center; padding: 8px 0 4px; }

/* ============ TRUSTED BY ============ */
.trusted {
  padding: 40px 0 24px;
  background: #fff;
}
.trusted-rail { display: flex; align-items: center; gap: 40px; opacity: 0.95; }
.trusted-label {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 240px;
}
.trusted-label__main {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--fg-2);
}
.trusted-label__main strong {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--brand);
  font-size: 17px;
}
.trusted-label__growth {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 4px 10px 4px 8px;
  background: var(--brand-soft);
  border: 1px solid var(--green-200);
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-press);
}
.trusted-label__growth i { width: 13px; height: 13px; }
.trusted-logos { display: flex; gap: 36px; align-items: center; flex: 1; flex-wrap: wrap; }

/* Marquee */
.trusted-marquee {
  position: relative;
  flex: 1;
  overflow: hidden;
  /* fade edges */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
}
.trusted-marquee__track {
  display: flex;
  width: max-content;
  animation: trustedScroll 38s linear infinite;
  will-change: transform;
}
.trusted-marquee:hover .trusted-marquee__track { animation-play-state: paused; }
.trusted-marquee__strip {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
  flex-shrink: 0;
}
.trusted-marquee__strip img {
  filter: grayscale(0.15) saturate(0.92);
  opacity: 0.92;
  transition: filter 220ms var(--ease-out), opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
}
.trusted-marquee__strip img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}
@keyframes trustedScroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .trusted-marquee__track { animation: none; }
}

@media (max-width: 768px) {
  .trusted { padding: 24px 0 8px; }
  .trusted-rail { flex-direction: column; align-items: center; gap: 18px; text-align: center; }
  .trusted-label {
    align-items: center;
    text-align: center;
    max-width: none;
  }
  .trusted-label__main { font-size: 14px; }
  .trusted-label__main strong { font-size: 16px; }
  .trusted-logos { gap: 22px 28px; justify-content: center; row-gap: 18px; }
  .trusted-logos img { height: 44px !important; }
  .trusted-marquee { width: 100%; }
  .trusted-marquee__strip { gap: 32px; padding-right: 32px; }
  .trusted-marquee__strip img { height: 44px !important; }
  .fake-logo { font-size: 15px; }
}
@media (max-width: 420px) {
  .trusted-logos { gap: 16px 22px; }
  .trusted-logos img { height: 36px !important; }
  .trusted-marquee__strip { gap: 24px; padding-right: 24px; }
  .trusted-marquee__strip img { height: 36px !important; }
  .fake-logo { font-size: 13.5px; }
}
.fake-logo { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; color: var(--ink-400); font-size: 18px; display: inline-flex; align-items: center; gap: 6px; opacity: .9; }
.fake-logo .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--ink-300); }
.fake-logo i { width: 18px; height: 18px; }
.fake-logo--script { font-family: "Plus Jakarta Sans", serif; font-style: italic; font-weight: 600; }

/* ============ FEATURES ============ */
.features-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.feature { grid-column: span 2; background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-xl); padding: 28px; transition: all 240ms var(--ease-out); position: relative; overflow: hidden; }
.feature:hover { box-shadow: var(--shadow-2); transform: translateY(-2px); }
.feature:nth-child(4) { grid-column: span 3; }
.feature:nth-child(5) { grid-column: span 3; }
.feature-icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature-icon i { width: 24px; height: 24px; }
.feature h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; color: var(--fg-1); margin: 0 0 6px; }
.feature p { font-size: 15px; line-height: 1.55; color: var(--fg-3); margin: 0; }
.feature--accent { background: linear-gradient(140deg, #f7faf6 0%, #ecf6ed 100%); border-color: var(--green-200); }
.feature--accent .feature-icon { background: #fff; }

/* ============ HOW IT WORKS ============ */
.how-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.how-steps { display: flex; flex-direction: column; gap: 28px; }
.how-step { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--border-1); cursor: pointer; transition: all 180ms var(--ease-out); }
.how-step:first-child { border-top: 0; padding-top: 0; }
.how-step.is-active { }
.how-step .num { width: 44px; height: 44px; border-radius: 999px; background: #fff; border: 1.5px solid var(--border-2); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--fg-3); font-variant-numeric: tabular-nums; transition: all 220ms var(--ease-out); }
.how-step.is-active .num { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 0 0 4px rgba(63,155,95,.15); }
.how-step h4 { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; color: var(--fg-3); margin: 8px 0 6px; transition: color 220ms var(--ease-out); }
.how-step.is-active h4 { color: var(--fg-1); }
.how-step p { font-size: 14.5px; line-height: 1.55; color: var(--fg-3); margin: 0; max-height: 0; overflow: hidden; transition: max-height 260ms var(--ease-out), margin 220ms var(--ease-out); }
.how-step.is-active p { max-height: 100px; margin: 0 0 4px; }
.how-visual { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; }

/* QR card visual (used in how-it-works & elsewhere) */
.qr-card-large { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-2xl); padding: 28px; box-shadow: var(--shadow-3); width: 320px; text-align: center; }
.qr-card-large .qr-card-header { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3); font-weight: 700; }
.qr-card-large .qr-card-title { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.015em; color: var(--fg-1); margin: 6px 0 4px; }
.qr-card-large .qr-card-sub { font-size: 13.5px; color: var(--fg-3); margin: 0 0 18px; }
.qr-card-large .qr-card-cta { margin-top: 16px; font-size: 12.5px; color: var(--brand-press); font-weight: 600; }

/* Dashboard preview (used in how-it-works) */
.dash-preview { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-2xl); padding: 22px; box-shadow: var(--shadow-3); width: 100%; max-width: 460px; }
.dash-preview .head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--border-1); }
.dash-preview .dots { display: flex; gap: 5px; }
.dash-preview .dots span { width: 9px; height: 9px; border-radius: 999px; background: var(--ink-200); }
.dash-preview .title { font-weight: 600; font-size: 13px; color: var(--fg-2); }
.dash-preview .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--border-1); }
.dash-preview .stats > div { display: flex; flex-direction: column; gap: 4px; }
.dash-preview .lbl { font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; color: var(--fg-3); }
.dash-preview .val { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; color: var(--fg-1); font-variant-numeric: tabular-nums; }
.dash-preview .chart { display: flex; align-items: flex-end; gap: 8px; height: 130px; padding: 18px 0; }
.dash-preview .chart span { flex: 1; background: var(--brand-gradient); border-radius: 6px 6px 2px 2px; min-height: 10px; opacity: .85; }
.dash-preview .foot { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--border-1); }
.dash-preview .badge { display: inline-flex; align-items: center; gap: 4px; background: var(--success-soft); color: var(--green-700); font-size: 11.5px; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.dash-preview .badge i { width: 12px; height: 12px; }
.dash-preview .meta { font-size: 11.5px; color: var(--fg-3); font-family: var(--font-mono); }

/* ============ VERTICALS (restaurants + retail split) ============ */
.verticals-tabs { display: inline-flex; background: var(--bg-subtle); border-radius: 999px; padding: 4px; gap: 0; margin: 18px auto 40px; box-shadow: var(--shadow-inset); }
.verticals-tab { font-family: var(--font-body); font-weight: 600; font-size: 14px; padding: 9px 20px; border-radius: 999px; border: 0; background: transparent; color: var(--fg-3); cursor: pointer; transition: all 200ms var(--ease-out); display: inline-flex; align-items: center; gap: 8px; }
.verticals-tab i { width: 15px; height: 15px; }
.verticals-tab.is-active { background: #fff; color: var(--fg-1); box-shadow: var(--shadow-2); }
.verticals-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.verticals-panel .copy h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.02em; color: var(--fg-1); margin: 14px 0 14px; line-height: 1.1; }
.verticals-panel .vlist { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 14px; }
.verticals-panel .vlist li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; font-size: 15.5px; line-height: 1.5; color: var(--fg-2); }
.verticals-panel .vlist li i { width: 20px; height: 20px; color: var(--brand); margin-top: 1px; }
.verticals-panel .v-stat-block { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.verticals-panel .v-stat { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-lg); padding: 16px 18px; }
.verticals-panel .v-stat .v-val { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -0.02em; color: var(--fg-1); font-variant-numeric: tabular-nums; line-height: 1; }
.verticals-panel .v-stat .v-lbl { font-size: 12.5px; color: var(--fg-3); margin-top: 6px; }
.verticals-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }

/* photo placeholder */
.photo-placeholder { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius-2xl); border: 1.5px dashed var(--border-2); background: linear-gradient(135deg, var(--ink-50) 0%, var(--green-50) 100%); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--fg-4); font-size: 13px; position: relative; overflow: hidden; }
.photo-placeholder i { width: 32px; height: 32px; }
.photo-placeholder .ph-label { font-weight: 600; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
.photo-placeholder .ph-hint { font-size: 11.5px; opacity: .8; }
.photo-placeholder.dark-frame { background: linear-gradient(135deg, #e9efe7 0%, #d6e6d8 100%); }

/* photo placeholder filled with a curated CSS scene */
.photo-rest { background: linear-gradient(160deg, #f9efe4 0%, #f0e3d0 35%, #e9dac0 100%); border-style: solid; border-color: transparent; color: transparent; }
.photo-rest::before { content: ""; position: absolute; inset: 0; background-image:
  radial-gradient(ellipse at 30% 25%, rgba(217,151,103,.55), transparent 40%),
  radial-gradient(ellipse at 70% 60%, rgba(180,107,76,.4), transparent 45%),
  radial-gradient(circle at 50% 80%, rgba(63,155,95,.18), transparent 50%);
}
.photo-retail { background: linear-gradient(160deg, #eef4ec 0%, #dde9dc 50%, #c8dcc9 100%); border-style: solid; border-color: transparent; color: transparent; }
.photo-retail::before { content: ""; position: absolute; inset: 0; background-image:
  radial-gradient(ellipse at 25% 30%, rgba(102,171,123,.45), transparent 50%),
  radial-gradient(circle at 70% 65%, rgba(136,197,128,.4), transparent 45%),
  radial-gradient(circle at 45% 85%, rgba(63,155,95,.2), transparent 55%);
}

/* ============ REVENUE STREAM ============ */
.revenue-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; align-items: center; }

.revenue-visual { position: relative; max-width: 560px; width: 100%; aspect-ratio: 1; margin: 0 auto; }
.revenue-frame {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 35%, rgba(255,255,255,.35), transparent 55%),
    linear-gradient(135deg, var(--green-300) 0%, var(--green-500) 60%, var(--green-700) 100%);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-3);
  overflow: visible;
}
.revenue-frame::before {
  content: ""; position: absolute; inset: 12%;
  border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-xl);
  pointer-events: none;
}
.revenue-frame::after {
  content: ""; position: absolute; inset: 22%;
  border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg);
  pointer-events: none;
}

/* Offer-builder dashboard panel */
.offer-panel {
  position: absolute; top: 16%; left: 14%;
  width: 56%;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 14px 14px 14px;
  box-shadow: var(--shadow-3);
  display: flex; flex-direction: column; gap: 8px;
  font-size: 11px;
  z-index: 2;
}
.offer-panel__head { font-family: var(--font-display); font-weight: 700; font-size: 12.5px; color: var(--fg-1); text-align: center; padding-bottom: 8px; border-bottom: 1px solid var(--border-1); margin-bottom: 2px; }
.offer-panel__field { display: flex; flex-direction: column; gap: 4px; }
.offer-panel__field label { font-size: 9.5px; color: var(--fg-3); font-weight: 600; }
.offer-panel__select {
  padding: 6px 9px; border: 1px solid var(--border-2); border-radius: 6px;
  font-size: 10.5px; color: var(--fg-2); background: #fff;
  display: flex; align-items: center; justify-content: space-between;
}
.offer-panel__select i { width: 11px; height: 11px; color: var(--fg-4); }
.offer-panel__textarea {
  padding: 8px 9px; border: 1px solid var(--border-2); border-radius: 6px;
  font-size: 10px; line-height: 1.35; color: var(--ink-700);
  background: #fff; min-height: 38px;
}
.offer-panel__row { display: flex; align-items: center; justify-content: space-between; font-size: 10.5px; color: var(--fg-2); font-weight: 500; padding: 2px 0; }
.offer-panel__toggle {
  width: 26px; height: 14px; border-radius: 999px;
  background: var(--ink-200); position: relative; flex-shrink: 0;
  transition: background 200ms var(--ease-out);
}
.offer-panel__toggle > span {
  position: absolute; top: 2px; left: 2px;
  width: 10px; height: 10px; background: #fff; border-radius: 999px;
  transition: transform 200ms var(--ease-out);
}
.offer-panel__toggle.is-on { background: var(--brand); }
.offer-panel__toggle.is-on > span { transform: translateX(12px); }
.offer-panel__text {
  padding: 6px 9px; border: 1px solid var(--border-2); border-radius: 6px;
  font-size: 10px; color: var(--fg-4); background: #fff;
}
.offer-panel__actions { display: flex; gap: 8px; padding-top: 4px; }
.offer-panel__btn {
  flex: 1; padding: 7px 10px; font-size: 10.5px;
  border-radius: var(--radius-pill); cursor: pointer;
  font-weight: 600; font-family: inherit; border: 0;
}
.offer-panel__btn--ghost { background: var(--bg-subtle); color: var(--fg-2); }
.offer-panel__btn--primary { background: var(--brand); color: #fff; }

/* Mini phone (smaller phone, different from hero) */
.mini-phone {
  position: absolute; top: 30%; right: 6%;
  width: 36%;
  background: #fff;
  border-radius: 26px;
  padding: 18px 8px 14px;
  border: 2.5px solid #1a1816;
  box-shadow: 0 18px 40px rgba(19,53,32,.18);
  z-index: 3;
}
.mini-phone__notch { width: 38px; height: 7px; background: #1a1816; border-radius: 0 0 7px 7px; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); }
.mini-phone__head {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 4px 0 8px; border-bottom: 1px solid var(--border-1);
}
.mini-phone__avatar { width: 24px; height: 24px; border-radius: 999px; background: var(--brand-gradient); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.mini-phone__num { font-size: 8.5px; color: var(--fg-3); font-family: var(--font-mono); }
.mini-phone__label { font-size: 8.5px; color: var(--fg-3); font-family: var(--font-mono); text-align: center; margin: 8px 0 4px; }
.mini-phone__convo { display: flex; flex-direction: column; padding: 0 4px; }
.mini-phone__bubble { font-size: 9px; padding: 6px 8px; line-height: 1.35; }
.mini-phone__bubble--out { background: var(--brand); color: #fff; border-radius: 10px 10px 3px 10px; align-self: flex-end; max-width: 70%; font-weight: 600; }
.mini-phone__bubble--in { background: var(--ink-100); color: var(--ink-800); border-radius: 10px 10px 10px 3px; max-width: 92%; }

/* Floating icon card on the left edge of the frame */
.revenue-icon-card {
  position: absolute; left: -22px; top: 40%;
  width: 60px; height: 60px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-3);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand);
  z-index: 4;
}
.revenue-icon-card i { width: 28px; height: 28px; }

/* right column */
.revenue-copy { display: flex; flex-direction: column; gap: 18px; }
.revenue-copy h2 { margin: 6px 0 0; max-width: 14ch; }
.revenue-copy .sub-lg { max-width: 56ch; margin: 0; }
.revenue-copy .h-section .accent { background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.revenue-copy .h-section .accent::after, .revenue-copy .h-section .accent .sparkle { display: none; } /* keep this heading calm */

.revenue-benefits {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
  margin-top: 18px;
}
.benefit { display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.benefit-check {
  width: 26px; height: 26px; border-radius: 999px;
  background: var(--brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
  box-shadow: 0 2px 6px rgba(63,155,95,.28);
}
.benefit-check i { width: 14px; height: 14px; }
.benefit h4 { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -0.012em; color: var(--fg-1); margin: 0 0 6px; line-height: 1.25; }
.benefit p { font-size: 14.5px; line-height: 1.55; color: var(--fg-3); margin: 0; }

@media (max-width: 980px) {
  .revenue-grid { grid-template-columns: 1fr; gap: 56px; }
  .revenue-visual { max-width: 420px; }
  .revenue-benefits { grid-template-columns: 1fr; gap: 22px; }
  .revenue-icon-card { left: -14px; }
}

/* ============ end revenue ============ */

/* ============ SOCIAL PROOF ============ */
.testimonials { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 22px; }
.testimonial { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-xl); padding: 32px; display: flex; flex-direction: column; transition: all 220ms var(--ease-out); }
.testimonial:hover { box-shadow: var(--shadow-2); transform: translateY(-2px); }
.testimonial--featured { background: linear-gradient(160deg, #f6faf3 0%, #ecf6ed 100%); border-color: var(--green-200); grid-row: span 2; }
.testimonial-stars { display: flex; gap: 2px; color: var(--brand); margin-bottom: 14px; }
.testimonial-stars i { width: 16px; height: 16px; fill: currentColor; }
.testimonial-quote { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.5; color: var(--fg-1); letter-spacing: -0.005em; margin: 0 0 24px; text-wrap: pretty; }
.testimonial--featured .testimonial-quote { font-size: 22px; line-height: 1.4; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 16px; flex: 0 0 44px; }
.testimonial-name { font-weight: 700; font-size: 14.5px; color: var(--fg-1); line-height: 1.2; }
.testimonial-role { font-size: 12.5px; color: var(--fg-3); margin-top: 2px; }
.testimonial-metric { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--green-200); display: flex; gap: 20px; }
.testimonial-metric .v { font-family: var(--font-display); font-weight: 800; font-size: 28px; letter-spacing: -0.02em; color: var(--brand-press); line-height: 1; font-variant-numeric: tabular-nums; }
.testimonial-metric .l { font-size: 11.5px; color: var(--fg-3); margin-top: 4px; }

/* stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 64px; padding: 36px; background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-2xl); box-shadow: var(--shadow-1); }
.stat-strip .stat { text-align: center; padding: 0 10px; border-right: 1px solid var(--border-1); }
.stat-strip .stat:last-child { border-right: 0; }
.stat-strip .stat .num { font-family: var(--font-display); font-weight: 800; font-size: 44px; letter-spacing: -0.024em; color: var(--brand); line-height: 1; font-variant-numeric: tabular-nums; }
.stat-strip .stat .lbl { font-size: 13.5px; color: var(--fg-3); margin-top: 8px; line-height: 1.4; }

/* ============ DEMO BOOKING ============ */
.demo-section { background: linear-gradient(180deg, #fff 0%, var(--ink-25) 100%); }
.demo-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: stretch; background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-2xl); overflow: hidden; box-shadow: var(--shadow-3); }
.demo-left { padding: 56px; background: linear-gradient(160deg, #f6faf3 0%, #eaf3ec 100%); position: relative; }
.demo-left::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(63,155,95,.12), transparent 50%); pointer-events: none; }
.demo-left .demo-eyebrow { color: var(--brand-press); }
.demo-left h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 3.4vw, 40px); letter-spacing: -0.022em; color: var(--fg-1); margin: 14px 0 16px; line-height: 1.06; text-wrap: balance; }
.demo-left p { font-size: 16.5px; line-height: 1.55; color: var(--fg-2); margin: 0 0 28px; max-width: 38ch; }
.demo-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.demo-bullets li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; font-size: 14.5px; color: var(--fg-2); line-height: 1.5; }
.demo-bullets li i { width: 18px; height: 18px; color: var(--brand); margin-top: 2px; }
.demo-author { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--green-200); display: flex; align-items: center; gap: 14px; }
.demo-author .avatar { width: 48px; height: 48px; border-radius: 999px; background: var(--brand-gradient); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); }
.demo-author .name { font-weight: 700; color: var(--fg-1); font-size: 14px; }
.demo-author .title { font-size: 12.5px; color: var(--fg-3); }

.demo-right { padding: 48px 48px 40px; }
.demo-form { display: flex; flex-direction: column; gap: 18px; }
.demo-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-form label { display: block; }
.demo-form .field-label { font-size: 12.5px; font-weight: 600; color: var(--fg-2); margin-bottom: 6px; letter-spacing: 0.01em; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; font-family: var(--font-body); font-size: 14.5px; color: var(--fg-1); padding: 12px 14px; background: #fff; border: 1px solid var(--border-2); border-radius: var(--radius-md); outline: none; transition: all 160ms var(--ease-out); }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--brand); box-shadow: var(--shadow-focus); }
.demo-form textarea { resize: vertical; min-height: 80px; font-family: var(--font-body); }
.demo-form .vertical-radio { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.demo-form .vradio { position: relative; cursor: pointer; padding: 14px 16px; border: 1px solid var(--border-2); border-radius: var(--radius-md); display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--fg-2); transition: all 180ms var(--ease-out); background: #fff; }
.demo-form .vradio i { width: 18px; height: 18px; color: var(--fg-3); transition: color 180ms var(--ease-out); }
.demo-form .vradio input { position: absolute; opacity: 0; pointer-events: none; }
.demo-form .vradio.is-selected { border-color: var(--brand); background: var(--brand-soft); color: var(--brand-press); font-weight: 600; box-shadow: var(--shadow-focus); }
.demo-form .vradio.is-selected i { color: var(--brand-press); }
.demo-form .submit-row { display: flex; gap: 10px; align-items: center; margin-top: 6px; }
.demo-form .submit-row .btn-primary { flex: 1; padding: 16px 20px; font-size: 15.5px; }
.demo-form .form-foot { font-size: 12px; color: var(--fg-3); display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.demo-form .form-foot i { width: 13px; height: 13px; }

.demo-success { padding: 40px 16px; text-align: center; }
.demo-success .check { width: 64px; height: 64px; border-radius: 999px; background: var(--success-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.demo-success .check i { width: 32px; height: 32px; }
.demo-success h3 { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.015em; color: var(--fg-1); margin: 0 0 8px; }
.demo-success p { font-size: 15px; color: var(--fg-2); margin: 0 0 18px; }
.demo-success .reset { font-size: 13px; color: var(--brand-press); cursor: pointer; text-decoration: underline; background: none; border: 0; font-family: inherit; }

/* ============ FAQ ============ */
.faq-grid { max-width: 880px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-lg); padding: 0; transition: all 200ms var(--ease-out); overflow: hidden; }
.faq-item:hover { border-color: var(--border-2); }
.faq-item.is-open { border-color: var(--green-200); box-shadow: var(--shadow-1); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; cursor: pointer; background: transparent; border: 0; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--fg-1); text-align: left; letter-spacing: -0.005em; line-height: 1.3; }
.faq-q i { width: 20px; height: 20px; color: var(--brand); flex: 0 0 20px; transition: transform 240ms var(--ease-out); }
.faq-item.is-open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 320ms var(--ease-out); padding: 0 26px; }
.faq-item.is-open .faq-a { max-height: 320px; padding-bottom: 22px; }
.faq-a p { font-size: 15px; line-height: 1.6; color: var(--fg-2); margin: 0; }

.faq-foot { text-align: center; margin-top: 40px; padding: 32px; background: var(--bg-subtle); border-radius: var(--radius-xl); }
.faq-foot h4 { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--fg-1); margin: 0 0 6px; }
.faq-foot p { font-size: 14.5px; color: var(--fg-3); margin: 0 0 16px; }

/* ============ FINAL CTA ============ */
.final-cta { padding: 96px 0; background: linear-gradient(135deg, var(--green-50) 0%, #fff 50%, var(--green-50) 100%); position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(63,155,95,.12), transparent 60%); pointer-events: none; }
.final-cta-inner { text-align: center; max-width: 760px; margin: 0 auto; position: relative; }
.final-cta h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 4.4vw, 52px); letter-spacing: -0.025em; line-height: 1.04; color: var(--fg-1); margin: 16px 0 18px; text-wrap: balance; }
.final-cta p { font-size: 18px; line-height: 1.55; color: var(--fg-2); margin: 0 auto 32px; max-width: 50ch; }
.final-cta .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============ FOOTER ============ */
.footer { background: #fff; border-top: 1px solid var(--border-1); }
.footer-top { padding: 64px 0 40px; display: grid; grid-template-columns: 1.4fr 2.4fr; gap: 64px; }
.footer-brand img { height: 44px; display: block; }
.footer-brand p { margin: 16px 0 22px; font-size: 14px; color: var(--fg-3); line-height: 1.5; max-width: 32ch; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a { width: 36px; height: 36px; border-radius: 999px; border: 1px solid var(--border-1); display: flex; align-items: center; justify-content: center; color: var(--fg-3); transition: all 160ms var(--ease-out); }
.footer-socials a:hover { background: var(--brand-soft); border-color: var(--green-200); color: var(--brand-press); }
.footer-socials i,
.footer-socials svg,
.footer-socials .sm-ico svg { width: 16px; height: 16px; }
.footer-socials .sm-ico { display: inline-flex; align-items: center; justify-content: center; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer-cols h5 { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-1); margin: 4px 0 16px; }
.footer-cols ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-cols a { font-size: 14px; color: var(--fg-3); text-decoration: none; transition: color 160ms var(--ease-out); }
.footer-cols a:hover { color: var(--brand-press); }
.footer-bottom { border-top: 1px solid var(--border-1); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--fg-3); flex-wrap: wrap; gap: 12px; }
.footer-bottom-right { display: flex; gap: 22px; }
.footer-bottom a { color: var(--fg-3); text-decoration: none; }
.footer-bottom a:hover { color: var(--fg-1); }

/* ============ Opt-in flow (QR -> subscriber) section ============ */
.optin .optin-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.optin .optin-copy h2 { margin: 16px 0 0; max-width: 18ch; }
.optin .optin-steps {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.optin .optin-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
}
.optin .optin-steps .ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border-1);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand);
  box-shadow: var(--shadow-1);
}
.optin .optin-steps .ico i { width: 22px; height: 22px; }
.optin .optin-steps h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.012em;
  color: var(--fg-1);
  margin: 4px 0 6px;
  line-height: 1.25;
}
.optin .optin-steps p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fg-3);
  margin: 0;
  max-width: 44ch;
}

/* the table-tent card visual */
.optin .optin-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 540px;
}
.optin .tent-card {
  position: relative;
  z-index: 2;
  width: 320px;
  background: #fff;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border-1);
  box-shadow: var(--shadow-4);
  padding: 28px 26px 24px;
  text-align: center;
  transform: rotate(-2.4deg);
  transition: transform 360ms var(--ease-out);
}
.optin .tent-card:hover { transform: rotate(-1deg) translateY(-4px); }
.optin .tent-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-soft);
  color: var(--brand-press);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid var(--green-200);
}
.optin .tent-tag .dot {
  width: 6px; height: 6px;
  background: var(--brand);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(63,155,95,0.18);
  animation: optin-pulse 2s ease-in-out infinite;
}
@keyframes optin-pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(63,155,95,0.18); }
  50%     { box-shadow: 0 0 0 7px rgba(63,155,95,0.08); }
}
.optin .tent-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--fg-1);
  margin: 14px 0 14px;
  line-height: 1.1;
}
.optin .tent-offer {
  background: linear-gradient(170deg, var(--brand-soft), #f4faf3);
  border: 1px dashed var(--green-300);
  border-radius: var(--radius-lg);
  padding: 14px 14px 12px;
  margin-bottom: 18px;
}
.optin .tent-offer-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--green-700);
  letter-spacing: -0.015em;
}
.optin .tent-offer-row i { width: 20px; height: 20px; color: var(--brand); }
.optin .tent-offer-sub {
  font-size: 12.5px;
  color: var(--fg-3);
  margin-top: 4px;
}
.optin .tent-qr {
  display: flex; justify-content: center;
  padding: 10px 0 2px;
}
.optin .tent-foot {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--border-1);
  font-size: 12px;
  color: var(--fg-3);
}
.optin .tent-foot strong {
  font-family: var(--font-mono);
  color: var(--fg-1);
  font-weight: 600;
}

/* drop a soft shadow stand under the tent card */
.optin .tent-shadow {
  position: absolute;
  z-index: 1;
  width: 280px;
  height: 32px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(19,53,32,0.22), transparent 65%);
  filter: blur(6px);
  pointer-events: none;
}

/* floating orbit chips */
.optin .tent-orbit {
  position: absolute;
  background: #fff;
  border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-3);
  padding: 10px 14px 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
.optin .tent-orbit i { width: 20px; height: 20px; color: var(--brand); }
.optin .tent-orbit .lbl {
  font-size: 11px;
  color: var(--fg-3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
.optin .tent-orbit .val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--fg-1);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-top: 2px;
}
.optin .tent-orbit--phone   { top: 40px;  left: 8px;  animation: float-soft 6.4s ease-in-out infinite; }
.optin .tent-orbit--coupon  { bottom: 70px; right: 4px; animation: float-soft 7.2s ease-in-out infinite reverse; }

@media (max-width: 980px) {
  .optin .optin-grid { grid-template-columns: 1fr; gap: 48px; }
  .optin .optin-visual { min-height: 480px; }
  .optin .tent-orbit--phone  { left: 0; top: 24px; }
  .optin .tent-orbit--coupon { right: 0; bottom: 50px; }
}

/* ============ Calculator teaser banner ============ */
.calc-teaser {
  padding: 64px 0 32px;
  background: #fff;
}
.calc-teaser__card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 48px 56px;
  background: linear-gradient(135deg, #f6faf3 0%, #ecf6ed 55%, #f4faf3 100%);
  border: 1px solid var(--green-200);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}
.calc-teaser__card::before {
  content: "";
  position: absolute;
  top: -120px; left: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(63,155,95,.14), transparent 60%);
  pointer-events: none;
}
.calc-teaser__card::after {
  content: "";
  position: absolute;
  bottom: -160px; right: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(136,197,128,.16), transparent 65%);
  pointer-events: none;
}

.calc-teaser__left { position: relative; z-index: 1; }
.calc-teaser__left .eyebrow-pill { background: #fff; border-color: var(--green-200); }
.calc-teaser__card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 38px);
  letter-spacing: -0.022em;
  color: var(--fg-1);
  margin: 16px 0 14px;
  line-height: 1.1;
  text-wrap: balance;
  max-width: 18ch;
}
.calc-teaser__card h3 .accent { color: var(--brand); }
.calc-teaser__card p {
  margin: 0 0 28px;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--fg-2);
  max-width: 48ch;
}
.calc-teaser__cta { font-size: 15px; }
.calc-teaser__bullets {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.calc-teaser__bullets li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: var(--fg-3);
}
.calc-teaser__bullets i {
  width: 14px; height: 14px;
  color: var(--brand);
}

/* Right column: mock chart card + orbiting chips */
.calc-teaser__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  z-index: 1;
}
.ct-mock {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 380px;
  background: #fff;
  border: 1px solid var(--border-1);
  border-radius: var(--radius-2xl);
  padding: 24px 24px 22px;
  box-shadow: var(--shadow-3);
  transform: rotate(-1.5deg);
  transition: transform 320ms var(--ease-out);
}
.ct-mock:hover { transform: rotate(0deg) translateY(-2px); }

.ct-mock__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.ct-mock__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.ct-mock__title i { width: 14px; height: 14px; color: var(--brand); }
.ct-mock__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px 3px 18px;
  background: var(--brand-soft);
  border: 1px solid var(--green-200);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-press);
  position: relative;
}
.ct-mock__chip::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--brand);
  animation: optin-pulse 2s ease-in-out infinite;
}

.ct-mock__value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 22px;
}
.ct-mock__currency {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  color: var(--brand);
  letter-spacing: -0.02em;
  line-height: 1;
}
.ct-mock__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--fg-1);
  font-variant-numeric: tabular-nums;
}
.ct-mock__delta {
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--brand-press);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 6px;
  padding: 3px 8px;
  background: var(--brand-soft);
  border-radius: 6px;
  align-self: center;
}

.ct-mock__chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 88px;
  padding: 0 0 4px;
  border-bottom: 1px dashed var(--border-1);
}
.ct-mock__bar {
  flex: 1;
  background: linear-gradient(180deg, var(--green-300), var(--green-400));
  border-radius: 4px 4px 2px 2px;
  transform-origin: bottom;
  animation: ct-bar-grow 700ms var(--ease-out) backwards;
}
.ct-mock__bar:nth-child(n+7) {
  background: linear-gradient(180deg, var(--brand), var(--green-700));
}
@keyframes ct-bar-grow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.ct-mock__legend {
  display: flex;
  gap: 18px;
  padding-top: 12px;
  font-size: 11.5px;
  color: var(--fg-3);
  font-family: var(--font-mono);
  font-weight: 500;
}
.ct-mock__legend span { display: inline-flex; align-items: center; gap: 6px; }
.ct-mock__legend .dot {
  width: 8px; height: 8px; border-radius: 999px;
}
.ct-mock__legend .dot--y1 { background: var(--green-400); }
.ct-mock__legend .dot--y2 { background: var(--brand); }

/* orbits */
.ct-orbit {
  position: absolute;
  background: #fff;
  border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-3);
  padding: 10px 14px 10px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
.ct-orbit i { width: 18px; height: 18px; color: var(--brand); }
.ct-orbit .lbl {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--fg-3);
  line-height: 1.1;
}
.ct-orbit .val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--fg-1);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}
.ct-orbit--list   { top: 6px;  left: -8px; animation: float-soft 6.2s ease-in-out infinite; }
.ct-orbit--repeat { bottom: 12px; right: -8px; animation: float-soft 7.4s ease-in-out infinite reverse; }

@media (max-width: 960px) {
  .calc-teaser { padding: 48px 0 24px; }
  .calc-teaser__card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 40px;
  }
  .calc-teaser__right { min-height: 320px; }
  .ct-orbit--list   { left: 0; }
  .ct-orbit--repeat { right: 0; }
}
@media (max-width: 560px) {
  .calc-teaser__card { padding: 28px 22px; border-radius: 20px; }
  .ct-mock__num { font-size: 38px; }
  .ct-mock__currency { font-size: 22px; }
  .ct-mock { transform: none; }
}

/* ============ entrance animations ============ */

.fade-up { opacity: 0; transform: translateY(16px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.fade-up.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .section { padding: 72px 0; }
  .hero { padding-top: 32px; padding-bottom: 64px; }
  .hero-a, .hero-c .top, .verticals-panel, .how-grid, .demo-grid, .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .hero-a .visual { min-height: 480px; }
  .hero-c .loop { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .feature, .feature:nth-child(4), .feature:nth-child(5) { grid-column: span 1; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonial--featured { grid-row: auto; }
  .stat-strip { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat-strip .stat { border-right: 0; }
  .nav-links { display: none; }
  .demo-left, .demo-right { padding: 36px 28px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
