/* ==========================================================================
   VARIANT DISCOUNTS · App page · Olipop CPG color-blocking
   Brand palette only: Indigo Deep #101585, Mid #3F48D9, Light #EDEEFF,
   Lemon #F4F73B (dark surfaces only), Cream #F6F4EA, White, Ink #0b0b0b.
   ========================================================================== */

:root {
  --font-display: "Rubik", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-body:    "Work Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --indigo-deep:  #101585;
  --indigo-mid:   #3f48d9;
  --indigo-light: #EDEEFF;
  --indigo-50:    #f8f9ff;
  --lemon:        #F4F73B;
  --cream:        #F6F4EA;
  --ink:          #0b0b0b;
}

body { font-family: 'Work Sans', sans-serif; background: var(--cream); color: var(--ink); }
h1, h2, h3, h4, h5, h6, .display { font-family: 'Rubik', sans-serif; }

/* No eyebrow lines — global rule */
.eyebrow, .eyebrow::before, .eyebrow-tiny::before { content: none !important; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--indigo-deep);
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
}
.eyebrow--on-dark { color: var(--lemon); }
.eyebrow--on-mid  { color: var(--indigo-light); }

/* Buttons override (page-specific install button with shopify icon) */
.btn-install {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--indigo-deep); color: #fff;
  padding: 14px 22px; border-radius: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  text-decoration: none; letter-spacing: 0.02em;
  border: none; cursor: pointer;
  transition: background .15s, transform .15s, box-shadow .15s, color .15s;
}
.btn-install:hover { background: #0a0d6a; color: var(--lemon); transform: translateY(-2px); box-shadow: 0 8px 22px -6px rgba(16,21,133,0.4); }
.btn-install img { width: 23px; height: 23px; display: block; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: 8px;
  background: transparent; color: var(--indigo-deep);
  border: 1.5px solid rgba(16,21,133,0.28);
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  text-decoration: none; letter-spacing: 0.02em;
  transition: border-color .15s, background .15s;
}
.btn-ghost:hover { border-color: var(--indigo-deep); background: rgba(16,21,133,0.04); }

.btn-yellow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--lemon); color: var(--ink);
  padding: 14px 22px; border-radius: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  text-decoration: none; letter-spacing: 0.02em;
  border: none; cursor: pointer;
  transition: background .15s, transform .15s, box-shadow .15s;
}
.btn-yellow:hover { transform: translateY(-2px); box-shadow: 0 8px 22px -6px rgba(244,247,59,0.55); }


/* ════════════════════════════════════════════════════════════════
   APP HERO — Cream + indigo-deep wordmark, big confident headline
═══════════════════════════════════════════════════════════════ */
.app-hero {
  position: relative;
  background: var(--cream);
  padding: 160px 0 100px;
  overflow: hidden;
}
.app-hero::before {
  content: "";
  position: absolute;
  top: -10%; right: -8%;
  width: 520px; height: 520px;
  border-radius: 60% 40% 65% 35% / 50% 60% 40% 50%;
  background: rgba(16,21,133,0.06);
  pointer-events: none;
}
.app-hero::after {
  content: "";
  position: absolute;
  bottom: -16%; left: -6%;
  width: 340px; height: 340px;
  border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
  background: rgba(244,247,59,0.32);
  pointer-events: none;
}
.app-hero__inner {
  position: relative; z-index: 2;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 48px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.app-hero__copy { max-width: 640px; }
.app-pill {
  display: inline-block;
  background: var(--indigo-light);
  color: var(--indigo-deep);
  padding: 7px 14px; border-radius: 6px;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 26px;
}
.app-hero__headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 900; line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--indigo-deep);
  margin: 0 0 24px;
}
.app-hero__headline em {
  font-style: italic; font-weight: 700;
  color: var(--indigo-mid);
}
.app-hero__lede {
  font-size: 20px; line-height: 1.55;
  color: rgba(11,11,11,0.7);
  max-width: 52ch;
  margin: 0 0 36px;
}
.app-hero__lede strong { font-weight: 700; color: var(--ink); }
.app-hero__actions {
  display: flex; gap: 12px; flex-wrap: wrap;
  align-items: center; margin-bottom: 28px;
}
.app-hero__trust {
  display: flex; flex-wrap: wrap; gap: 18px 26px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 500;
  color: rgba(11,11,11,0.55);
}
.app-hero__trust-item {
  display: inline-flex; align-items: center; gap: 7px;
}
.app-hero__trust-item::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--indigo-mid); flex-shrink: 0;
}
.app-hero__visual {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 16px;
  background: linear-gradient(140deg, var(--indigo-light), #DADDFE);
  border: 2px solid rgba(16,21,133,0.1);
  overflow: hidden;
  box-shadow: 0 32px 80px -20px rgba(16,21,133,0.25);
  display: flex; align-items: center; justify-content: center;
}
.app-hero__visual img {
  max-width: 92%; max-height: 92%;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(16,21,133,0.18));
}

/* ════════════════════════════════════════════════════════════════
   PROBLEM/SOLUTION/IMPACT — Olipop pillar blocks (3 cards)
═══════════════════════════════════════════════════════════════ */
.tri {
  background: #fff;
  padding-block: 120px;
}
.tri__inner {
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 48px;
}
.tri__head { margin-bottom: 56px; max-width: 720px; }
.tri__head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--indigo-deep);
  margin: 0;
}
.tri__head h2 em { font-style: italic; font-weight: 700; color: var(--indigo-mid); }
.tri__rows {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.tri__card {
  border-radius: 14px;
  padding: 44px 36px;
  display: flex; flex-direction: column;
  min-height: 360px;
  position: relative; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.tri__card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(16,21,133,0.18); }
.tri__card:nth-child(1) { background: var(--indigo-deep); color: #fff; }
.tri__card:nth-child(2) { background: #fff; color: var(--ink); border: 1.5px solid rgba(16,21,133,0.1); }
.tri__card:nth-child(3) { background: var(--indigo-mid); color: #fff; }
.tri__step {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 18px; opacity: 0.6;
}
.tri__card:nth-child(2) .tri__step { color: var(--indigo-deep); opacity: 0.7; }
.tri__title {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 800; line-height: 1; letter-spacing: -0.025em;
  margin: 0 0 18px;
}
.tri__title em { font-style: italic; font-weight: 700; }
.tri__card:nth-child(1) .tri__title em,
.tri__card:nth-child(3) .tri__title em { color: var(--lemon); }
.tri__card:nth-child(2) .tri__title { color: var(--indigo-deep); }
.tri__card:nth-child(2) .tri__title em { color: var(--indigo-mid); }
.tri__body {
  font-size: 15px; line-height: 1.6;
  font-weight: 400;
}
.tri__card:nth-child(1) .tri__body,
.tri__card:nth-child(3) .tri__body { color: rgba(255,255,255,0.78); }
.tri__card:nth-child(2) .tri__body { color: rgba(11,11,11,0.62); }


/* ════════════════════════════════════════════════════════════════
   APP IN ACTION — real screenshot featured in Olipop indigo-light block
   with surrounding callout cards (not flat — real composition)
═══════════════════════════════════════════════════════════════ */
.action {
  background: var(--indigo-light);
  padding-block: 120px;
  position: relative; overflow: hidden;
}
.action::before {
  content: "";
  position: absolute;
  top: -8%; right: -6%;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(16,21,133,0.05);
  pointer-events: none;
}
.action__inner {
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 48px;
  position: relative; z-index: 1;
}
.action__head {
  text-align: center;
  max-width: 760px; margin: 0 auto 64px;
}
.action__head h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--indigo-deep);
  margin: 0 0 16px;
}
.action__head h2 em { font-style: italic; font-weight: 700; color: var(--indigo-mid); }
.action__head p {
  font-size: 18px; line-height: 1.6;
  color: rgba(16,21,133,0.7);
  max-width: 56ch; margin: 0 auto;
}

.action__stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.4fr 1fr;
  gap: 32px;
  align-items: center;
}
.action__notes {
  display: flex; flex-direction: column;
  gap: 20px;
}
.action__notes--right { align-items: flex-start; }
.action__note {
  background: var(--cream);
  border-radius: 12px;
  padding: 22px 22px 22px 22px;
  border: 1.5px solid rgba(16,21,133,0.12);
  box-shadow: 0 8px 24px rgba(16,21,133,0.08);
  position: relative;
}
.action__note__num {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--indigo-deep); opacity: 0.55;
  margin-bottom: 10px;
}
.action__note h4 {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--indigo-deep);
  margin: 0 0 6px;
}
.action__note p {
  font-size: 13px; line-height: 1.55;
  color: rgba(11,11,11,0.66);
  margin: 0;
}
.action__shot {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  border: 1.5px solid rgba(16,21,133,0.14);
  box-shadow: 0 32px 80px -16px rgba(16,21,133,0.28);
  overflow: hidden;
}
.action__shot img {
  width: 100%; height: auto; display: block;
  border-radius: 8px;
}


/* ════════════════════════════════════════════════════════════════
   FEATURE GRID — 6 cards, alternating cream/white/indigo-light
═══════════════════════════════════════════════════════════════ */
.features {
  background: #fff;
  padding-block: 120px;
}
.features__inner {
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 48px;
}
.features__head {
  text-align: center; max-width: 720px; margin: 0 auto 60px;
}
.features__head h2 {
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--indigo-deep); margin: 0 0 16px;
}
.features__head h2 em { font-style: italic; font-weight: 700; color: var(--indigo-mid); }
.features__head p {
  font-size: 17px; line-height: 1.6; color: rgba(11,11,11,0.6);
}
.features__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.feature-card {
  background: var(--cream);
  border-radius: 14px;
  padding: 32px 28px;
  border: 1.5px solid rgba(16,21,133,0.08);
  display: flex; flex-direction: column; gap: 14px;
  min-height: 240px;
  transition: transform .2s, box-shadow .2s;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(16,21,133,0.12); }
.feature-card:nth-child(2),
.feature-card:nth-child(4),
.feature-card:nth-child(6) { background: var(--indigo-light); }
.feature-card:nth-child(5) { background: #fff; border-color: rgba(16,21,133,0.14); }
.feature-card__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid rgba(16,21,133,0.14);
  display: flex; align-items: center; justify-content: center;
  padding: 8px;
}
.feature-card:nth-child(5) .feature-card__icon { background: var(--indigo-light); }
.feature-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.feature-card--has-tag { position: relative; }
.feature-card__tag {
  position: absolute;
  top: 22px; right: 22px;
  display: inline-block;
  background: rgba(16,21,133,0.12);
  color: var(--indigo-deep);
  font-family: var(--font-display);
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 6px;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 19px; font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--indigo-deep);
  margin: 0;
}
.feature-card p {
  font-size: 16px; line-height: 1.55;
  color: rgba(11,11,11,0.62);
  margin: 0;
}


/* ════════════════════════════════════════════════════════════════
   PRICING — Plan cards matching VD app billing page
═══════════════════════════════════════════════════════════════ */
.pricing {
  background: var(--cream);
  padding-block: 120px;
  position: relative; overflow: hidden;
}
.pricing::before {
  content: "";
  position: absolute; bottom: -14%; left: -8%;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(16,21,133,0.05);
  pointer-events: none;
}
.pricing__inner {
  max-width: var(--container-base);
  margin-inline: auto;
  padding-inline: 48px;
  position: relative; z-index: 1;
}
.pricing__head { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.pricing__head h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--indigo-deep); margin: 0 0 14px;
}
.pricing__head h2 em { font-style: italic; font-weight: 700; color: var(--indigo-mid); }
.pricing__head p {
  font-size: 17px; line-height: 1.6; color: rgba(11,11,11,0.6);
}

.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 18px;
}
.plan {
  background: #fff;
  border: 1.5px solid rgba(16,21,133,0.12);
  border-radius: 16px;
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  position: relative;
}
.plan--featured {
  border: 2px solid var(--indigo-deep);
  background: linear-gradient(180deg, #fafafe 0%, #ffffff 100%);
  box-shadow: 0 8px 32px rgba(16,21,133,0.12);
}
.plan__badge {
  position: absolute;
  top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--indigo-deep); color: #fff;
  padding: 5px 14px; border-radius: 20px;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.plan__name {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 800;
  color: var(--indigo-deep);
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}
.plan__sub {
  font-size: 13px; color: rgba(11,11,11,0.55);
  margin-bottom: 24px;
  line-height: 1.45;
}
.plan__price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 4px;
}
.plan__price-num {
  font-family: var(--font-display);
  font-size: 48px; font-weight: 900;
  line-height: 1; letter-spacing: -0.04em;
  color: var(--ink);
}
.plan__price-suffix {
  font-size: 15px; font-weight: 500;
  color: rgba(11,11,11,0.5);
}
.plan__trial {
  font-size: 13px; font-weight: 600;
  color: var(--indigo-deep);
  margin-bottom: 28px;
}
.plan__features {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 12px;
  flex: 1;
}
.plan__features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 16px; line-height: 1.45;
  color: var(--ink);
}
.plan__features li::before {
  content: "";
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--indigo-light);
  flex-shrink: 0; margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101585' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.plan__features li strong { font-weight: 700; }
.plan__features .growth-tag {
  display: inline-block;
  background: var(--indigo-light);
  color: var(--indigo-deep);
  font-family: var(--font-display);
  font-size: 9px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 2px 6px; border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
}
.plan__cta {
  width: 100%; display: inline-flex;
  align-items: center; justify-content: center;
  padding: 14px; border-radius: 10px;
  font-family: var(--font-display);
  font-size: 15px; font-weight: 700;
  border: none; cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background .15s, transform .15s, box-shadow .15s;
}
.plan__cta--dark { background: var(--ink); color: #fff; }
.plan__cta--dark:hover { background: var(--indigo-deep); color: var(--lemon); transform: translateY(-2px); }
.plan__cta--primary { background: var(--indigo-deep); color: #fff; }
.plan__cta--primary:hover { background: #0a0d6a; color: var(--lemon); transform: translateY(-2px); box-shadow: 0 10px 28px -6px rgba(16,21,133,0.4); }

/* Free plan — horizontal card below */
.plan-free {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 18px;
  background: #fff;
  border: 1.5px solid rgba(16,21,133,0.12);
  border-radius: 14px;
  padding: 22px 28px;
}
.plan-free__left {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
}
.plan-free__name {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 800;
  color: var(--indigo-deep);
}
.plan-free__sub {
  font-size: 16px; color: rgba(11,11,11,0.6);
}
.plan-free__perks {
  display: flex; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: rgba(11,11,11,0.62);
}
.plan-free__perks span::before {
  content: "✓ ";
  color: var(--indigo-deep); font-weight: 700;
}
.plan-free__cta {
  padding: 10px 18px; border-radius: 8px;
  border: 1.5px solid rgba(16,21,133,0.2);
  background: #fff; color: var(--indigo-deep);
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  text-decoration: none;
  transition: border-color .15s, background .15s;
}
.plan-free__cta:hover { border-color: var(--indigo-deep); background: var(--indigo-light); }


/* ════════════════════════════════════════════════════════════════
   COMPARISON TABLE — Brand-aligned styling
═══════════════════════════════════════════════════════════════ */
.compare {
  background: #fff;
  padding-block: 120px;
}
.compare__inner {
  max-width: var(--container-base);
  margin-inline: auto;
  padding-inline: 48px;
}
.compare__head {
  text-align: center; max-width: 660px;
  margin: 0 auto 56px;
}
.compare__head h2 {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--indigo-deep); margin: 0 0 14px;
}
.compare__head h2 em { font-style: italic; font-weight: 700; color: var(--indigo-mid); }
.compare__head p { font-size: 16px; color: rgba(11,11,11,0.6); }

.compare__table-wrap {
  border-radius: 16px;
  border: 1.5px solid rgba(16,21,133,0.1);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(16,21,133,0.06);
}
.compare__topbar {
  background: var(--cream);
  padding: 22px 32px 18px;
  border-bottom: 1.5px solid rgba(16,21,133,0.1);
}
.compare__topbar h3 {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 800;
  color: var(--indigo-deep);
  margin: 0 0 4px; letter-spacing: -0.01em;
}
.compare__topbar p {
  font-size: 13px; color: rgba(11,11,11,0.6);
  margin: 0;
}
table.compare__table {
  width: 100%; border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--font-body);
}
.compare__table thead tr {
  background: var(--cream);
}
.compare__table th {
  text-align: center;
  padding: 14px 16px;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--indigo-deep);
  border-bottom: 1.5px solid rgba(16,21,133,0.1);
}
.compare__table th:first-child {
  text-align: left;
  width: 56%;
}
.compare__table th:not(:first-child) {
  width: 22%;
}
.compare__table tr.compare__section td {
  background: var(--indigo-light);
  padding: 12px 28px 8px;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--indigo-deep);
  border-top: 1px solid rgba(16,21,133,0.1);
}
.compare__table tbody tr:not(.compare__section) {
  border-top: 1px solid rgba(16,21,133,0.06);
  transition: background .15s;
}
.compare__table tbody tr:not(.compare__section):hover {
  background: #f8f9ff;
}
.compare__table td {
  padding: 13px 28px;
  font-size: 13.5px;
  color: var(--ink);
  vertical-align: middle;
}
.compare__table td:not(:first-child) {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: rgba(11,11,11,0.7);
}
.compare__check {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--indigo-light);
}
.compare__check svg { width: 13px; height: 13px; }
.compare__dash {
  color: rgba(11,11,11,0.3);
  font-size: 16px; font-weight: 600;
}

/* Info tooltip — matches VD billing page (i) icon with hover description */
.info-tip {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(16,21,133,0.1);
  color: var(--indigo-deep);
  font-family: var(--font-display);
  font-size: 10px; font-weight: 800;
  text-decoration: none;
  cursor: help;
  position: relative;
  margin-left: 6px;
  vertical-align: middle;
  transition: background .15s, color .15s;
}
.info-tip:hover { background: var(--indigo-deep); color: #fff; }
.info-tip::after {
  content: attr(data-tip);
  position: absolute;
  left: 22px; top: -8px;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 12.5px; font-weight: 400;
  line-height: 1.5;
  width: 240px;
  white-space: normal;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.info-tip:hover::after { opacity: 1; }
/* Right-edge tooltips flip left so they don't overflow */
.info-tip--left::after { left: auto; right: 22px; }


/* ════════════════════════════════════════════════════════════════
   SUPPORT HUB — Documentation trust signal
   Placed before FAQ because merchants ask "what if I get stuck?"
   right after seeing pricing/comparison.
═══════════════════════════════════════════════════════════════ */
.support {
  background: var(--indigo-light);
  padding-block: 120px;
  position: relative; overflow: hidden;
}
.support::before {
  content: "";
  position: absolute;
  top: -10%; right: -8%;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(16,21,133,0.05);
  pointer-events: none;
}
.support__inner {
  max-width: var(--container-base);
  margin-inline: auto; padding-inline: 48px;
  position: relative; z-index: 1;
}
.support__head {
  text-align: center; max-width: 720px;
  margin: 0 auto 56px;
}
.support__head h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--indigo-deep); margin: 0 0 16px;
}
.support__head h2 em { font-style: italic; font-weight: 700; color: var(--indigo-mid); }
.support__head p {
  font-size: 17px; line-height: 1.6;
  color: rgba(16,21,133,0.7);
  max-width: 56ch; margin: 0 auto;
}
.support__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}
.support-card {
  background: #fff;
  border: 1.5px solid rgba(16,21,133,0.1);
  border-radius: 14px;
  padding: 28px 28px 24px;
  text-decoration: none;
  display: flex; flex-direction: column;
  gap: 10px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  position: relative;
}
.support-card:hover {
  transform: translateY(-3px);
  border-color: var(--indigo-deep);
  box-shadow: 0 16px 36px rgba(16,21,133,0.14);
}
.support-card__num {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--indigo-deep); opacity: 0.45;
}
.support-card h3 {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--indigo-deep);
  margin: 0;
}
.support-card p {
  font-size: 16px; line-height: 1.55;
  color: rgba(11,11,11,0.62);
  margin: 0;
  flex: 1;
}
.support-card__count {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--indigo-mid);
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 6px;
}
.support-card__count::after {
  content: "→";
  transition: transform .15s;
}
.support-card:hover .support-card__count::after { transform: translateX(4px); }
.support-card--accent { background: var(--indigo-deep); border-color: var(--indigo-deep); }
.support-card--accent .support-card__num { color: rgba(255,255,255,0.55); opacity: 1; }
.support-card--accent h3 { color: #fff; }
.support-card--accent p { color: rgba(255,255,255,0.72); }
.support-card--accent .support-card__count { color: var(--lemon); }

.support__cta {
  text-align: center;
}

@media (max-width: 980px) {
  .support__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .support__grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   FAQ — Lightweight on cream
═══════════════════════════════════════════════════════════════ */
.faq {
  background: var(--cream);
  padding-block: 120px;
}
.faq__inner {
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 48px;
}
.faq__head { margin-bottom: 48px; }
.faq__head h2 {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 900; line-height: 1; letter-spacing: -0.035em;
  color: var(--indigo-deep); margin: 0 0 6px;
}
.faq__sub {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 600;
  color: rgba(16,21,133,0.4);
  letter-spacing: 0.06em; text-transform: uppercase;
  margin: 0;
}

/* Groups */
.faq__group { margin-bottom: 40px; }
.faq__group-label {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(16,21,133,0.45);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(16,21,133,0.08);
}
.faq__list { display: flex; flex-direction: column; gap: 4px; }

/* Collapsible items */
.faq__item {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid rgba(16,21,133,0.08);
  overflow: hidden;
  transition: border-color 0.15s;
}
.faq__item[open] { border-color: rgba(16,21,133,0.18); }
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary span {
  font-family: var(--font-display);
  font-size: 15px; font-weight: 700;
  color: var(--indigo-deep);
  line-height: 1.35;
}
.faq__item summary::after {
  content: "";
  flex-shrink: 0;
  width: 20px; height: 20px;
  background: var(--indigo-light);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23101585' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: transform 0.2s ease, background-color 0.15s;
}
.faq__item[open] summary::after {
  transform: rotate(180deg);
  background-color: var(--indigo-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.faq__item p {
  font-size: 16px; line-height: 1.65;
  color: rgba(11,11,11,0.62);
  margin: 0;
  padding: 0 20px 18px;
}


/* ════════════════════════════════════════════════════════════════
   FINAL CTA — Yellow block (only place yellow can sit on cream by being a band)
═══════════════════════════════════════════════════════════════ */
.app-cta {
  background: var(--lemon);
  padding-block: 100px;
  position: relative; overflow: hidden;
  text-align: center;
}
.app-cta__inner {
  max-width: 720px; margin-inline: auto;
  padding-inline: 48px;
  position: relative; z-index: 1;
}
.app-cta h2 {
  font-size: clamp(36px, 4.6vw, 64px);
  font-weight: 900; line-height: 0.98; letter-spacing: -0.035em;
  color: var(--indigo-deep);
  margin: 0 0 22px;
}
.app-cta h2 em { font-style: italic; font-weight: 800; color: var(--indigo-mid); }
.app-cta p {
  font-size: 18px; line-height: 1.55;
  color: rgba(16,21,133,0.7);
  max-width: 50ch; margin: 0 auto 32px;
}
.app-cta__actions {
  display: inline-flex; gap: 12px;
  flex-wrap: wrap; justify-content: center;
}


/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .app-hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .tri__rows { grid-template-columns: 1fr; }
  .action__stage { grid-template-columns: 1fr; gap: 20px; }
  .action__notes { flex-direction: row; flex-wrap: wrap; }
  .action__note { flex: 1 1 240px; }
  .features__grid { grid-template-columns: 1fr 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-free { flex-direction: column; align-items: flex-start; }
  .faq__inner { padding-inline: 24px; }
}
@media (max-width: 600px) {
  .app-hero { padding: 130px 0 80px; }
  .app-hero__headline { font-size: 44px; }
  .features__grid { grid-template-columns: 1fr; }
}

/* ── SHOPIFY PARTNER TRUST ITEM ────────────────────────────────────────── */
.app-hero__trust-item--partner {
  color: rgba(11,11,11,0.7);
  font-weight: 600;
}
.app-hero__trust-item--partner::before { display: none; }
.trust-shopify-logo {
  height: 14px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.65;
}

/* ── APP HERO SHOPIFY PARTNER (below trust row) ────────────────────────── */
.app-hero__partner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.app-hero__partner-logo {
  height: 24px;
  width: auto;
  display: block;
  opacity: 0.65;
}
.app-hero__partner-text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: rgba(11,11,11,0.65);
}
