/* Business Ads Guide — accents aligned with TikTok for Business marketing palette (#25F4EE / #FE2C55) */
:root {
  --dash-bg: #0a0a0b;
  --dash-page: #f5f5f7;
  --tik-cyan: #25f4ee;
  --tik-cyan-bright: #5ef4f0;
  --tik-pink: #fe2c55;
  --tik-pink-hover: #e91e4a;
  --tik-pink-soft: #ff6b88;
  --ad-link: #2563eb;
  --bg: #000000;
  --bg-surface: #141416;
  --bg-card: #1e1e22;
  --bg-elevated: #25252a;
  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.72);
  --text-muted: rgba(255, 255, 255, 0.52);
  --aqua: var(--tik-cyan);
  --aqua-dim: rgba(37, 244, 238, 0.15);
  --pink: var(--tik-pink);
  --violet: #6b7cff;
  --gradient-brand: linear-gradient(100deg, var(--tik-cyan) 0%, var(--violet) 48%, var(--tik-pink) 100%);
  --gradient-hero-mesh: radial-gradient(ellipse 100% 75% at 15% 10%, rgba(37, 244, 238, 0.3), transparent 58%),
    radial-gradient(ellipse 85% 65% at 88% 8%, rgba(254, 44, 85, 0.2), transparent 52%),
    radial-gradient(ellipse 65% 50% at 50% 100%, rgba(107, 124, 255, 0.14), transparent 50%);
  --radius: 12px;
  --radius-sm: 10px;
  --radius-pill: 999px;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font: var(--font-body);
  --header-h: 4.5rem;
  --sticky-cta-h: 4rem;
  --sl-bg: #ffffff;
  --sl-bg-soft: #fafafa;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1b;
  background: var(--dash-page);
  padding-bottom: calc(var(--sticky-cta-h) + 1rem);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.logo,
.hero-punchlines__line,
.goals-kicker,
.footer-brand,
.nav-cta,
.btn {
  font-family: var(--font-display);
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--ad-link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 1.75rem;
  }
}

.text-gradient {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(16px) saturate(1.2);
}

/* Dark top bar (dashboard / Admitad Store–like chrome) */
.site-header--dash {
  background: var(--dash-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: none;
  box-shadow: none;
}

.site-header--dash .logo {
  color: #fff;
}

.site-header--dash .logo:hover {
  color: #fff;
  opacity: 0.9;
}

.site-header--dash .site-nav a {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}

.site-header--dash .site-nav a:hover {
  color: #fff;
}

.site-header--dash .nav-cta {
  background: var(--tik-pink);
  color: #fff !important;
  border-color: var(--tik-pink);
  box-shadow: 0 2px 16px rgba(254, 44, 85, 0.35);
  min-height: 2.5rem;
  padding-inline: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-header--dash .nav-cta:hover {
  background: var(--tik-pink-hover);
  border-color: var(--tik-pink-hover);
  box-shadow: 0 4px 22px rgba(254, 44, 85, 0.4);
}

.site-header--dash .nav-back {
  color: rgba(255, 255, 255, 0.55);
}

.site-header--dash .nav-back:hover {
  color: var(--tik-cyan);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 1.1rem;
}

.site-nav a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.site-nav a:hover {
  color: var(--text);
  text-decoration: none;
}

@media (min-width: 960px) {
  .site-nav {
    display: flex;
    margin-left: auto;
    margin-right: 0.75rem;
  }
}

.logo {
  font-weight: 800;
  font-size: 1.0625rem;
  letter-spacing: -0.045em;
  color: var(--text);
  text-decoration: none;
}

.logo:hover {
  text-decoration: none;
  color: var(--text);
  opacity: 0.85;
}

.nav-cta {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius-pill);
  background: var(--text);
  color: #000 !important;
  text-decoration: none !important;
  border: 1px solid var(--text);
  letter-spacing: -0.02em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.nav-cta:hover {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 24px rgba(254, 44, 85, 0.28);
  text-decoration: none;
  transform: translateY(-1px);
}

.nav-back {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  white-space: nowrap;
}

.nav-back:hover {
  color: var(--tik-cyan);
  text-decoration: none;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.85rem 1.55rem;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.025em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:focus-visible {
  outline: 2px solid var(--tik-pink);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--tik-pink);
  color: #fff !important;
  box-shadow: 0 4px 24px rgba(254, 44, 85, 0.35);
}

.btn-primary:hover {
  background: var(--tik-pink-hover);
  box-shadow: 0 8px 32px rgba(254, 44, 85, 0.4);
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

/* Hero (dark): ghost CTA like TikTok marketing secondary */
.hero--ttf .btn-secondary {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.88);
  color: #fff !important;
}

.hero--ttf .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-lg {
  padding: 0.9rem 1.65rem;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Hero */
.hero {
  padding: 2.25rem 0 3.25rem;
  position: relative;
}

.hero.hero--ttf {
  background-color: var(--dash-bg);
  background-image: var(--gradient-hero-mesh);
  overflow: clip;
  color: #fff;
}

@media (min-width: 900px) {
  .hero {
    padding: 3rem 0 4rem;
  }
}

/* Hero layout aligned with major ad-platform marketing pages (independent site) */
.hero-ttf-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 960px) {
  .hero-ttf-layout {
    grid-template-columns: 1fr minmax(260px, 36%);
    gap: 2.75rem;
    align-items: center;
  }
}

.hero-micro-label {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--text-muted);
}

.hero-punchlines {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 1rem;
}

.hero-punchlines__line {
  display: block;
  font-size: clamp(2rem, 7.5vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: var(--text);
}

.hero--ttf h1 {
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  text-wrap: balance;
}

.hero-lead-ttf {
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.58;
}

.hero-lead-ttf a {
  font-weight: 600;
  color: var(--tik-cyan-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-lead-ttf a:hover {
  color: #ffffff;
}

.hero--ttf .hero-glance {
  margin-top: 1.5rem;
}

.hero-disclosure-ttf {
  max-width: 40rem;
}

.eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.45rem;
  border-radius: 2px;
  background: var(--gradient-brand);
}

.hero:not(.hero--ttf) h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5.5vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hero .lead {
  margin: 0;
  font-size: 1.0625rem;
  color: var(--text-secondary);
  max-width: 34rem;
  line-height: 1.55;
  font-weight: 450;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.trust-note {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  max-width: 36rem;
  line-height: 1.55;
}

.trust-row .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gradient-brand);
  opacity: 1;
}

/* Hero: editorial “at a glance” + trust (conversion-first, low decoration) */
.hero-glance {
  display: grid;
  gap: 0.65rem;
  margin: 1.35rem 0 1.25rem;
}

@media (min-width: 640px) {
  .hero-glance {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.glance-card {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.glance-card--cta {
  border-color: rgba(43, 217, 208, 0.22);
  background: rgba(43, 217, 208, 0.05);
}

.glance-title {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-secondary);
}

.glance-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--text-muted);
  font-weight: 450;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.trust-pill {
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-pill);
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  letter-spacing: 0.02em;
}

/* Hero visual */
.hero-visual {
  margin-top: 2.25rem;
}

.hero-visual--supporting {
  opacity: 0.92;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  align-items: stretch;
}

.hero-brand-figure {
  margin: 0;
  position: relative;
}

.hero-brand-figure .hero-brand-art {
  width: 100%;
  max-width: min(100%, 440px);
  margin-inline: auto;
  display: block;
  height: auto;
  aspect-ratio: 520 / 420;
  border-radius: calc(var(--radius) + 6px);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 80px rgba(37, 244, 238, 0.08);
}

@media (min-width: 960px) {
  .hero-brand-figure .hero-brand-art {
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .hero-visual--supporting .mock-card {
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4), 0 0 40px rgba(43, 217, 208, 0.05);
  }
}

@media (min-width: 900px) {
  .hero-visual {
    margin-top: 0;
  }
}

.mock-card {
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  padding: 1px;
  background: linear-gradient(145deg, rgba(37, 244, 238, 0.5), rgba(107, 124, 255, 0.38), rgba(254, 44, 85, 0.48));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55), 0 0 72px rgba(37, 244, 238, 0.1);
  overflow: hidden;
}

.mock-card-inner-wrap {
  border-radius: var(--radius);
  background: linear-gradient(168deg, #141414 0%, #0d0d0d 100%);
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mock-card-inner {
  position: relative;
}

.mock-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mock-dots {
  display: flex;
  gap: 5px;
}

.mock-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
}

.mock-dots i:first-child {
  background: #ff5f57;
}

.mock-dots i:nth-child(2) {
  background: #febc2e;
}

.mock-dots i:nth-child(3) {
  background: #28c840;
}

.mock-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.mock-stat {
  padding: 0.75rem 0.6rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.mock-stat strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mock-stat span {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mock-chart {
  height: 118px;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(43, 217, 208, 0.06), transparent);
  border: 1px solid var(--border);
  position: relative;
}

.mock-chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0.65rem;
}

/* Sections */
section {
  padding: 2.75rem 0;
}

.section-label {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 0.65rem;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.section-intro {
  margin: 0 0 1.75rem;
  color: var(--text-secondary);
  max-width: 40rem;
  font-weight: 450;
}

/* Benefit strip */
/* Goal cards (TikTok for Business–style information architecture; not affiliated) */
/* Light content bands */
.surface-light {
  --sl-fg: #0a0a0a;
  --sl-muted: rgba(10, 10, 10, 0.58);
  --sl-card: #ffffff;
  --sl-border: rgba(0, 0, 0, 0.07);
  --sl-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  --sl-shadow-hover: 0 16px 48px rgba(0, 0, 0, 0.1);
  background: var(--sl-bg);
  color: var(--sl-fg);
}

.surface-light--soft {
  background: var(--sl-bg-soft);
}

section.surface-light {
  padding: 5rem 0 5.25rem;
}

.surface-light .section-label {
  background: linear-gradient(100deg, var(--tik-cyan) 0%, var(--violet) 48%, var(--tik-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.surface-light h2,
.surface-light h3 {
  color: var(--sl-fg);
}

.surface-light .section-intro,
.surface-light .steps-intro,
.surface-light .section-footnote {
  color: var(--sl-muted);
}

.surface-light .goals-deck {
  color: var(--sl-muted);
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 44rem;
}

.surface-light a:not([class*="btn"]):not(.goal-card-more) {
  color: #007a7a;
  font-weight: 600;
}

.surface-light a:not([class*="btn"]):not(.goal-card-more):hover {
  color: var(--tik-pink);
}

.surface-light .goal-card {
  position: relative;
  border-radius: 22px;
  background: var(--sl-card);
  border-color: var(--sl-border);
  box-shadow: var(--sl-shadow);
}

.surface-light .goal-card-visual {
  position: relative;
  overflow: hidden;
}

.surface-light .goal-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 40%, rgba(255, 255, 255, 0.22) 48%, transparent 58%);
  pointer-events: none;
}

.surface-light .goal-card:hover {
  box-shadow: var(--sl-shadow-hover);
  border-color: rgba(0, 0, 0, 0.1);
}

.surface-light .goal-card-title {
  color: var(--sl-fg);
}

.surface-light .goal-card-text {
  color: var(--sl-muted);
}

.surface-light .goal-card-more {
  color: var(--sl-fg);
}

.surface-light .goal-card-more::after {
  color: var(--tik-pink);
}

.surface-light .goal-card-more:hover {
  color: var(--tik-pink);
}

.surface-light .card {
  background: var(--sl-card);
  border-color: var(--sl-border);
  box-shadow: var(--sl-shadow);
}

.surface-light .card:hover {
  box-shadow: var(--sl-shadow-hover);
  border-color: rgba(0, 0, 0, 0.1);
}

.surface-light .card p {
  color: var(--sl-muted);
}

.surface-light .step.step--ttf {
  background: var(--sl-card);
  border-color: var(--sl-border);
  box-shadow: var(--sl-shadow);
}

.surface-light .step-label {
  color: rgba(10, 10, 10, 0.42);
}

.surface-light .step--ttf h3 {
  color: var(--sl-fg);
}

.surface-light .step--ttf p {
  color: var(--sl-muted);
}

.surface-light .faq details,
.surface-light .objections details {
  background: var(--sl-card);
  border-color: var(--sl-border);
  box-shadow: var(--sl-shadow);
}

.surface-light .faq summary,
.surface-light .objections summary {
  color: var(--sl-fg);
}

.surface-light .faq .answer,
.surface-light .objections .answer {
  color: var(--sl-muted);
}

.surface-light .faq summary::after {
  color: var(--tik-pink);
  -webkit-text-fill-color: var(--tik-pink);
  background: none;
}

.surface-light .micro-trust {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--sl-border);
  border-left-color: var(--tik-pink);
}

.surface-light .micro-trust p {
  color: var(--sl-muted);
}

.surface-light .micro-trust strong {
  color: var(--sl-fg);
}

.surface-light .btn-primary {
  background: var(--tik-pink);
  color: #fff !important;
  box-shadow: 0 4px 22px rgba(254, 44, 85, 0.3);
}

.surface-light .btn-primary:hover {
  background: var(--tik-pink-hover);
  filter: none;
}

.surface-light .btn-secondary {
  background: #fff;
  color: #0a0a0a !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.surface-light .btn-secondary:hover {
  background: #f3f3f5;
  border-color: rgba(0, 0, 0, 0.18);
  color: #0a0a0a !important;
}

.surface-light .btn:focus-visible {
  outline-color: var(--tik-pink);
}

/* Dark bands between light sections (marketing-page rhythm) */
.surface-dark {
  background-color: var(--dash-bg);
  background-image:
    radial-gradient(ellipse 100% 70% at 50% -20%, rgba(37, 244, 238, 0.18), transparent 52%),
    radial-gradient(ellipse 55% 45% at 0% 40%, rgba(254, 44, 85, 0.1), transparent 50%),
    radial-gradient(ellipse 50% 60% at 100% 70%, rgba(107, 124, 255, 0.12), transparent 48%);
  color: var(--text);
}

section.surface-dark {
  padding: 4rem 0;
}

.surface-dark .btn-secondary {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff !important;
}

.surface-dark .btn-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.goals-section {
  padding: 0;
  border-top: none;
}

.goals-kicker {
  margin: 0 auto 0.95rem;
  max-width: 52rem;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.1;
  text-align: center;
  text-wrap: balance;
}

.goals-deck {
  margin: 0 auto 2rem;
  max-width: 42rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-secondary);
  font-weight: 450;
}

.goals-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .goals-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.goal-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.goal-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.goal-card-visual {
  height: 100px;
  width: 100%;
}

.goal-card-visual--a {
  background: linear-gradient(135deg, #031a19 0%, #0a4a47 35%, var(--tik-cyan) 88%);
}

.goal-card-visual--b {
  background: linear-gradient(135deg, #14101f 0%, #352060 42%, #8b7cff 90%);
}

.goal-card-visual--c {
  background: linear-gradient(135deg, #1f060e 0%, #5c1028 45%, var(--tik-pink) 85%);
}

.goal-card-visual--d {
  background: linear-gradient(135deg, #0c1020 0%, #1e3a7a 48%, #5b8cff 88%);
}

.goal-card-visual--e {
  background: linear-gradient(135deg, #1a1204 0%, #4a3810 42%, #f0b429 82%);
}

.goal-card-visual--f {
  background: linear-gradient(135deg, #051820 0%, #0d4a5c 48%, var(--tik-cyan) 78%);
}

.goal-card-visual--g {
  background: linear-gradient(135deg, #180510 0%, #4a0e32 46%, var(--tik-pink) 84%);
}

.goal-card-visual--h {
  background: linear-gradient(135deg, #031418 0%, #0d3d44 44%, #3ee8dc 80%);
}

.goal-card-visual--i {
  background: linear-gradient(135deg, #080808 0%, #1a1a3a 38%, var(--violet) 65%, var(--tik-cyan) 92%);
}

.goal-card-title {
  margin: 0;
  padding: 1rem 1.1rem 0.4rem;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.goal-card-text {
  margin: 0;
  padding: 0 1rem;
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-muted);
  font-weight: 450;
}

.goal-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding: 0.95rem 1rem 1.05rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

.goal-card-more::after {
  content: "→";
  color: var(--aqua);
  transition: transform 0.15s ease;
}

.goal-card-more:hover {
  color: var(--aqua);
  text-decoration: none;
}

.goal-card-more:hover::after {
  transform: translateX(4px);
}

.goals-trust {
  margin-top: 2rem;
}

.benefit-strip {
  padding: 1.75rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.benefit-strip-intro {
  margin: 0 0 1.25rem;
  max-width: 44rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-secondary);
  font-weight: 450;
}

.benefit-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .benefit-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

.benefit-item {
  padding: 0.85rem 0.5rem;
  border-radius: var(--radius-sm);
}

.benefit-item strong {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.benefit-item p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.45;
  font-weight: 450;
}

/* Why */
.why-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .why-grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }
}

.why-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.85rem;
  color: var(--text-secondary);
  font-weight: 450;
}

.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gradient-brand);
}

.pull-quote {
  margin: 0;
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  color: var(--text-secondary);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

/* Cards */
.cards-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 600px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  padding: 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.card:hover {
  border-color: rgba(43, 217, 208, 0.28);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
  font-weight: 450;
}

.section-cta {
  margin-top: 1.75rem;
}

.section-cta--split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.section-footnote {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
  max-width: 40rem;
  line-height: 1.5;
  font-weight: 450;
}

.micro-trust {
  margin-top: 1.75rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  border-left: 3px solid var(--aqua);
  background: rgba(255, 255, 255, 0.02);
}

.micro-trust p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--text-muted);
  font-weight: 450;
}

.micro-trust strong {
  color: var(--text-secondary);
  font-weight: 600;
}

.micro-trust--inline {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .micro-trust--inline {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .micro-trust--inline p {
    flex: 1;
    min-width: 12rem;
  }
}

.btn--compact {
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  flex-shrink: 0;
}

.hero-actions--center {
  justify-content: center;
}

.spotlight-title {
  margin: 0 0 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text);
  letter-spacing: -0.02em;
}

/* Chips */
.spotlight {
  margin: 1.5rem 0;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 1px solid var(--border);
  letter-spacing: 0.02em;
}

.chip:hover {
  border-color: rgba(37, 244, 238, 0.45);
  background: rgba(37, 244, 238, 0.06);
}

.geo-note {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 52rem;
  font-weight: 450;
}

/* Steps */
.steps {
  display: grid;
  gap: 0.85rem;
  counter-reset: step;
}

@media (min-width: 768px) {
  .steps:not(.steps--ttf) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.steps--ttf {
  counter-reset: none;
}

@media (min-width: 640px) {
  .steps--ttf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .steps--ttf {
    grid-template-columns: repeat(5, 1fr);
  }
}

.step {
  position: relative;
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
}

.step:not(.step--ttf)::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 800;
  background: var(--gradient-brand);
  color: #000;
  margin-bottom: 0.75rem;
}

.step--ttf::before {
  content: none;
  display: none;
}

.step-label {
  margin: 0 0 0.45rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

.step--ttf h3 {
  font-size: 0.875rem;
}

.step--ttf p {
  font-size: 0.75rem;
}

.step h3 {
  margin: 0 0 0.4rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.step p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 450;
  line-height: 1.5;
}

/* FAQ / objections */
.objections details,
.faq details {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-card);
  margin-bottom: 0.45rem;
}

.objections summary,
.faq summary {
  padding: 1rem 1.1rem;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.02em;
}

.objections summary::-webkit-details-marker,
.faq summary::-webkit-details-marker {
  display: none;
}

.objections summary::after,
.faq summary::after {
  content: "+";
  font-size: 1.15rem;
  font-weight: 400;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.objections details[open] summary::after,
.faq details[open] summary::after {
  content: "−";
}

.objections .answer,
.faq .answer {
  padding: 0 1.1rem 1rem;
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
  font-weight: 450;
}

/* Conversion block */
.conversion-block {
  padding: 1px;
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(125deg, rgba(37, 244, 238, 0.55), rgba(107, 124, 255, 0.42), rgba(254, 44, 85, 0.52));
  text-align: center;
  position: relative;
  overflow: hidden;
}

.conversion-block .inner {
  margin: 0;
  padding: 2.25rem 1.35rem;
  border-radius: calc(var(--radius) + 6px);
  background: linear-gradient(180deg, #1e1e22 0%, #121214 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.conversion-block .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37, 244, 238, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(254, 44, 85, 0.08), transparent 60%);
  pointer-events: none;
  border-radius: inherit;
}

.conversion-block h2 {
  margin-bottom: 0.75rem;
  position: relative;
}

.conversion-block .body {
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  color: var(--text-secondary);
  position: relative;
  font-weight: 450;
}

.conversion-block .hero-actions {
  position: relative;
  justify-content: center;
}

.affiliate-note {
  margin-top: 1.25rem;
  font-size: 0.72rem;
  color: var(--text-muted);
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  position: relative;
}

/* Final CTA */
.final-cta {
  text-align: center;
  padding: 3rem 0;
}

.final-cta h2 {
  margin-bottom: 0.75rem;
}

.final-cta p {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  color: var(--text-secondary);
  font-weight: 450;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3.25rem 0 2.25rem;
  background: var(--dash-bg);
  color: #fff;
}

.footer-top {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

.footer-brand {
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  letter-spacing: -0.03em;
}

.footer-tag {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 450;
}

.footer-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.65rem 1.25rem;
}

@media (min-width: 480px) {
  .footer-links {
    flex-direction: row;
    align-items: center;
  }
}

.footer-links a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.01em;
}

.footer-links a:hover {
  color: var(--tik-cyan);
  text-decoration: none;
}

.disclaimers {
  font-size: 0.6875rem;
  line-height: 1.65;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  font-weight: 450;
}

.disclaimers p {
  margin: 0 0 0.85rem;
}

.disclaimers p:last-child {
  margin-bottom: 0;
}

.copyright {
  margin-top: 1.25rem;
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 0.65rem 1rem;
  padding-bottom: max(0.65rem, env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.6);
}

.sticky-cta .btn {
  flex: 1;
  max-width: 200px;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
}

.sticky-cta .btn-secondary {
  flex: 0 0 auto;
  max-width: none;
}

@media (min-width: 768px) {
  .sticky-cta {
    display: none;
  }
}

/* Inner pages */
body.page-inner {
  padding-bottom: 0;
}

body.page-inner .sticky-cta {
  display: none;
}

.inner-main {
  padding: 2rem 0 4rem;
  min-height: 50vh;
}

.inner-main h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.inner-main h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.inner-main p,
.inner-main li {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  font-weight: 450;
}

.inner-main ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.inner-main .back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.inner-main .back:hover {
  text-decoration: underline;
}

.inner-card {
  max-width: 42rem;
  padding: 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.inner-card h1,
.inner-card h2 {
  color: #1a1a1b;
}

.inner-card p,
.inner-card li {
  color: rgba(26, 26, 27, 0.78);
}

.inner-card strong {
  color: #1a1a1b;
}

.contact-email {
  font-size: 1.05rem;
  font-weight: 600;
}

.contact-email a {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
