/*
Theme Name: Twinecom
Theme URI: https://twinecom.com
Author: Twinecom
Author URI: https://twinecom.com
Description: Premium Performance Marketing Agency Theme for Twinecom. Features hero, services, results, process, testimonials, FAQ, and lead generation sections.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twinecom
Tags: business, portfolio, one-page, dark, marketing
*/

/* ========================================
   CSS CUSTOM PROPERTIES
======================================== */
:root {
  --bg: #0A0A0B;
  --bg2: #111114;
  --bg3: #18181C;
  --surface: #1E1E24;
  --border: rgba(255,255,255,0.07);
  --border2: rgba(255,255,255,0.12);
  --text: #F0EFE8;
  --text2: #9B9A93;
  --text3: #5C5B57;
  --accent: #E8FF4A;
  --accent2: #C9E600;
  --teal: #2EFFD0;
  --blue: #4A8FFF;
  --red: #FF4A4A;
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

/* ========================================
   FORCE OVERRIDE — beats any old theme CSS
======================================== */

/* ── ELEMENTOR MOBILE FIX ───────────────
   Elementor forces its own container widths
   and padding that breaks mobile layout.
   These overrides restore full-width behavior.
──────────────────────────────────────── */

/* Force full viewport width on everything */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Kill Elementor's container width restrictions */
.elementor-section-boxed > .elementor-container,
.elementor-container,
.elementor-widget-container,
.elementor-section,
.elementor-top-section,
.elementor-inner-section,
.e-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Kill any Elementor default page padding on mobile */
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-direction: column !important;
  }
  .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Our container uses padding for spacing — keep it */
.container {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  box-sizing: border-box !important;
}

/* Fix hero section full width */
#hero,
#trust-ticker,
#metrics-band,
#services,
#results,
#why-us,
#process,
#testimonials,
#about,
#cta-section,
#faq,
#site-footer {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

/* Fix padding on sections for mobile */
@media (max-width: 768px) {
  #hero,
  #services,
  #results,
  #why-us,
  #process,
  #testimonials,
  #about,
  #cta-section,
  #faq {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  /* Nav full width */
  #site-header {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Hero text full width */
  .hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  h1.hero-head {
    font-size: clamp(32px, 9vw, 52px) !important;
    letter-spacing: -1px !important;
  }

  .hero-sub {
    font-size: 15px !important;
  }

  /* Services single column */
  .services-grid {
    grid-template-columns: 1fr !important;
    border-radius: 8px !important;
  }

  /* Results single column */
  .results-grid {
    grid-template-columns: 1fr !important;
  }

  /* Why us single column */
  .why-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  /* Process steps single column */
  .process-steps {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
  }
  .process-steps::before { display: none !important; }

  /* Testimonials single column */
  .testimonials-grid {
    grid-template-columns: 1fr !important;
  }

  /* About single column */
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  /* Metrics 2 columns */
  .metrics-inner {
    grid-template-columns: 1fr 1fr !important;
  }
  .metric-item {
    padding: 28px 16px !important;
  }
  .metric-val {
    font-size: 32px !important;
  }

  /* Hero stats wrap nicely */
  .hero-stats {
    gap: 20px !important;
    flex-wrap: wrap !important;
  }
  .hstat {
    min-width: 120px !important;
  }

  /* CTA features column */
  .cta-features {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    text-align: left !important;
  }
  #cta-section {
    text-align: left !important;
  }
  .cta-inner { text-align: left !important; }

  /* Footer stack */
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }

  /* Result card metrics 2 col on mobile */
  .result-metrics {
    grid-template-columns: 1fr 1fr !important;
  }

  /* About stats 2x2 */
  .about-stats-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  /* Section headings */
  .section-head {
    font-size: clamp(24px, 7vw, 36px) !important;
  }

  /* Nav CTA btn hide on very small */
  .nav-cta-btn {
    display: none !important;
  }

  /* Floating WhatsApp lower on mobile */
  .whatsapp-float {
    bottom: 16px !important;
    right: 16px !important;
  }
}

@media (max-width: 400px) {
  .process-steps {
    grid-template-columns: 1fr !important;
  }
  .metrics-inner {
    grid-template-columns: 1fr !important;
  }
  .hstat-val {
    font-size: 22px !important;
  }
}

/* Kill Hello Elementor header & footer if they still render */
.elementor-location-header,
.elementor-location-footer,
.hello-elementor-header,
.hello-elementor-footer,
header.entry-header,
.site-header:not(#site-header),
.site-footer:not(#site-footer),
#masthead:not(#site-header),
#colophon:not(#site-footer) {
  display: none !important;
}

/* Our header always shows */
#site-header { display: flex !important; }
html,
body,
#page,
#content,
.site,
.site-content,
main,
#main {
  background-color: #0A0A0B !important;
  background: #0A0A0B !important;
  color: #F0EFE8 !important;
}

/* ========================================
   RESET & BASE
======================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html { background: #0A0A0B; }
body {
  background: #0A0A0B !important;
  background-color: #0A0A0B !important;
  color: #F0EFE8 !important;
  font-family: var(--font-body);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

/* Kill any default white backgrounds from WordPress or old theme */
body.home,
body.page,
body.page-template-default,
body.page-template-front-page {
  background: #0A0A0B !important;
  background-color: #0A0A0B !important;
}

/* Remove any default link colors WordPress adds */
a { color: inherit; text-decoration: none; }

/* Kill WordPress block editor default styles */
.wp-site-blocks,
.entry-content,
.entry-header,
.site-header,
.site-main,
.wp-block-group {
  background: transparent !important;
  color: inherit !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove default WP body padding/margin */
.wp-block-template-part,
#wpadminbar ~ body { padding-top: 0 !important; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ========================================
   TYPOGRAPHY
======================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: -1px;
}
h1 { font-size: clamp(42px, 6vw, 80px); letter-spacing: -2px; }
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: 20px; font-weight: 700; }
p { color: var(--text2); font-weight: 300; line-height: 1.7; }
strong { color: var(--text); font-weight: 600; }

/* ========================================
   UTILITY CLASSES
======================================== */
.container { max-width: 1280px; margin: 0 auto; padding: 0 5%; }
.section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}
.section-head {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 20px;
}
.section-sub {
  font-size: 17px;
  color: var(--text2);
  max-width: 520px;
  line-height: 1.7;
  font-weight: 300;
}
.section-header { margin-bottom: 64px; }
.text-center { text-align: center; }
.text-accent { color: var(--accent); }
.text-dim { color: var(--text3); }
.accent { color: var(--accent); }

/* ========================================
   BUTTONS
======================================== */
.btn-primary {
  background: var(--accent);
  color: #0A0A0B;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--accent2); transform: translateY(-1px); color: #0A0A0B; }
.btn-secondary {
  background: transparent;
  color: var(--text);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 6px;
  border: 1px solid var(--border2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.3); transform: translateY(-1px); color: var(--text); }
.btn-large { font-size: 17px; padding: 18px 40px; }

/* ========================================
   TAGS / BADGES
======================================== */
.tag {
  font-size: 12px;
  background: var(--surface);
  color: var(--text2);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--border);
  display: inline-block;
}

/* ========================================
   NAVIGATION
======================================== */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: 70px;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(20px);
  background: rgba(10,10,11,0.85);
}
#site-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--text);
}
.site-logo span { color: var(--accent); }
.nav-menu { display: flex; gap: 32px; }
.nav-menu a {
  font-size: 14px;
  color: var(--text2);
  font-weight: 400;
  transition: color 0.2s;
}
.nav-menu a:hover { color: var(--text); }
.nav-cta-btn {
  background: var(--accent);
  color: #0A0A0B !important;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  transition: opacity 0.2s;
}
.nav-cta-btn:hover { opacity: 0.85; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }

/* Mobile nav dropdown — dark background, not white */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #0A0A0B !important;
    background-color: #0A0A0B !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 24px 5%;
    gap: 20px;
    z-index: 999;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.6);
  }
  .nav-menu.open a {
    font-size: 16px !important;
    color: var(--text) !important;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-weight: 500;
  }
  .nav-menu.open a:last-child {
    border-bottom: none;
  }
  .hamburger {
    display: flex;
  }
}

/* ========================================
   HERO SECTION
======================================== */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 5% 80px;
  position: relative;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.18;
}
.hero-orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #E8FF4A, transparent);
  top: -100px; right: -100px;
}
.hero-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #4A8FFF, transparent);
  bottom: 0; left: -100px;
}
.hero-inner { position: relative; z-index: 2; max-width: 860px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,255,74,0.1);
  border: 1px solid rgba(232,255,74,0.25);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 32px;
}
.hero-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.hero-head { margin-bottom: 24px; }
.hero-sub {
  font-size: 18px;
  color: var(--text2);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 64px; }
.hero-stats { display: flex; gap: 48px; flex-wrap: wrap; }
.hstat { border-left: 2px solid var(--accent); padding-left: 16px; }
.hstat-val {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -1px;
}
.hstat-label { font-size: 13px; color: var(--text2); margin-top: 2px; }

/* ========================================
   TRUST TICKER
======================================== */
#trust-ticker {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  overflow: hidden;
}
.trust-scroll { display: flex; gap: 60px; animation: scrollLeft 25s linear infinite; width: max-content; }
@keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text2);
  white-space: nowrap;
}
.trust-item strong { color: var(--text); font-weight: 500; }
.trust-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

/* ========================================
   METRICS BAND
======================================== */
#metrics-band {
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
}
.metrics-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-item {
  padding: 48px 40px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.metric-item:last-child { border-right: none; }
.metric-val {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -2px;
  color: var(--text);
  line-height: 1;
}
.metric-val span { color: var(--accent); }
.metric-label { font-size: 14px; color: var(--text2); margin-top: 10px; font-weight: 300; }

/* ========================================
   SERVICES SECTION
======================================== */
#services { padding: 100px 5%; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.service-card {
  background: var(--bg);
  padding: 36px 32px;
  transition: background 0.3s;
}
.service-card:hover { background: var(--bg3); }
.service-icon {
  width: 44px; height: 44px;
  border-radius: 8px;
  background: rgba(232,255,74,0.1);
  border: 1px solid rgba(232,255,74,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.service-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.service-desc {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 300;
}
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* ========================================
   RESULTS SECTION
======================================== */
#results {
  padding: 100px 5%;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.result-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.result-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
}
.result-card.green::before { background: linear-gradient(90deg, var(--teal), transparent); }
.result-card.yellow::before { background: linear-gradient(90deg, var(--accent), transparent); }
.result-card.blue::before { background: linear-gradient(90deg, var(--blue), transparent); }
.result-card.red::before { background: linear-gradient(90deg, var(--red), transparent); }
.result-label {
  font-size: 12px; color: var(--text3);
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 8px; font-weight: 500;
}
.result-brand {
  font-family: var(--font-head);
  font-size: 20px; font-weight: 700;
  color: var(--text); margin-bottom: 20px;
}
.result-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rmetric {
  background: var(--bg3);
  border-radius: 8px;
  padding: 16px;
}
.rmetric-before { font-size: 12px; color: var(--text3); margin-bottom: 4px; }
.rmetric-after {
  font-family: var(--font-head);
  font-size: 22px; font-weight: 800;
  color: var(--accent);
}
.rmetric-change { font-size: 12px; color: var(--teal); margin-top: 2px; }
.chart-wrap { margin-top: 24px; }
.chart-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.chart-label { font-size: 13px; color: var(--text2); width: 80px; text-align: right; flex-shrink: 0; font-weight: 300; }
.chart-bar-bg { flex: 1; background: var(--surface); border-radius: 4px; height: 8px; overflow: hidden; }
.chart-bar { height: 100%; border-radius: 4px; }
.chart-val { font-size: 13px; color: var(--text); width: 54px; font-weight: 500; }

/* ========================================
   WHY US SECTION
======================================== */
#why-us { padding: 100px 5%; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-points { display: flex; flex-direction: column; gap: 24px; }
.why-point { display: flex; gap: 16px; align-items: flex-start; }
.why-num {
  font-family: var(--font-head); font-size: 13px; font-weight: 700;
  color: var(--accent); width: 32px; height: 32px;
  border: 1px solid rgba(232,255,74,0.3); border-radius: 6px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.why-point-title { font-family: var(--font-head); font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.why-point-desc { font-size: 14px; color: var(--text2); line-height: 1.6; font-weight: 300; }
.why-visual {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 16px; padding: 40px; position: relative;
}
.why-visual-head {
  font-family: var(--font-head); font-size: 15px; font-weight: 600;
  color: var(--text2); margin-bottom: 24px;
  text-transform: uppercase; letter-spacing: 1px;
}
.perf-row { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.perf-icon {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
}
.perf-info { flex: 1; }
.perf-name { font-size: 14px; color: var(--text); font-weight: 500; margin-bottom: 4px; }
.perf-bar-wrap { background: var(--surface); height: 6px; border-radius: 3px; overflow: hidden; }
.perf-bar { height: 100%; border-radius: 3px; }
.perf-val { font-size: 14px; font-weight: 600; min-width: 52px; text-align: right; font-family: var(--font-head); }
.why-highlight {
  margin-top: 24px; padding: 16px;
  background: rgba(232,255,74,0.06);
  border: 1px solid rgba(232,255,74,0.15);
  border-radius: 8px; text-align: center;
}
.why-highlight-label { font-size: 13px; color: var(--text2); margin-bottom: 6px; font-weight: 300; }
.why-highlight-val {
  font-family: var(--font-head); font-size: 22px;
  font-weight: 800; color: var(--accent);
}

/* ========================================
   PROCESS SECTION
======================================== */
#process {
  padding: 100px 5%;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border2), var(--border2), transparent);
}
.process-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.process-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1px solid var(--border2);
  background: var(--bg2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-family: var(--font-head); font-size: 18px; font-weight: 800;
  color: var(--accent);
  transition: all 0.3s;
}
.process-step:hover .process-num {
  background: var(--accent); color: #0A0A0B; border-color: var(--accent);
}
.process-title { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.process-desc { font-size: 13px; color: var(--text2); line-height: 1.5; font-weight: 300; }

/* ========================================
   TESTIMONIALS SECTION
======================================== */
#testimonials { padding: 100px 5%; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 12px; padding: 28px;
}
.testi-stars { color: var(--accent); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.testi-quote {
  font-size: 15px; color: var(--text2); line-height: 1.7;
  margin-bottom: 20px; font-style: italic; font-weight: 300;
}
.testi-quote em { color: var(--text); font-style: normal; font-weight: 500; }
.testi-author {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid var(--border); padding-top: 16px;
}
.testi-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  font-family: var(--font-head); font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.testi-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testi-biz { font-size: 12px; color: var(--text3); }
.testi-result { font-size: 12px; color: var(--teal); margin-top: 2px; font-weight: 500; }

/* ========================================
   ABOUT SECTION
======================================== */
#about {
  padding: 100px 5%;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-text p { font-size: 16px; color: var(--text2); line-height: 1.8; margin-bottom: 16px; font-weight: 300; }
.about-highlight {
  font-size: 22px; color: var(--text);
  font-family: var(--font-head); font-weight: 700;
  border-left: 3px solid var(--accent); padding-left: 20px;
  margin: 28px 0; line-height: 1.4; letter-spacing: -0.5px;
}
.about-visual { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 40px; }
.about-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.about-stat { background: var(--bg3); border-radius: 10px; padding: 24px; text-align: center; }
.about-stat-val {
  font-family: var(--font-head); font-size: 32px;
  font-weight: 800; color: var(--accent); letter-spacing: -1px;
}
.about-stat-label { font-size: 13px; color: var(--text2); margin-top: 4px; font-weight: 300; }
.about-industries {
  margin-top: 24px; padding: 20px;
  background: var(--bg3); border-radius: 10px;
}
.about-industries-label {
  font-size: 13px; color: var(--text2); margin-bottom: 12px;
  text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
}
.industries-tags { display: flex; flex-wrap: wrap; gap: 8px; }

/* ========================================
   CTA / LEAD GEN SECTION
======================================== */
#cta-section {
  padding: 100px 5%;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-orb {
  position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  filter: blur(100px); opacity: 0.12;
  background: radial-gradient(circle, var(--accent), transparent);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-head {
  font-family: var(--font-head);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800; letter-spacing: -2px;
  margin-bottom: 20px; line-height: 1.05;
  color: var(--text);
}
.cta-sub { font-size: 18px; color: var(--text2); margin-bottom: 40px; font-weight: 300; }
.cta-features { display: flex; justify-content: center; gap: 32px; margin-bottom: 40px; flex-wrap: wrap; }
.cta-feat { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text2); }
.cta-feat::before { content: '✓'; color: var(--accent); font-weight: 700; }
.cta-disclaimer { font-size: 13px; color: var(--text3); margin-top: 16px; font-weight: 300; }

/* ========================================
   FAQ SECTION
======================================== */
#faq { padding: 100px 5%; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 24px 0; cursor: pointer; }
.faq-question {
  font-family: var(--font-head); font-size: 17px; font-weight: 600;
  color: var(--text); display: flex; justify-content: space-between; align-items: center;
}
.faq-icon { font-size: 20px; color: var(--accent); transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-answer {
  font-size: 15px; color: var(--text2); line-height: 1.7;
  margin-top: 12px; font-weight: 300;
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.faq-item.open .faq-answer { max-height: 300px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ========================================
   FOOTER
======================================== */
#site-footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 60px 5% 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand {
  font-family: var(--font-head); font-size: 20px;
  font-weight: 800; color: var(--text); margin-bottom: 12px;
}
.footer-brand span { color: var(--accent); }
.footer-desc { font-size: 14px; color: var(--text2); line-height: 1.7; margin-bottom: 20px; font-weight: 300; }
.footer-col-head {
  font-family: var(--font-head); font-size: 13px; font-weight: 700;
  color: var(--text); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: var(--text2); transition: color 0.2s; font-weight: 300; }
.footer-links a:hover { color: var(--text); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy { font-size: 13px; color: var(--text3); font-weight: 300; }
.footer-socials { display: flex; gap: 16px; }
.social-btn {
  width: 36px; height: 36px; border-radius: 6px;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text2); font-size: 14px; font-weight: 600;
  font-family: var(--font-head); transition: all 0.2s;
}
.social-btn:hover { border-color: var(--accent); color: var(--accent); }
.social-btn-whatsapp:hover { border-color: #25D366 !important; color: #25D366 !important; }

/* ========================================
   FLOATING WHATSAPP BUTTON — single instance
======================================== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99999;
  background: #25D366;
  border-radius: 50px;
  padding: 12px 20px 12px 14px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 24px rgba(37,211,102,0.35);
  transition: all 0.3s ease;
  text-decoration: none;
}
/* Hide any duplicate WhatsApp plugin buttons */
.wp-social-chat,
.wp-social-chat-widget,
[class*="social-chat"],
[id*="social-chat"],
[class*="whatsapp-chat"]:not(.whatsapp-float),
[id*="whatsapp-chat"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.whatsapp-float:hover {
  background: #20c05c;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(37,211,102,0.45);
}
.whatsapp-float-label {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .whatsapp-float {
    padding: 14px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float-label { display: none; }
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-inner { grid-template-columns: repeat(2, 1fr); }
  .metric-item { border-bottom: 1px solid var(--border); }
  .process-steps { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .process-steps::before { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .nav-menu.open {
    display: flex; flex-direction: column;
    position: fixed; top: 70px; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--border);
    padding: 24px 5%; gap: 20px; z-index: 999;
  }
  .services-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; gap: 32px; }
  .hero-stats { gap: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .cta-features { flex-direction: column; align-items: center; gap: 12px; }
  .metrics-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
  .result-metrics { grid-template-columns: 1fr 1fr; }
}

/* ========================================
   PRICING SECTION
======================================== */
#pricing { padding: 100px 5%; background: var(--bg); }
.pricing-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 48px; }
.toggle-label { font-size: 14px; color: var(--text2); font-weight: 400; }
.toggle-label.active { color: var(--text); font-weight: 500; }
.save-badge { background: rgba(232,255,74,0.15); color: var(--accent); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; letter-spacing: .5px; }
.toggle-switch { width: 44px; height: 24px; background: var(--surface); border-radius: 12px; cursor: pointer; position: relative; border: 1px solid var(--border2); transition: background .3s; }
.toggle-switch.on { background: var(--accent); }
.toggle-switch::after { content:''; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--bg); top: 2px; left: 2px; transition: left .25s; }
.toggle-switch.on::after { left: 22px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.price-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 16px; padding: 32px 28px; position: relative; transition: border-color .3s; }
.price-card:hover { border-color: var(--border2); }
.price-card.featured { border-color: var(--accent); background: var(--bg3); }
.price-card.featured::before { content: 'Most Popular'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #0A0A0B; font-size: 11px; font-weight: 800; font-family: var(--font-head); padding: 3px 14px; border-radius: 20px; white-space: nowrap; letter-spacing: .5px; text-transform: uppercase; }
.price-name { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--text2); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.price-tagline { font-size: 14px; color: var(--text2); margin-bottom: 20px; font-weight: 300; line-height: 1.5; min-height: 42px; }
.price-amount { font-family: var(--font-head); font-size: 48px; font-weight: 800; color: var(--text); letter-spacing: -2px; line-height: 1; margin-bottom: 4px; }
.price-amount sup { font-size: 22px; vertical-align: top; margin-top: 8px; display: inline-block; letter-spacing: 0; }
.price-amount sub { font-size: 16px; font-weight: 400; color: var(--text2); letter-spacing: 0; }
.price-period { font-size: 13px; color: var(--text3); margin-bottom: 24px; }
.price-cta { display: block; text-align: center; padding: 13px; border-radius: 8px; font-family: var(--font-head); font-size: 14px; font-weight: 700; text-decoration: none; transition: all .2s; margin-bottom: 24px; }
.price-cta-outline { border: 1px solid var(--border2); color: var(--text); background: transparent; }
.price-cta-outline:hover { border-color: var(--accent); color: var(--accent); }
.price-cta-filled { background: var(--accent); color: #0A0A0B; border: none; }
.price-cta-filled:hover { background: var(--accent2); transform: translateY(-1px); color: #0A0A0B; }
.price-features { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--border); padding-top: 20px; }
.price-features li { font-size: 13px; color: var(--text2); padding: 7px 0; display: flex; gap: 10px; align-items: flex-start; border-bottom: 1px solid var(--border); font-weight: 300; }
.price-features li:last-child { border-bottom: none; }
.price-features li .check { color: var(--accent); font-size: 16px; flex-shrink: 0; line-height: 1.3; }
.price-features li .cross { color: var(--text3); font-size: 16px; flex-shrink: 0; line-height: 1.3; }
.price-best { font-size: 12px; color: var(--text3); margin-bottom: 20px; }

/* ========================================
   WHAT'S INCLUDED SECTION
======================================== */
#whats-included { padding: 80px 5%; background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.included-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.inc-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 28px 24px; }
.inc-icon { font-size: 28px; margin-bottom: 16px; }
.inc-title { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.inc-items { list-style: none; padding: 0; margin: 0; }
.inc-items li { font-size: 13px; color: var(--text2); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; align-items: center; font-weight: 300; }
.inc-items li:last-child { border-bottom: none; }
.inc-items li::before { content: '→'; color: var(--accent); font-size: 12px; flex-shrink: 0; }

/* ========================================
   TIKTOK SHOP SECTION
======================================== */
#tiktok-shop { padding: 100px 5%; }
.tiktok-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tiktok-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,0,80,0.1); border: 1px solid rgba(255,0,80,0.2); border-radius: 100px; padding: 6px 14px; font-size: 12px; color: #FF0050; font-weight: 600; margin-bottom: 20px; letter-spacing: .5px; text-transform: uppercase; }
.tiktok-points { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.tiktok-point { display: flex; gap: 14px; align-items: flex-start; }
.tiktok-point-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,0,80,0.1); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.tiktok-point-title { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.tiktok-point-desc { font-size: 13px; color: var(--text2); font-weight: 300; line-height: 1.5; }
.tiktok-visual { background: var(--bg2); border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.tiktok-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tiktok-stat { background: var(--bg3); border-radius: 10px; padding: 20px 16px; text-align: center; }
.tiktok-stat-val { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: #FF0050; letter-spacing: -1px; }
.tiktok-stat-label { font-size: 12px; color: var(--text2); margin-top: 4px; font-weight: 300; }
.tiktok-mono { font-size: 13px; color: var(--text2); margin-top: 20px; padding: 16px; background: var(--bg3); border-radius: 8px; font-weight: 300; line-height: 1.6; border-left: 3px solid #FF0050; }

/* ========================================
   AUDIT BOOKING SECTION
======================================== */
#book-audit { padding: 100px 5%; background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.audit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.audit-steps { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.audit-step { display: flex; gap: 14px; }
.audit-step-num { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border2); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 13px; font-weight: 700; color: var(--accent); flex-shrink: 0; }
.audit-step-title { font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 3px; }
.audit-step-desc { font-size: 13px; color: var(--text2); font-weight: 300; }
.audit-card { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 36px; text-align: center; }
.audit-card-icon { font-size: 40px; margin-bottom: 16px; }
.audit-card h3 { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 12px; }
.audit-card p { font-size: 14px; color: var(--text2); margin-bottom: 24px; font-weight: 300; line-height: 1.6; }
.audit-includes { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; }
.audit-includes li { font-size: 13px; color: var(--text2); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; font-weight: 300; }
.audit-includes li:last-child { border-bottom: none; }
.audit-includes li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.audit-disclaimer { font-size: 12px; color: var(--text3); margin-top: 12px; }

/* ========================================
   COMPARE TABLE SECTION
======================================== */
#compare { padding: 80px 5%; }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th { font-size: 13px; font-weight: 700; font-family: var(--font-head); color: var(--text); padding: 16px 20px; text-align: center; background: var(--bg2); border: 1px solid var(--border); }
.compare-table th:first-child { text-align: left; }
.compare-table th.featured-col { background: rgba(232,255,74,0.08); border-color: var(--accent); color: var(--accent); }
.compare-table td { font-size: 13px; color: var(--text2); padding: 12px 20px; text-align: center; border: 1px solid var(--border); font-weight: 300; }
.compare-table td:first-child { text-align: left; color: var(--text); font-weight: 400; }
.compare-table td.featured-col { background: rgba(232,255,74,0.04); border-color: rgba(232,255,74,0.2); }
.compare-table tr:hover td { background: var(--bg2); }
.compare-table tr:hover td.featured-col { background: rgba(232,255,74,0.07); }
.check-yes { color: var(--accent); font-size: 18px; }
.check-no { color: var(--text3); font-size: 18px; }

/* ========================================
   RESPONSIVE — NEW SECTIONS
======================================== */
@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .tiktok-inner { grid-template-columns: 1fr; }
  .audit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .included-grid { grid-template-columns: 1fr; }
  .tiktok-stat-grid { grid-template-columns: 1fr 1fr; }
  .compare-table { font-size: 12px; }
  .compare-table th, .compare-table td { padding: 10px 10px; }
}

/* ========================================
   SERVICE PAGE STYLES
======================================== */
.service-page { padding-top: 70px; }
.service-hero { padding: 80px 5% 70px; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.service-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.service-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px); background-size: 60px 60px; opacity: 0.35; }
.service-hero-orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.15; }
.service-breadcrumb { font-size: 13px; color: var(--text3); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.service-breadcrumb a { color: var(--text2); text-decoration: none; transition: color .2s; }
.service-breadcrumb a:hover { color: var(--accent); }
.service-breadcrumb span { color: var(--text3); }
.service-hero-inner { position: relative; z-index: 2; max-width: 800px; }
.service-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,255,74,0.1); border: 1px solid rgba(232,255,74,0.25); border-radius: 100px; padding: 5px 14px; font-size: 12px; color: var(--accent); font-weight: 600; margin-bottom: 24px; letter-spacing: .5px; text-transform: uppercase; }
.service-hero h1 { font-family: var(--font-head); font-size: clamp(36px,5vw,64px); font-weight: 800; letter-spacing: -2px; color: var(--text); line-height: 1.05; margin-bottom: 20px; }
.service-hero-sub { font-size: 18px; color: var(--text2); max-width: 600px; line-height: 1.7; margin-bottom: 36px; font-weight: 300; }
.service-hero-stats { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: 36px; }
.service-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.sp-section { padding: 80px 5%; }
.sp-section-alt { padding: 80px 5%; background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* What you get grid */
.deliverables-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.del-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 28px 24px; transition: border-color .3s; }
.del-card:hover { border-color: var(--border2); }
.del-card-icon { font-size: 28px; margin-bottom: 14px; }
.del-card-title { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.del-card-desc { font-size: 13px; color: var(--text2); line-height: 1.6; font-weight: 300; margin-bottom: 14px; }
.del-card-list { list-style: none; padding: 0; margin: 0; }
.del-card-list li { font-size: 12px; color: var(--text2); padding: 4px 0; display: flex; gap: 6px; border-bottom: 1px solid var(--border); font-weight: 300; }
.del-card-list li:last-child { border-bottom: none; }
.del-card-list li::before { content: '→'; color: var(--accent); flex-shrink: 0; font-size: 11px; margin-top: 1px; }

/* Process steps horizontal */
.sp-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; margin-top: 48px; }
.sp-process::before { content:''; position: absolute; top: 24px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg,transparent,var(--border2),var(--border2),transparent); }
.sp-step { text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.sp-step-num { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--border2); background: var(--bg); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--accent); transition: all .3s; }
.sp-step:hover .sp-step-num { background: var(--accent); color: #0A0A0B; border-color: var(--accent); }
.sp-step-title { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.sp-step-desc { font-size: 12px; color: var(--text2); line-height: 1.5; font-weight: 300; }

/* Results band for service pages */
.sp-results-band { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.sp-result-item { padding: 36px 28px; border-right: 1px solid var(--border); text-align: center; }
.sp-result-item:last-child { border-right: none; }
.sp-result-val { font-family: var(--font-head); font-size: 40px; font-weight: 800; color: var(--accent); letter-spacing: -2px; line-height: 1; }
.sp-result-label { font-size: 13px; color: var(--text2); margin-top: 8px; font-weight: 300; }

/* Who it's for */
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.audience-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; padding: 20px 16px; text-align: center; }
.audience-icon { font-size: 24px; margin-bottom: 10px; }
.audience-title { font-size: 14px; font-weight: 600; color: var(--text); font-family: var(--font-head); }
.audience-desc { font-size: 12px; color: var(--text2); margin-top: 4px; font-weight: 300; }

/* FAQ on service page */
.sp-faq { max-width: 680px; }

/* Comparison table */
.sp-compare { width: 100%; border-collapse: collapse; margin-top: 24px; }
.sp-compare th { font-size: 13px; font-weight: 700; font-family: var(--font-head); color: var(--text); padding: 14px 18px; text-align: left; background: var(--bg2); border: 1px solid var(--border); }
.sp-compare th.hl { color: var(--accent); background: rgba(232,255,74,0.07); border-color: rgba(232,255,74,0.25); }
.sp-compare td { font-size: 13px; color: var(--text2); padding: 11px 18px; border: 1px solid var(--border); font-weight: 300; }
.sp-compare td.hl { background: rgba(232,255,74,0.04); border-color: rgba(232,255,74,0.15); color: var(--text); }
.sp-compare .yes { color: var(--accent); font-weight: 700; }
.sp-compare .no { color: var(--text3); }

/* CTA block on service page */
.sp-cta { background: var(--bg2); border: 1px solid var(--border); border-radius: 16px; padding: 48px 40px; text-align: center; position: relative; overflow: hidden; }
.sp-cta-orb { position: absolute; width: 400px; height: 400px; border-radius: 50%; filter: blur(80px); opacity: 0.1; background: radial-gradient(circle,var(--accent),transparent); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.sp-cta h2 { font-family: var(--font-head); font-size: clamp(24px,3.5vw,40px); font-weight: 800; letter-spacing: -1px; color: var(--text); margin-bottom: 14px; position: relative; z-index: 1; }
.sp-cta p { font-size: 16px; color: var(--text2); margin-bottom: 28px; font-weight: 300; position: relative; z-index: 1; }
.sp-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* Responsive service pages */
@media (max-width: 1024px) {
  .deliverables-grid { grid-template-columns: 1fr 1fr; }
  .sp-results-band { grid-template-columns: 1fr 1fr; }
  .sp-result-item { border-bottom: 1px solid var(--border); }
  .audience-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .deliverables-grid { grid-template-columns: 1fr; }
  .sp-process { grid-template-columns: 1fr 1fr; gap: 28px; }
  .sp-process::before { display: none; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .sp-results-band { grid-template-columns: 1fr 1fr; }
  .sp-cta { padding: 36px 24px; }
}
