h1 { font-family: var(--heading-font) !important; font-weight: 500 !important; }

/* ── HERO WRAP ── */
.hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 var(--px);
}
.hero-wrap::before {
  content: '';
  position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 560px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255,140,0,.10) 0%, rgba(255,61,127,.05) 50%, transparent 70%);
  pointer-events: none;
}
.hero-wrap::after {
  content: '';
  position: absolute; top: 40px; right: -80px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(120,100,255,.06) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Hero frame — centering wrapper only, no border ── */
.hero-frame {
  max-width: 1196px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Hero text content ── */
.hero-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 72px var(--px) 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff6b;
  border-radius: 100px;
  padding: 5px 16px 5px 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--sub);
  margin-bottom: 28px;
}
.hero-badge-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgb(255 255 255 / 35%);
  border-radius: 100px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  flex-shrink: 0;
}
.meta-icon { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }
.hero-badge-meta .meta-icon { color: #0082FB; }
.brand-item .meta-icon { width: 38px; height: 38px; }
.hero-badge strong { font-weight: 500; color: var(--sub); }

.hero-h1 {
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: 700 !important;
  letter-spacing: -.02em;
  word-spacing: 0.06em;
  color: var(--text); line-height: 1.12;
  margin-bottom: 22px;
  width: 150%;
  margin-left: -25%;
}

.hero-sub {
  font-size: 16px; color: var(--muted); line-height: 1.75;
  max-width: 580px; margin: 0 auto 36px;
}

.hero-cta {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap; margin-bottom: 52px;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--grad); border: none; border-radius: 100px;
  padding: 14px 30px; font-size: 15px; font-weight: 600; color: #fff;
  transition: all .2s; box-shadow: 0 4px 20px rgba(255,61,127,.38);
}
.btn-primary:hover { background: var(--grad-h); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,61,127,.48); }
.btn-primary i { font-size: 13px; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 100px; padding: 13px 26px;
  font-size: 15px; font-weight: 500; color: var(--sub); transition: all .2s;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-light); }

.hero-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-bottom: 60px;
}
.trust-avatars { display: flex; align-items: center; }
.trust-av {
  width: 34px; height: 34px; border-radius: 50%;
  background: #D1D5DB; border: 2.5px solid #fff;
  overflow: hidden; flex-shrink: 0;
}
.trust-av:not(:first-child) { margin-left: -9px; }
.trust-av img { width: 100%; height: 100%; object-fit: cover; }
.trust-text { font-size: 13px; color: var(--muted); }
.trust-text strong { color: var(--text); font-weight: 700; }
.trust-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--border); }

/* ── Dashboard preview ── */
.hero-preview-wrap {
  position: relative;
  z-index: 1;
  padding: 0;
  isolation: isolate;
}
/* left side — dark at bottom-right corner, fades out quickly */
.hero-preview-wrap::before {
  content: '';
  position: absolute; top: 0; bottom: 0;
  right: 100%;
  width: 50vw;
  background: radial-gradient(ellipse 65% 90% at 100% 100%,
    rgba(255,100,63,.32) 0%,
    rgba(255,100,63,.16) 35%,
    rgba(255,100,63,.06) 65%,
    transparent 100%
  );
  pointer-events: none; z-index: 2;
}
/* right side — dark at bottom-left corner, fades out quickly */
.hero-preview-wrap::after {
  content: '';
  position: absolute; top: 0; bottom: 0;
  left: 100%;
  width: 50vw;
  background: radial-gradient(ellipse 65% 90% at 0% 100%,
    rgba(255,100,63,.32) 0%,
    rgba(255,100,63,.16) 35%,
    rgba(255,100,63,.06) 65%,
    transparent 100%
  );
  pointer-events: none; z-index: 2;
}
.hero-preview-frame { position: relative; z-index: 1; }

.hero-preview-frame {
  background: #fff;
  border-radius: 0;
  border: 2.5px solid rgba(255,100,63,.28);
  border-bottom: none;
  overflow: hidden;
  position: relative;
}
.hero-preview-frame::before { content: none; }
.hero-preview-frame::after  { content: none; }

/* horizontal border extensions at top — left and right */
.hero-preview-lines {
  position: relative;
}
.hero-preview-lines::before {
  content: '';
  position: absolute;
  top: 0; right: 100%;
  height: 2.5px; width: 100px;
  background: linear-gradient(to left, rgba(255,100,63,.35) 0%, transparent 100%);
  pointer-events: none;
}
.hero-preview-lines::after {
  content: '';
  position: absolute;
  top: 0; left: 100%;
  height: 2.5px; width: 100px;
  background: linear-gradient(to right, rgba(255,100,63,.35) 0%, transparent 100%);
  pointer-events: none;
}

/* extending border lines above the frame */
.hero-preview-outer {
  position: relative;
}
.hero-preview-outer::before {
  content: '';
  position: absolute;
  bottom: calc(100% - 2px); left: 0;
  width: 2.5px; height: 220px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,100,63,.35) 100%);
  pointer-events: none;
}
.hero-preview-outer::after {
  content: '';
  position: absolute;
  bottom: calc(100% - 2px); right: 0;
  width: 2.5px; height: 220px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,100,63,.35) 100%);
  pointer-events: none;
}

/* Fake browser chrome bar */
.preview-chrome {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 18px; background: #F9FAFB;
  border-bottom: 1px solid var(--border);
}
.chrome-dot { width: 11px; height: 11px; border-radius: 50%; background: #D1D5DB; }
.chrome-dot:nth-child(1) { background: #FC605C; }
.chrome-dot:nth-child(2) { background: #FDBC40; }
.chrome-dot:nth-child(3) { background: #34C749; }
.chrome-bar {
  flex: 1; height: 26px; background: #fff; border-radius: 6px;
  border: 1px solid var(--border); margin: 0 12px;
  display: flex; align-items: center; padding: 0 12px; gap: 6px;
}
.chrome-bar-dot { width: 6px; height: 6px; border-radius: 50%; background: #D1D5DB; }
.chrome-bar-text { font-size: 11px; color: #9CA3AF; flex: 1; }

/* Dashboard body */
.preview-body {
  display: grid; grid-template-columns: 190px 1fr;
  min-height: 340px; background: #F7F8FA;
  overflow: hidden;
}
.preview-sidebar {
  background: #fff; border-right: 1px solid var(--border);
  padding: 18px 0; display: flex; flex-direction: column; gap: 4px;
}
.sidebar-brand {
  padding: 0 16px 16px; display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--border); margin-bottom: 8px;
}
.sidebar-logo {
  width: 28px; height: 28px; border-radius: 8px; background: var(--grad);
  display: flex; align-items: center; justify-content: center;
}
.sidebar-logo i { font-size: 12px; color: #fff; }
.sidebar-name { font-size: 12px; font-weight: 700; color: var(--text); }
.sidebar-item {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 16px; font-size: 11px; font-weight: 500; color: var(--muted);
  border-radius: 8px; margin: 0 8px;
}
.sidebar-item.active { background: var(--orange-light); color: var(--orange); font-weight: 600; }
.sidebar-item i { font-size: 12px; width: 14px; }

.preview-main { padding: 16px 18px 0; display: flex; flex-direction: column; gap: 12px; }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; }
.topbar-greeting { font-size: 13px; font-weight: 700; color: var(--text); }
.topbar-greeting span { font-weight: 400; color: var(--muted); font-size: 11px; display: block; margin-top: 1px; }
.topbar-actions { display: flex; align-items: center; gap: 8px; }
.topbar-btn {
  height: 28px; padding: 0 12px; background: var(--grad); border: none;
  border-radius: 100px; font-size: 10px; font-weight: 600; color: #fff;
}
.topbar-icon {
  width: 28px; height: 28px; border-radius: 50%; background: var(--orange-light);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.topbar-icon i { font-size: 11px; color: var(--orange); }

.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pstat {
  background: #fff; border-radius: 10px; border: 1px solid var(--border);
  padding: 12px 14px; display: flex; flex-direction: column; gap: 4px;
}
.pstat-label { font-size: 9px; color: var(--muted); font-weight: 500; }
.pstat-val { font-size: 18px; font-weight: 700; color: var(--text); letter-spacing: -.03em; line-height: 1; }
.pstat-sub { font-size: 9px; color: #10B981; font-weight: 500; }
.pstat-sub.neutral { color: var(--muted); }

.preview-charts { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; }
.preview-chart-box {
  background: #fff; border-radius: 10px; border: 1px solid var(--border); padding: 14px;
}
.chart-title { font-size: 10px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.chart-area-gray {
  height: 80px; border-radius: 6px;
  background: linear-gradient(180deg, #F8FAFF 0%, #EEF3FA 100%);
  position: relative; overflow: hidden;
}
.chart-line-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.chart-bars { display: flex; align-items: flex-end; gap: 5px; height: 80px; padding: 8px 4px 4px; }
.chart-bar {
  flex: 1; max-width: 12px; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, rgba(255,140,0,.35) 0%, rgba(255,61,127,.25) 100%);
  min-height: 8px;
}

.hero-preview-fade {
  height: 120px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,.7) 50%, #fff 100%);
  pointer-events: none;
  margin-top: -2px;
  position: relative; z-index: 2;
}

/* ── Trusted Brands ── */
.brands-section {
  padding: 80px var(--px);
  background: #fff;
  text-align: center;
}
.brands-inner {
  max-width: 1196px;
  margin: 0 auto;
}
.brands-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, rgba(255,140,0,.1) 0%, rgba(255,61,127,.08) 100%);
  border: none;
  border-radius: 100px; padding: 5px 14px;
  font-size: 12px; font-weight: 500; color: var(--muted);
  margin-bottom: 16px;
}
.brands-badge i { font-size: 9px; color: var(--muted); }
.brands-title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700 !important;
  color: var(--text); letter-spacing: -.025em;
  line-height: 1.15; margin-bottom: 44px;
  font-family: var(--heading-font) !important;
}
.brands-row {
  display: flex; align-items: center; justify-content: center;
  gap: 64px; flex-wrap: wrap;
}
.brand-item {
  display: flex; align-items: center; gap: 9px;
  color: #A8B2C3;
  transition: color .2s;
  white-space: nowrap;
}
.brand-item:hover { color: #7E8C9F; }
.brand-item i { font-size: 38px; }
.brand-item span { font-size: 38px; font-weight: 600; letter-spacing: -.02em; }
.brand-item.brand-amazon span { font-family: serif; font-style: italic; font-weight: 700; }
.brand-item.brand-instagram span { font-style: italic; font-weight: 500; }

/* ── Ad Accounts row ── */
.preview-adacc {
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between;
}
.adacc-title { font-size: 10px; font-weight: 600; color: var(--text); }
.adacc-btn {
  height: 24px; padding: 0 12px;
  background: var(--grad); border: none; border-radius: 100px;
  font-size: 9px; font-weight: 600; color: #fff; cursor: pointer;
}
.adacc-rows { width: 100%; display: flex; flex-direction: column; gap: 5px; padding: 4px 0 0; }
.adacc-row {
  display: grid; grid-template-columns: 1fr auto auto;
  gap: 12px; align-items: center; font-size: 9px;
}
.adacc-name { color: var(--text); font-weight: 500; }
.adacc-spend { color: var(--muted); }
.adacc-badge {
  font-size: 8px; font-weight: 600; padding: 2px 6px; border-radius: 4px;
}
.adacc-badge.active { background: rgba(16,185,129,.12); color: #059669; }
.adacc-badge.paused { background: rgba(107,114,128,.1); color: var(--muted); }

@media (max-width: 1024px) {
  .hero-wrap { padding: 0 var(--px); }
  .hero-content { padding: 56px var(--px) 0; }
  .preview-body { grid-template-columns: 160px 1fr; }
  .preview-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .hero-preview-outer::before,
  .hero-preview-outer::after { height: 80px; }
  .hero-wrap { padding: 0 var(--px); }
  .hero-content { padding: 40px var(--px) 0; }
  .hero-h1 { font-size: clamp(26px, 7.5vw, 38px); width: 100%; margin-left: 0; }
  .hero-sub { font-size: 14px; }
  .hero-trust { flex-wrap: wrap; }
  .hero-cta { gap: 10px; }
  .hero-preview-wrap { padding: 0; }
  .preview-body { grid-template-columns: 1fr; min-height: auto; }
  .preview-sidebar { display: none; }
  .preview-stats { grid-template-columns: repeat(3, 1fr); }
  .preview-charts { grid-template-columns: 1fr; }
  .topbar-actions { display: none; }
  .preview-adacc { padding: 10px 12px; }
  .adacc-row { gap: 6px; }
}

@media (max-width: 768px) {
  .brands-section { padding: 48px var(--px); }
  .brands-row { gap: 32px; }
}

@media (max-width: 480px) {
  .hero-h1-br { display: none; }
  .hero-wrap { padding: 0 var(--px); }
  .hero-content { padding: 32px 0 0; }
  .hero-h1 { font-size: clamp(24px, 7.5vw, 32px); }
  .hero-sub { font-size: 13.5px; }
  .hero-badge { font-size: 11.5px; gap: 6px; padding: 4px 12px 4px 4px; }
  .hero-badge-meta { padding: 4px 10px; font-size: 11px; }
  .btn-primary { padding: 13px 22px; font-size: 14px; }
  .btn-ghost { padding: 12px 22px; font-size: 14px; }
  .brands-row { gap: 20px; }
  .brand-item span { font-size: 16px; }
  .brand-item i { font-size: 18px; }
  .preview-stats { grid-template-columns: repeat(2, 1fr); }
  .pstat-val { font-size: 14px !important; }
  .pstat-label { font-size: 8px; }
  .pstat-sub { font-size: 8px; }
  .preview-adacc { display: none; }
}

/* ── What We Actually Do ── */
.what-section {
  padding: 80px var(--px);
  background: #fff;
}
.what-inner {
  max-width: 1196px;
  margin: 0 auto;
}
.what-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: linear-gradient(135deg, rgba(255,140,0,.12) 0%, rgba(255,61,127,.10) 100%);
  border: none;
  border-radius: 100px; padding: 4px 12px;
  font-size: 12px; font-weight: 600; color: var(--text);
  margin-bottom: 16px;
}
.section-badge i { font-size: 10px; }
.what-title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700 !important;
  color: var(--text); letter-spacing: -.025em;
  line-height: 1.15; margin-bottom: 14px;
  font-family: var(--heading-font) !important;
}
.what-sub {
  font-size: 14.5px; color: var(--muted);
  line-height: 1.75; max-width: 480px;
  margin: 0 auto;
}

/* 2×2 alternating grid */
.what-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.what-card:nth-child(1) { grid-column: span 3; }
.what-card:nth-child(2) { grid-column: span 2; }
.what-card:nth-child(3) { grid-column: span 2; }
.what-card:nth-child(4) { grid-column: span 3; }
.what-card {
  border: 1.5px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .22s, transform .22s;
}
.what-card:hover {
  box-shadow: 0 8px 36px rgba(0,0,0,.08);
  transform: translateY(-3px);
}

/* Visual placeholder area */
.what-card-visual {
  height: 200px;
  background: #F3F4F6;
  border-bottom: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Card 1 — Account Access: pill button floating */
.visual-account {
  background: linear-gradient(145deg, #F0F4FF 0%, #E8EEFF 100%);
}
.visual-account-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #FF8C00, #FF3D7F);
  color: #fff; border-radius: 100px;
  padding: 11px 22px; font-size: 13px; font-weight: 600;
  box-shadow: 0 8px 28px rgba(255,61,127,.35);
  position: relative; z-index: 2;
}
.visual-account-btn i { font-size: 12px; }
.visual-account::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 60%, rgba(255,140,0,.12) 0%, transparent 55%),
    radial-gradient(circle at 75% 35%, rgba(255,61,127,.10) 0%, transparent 50%);
}
/* Subtle grid lines behind */
.visual-account::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(99,120,200,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,120,200,.07) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Card 2 — Budget chart */
.visual-budget {
  background: linear-gradient(145deg, #F8F9FB 0%, #F1F4FA 100%);
  flex-direction: column;
  gap: 0;
}
.visual-budget-topbar {
  width: 85%; display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 12px; position: relative; z-index: 1;
}
.vb-label { font-size: 9px; color: var(--muted); font-weight: 500; }
.vb-tag {
  font-size: 9px; font-weight: 600; color: var(--orange);
  background: var(--orange-light); border-radius: 4px; padding: 2px 7px;
}
.visual-budget-chart {
  width: 85%; height: 100px; position: relative; z-index: 1;
}
.visual-budget-chip {
  position: absolute; right: 18%; top: 22%;
  background: var(--grad); color: #fff;
  border-radius: 6px; padding: 4px 10px;
  font-size: 10px; font-weight: 700;
  box-shadow: 0 4px 12px rgba(255,61,127,.35);
  z-index: 2;
}

/* Card 3 — Campaign setup: hub & spoke */
.visual-campaign {
  background: linear-gradient(145deg, #F5F6FF 0%, #EDEEFF 100%);
  gap: 0;
}
.campaign-hub {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(255,61,127,.3);
  position: relative; z-index: 2;
}
.campaign-hub i { font-size: 20px; color: #fff; }
.campaign-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed rgba(255,140,0,.25);
}
.campaign-ring.r1 { width: 100px; height: 100px; }
.campaign-ring.r2 { width: 155px; height: 155px; }
.campaign-node {
  position: absolute;
  width: 34px; height: 34px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
  z-index: 2;
}
.campaign-node i { font-size: 13px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cn1 { top: 20px; left: calc(50% - 17px); }
.cn2 { top: calc(50% - 17px); right: 10px; }
.cn3 { bottom: 20px; left: calc(50% + 10px); }
.cn4 { bottom: 28px; left: calc(50% - 55px); }
.campaign-label {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: var(--text); color: #fff; border-radius: 100px;
  padding: 4px 14px; font-size: 10px; font-weight: 600;
  white-space: nowrap; z-index: 3;
}

/* Card 4 — Performance: donut + stat */
.visual-perf {
  background: linear-gradient(145deg, #FFF8F2 0%, #FFF2F8 100%);
}
.perf-donut-wrap {
  position: relative; width: 120px; height: 120px;
  display: flex; align-items: center; justify-content: center;
}
.perf-donut-wrap svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.perf-donut-center {
  font-size: 22px; font-weight: 700; color: var(--text);
  letter-spacing: -.03em; line-height: 1;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  position: relative; z-index: 1;
}
.perf-donut-center small { font-size: 9px; color: var(--muted); font-weight: 500; }
.perf-badge {
  position: absolute; top: 8px; right: -10px;
  background: #10B981; color: #fff;
  border-radius: 6px; padding: 3px 8px;
  font-size: 9px; font-weight: 700;
}

/* Card body (text) */
.what-card-body { padding: 24px 26px 28px; }
.what-card-title { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 10px; letter-spacing: -.02em; }
.what-card-desc { font-size: 13px; color: var(--muted); line-height: 1.75; }

@media (max-width: 768px) {
  .what-section { padding: 48px var(--px); }
  .what-header { margin-bottom: 32px; }
  .what-grid { grid-template-columns: 1fr; gap: 14px; }
  .what-card:nth-child(1), .what-card:nth-child(2), .what-card:nth-child(3), .what-card:nth-child(4) { grid-column: span 1; }
  .what-card { display: block; border-radius: 16px; }
  .what-card-visual { height: 180px; border-right: none; width: 100%; }
  .what-card-body { padding: 20px 20px 24px; }
  .what-card-title { font-size: 15px; margin-bottom: 8px; }
  .what-card-desc { font-size: 13px; line-height: 1.7; }
}

/* ── WHY CHOOSE US ── */
.why-section { padding: 80px var(--px); background: #F8F9FB; }
.why-inner { max-width: 1196px; margin: 0 auto; }
.why-header { text-align: center; margin-bottom: 48px; }
.why-title { font-size: clamp(26px, 4vw, 38px); font-weight: 700; color: var(--text); letter-spacing: -.03em; line-height: 1.2; margin-top: 14px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 28px 26px 30px;
  transition: box-shadow .2s, transform .2s;
}
.why-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.07); transform: translateY(-2px); }
.why-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--orange-light);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.why-icon i { font-size: 18px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.why-card-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 10px; letter-spacing: -.02em; }
.why-card-desc { font-size: 13px; color: var(--muted); line-height: 1.75; }

@media (max-width: 900px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .why-section { padding: 48px var(--px); }
  .why-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* ── HOW IT WORKS ── */
.hiw-section { padding: 80px var(--px); background: #fff; }
.hiw-inner { max-width: 1196px; margin: 0 auto; }
.hiw-header { text-align: center; margin-bottom: 48px; }
.hiw-title { font-size: clamp(26px, 4vw, 38px); font-weight: 700; color: var(--text); letter-spacing: -.03em; line-height: 1.2; margin-top: 14px; }
.hiw-sub { font-size: 15px; color: var(--muted); margin-top: 14px; line-height: 1.7; max-width: 440px; margin-left: auto; margin-right: auto; }

/* Bento grid */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
.hiw-card {
  background: #F8F9FB;
  border-radius: 20px;
  padding: 24px 24px 0;
  overflow: hidden;
  position: relative;
  min-height: 260px;
  grid-column: span 2;
}
.hiw-card-row4 { grid-column: span 3; }
.hiw-card-row5 { grid-column: span 3; }

/* Card header */
.hiw-card-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 20px;
}
.hiw-card-head h3 { font-size: 20px; font-weight: 700; color: var(--text); letter-spacing: -.02em; }
.hiw-step { font-size: 17px; font-weight: 600; color: var(--text); white-space: nowrap; }
.hiw-step-den { font-weight: 400; color: #C4C9D4; }

/* ─ Visual area (fills bottom of card) ─ */
.hiw-visual { flex: 1; position: relative; width: 100%; display: flex; align-items: center; justify-content: center; }

/* Card 1 — Sign Up: two overlapping doc cards */
.hiw-v1 { height: 160px; }
.signup-card-back {
  position: absolute; width: 130px; height: 110px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 14px; left: calc(50% - 90px); top: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.signup-card-back::after {
  content: ''; position: absolute; bottom: 14px; left: 14px; right: 14px;
  height: 8px; border-radius: 4px; background: #F3F4F6;
  box-shadow: 0 10px 0 #F3F4F6, 0 20px 0 #EAECEF;
}
.signup-card-front {
  position: absolute; width: 130px; height: 110px;
  background: linear-gradient(145deg, rgba(255,140,0,.15) 0%, rgba(255,61,127,.12) 100%);
  border: 1.5px solid rgba(255,140,0,.3);
  border-radius: 14px; left: calc(50% - 50px); top: 10px;
  box-shadow: 0 4px 20px rgba(255,140,0,.12);
  display: flex; align-items: center; justify-content: center;
}
.signup-card-front i { font-size: 28px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Card 2 — Add Funds: wallet visual */
.hiw-v2 { height: 160px; }
.funds-wallet {
  width: 110px; height: 80px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 16px; position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
  display: flex; align-items: center; justify-content: center;
}
.funds-wallet::before {
  content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px;
  background: #fff; border: 1.5px solid var(--border); border-bottom: none;
  border-radius: 12px 12px 0 0;
}
.funds-wallet i { font-size: 30px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.funds-chip {
  position: absolute; top: -6px; right: -30px;
  background: var(--grad); color: #fff;
  border-radius: 100px; padding: 4px 12px;
  font-size: 11px; font-weight: 700; white-space: nowrap;
}

/* Card 3 — Ad Account: stacked rows + check */
.hiw-v3 { height: 160px; flex-direction: column; gap: 8px; }
.account-row {
  width: 160px; height: 10px; border-radius: 6px; background: #E5E7EB;
  position: relative;
}
.account-row.r-short { width: 110px; }
.account-check {
  position: absolute; right: -28px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
}
.account-check i { font-size: 12px; color: #fff; }

/* Card 4 — Launch Campaigns: hub-and-spoke wider */
.hiw-v4 { height: 180px; }
.launch-banner {
  width: 260px; height: 64px;
  background: linear-gradient(135deg, rgba(255,140,0,.18) 0%, rgba(255,61,127,.14) 100%);
  border: 1.5px solid rgba(255,140,0,.25);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.launch-hub {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--grad); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(255,61,127,.3);
}
.launch-hub i { font-size: 20px; color: #fff; }
.launch-node {
  position: absolute;
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.launch-node i { font-size: 13px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ln-tl { top: -18px; left: 20px; }
.ln-tr { top: -18px; right: 20px; }
.ln-bl { bottom: -18px; left: 20px; }
.ln-br { bottom: -18px; right: 20px; }

/* Card 5 — Scale & Optimize: speedometer */
.hiw-v5 { height: 180px; flex-direction: column; gap: 4px; }
.gauge-wrap { position: relative; width: 180px; height: 100px; overflow: visible; }
.gauge-wrap svg { width: 100%; height: 100%; overflow: visible; }
.gauge-val {
  position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%);
  font-size: 32px; font-weight: 700; color: var(--text); letter-spacing: -.04em;
}

@media (max-width: 900px) {
  .hiw-grid { grid-template-columns: repeat(2, 1fr); }
  .hiw-card { grid-column: span 1; }
  .hiw-card-row4, .hiw-card-row5 { grid-column: span 2; }
}
@media (max-width: 600px) {
  .hiw-section { padding: 48px var(--px); }
  .hiw-grid { grid-template-columns: 1fr; gap: 12px; }
  .hiw-card, .hiw-card-row4, .hiw-card-row5 { grid-column: span 1; }
}

/* ── TESTIMONIALS ── */
.testi-section { padding: 80px var(--px); background: #F8F9FB; }
.testi-inner { max-width: 1196px; margin: 0 auto; }
.testi-header { text-align: center; margin-bottom: 48px; }
.testi-title { font-size: clamp(26px, 4vw, 38px); font-weight: 700; color: var(--text); letter-spacing: -.03em; line-height: 1.2; margin-top: 14px; }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Text-only card */
.testi-text-card {
  background: #F3F4F6;
  border-radius: 22px;
  padding: 28px 24px 28px 26px;
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
.testi-text-card .testi-quote-mark {
  position: absolute; top: 16px; right: 18px;
  font-size: 48px; line-height: 1;
  font-family: Georgia, serif; font-weight: 900; color: #D1D5DB;
}
.testi-text-card .testi-name { font-size: 15px; font-weight: 700; color: var(--text); }
.testi-text-card .testi-role { font-size: 12px; color: var(--muted); margin-top: 3px; }
.testi-text-card .testi-quote { font-size: 13.5px; color: var(--sub); line-height: 1.75; margin-top: 16px; }

.testi-name { font-size: 15px; font-weight: 700; color: var(--text); }
.testi-role { font-size: 12px; color: var(--muted); margin-top: 3px; }
.testi-quote { font-size: 13.5px; color: var(--sub); line-height: 1.75; margin-top: 14px; }

@media (max-width: 768px) {
  .testi-section { padding: 48px var(--px); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .testi-grid { grid-template-columns: 1fr; }
}

/* ── CTA BANNER ── */
.cta-section { padding: 80px var(--px); background: #fff; }
.cta-card {
  max-width: 1196px; margin: 0 auto;
  background: linear-gradient(to top,
    #f59460 0%,
    #f9a87c 18%,
    #fbbf9a 36%,
    #fdd5b8 54%,
    #fee8d6 70%,
    #fff5ee 84%,
    #ffffff 100%
  );
  border-radius: 24px;
  border: none;
  padding: 96px 48px 104px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-card::before {
  content: '';
  position: absolute; top: -90px; left: 50%; transform: translateX(-50%);
  width: 520px; height: 260px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.95) 0%, rgba(255,248,240,.5) 50%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.cta-card::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 24px;
  border: 1.5px solid rgba(255,140,0,.35);
  border-top: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.4) 25%, black 55%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.4) 25%, black 55%);
  pointer-events: none;
  z-index: 0;
}
.cta-card h2 {
  font-size: clamp(22px, 3.2vw, 34px); font-weight: 700;
  color: var(--text); letter-spacing: -.03em; line-height: 1.25;
  margin-bottom: 14px; position: relative; z-index: 1;
}
.cta-card p {
  font-size: 14.5px; color: var(--sub); line-height: 1.72;
  max-width: 400px; margin: 0 auto 32px; position: relative; z-index: 1;
}
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--grad); color: #fff;
  padding: 13px 26px; border-radius: 100px;
  font-size: 14.5px; font-weight: 600;
  border: none; cursor: pointer; text-decoration: none;
  box-shadow: 0 4px 18px rgba(255,61,127,.35);
  transition: background .15s, transform .15s, box-shadow .15s;
}
.cta-btn-primary:hover { background: var(--grad-h); transform: translateY(-1px); box-shadow: 0 8px 26px rgba(255,61,127,.45); }
.cta-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--text);
  padding: 12px 26px; border-radius: 100px;
  font-size: 14.5px; font-weight: 600;
  border: 1.5px solid rgba(0,0,0,.12); cursor: pointer; text-decoration: none;
  transition: border-color .15s, color .15s, transform .15s;
}
.cta-btn-ghost:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-1px); }

@media (max-width: 768px) {
  .cta-section { padding: 48px var(--px); }
  .cta-card { padding: 48px 24px 52px; border-radius: 20px; }
}
