/* ─────────────────────────────────────────────────────────
   Klaviyo Growth Accelerator — /products/klaviyo-growth-accelerator/
   ───────────────────────────────────────────────────────── */


/* Per-product accent — scoped to the whole page via body class */
body.ld-tpl-klaviyo-growth-accelerator {
  --red: #FF8B00;
}
.kga-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; }
.kga-eyebrow--center { text-align: center; }
.kga-h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.05; margin: 0 0 14px; color: var(--black); text-transform: uppercase; }
.kga-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.kga-h2--center { text-align: center; }
.kga-section-inner { max-width: 1200px; margin: 0 auto; }
.kga-section-sub { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 0 auto 48px; max-width: 760px; text-align: center; }
.kga-section-sub strong { font-weight: 700; color: var(--black); }

.kga-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 28px; font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border-radius: 8px; transition: background 0.22s, color 0.22s, transform 0.22s; }
.kga-btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.kga-btn:hover svg:last-child { transform: translateX(4px); }
.kga-btn--primary { background: var(--red); color: var(--white); box-shadow: 0 12px 28px rgba(255, 139, 0,0.25); }
.kga-btn--primary:hover { background: var(--black); transform: translateY(-2px); }
.kga-btn--ghost { background: transparent; color: inherit; border: 2px solid currentColor; }

/* ── HERO ──────────────────────────────────────────── */
.kga-hero { position: relative; padding: 80px 48px 96px; background: radial-gradient(circle at 88% 10%, rgba(255, 139, 0,0.18) 0%, transparent 45%), radial-gradient(circle at 0% 100%, rgba(255, 139, 0,0.08) 0%, transparent 50%), var(--black); color: var(--white); overflow: hidden; }
.kga-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); }
.kga-hero-watermark { position: absolute; bottom: -36px; right: -24px; font-size: clamp(6rem, 16vw, 14rem); font-weight: 900; letter-spacing: -0.04em; color: rgba(255,255,255,0.04); pointer-events: none; white-space: nowrap; line-height: 1; }
.kga-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.kga-hero-text { min-width: 0; }
.kga-hero-h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1; margin: 0 0 18px; color: var(--white); text-transform: uppercase; }
.kga-hero-sub { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.88); margin: 0 0 14px; max-width: 560px; }
.kga-hero-sub strong { color: var(--white); font-weight: 700; }
.kga-hero-body { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.66); margin: 0 0 32px; max-width: 560px; }
.kga-hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.kga-hero .kga-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.kga-hero .kga-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.kga-hero-meta { display: flex; gap: 28px; flex-wrap: wrap; margin: 0; padding: 24px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.12); }
.kga-hero-meta li { display: flex; flex-direction: column; gap: 4px; }
.kga-hero-meta-num { font-size: 22px; font-weight: 900; color: var(--red); letter-spacing: -0.02em; line-height: 1; }
.kga-hero-meta-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.kga-hero-media { display: flex; justify-content: center; min-width: 0; }
.kga-hero-thumb { width: 100%; max-width: 480px; height: auto; display: block; border-radius: 12px; box-shadow: 0 28px 64px rgba(0,0,0,0.4); }

/* ── WHY LION DIGITAL ──────────────────────────────── */
.kga-why { padding: 96px 48px; background: var(--white); }
.kga-why-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.kga-why-body { font-size: 17px; line-height: 1.7; color: var(--muted); margin: 18px 0 0; }
.kga-why-body strong { color: var(--black); font-weight: 700; }
.kga-why-stats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.kga-why-stats li { padding: 24px 28px; background: var(--bg); border: 1px solid var(--rule); border-radius: 12px; display: flex; align-items: baseline; gap: 16px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.kga-why-stats li:hover { transform: translateY(-2px); border-color: rgba(255, 139, 0,0.3); box-shadow: 0 14px 32px rgba(0,0,0,0.05); }
.kga-why-stat-num { font-size: 28px; font-weight: 900; color: var(--red); letter-spacing: -0.02em; line-height: 1; flex-shrink: 0; min-width: 90px; }
.kga-why-stat-label { font-size: 14px; line-height: 1.5; color: var(--black); font-weight: 600; }

/* ── WHAT'S INCLUDED ───────────────────────────────── */
.kga-includes { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); }
.kga-includes-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.kga-include-card { position: relative; padding: 32px 28px 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 12px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.kga-include-card:hover { transform: translateY(-3px); border-color: rgba(255, 139, 0,0.3); box-shadow: 0 16px 36px rgba(0,0,0,0.05); }
.kga-include-tick { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 139, 0,0.12); color: var(--red); margin-bottom: 18px; }
.kga-include-tick svg { width: 22px; height: 22px; }
.kga-include-card h3 { font-size: 17px; font-weight: 900; margin: 0 0 10px; color: var(--black); letter-spacing: -0.01em; line-height: 1.25; }
.kga-include-card p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ── CONSULTATIONS ─────────────────────────────────── */
.kga-consults { padding: 96px 48px; background: var(--white); }
.kga-consult-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: kga-c; }
.kga-consult-grid li { position: relative; padding: 28px 24px 24px; background: var(--bg); border: 1px solid var(--rule); border-radius: 12px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.kga-consult-grid li:hover { transform: translateY(-3px); border-color: rgba(255, 139, 0,0.3); box-shadow: 0 14px 32px rgba(0,0,0,0.05); }
.kga-consult-num { position: absolute; top: 14px; right: 20px; font-size: 11px; font-weight: 800; letter-spacing: 0.22em; color: rgba(0,0,0,0.18); font-variant-numeric: tabular-nums; }
.kga-consult-grid h3 { font-size: 15px; font-weight: 900; letter-spacing: -0.005em; margin: 0 0 8px; color: var(--black); text-transform: uppercase; line-height: 1.25; }
.kga-consult-grid p { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin: 0; }

/* ── CASE STUDIES (matches LP success-stories style) ── */
.kga-cases { padding: 96px 48px; background: var(--white); border-top: 1px solid var(--rule); }
.kga-cases-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.kga-cases-nav { display: inline-flex; gap: 10px; flex-shrink: 0; }
.kga-cases-arrow { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #D8D8D8; background: var(--white); color: var(--black); cursor: pointer; border-radius: 8px; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.kga-cases-arrow svg { width: 18px; height: 18px; }
.kga-cases-arrow:hover { background: var(--red); color: var(--white); border-color: var(--red); }
.kga-cases-track { list-style: none; padding: 0; margin: 0; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 6px; }
.kga-cases-track::-webkit-scrollbar { display: none; }

.kga-case { position: relative; display: block; aspect-ratio: 3 / 4; min-width: 0; background-color: #0a0a0a; background-size: cover; background-position: center; color: var(--white); text-decoration: none; overflow: hidden; isolation: isolate; scroll-snap-align: start; transition: transform 0.35s ease; }
.kga-case::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 10%, rgba(255, 139, 0,0.12) 0%, transparent 50%), linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.4) 40%, rgba(10,10,10,0.85) 100%); z-index: 1; }
.kga-case-tags { position: absolute; top: 20px; right: 20px; z-index: 3; list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.kga-case-tag { display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px 5px 8px; background: rgba(10,10,10,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; line-height: 1; }
.kga-case-tag-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.55); flex-shrink: 0; }
.kga-case-tag[data-svc="seo"]            .kga-case-tag-dot { background: #00f0ff; }
.kga-case-tag[data-svc="sem"]            .kga-case-tag-dot { background: #ffc000; }
.kga-case-tag[data-svc="email"]          .kga-case-tag-dot { background: #ff8e3e; }
.kga-case-tag[data-svc="social"]         .kga-case-tag-dot { background: #a100ff; }
.kga-case-tag[data-svc="dev"]            .kga-case-tag-dot { background: #0800b2; }
.kga-case-tag[data-svc="seo-migration"]  .kga-case-tag-dot { background: #25f4ee; }
.kga-case-tag[data-svc="blended-search"] .kga-case-tag-dot { background: #8fec3d; }
.kga-case-tag[data-svc="cro"]            .kga-case-tag-dot { background: #ff2c55; }
.kga-case:hover .kga-case-tags { opacity: 0; transition: opacity 0.25s ease; }
.kga-case-content { position: absolute; inset: 0; z-index: 2; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 25px; transition: opacity 0.25s ease; }
.kga-case-logo-wrap { width: 90px; height: 90px; border-radius: 50%; background: #fff; padding: 10px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 8px 22px rgba(0,0,0,0.25); }
.kga-case-logo { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.kga-case-stat { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.kga-case-stat-num { font-size: clamp(3rem, 5vw, 4.4rem); font-weight: 900; letter-spacing: -0.05em; color: var(--red); line-height: 0.9; font-variant-numeric: tabular-nums; }
.kga-case-stat-label { font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); line-height: 1.35; max-width: 220px; }
.kga-case-hover { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; background: radial-gradient(circle at 50% 50%, rgba(255, 139, 0,0.45) 0%, rgba(10,10,10,0.85) 65%); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.kga-case-hover-title { font-size: clamp(1.6rem, 2.6vw, 2rem); font-weight: 900; letter-spacing: -0.035em; line-height: 1.05; color: var(--white); text-align: center; }
.kga-case-hover-arrow { width: 56px; height: 56px; border-radius: 50%; background: var(--red); display: inline-flex; align-items: center; justify-content: center; color: var(--white); transition: transform 0.28s ease; }
.kga-case-hover-arrow svg { width: 22px; height: 22px; }
.kga-case:hover { transform: translateY(-4px); }
.kga-case:hover .kga-case-content { opacity: 0; }
.kga-case:hover .kga-case-hover { opacity: 1; }
.kga-case:hover .kga-case-hover-arrow { transform: rotate(-45deg); }

/* ── BOTTOM CTA ────────────────────────────────────── */
.kga-cta { padding: 96px 48px 104px; background: var(--black); color: var(--white); }
.kga-cta-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.kga-cta-faces { display: inline-flex; margin: 0 auto 24px; }
.kga-cta-faces img { width: 56px; height: 56px; border-radius: 50%; border: 3px solid var(--black); margin-left: -16px; object-fit: cover; object-position: top center; background: rgba(255, 139, 0,0.1); box-shadow: 0 6px 14px rgba(0,0,0,0.35); }
.kga-cta-faces img:first-child { margin-left: 0; }
.kga-cta-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 18px; }
.kga-cta-h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.15; margin: 0 0 36px; color: var(--white); text-transform: uppercase; }
.kga-cta-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.kga-cta-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.kga-cta .kga-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.kga-cta .kga-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }

/* ── MOBILE ────────────────────────────────────────── */
@media (max-width: 1100px) {
  .kga-includes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kga-consult-grid  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kga-cases-track   { grid-auto-columns: calc((100% - 20px) / 2); }
}
@media (max-width: 960px) {
  .kga-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .kga-why-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .kga-hero { padding: 56px 24px 64px; }
  .kga-hero-watermark { display: none; }
  .kga-why, .kga-includes, .kga-consults, .kga-cases, .kga-cta { padding: 64px 24px; }
  .kga-includes-grid, .kga-consult-grid { grid-template-columns: 1fr; }
  .kga-hero-actions, .kga-cta-actions { flex-direction: column; width: 100%; }
  .kga-btn { width: 100%; justify-content: center; }
  .kga-cases-track { grid-auto-columns: 78%; }
  .kga-cases-header { flex-direction: column; align-items: flex-start; gap: 18px; }
  .kga-why-stats li { flex-direction: column; align-items: flex-start; gap: 6px; }
}
