/* =============================================================================
   Vic Automations Hub — Main CSS
   Premium SaaS Block Theme · Kiswahili · Tanzania
   ============================================================================= */

/* ── Reset & Base ──────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--neutral-900);
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; height: auto; display: block; }

a { color: var(--wp--preset--color--brand-accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--wp--preset--color--brand-primary); }

/* ── Typography ─────────────────────────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 {
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--neutral-900);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

p { color: var(--wp--preset--color--neutral-700); }

/* ── Layout Utilities ───────────────────────────────────────────────────────── */
.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}
.container--sm { max-width: 760px; }
.container--xs { max-width: 600px; }

.section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.section--dark {
  background: var(--wp--preset--color--brand-dark);
  color: #fff;
}
.section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark p { color: rgba(255,255,255,0.75); }

.section--surface {
  background: var(--wp--preset--color--surface-2);
}

.section--gradient-hero {
  background: linear-gradient(135deg, #061C17 0%, #0A5C4E 60%, #0D7A64 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* ── Buttons ────────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all .22s cubic-bezier(.4,0,.2,1);
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.btn--primary {
  background: var(--wp--preset--color--brand-accent);
  color: #fff;
  padding: 0.8rem 1.75rem;
  box-shadow: 0 2px 12px rgba(16,185,129,0.35);
}
.btn--primary:hover {
  background: #0ea472;
  color: #fff;
  box-shadow: 0 4px 20px rgba(16,185,129,0.50);
  transform: translateY(-1px);
}

.btn--whatsapp {
  background: #25D366;
  color: #fff;
  padding: 0.8rem 1.75rem;
  box-shadow: 0 2px 12px rgba(37,211,102,0.35);
}
.btn--whatsapp:hover {
  background: #1fba58;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,211,102,0.50);
  transform: translateY(-1px);
}

.btn--ghost {
  background: rgba(255,255,255,0.1);
  color: #fff;
  padding: 0.8rem 1.75rem;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(4px);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
  transform: translateY(-1px);
}

.btn--outline {
  background: transparent;
  color: var(--wp--preset--color--brand-primary);
  padding: 0.75rem 1.75rem;
  border: 1.5px solid var(--wp--preset--color--brand-accent);
}
.btn--outline:hover {
  background: var(--wp--preset--color--brand-accent);
  color: #fff;
}

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

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* ── WA Icon SVG ─────────────────────────────────────────────────────────────── */
.icon-wa { width: 20px; height: 20px; flex-shrink: 0; }

/* ── Badge/Tag ──────────────────────────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
}

.badge--accent {
  background: var(--wp--preset--color--brand-accent-light);
  color: var(--wp--preset--color--brand-primary);
}

.badge--white {
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.2);
}

/* ── Section Labels ─────────────────────────────────────────────────────────── */
.section-label {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--brand-accent);
  margin-bottom: 0.75rem;
  display: block;
}

.section-label--light {
  color: rgba(16,185,129,0.85);
}

.section-header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section-header--center { text-align: center; }

.section-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--wp--preset--color--neutral-900);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: var(--wp--preset--color--neutral-500);
  max-width: 56ch;
}
.section-header--center .section-subtitle { margin-inline: auto; }

/* ── NAVBAR ──────────────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6,28,23,0.92);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(16,185,129,0.12);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 68px;
  padding-inline: clamp(1rem, 4vw, 2rem);
  max-width: 1200px;
  margin-inline: auto;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-brand__logo {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #10B981 0%, #0A5C4E 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  letter-spacing: -0.05em;
}

.nav-brand__text {
  display: flex;
  flex-direction: column;
}

.nav-brand__name {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.nav-brand__sub {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 0.15rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  transition: all .18s;
}
.nav-links a:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

.btn--nav-login {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 0.45rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.18);
  transition: all .18s;
}
.btn--nav-login:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.btn--nav-cta {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: #25D366;
  text-decoration: none;
  padding: 0.5rem 1.1rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: all .2s;
  box-shadow: 0 2px 8px rgba(37,211,102,0.30);
}
.btn--nav-cta:hover {
  background: #1fba58;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37,211,102,0.45);
}

/* ── Mobile Menu ────────────────────────────────────────────────────────────── */
.nav-hamburger {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  color: rgba(255,255,255,0.85);
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: all .25s;
  border-radius: 2px;
}
.nav-hamburger span + span { margin-top: 5px; }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6,28,23,0.97);
  backdrop-filter: blur(20px);
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
}
.mobile-menu.is-open { display: flex; }

.mobile-menu-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
}

.mobile-menu a {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.375rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  text-align: center;
  transition: color .18s;
}
.mobile-menu a:hover { color: var(--wp--preset--color--brand-accent); }

/* ── HERO ────────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding-block: clamp(5rem, 12vw, 9rem) clamp(3rem, 8vw, 6rem);
  overflow: hidden;
}

/* Decorative circles */
.hero::before, .hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero::before {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(16,185,129,0.18) 0%, transparent 70%);
  top: -200px; right: -150px;
}
.hero::after {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(16,185,129,0.10) 0%, transparent 70%);
  bottom: -100px; left: -100px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  position: relative;
  z-index: 1;
}

.hero__content {}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(16,185,129,0.35);
  border-radius: 9999px;
  padding: 0.3rem 0.9rem;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.5rem;
}

.hero__eyebrow-dot {
  width: 6px; height: 6px;
  background: #25D366;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.4); }
}

.hero__headline {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 1.5rem;
}

.hero__headline em {
  font-style: normal;
  color: var(--wp--preset--color--brand-accent);
  position: relative;
}

.hero__subhead {
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 0.75rem;
  max-width: 44ch;
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.25rem;
}

.hero__tag {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 6px;
  padding: 0.2rem 0.6rem;
}

.hero__ctas { margin-bottom: 2.5rem; }

.hero__proof {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero__proof-avatars {
  display: flex;
}

.hero__proof-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(6,28,23,0.6);
  background: linear-gradient(135deg, #10B981, #0A5C4E);
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
}
.hero__proof-avatar:first-child { margin-left: 0; }

.hero__proof-text {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
}

.hero__proof-text strong { color: rgba(255,255,255,0.9); }

/* ── Dashboard Preview ───────────────────────────────────────────────────────── */
.dashboard-preview {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 1.25rem;
  backdrop-filter: blur(8px);
  position: relative;
}

.dashboard-preview::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,0.07) 0%, transparent 60%);
  pointer-events: none;
}

.dp-titlebar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dp-dots { display: flex; gap: 5px; }
.dp-dot {
  width: 10px; height: 10px; border-radius: 50%;
}
.dp-dot--r { background: #ff5f56; }
.dp-dot--y { background: #ffbd2e; }
.dp-dot--g { background: #27c93f; }

.dp-title {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  margin-left: 0.25rem;
  letter-spacing: 0.02em;
}

.dp-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dp-metric {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  padding: 0.875rem;
}

.dp-metric__label {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.68rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.dp-metric__value {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.dp-metric__delta {
  font-size: 0.68rem;
  color: #10B981;
  margin-top: 0.2rem;
  display: block;
}

.dp-leads {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
}

.dp-lead-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0.875rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.dp-lead-header span {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dp-lead-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.875rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  gap: 0.75rem;
}
.dp-lead-item:last-child { border-bottom: none; }

.dp-lead-info { display: flex; align-items: center; gap: 0.6rem; flex: 1; }

.dp-lead-avatar {
  width: 26px; height: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.dp-lead-name {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}

.dp-lead-detail {
  font-size: 0.67rem;
  color: rgba(255,255,255,0.4);
}

.dp-lead-status {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.67rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.15rem 0.55rem;
  white-space: nowrap;
}
.dp-lead-status--new    { background: rgba(16,185,129,0.2); color: #10B981; }
.dp-lead-status--hot    { background: rgba(245,158,11,0.2); color: #F59E0B; }
.dp-lead-status--paid   { background: rgba(99,102,241,0.2); color: #818CF8; }
.dp-lead-status--follow { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }

.dp-wa-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.25);
  border-radius: 8px;
  padding: 0.6rem 0.875rem;
}

.dp-wa-badge__icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
}

.dp-wa-badge__text {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
}

.dp-wa-badge__text strong { color: #25D366; }

/* ── TRUST STRIP ─────────────────────────────────────────────────────────────── */
.trust-strip {
  background: var(--wp--preset--color--surface-2);
  border-top: 1px solid var(--wp--preset--color--neutral-200);
  border-bottom: 1px solid var(--wp--preset--color--neutral-200);
  padding-block: 2rem;
}

.trust-strip__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.75rem 1rem;
}

.trust-item__icon {
  width: 44px; height: 44px;
  background: var(--wp--preset--color--brand-accent-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.trust-item__label {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--wp--preset--color--neutral-900);
  line-height: 1.3;
}

.trust-item__sub {
  font-size: 0.75rem;
  color: var(--wp--preset--color--neutral-500);
  margin-top: 0.1rem;
}

/* ── PROBLEM SECTION ─────────────────────────────────────────────────────────── */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.problem-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.75rem;
  list-style: none;
}

.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #FFF8F8;
  border: 1px solid #FEE2E2;
  border-left: 3px solid #EF4444;
  border-radius: 8px;
}

.problem-item__icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.problem-item__text {
  font-size: 0.9rem;
  color: var(--wp--preset--color--neutral-700);
  line-height: 1.55;
}

.problem-visual {
  position: relative;
}

.problem-stat-card {
  background: #fff;
  border: 1px solid var(--wp--preset--color--neutral-200);
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(6,28,23,0.07);
  margin-bottom: 1rem;
}
.problem-stat-card:last-child { margin-bottom: 0; }

.problem-stat-card__number {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: #EF4444;
  line-height: 1;
  letter-spacing: -0.04em;
}

.problem-stat-card__label {
  font-size: 0.875rem;
  color: var(--wp--preset--color--neutral-500);
  margin-top: 0.25rem;
}

/* ── FEATURES GRID ───────────────────────────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  padding-top: 1rem;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--wp--preset--color--neutral-200);
  border-radius: 14px;
  padding: 1.625rem;
  transition: all .25s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wp--preset--color--brand-accent), #0A5C4E);
  opacity: 0;
  transition: opacity .25s;
}

.feature-card:hover {
  border-color: var(--wp--preset--color--brand-accent-light);
  box-shadow: 0 8px 32px rgba(6,28,23,0.10);
  transform: translateY(-3px);
}
.feature-card:hover::before { opacity: 1; }

.feature-card__icon {
  width: 48px; height: 48px;
  background: var(--wp--preset--color--brand-accent-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

.feature-card__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--wp--preset--color--neutral-900);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.feature-card__desc {
  font-size: 0.875rem;
  color: var(--wp--preset--color--neutral-500);
  line-height: 1.6;
}

/* ── STEPS ───────────────────────────────────────────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  padding-top: 1rem;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 3.5rem;
  left: calc(1rem + 16.67% + 2rem);
  right: calc(1rem + 16.67% + 2rem);
  height: 1px;
  background: linear-gradient(90deg, var(--wp--preset--color--brand-accent) 0%, transparent 100%);
}

.step-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.step-card__num {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--wp--preset--color--brand-accent), #0A5C4E);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 14px rgba(16,185,129,0.35);
}

.step-card__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--wp--preset--color--neutral-900);
  letter-spacing: -0.015em;
}

.step-card__desc {
  font-size: 0.9rem;
  color: var(--wp--preset--color--neutral-500);
  line-height: 1.65;
}

/* ── OUTCOMES ────────────────────────────────────────────────────────────────── */
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  padding-top: 1rem;
}

.outcome-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.outcome-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16,185,129,0.5), transparent);
}

.outcome-card__number {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--wp--preset--color--brand-accent);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}

.outcome-card__label {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}

.outcome-card__desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

/* ── PRICING ─────────────────────────────────────────────────────────────────── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 800px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  margin-bottom: 2rem;
}

.pricing-card {
  background: #fff;
  border: 1.5px solid var(--wp--preset--color--neutral-200);
  border-radius: 18px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all .25s;
}

.pricing-card--featured {
  border-color: var(--wp--preset--color--brand-accent);
  box-shadow: 0 0 0 3px rgba(16,185,129,0.12);
}

.pricing-badge {
  display: inline-block;
  background: var(--wp--preset--color--brand-accent);
  color: #fff;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.2rem 0.7rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.pricing-card__name {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--wp--preset--color--neutral-900);
  margin-bottom: 0.5rem;
}

.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 0.25rem;
}

.pricing-card__amount {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--wp--preset--color--neutral-900);
  letter-spacing: -0.04em;
  line-height: 1;
}

.pricing-card__currency {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wp--preset--color--neutral-500);
}

.pricing-card__period {
  font-size: 0.8rem;
  color: var(--wp--preset--color--neutral-500);
  margin-bottom: 1.25rem;
}

.pricing-divider {
  height: 1px;
  background: var(--wp--preset--color--neutral-200);
  margin-bottom: 1.25rem;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: var(--wp--preset--color--neutral-700);
  line-height: 1.5;
}

.pricing-features li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  background: var(--wp--preset--color--brand-accent-light);
  color: var(--wp--preset--color--brand-primary);
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.pricing-note {
  text-align: center;
  font-size: 0.875rem;
  color: var(--wp--preset--color--neutral-500);
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  padding-bottom: 0.75rem;
}

.pricing-ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.875rem;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  margin-top: 2rem;
}

/* ── TESTIMONIALS ────────────────────────────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  padding-top: 1rem;
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--wp--preset--color--neutral-200);
  border-radius: 14px;
  padding: 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: box-shadow .2s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(6,28,23,0.08);
}

.testimonial-stars {
  color: #F59E0B;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.testimonial-quote {
  font-size: 0.925rem;
  color: var(--wp--preset--color--neutral-700);
  line-height: 1.7;
  flex: 1;
  position: relative;
}
.testimonial-quote::before {
  content: '"';
  font-size: 2.5rem;
  color: var(--wp--preset--color--brand-accent-light);
  font-family: Georgia, serif;
  line-height: 0.5;
  display: block;
  margin-bottom: 0.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--wp--preset--color--neutral-200);
}

.testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wp--preset--color--brand-accent), #0A5C4E);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  flex-shrink: 0;
}

.testimonial-name {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wp--preset--color--neutral-900);
}

.testimonial-role {
  font-size: 0.78rem;
  color: var(--wp--preset--color--neutral-500);
}

/* ── FAQ ─────────────────────────────────────────────────────────────────────── */
.faq-list {
  max-width: 760px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--wp--preset--color--neutral-200);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item:hover { border-color: var(--wp--preset--color--brand-accent); }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  cursor: pointer;
  user-select: none;
  list-style: none;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--wp--preset--color--neutral-900);
}

.faq-question::-webkit-details-marker { display: none; }

.faq-chevron {
  width: 22px; height: 22px;
  background: var(--wp--preset--color--surface-2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .2s, background .2s;
  font-size: 0.7rem;
  color: var(--wp--preset--color--neutral-500);
}

details[open] .faq-chevron {
  transform: rotate(180deg);
  background: var(--wp--preset--color--brand-accent-light);
  color: var(--wp--preset--color--brand-primary);
}

.faq-answer {
  padding: 0 1.25rem 1.125rem;
  font-size: 0.9rem;
  color: var(--wp--preset--color--neutral-500);
  line-height: 1.7;
}

/* ── CTA BAND ────────────────────────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, #061C17 0%, #0A5C4E 100%);
  padding-block: clamp(4rem, 7vw, 6rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  top: -50%; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(16,185,129,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.cta-band__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.cta-band__sub {
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* ── FOOTER ──────────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--wp--preset--color--brand-dark);
  color: rgba(255,255,255,0.55);
  padding-block: 3rem 2rem;
}

.footer-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 2rem;
}

.footer-brand__name {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
}

.footer-brand__tagline {
  font-size: 0.825rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.footer-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25D366;
  color: #fff;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.825rem;
  font-weight: 600;
  padding: 0.55rem 1.1rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background .2s;
}
.footer-wa-link:hover { background: #1fba58; color: #fff; }

.footer-col__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1rem;
  display: block;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color .18s;
}
.footer-links a:hover { color: rgba(255,255,255,0.9); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .dashboard-preview { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-visual { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .btn--nav-cta { display: none; }
  .nav-hamburger { display: flex; flex-direction: column; }
  .features-grid { grid-template-columns: 1fr; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .trust-strip__inner { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── Block Editor Overrides ─────────────────────────────────────────────────── */
.wp-block-group { margin-block: 0; }
.alignfull { margin-inline: 0; }

/* ── Accessibility ──────────────────────────────────────────────────────────── */
:focus-visible {
  outline: 2px solid var(--wp--preset--color--brand-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
