/*
Theme Name: TrustBooster
Theme URI: https://trustbooster.io
Author: TrustBooster Team
Author URI: https://trustbooster.io
Description: A professional WordPress theme for TrustBooster - Review Management & Reputation Boosting Services. Fully Elementor compatible.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trustbooster
Tags: business, elementor, responsive, custom-menu, featured-images, full-width-template, custom-logo
*/

/* ============================================================
   ART DIRECTION: Reputation management SaaS → Trust, Authority, Results
   Palette: Deep navy surfaces, vivid gold accent (trust + premium)
   Typography: Sora (display) + Inter (body) — bold, legible, modern
   Density: Balanced — spacious sections, tight cards
   ============================================================ */

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root, [data-theme="light"] {
  /* Surfaces */
  --color-bg:              #f5f7fa;
  --color-surface:         #ffffff;
  --color-surface-2:       #f0f4f8;
  --color-surface-offset:  #e8edf3;
  --color-surface-offset-2:#dde4ed;
  --color-surface-dynamic: #d0d9e6;
  --color-divider:         #c8d2de;
  --color-border:          #bbc6d4;

  /* Text */
  --color-text:            #1a2233;
  --color-text-muted:      #4d5e73;
  --color-text-faint:      #8fa0b4;
  --color-text-inverse:    #ffffff;

  /* Primary Accent — Gold */
  --color-primary:         #e8a020;
  --color-primary-hover:   #c8871a;
  --color-primary-active:  #a86d14;
  --color-primary-highlight: #fdf3e0;

  /* Secondary — Deep Navy */
  --color-navy:            #1a2e4a;
  --color-navy-hover:      #132340;
  --color-navy-active:     #0d1930;

  /* Success */
  --color-success:         #22a06b;
  --color-success-light:   #e3f9f0;

  /* Error */
  --color-error:           #c0392b;

  /* Radius */
  --radius-sm:   0.375rem;
  --radius-md:   0.5rem;
  --radius-lg:   0.75rem;
  --radius-xl:   1rem;
  --radius-2xl:  1.5rem;
  --radius-full: 9999px;

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Typography */
  --text-xs:   clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);
  --text-sm:   clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);
  --text-base: clamp(1rem,     0.95rem + 0.25vw, 1.125rem);
  --text-lg:   clamp(1.125rem, 1rem    + 0.75vw, 1.5rem);
  --text-xl:   clamp(1.5rem,   1.2rem  + 1.25vw, 2.25rem);
  --text-2xl:  clamp(2rem,     1.2rem  + 2.5vw,  3.5rem);
  --text-3xl:  clamp(2.5rem,   1rem    + 4vw,    5rem);
  --text-hero: clamp(3rem,     0.5rem  + 7vw,    8rem);

  /* Fonts */
  --font-display: 'Sora', 'Helvetica Neue', sans-serif;
  --font-body:    'Inter', 'Helvetica Neue', sans-serif;

  /* Transitions */
  --transition-interactive: 180ms cubic-bezier(0.16, 1, 0.3, 1);

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(26, 34, 51, 0.07);
  --shadow-md: 0 4px 16px rgba(26, 34, 51, 0.10);
  --shadow-lg: 0 12px 40px rgba(26, 34, 51, 0.14);
  --shadow-gold: 0 4px 20px rgba(232, 160, 32, 0.30);

  /* Content widths */
  --content-narrow:  640px;
  --content-default: 960px;
  --content-wide:    1200px;
}

[data-theme="dark"] {
  --color-bg:              #0f1520;
  --color-surface:         #141d2e;
  --color-surface-2:       #1a2540;
  --color-surface-offset:  #1e2a47;
  --color-surface-offset-2:#232f4e;
  --color-surface-dynamic: #2a3a60;
  --color-divider:         #2c3d5e;
  --color-border:          #354870;
  --color-text:            #d8e0ed;
  --color-text-muted:      #8a9ab8;
  --color-text-faint:      #566480;
  --color-text-inverse:    #0f1520;
  --color-primary:         #f0b030;
  --color-primary-hover:   #e8a020;
  --color-primary-active:  #c8871a;
  --color-primary-highlight: #2a2010;
  --color-navy:            #2a4a80;
  --color-navy-hover:      #3a5a90;
  --color-navy-active:     #4a6aa0;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.4);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.5);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-bg:              #0f1520;
    --color-surface:         #141d2e;
    --color-surface-2:       #1a2540;
    --color-surface-offset:  #1e2a47;
    --color-surface-offset-2:#232f4e;
    --color-surface-dynamic: #2a3a60;
    --color-divider:         #2c3d5e;
    --color-border:          #354870;
    --color-text:            #d8e0ed;
    --color-text-muted:      #8a9ab8;
    --color-text-faint:      #566480;
    --color-text-inverse:    #0f1520;
    --color-primary:         #f0b030;
    --color-primary-hover:   #e8a020;
    --color-primary-active:  #c8871a;
    --color-primary-highlight: #2a2010;
    --color-navy:            #2a4a80;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.4);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.5);
  }
}

/* ============================================================
   BASE RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: var(--space-16);
}

body {
  min-height: 100dvh;
  line-height: 1.7;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  background-color: var(--color-bg);
  transition: background-color 0.3s ease, color 0.3s ease;
}

img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
ul[role="list"], ol[role="list"] { list-style: none; }
input, button, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; line-height: 1.2; font-family: var(--font-display); }
p, li, figcaption { text-wrap: pretty; }
button { cursor: pointer; background: none; border: none; }
a { text-decoration: none; color: inherit; }
table { border-collapse: collapse; width: 100%; }

::selection {
  background: rgba(232, 160, 32, 0.2);
  color: var(--color-text);
}

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

a, button, [role="button"], input, textarea, select {
  transition: color var(--transition-interactive),
              background var(--transition-interactive),
              border-color var(--transition-interactive),
              box-shadow var(--transition-interactive),
              opacity var(--transition-interactive);
}

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

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.container {
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: var(--space-6);
}

.container--narrow {
  max-width: var(--content-default);
  margin-inline: auto;
  padding-inline: var(--space-6);
}

section {
  padding-block: clamp(var(--space-12), 7vw, var(--space-32));
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.heading-hero {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.heading-xl {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.heading-lg {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
}

.heading-md {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
}

.body-text {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  max-width: 60ch;
  line-height: 1.7;
}

.text-center { text-align: center; }
.text-primary { color: var(--color-primary); }
.text-muted { color: var(--color-text-muted); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
  font-weight: 600;
  font-family: var(--font-body);
  border-radius: var(--radius-full);
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  transition: all var(--transition-interactive);
}

.btn-primary {
  background: var(--color-primary);
  color: #1a1000;
  border-color: var(--color-primary);
  box-shadow: var(--shadow-gold);
}
.btn-primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  box-shadow: 0 6px 28px rgba(232, 160, 32, 0.45);
  transform: translateY(-1px);
}
.btn-primary:active {
  transform: translateY(0);
  background: var(--color-primary-active);
}

.btn-secondary {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border);
}
.btn-secondary:hover {
  background: var(--color-surface-offset);
  border-color: var(--color-text-muted);
}

.btn-navy {
  background: var(--color-navy);
  color: white;
  border-color: var(--color-navy);
}
.btn-navy:hover {
  background: var(--color-navy-hover);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-base);
}

.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-xs);
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-divider);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-interactive);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--space-4);
  gap: var(--space-6);
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
  color: var(--color-text);
  flex-shrink: 0;
}

.site-logo svg { width: 36px; height: 36px; }

.logo-wordmark {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.logo-wordmark span { color: var(--color-primary); }

/* Main nav */
.main-nav {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  list-style: none;
}

.main-nav a {
  display: block;
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-muted);
  border-radius: var(--radius-md);
  transition: all var(--transition-interactive);
}

.main-nav a:hover {
  color: var(--color-text);
  background: var(--color-surface-2);
}

.main-nav .dropdown { position: relative; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + var(--space-2));
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  min-width: 200px;
  padding: var(--space-2);
  list-style: none;
  z-index: 100;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
  animation: fadeIn 0.15s ease;
}

.dropdown-menu a {
  display: block;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  white-space: nowrap;
}
.dropdown-menu a:hover { color: var(--color-text); background: var(--color-surface-2); }

/* Nav actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* Theme Toggle */
.theme-toggle {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
  background: transparent;
}
.theme-toggle:hover { color: var(--color-text); background: var(--color-surface-2); }

/* Mobile hamburger */
.nav-hamburger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--color-surface);
  z-index: 999;
  flex-direction: column;
  padding: var(--space-6);
  overflow-y: auto;
}

.mobile-nav-overlay.open { display: flex; }

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-8);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  list-style: none;
  flex: 1;
}

.mobile-nav-links a {
  display: block;
  padding: var(--space-4) var(--space-4);
  font-size: var(--text-lg);
  font-weight: 600;
  border-bottom: 1px solid var(--color-divider);
  color: var(--color-text);
}
.mobile-nav-links a:hover { color: var(--color-primary); }

.mobile-nav-actions {
  margin-top: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.mobile-nav-actions .btn { justify-content: center; width: 100%; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-actions .btn { display: none; }
  .nav-hamburger { display: flex; }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  background: var(--color-navy);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(232, 160, 32, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 100% 100%, rgba(42, 74, 128, 0.3) 0%, transparent 60%);
  color: white;
  padding-block: clamp(var(--space-16), 10vw, var(--space-32));
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0 60 L 0 0 L 60 0' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  align-items: center;
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: var(--space-6);
}

.hero-content {}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(232, 160, 32, 0.15);
  border: 1px solid rgba(232, 160, 32, 0.3);
  color: var(--color-primary);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
}

.hero h1 {
  font-size: var(--text-3xl);
  font-weight: 800;
  color: white;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: var(--space-5);
}

.hero h1 .highlight {
  color: var(--color-primary);
  position: relative;
}

.hero-description {
  font-size: var(--text-base);
  color: rgba(255,255,255,0.7);
  max-width: 50ch;
  line-height: 1.75;
  margin-bottom: var(--space-8);
}

.hero-actions {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: var(--space-8);
}

.hero-trust-row {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.6);
}

.trust-item svg { color: var(--color-primary); flex-shrink: 0; }

/* Hero visual card */
.hero-visual {
  position: relative;
}

.hero-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-lg);
}

.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-5);
}

.hero-card-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}

.hero-card-badge {
  background: rgba(34, 160, 107, 0.2);
  color: #4ade80;
  border: 1px solid rgba(34,160,107,0.3);
  padding: 2px var(--space-2);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 600;
}

.hero-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.hero-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  text-align: center;
}

.hero-stat-value {
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--color-primary);
  display: block;
  font-family: var(--font-display);
  line-height: 1.1;
}

.hero-stat-label {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.55);
  margin-top: var(--space-1);
  display: block;
}

.hero-platforms {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.platform-chip {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-full);
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-xs);
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

.platform-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-google   { background: #4285f4; }
.dot-yelp     { background: #d32323; }
.dot-trustpilot { background: #00b67a; }
.dot-facebook { background: #1877f2; }
.dot-tripadvisor { background: #34e0a1; }
.dot-amazon   { background: #ff9900; }

.hero-floating-notif {
  position: absolute;
  bottom: -16px;
  left: -24px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-3) var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  box-shadow: var(--shadow-lg);
  z-index: 10;
  animation: floatUpDown 3s ease-in-out infinite;
}

.notif-icon {
  width: 36px; height: 36px;
  background: var(--color-success-light, #e3f9f0);
  border-radius: var(--radius-full);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.notif-text strong {
  display: block;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--color-text);
}

.notif-text span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-visual { display: none; }
  .hero { text-align: center; }
  .hero-description, .hero h1 { max-width: 100%; }
  .hero-actions { justify-content: center; }
  .hero-trust-row { justify-content: center; }
}

/* ============================================================
   LOGOS / SOCIAL PROOF BAR
   ============================================================ */
.platforms-bar {
  background: var(--color-surface);
  border-block: 1px solid var(--color-divider);
  padding-block: var(--space-8);
}

.platforms-bar-label {
  text-align: center;
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-faint);
  margin-bottom: var(--space-6);
}

.platforms-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  flex-wrap: wrap;
}

.platform-logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-text-muted);
  transition: color var(--transition-interactive);
  opacity: 0.6;
}
.platform-logo:hover { opacity: 1; color: var(--color-text); }

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.section-label {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}

.section-header {
  margin-bottom: clamp(var(--space-8), 4vw, var(--space-16));
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: var(--space-6);
}

.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  transition: all var(--transition-interactive);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-interactive);
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.service-card:hover::before { transform: scaleX(1); }

.service-card.featured {
  background: var(--color-navy);
  color: white;
  border-color: var(--color-navy);
}

.service-card.featured .service-desc { color: rgba(255,255,255,0.7); }
.service-card.featured .service-card-link { color: var(--color-primary); }

.service-icon-wrap {
  width: 52px; height: 52px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
  font-size: 24px;
}

.service-card:not(.featured) .service-icon-wrap {
  background: var(--color-primary-highlight);
}

.service-card.featured .service-icon-wrap {
  background: rgba(232,160,32,0.2);
}

.service-title {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: var(--space-2);
  font-family: var(--font-display);
}

.service-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-5);
}

.service-card-link {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
}
.service-card-link:hover { gap: var(--space-2); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-it-works {
  background: var(--color-surface-2);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: var(--space-8);
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(var(--space-12));
  right: calc(var(--space-12));
  height: 2px;
  background: linear-gradient(to right, var(--color-primary), transparent);
  pointer-events: none;
  z-index: 0;
}

.step-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-number {
  width: 56px; height: 56px;
  background: var(--color-primary);
  color: #1a1000;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-lg);
  font-weight: 800;
  font-family: var(--font-display);
  margin-inline: auto;
  margin-bottom: var(--space-5);
  box-shadow: var(--shadow-gold);
  transition: all var(--transition-interactive);
}

.step-item:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(232, 160, 32, 0.5);
}

.step-title {
  font-size: var(--text-base);
  font-weight: 700;
  margin-bottom: var(--space-2);
}

.step-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  max-width: 26ch;
  margin-inline: auto;
  line-height: 1.65;
}

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section {
  background: var(--color-navy);
  color: white;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: var(--space-6);
  text-align: center;
}

.stat-block {
  padding: var(--space-6);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.stat-block:last-child { border-right: none; }

.stat-value {
  font-size: var(--text-3xl);
  font-weight: 800;
  color: var(--color-primary);
  display: block;
  font-family: var(--font-display);
  line-height: 1;
  margin-bottom: var(--space-2);
}

.stat-label {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.65);
}

@media (max-width: 600px) {
  .stat-block { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat-block:last-child { border-bottom: none; }
}

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: var(--space-6);
  align-items: start;
}

.pricing-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  transition: all var(--transition-interactive);
}

.pricing-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.pricing-card.popular {
  background: var(--color-navy);
  border-color: var(--color-primary);
  box-shadow: var(--shadow-gold);
  color: white;
  position: relative;
}

.pricing-card.popular .pricing-desc { color: rgba(255,255,255,0.65); }
.pricing-card.popular .pricing-feature-list li { color: rgba(255,255,255,0.8); }
.pricing-card.popular .pricing-feature-list .check { color: var(--color-primary); }

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: #1a1000;
  font-size: var(--text-xs);
  font-weight: 700;
  padding: var(--space-1) var(--space-4);
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.pricing-plan-name {
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: var(--space-1);
  margin-bottom: var(--space-2);
}

.pricing-amount {
  font-size: var(--text-3xl);
  font-weight: 800;
  font-family: var(--font-display);
  line-height: 1;
}

.pricing-currency {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--color-text-muted);
  align-self: flex-start;
}

.pricing-card.popular .pricing-currency { color: rgba(255,255,255,0.6); }

.pricing-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
  line-height: 1.6;
}

.pricing-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}

.pricing-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.pricing-feature-list .check {
  color: var(--color-success);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { background: var(--color-surface-2); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: var(--space-6);
}

.testimonial-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  transition: all var(--transition-interactive);
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.stars-row {
  display: flex;
  gap: 3px;
  margin-bottom: var(--space-4);
  color: var(--color-primary);
}

.testimonial-text {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: var(--space-5);
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.author-avatar {
  width: 42px; height: 42px;
  border-radius: var(--radius-full);
  background: var(--color-surface-offset);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--text-sm);
  color: var(--color-primary);
  border: 2px solid var(--color-primary-highlight);
  flex-shrink: 0;
}

.author-name {
  font-size: var(--text-sm);
  font-weight: 700;
}

.author-title {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-list {
  max-width: var(--content-default);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.faq-item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-interactive);
}

.faq-item.open { box-shadow: var(--shadow-md); border-color: var(--color-primary); }

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5) var(--space-6);
  font-size: var(--text-base);
  font-weight: 600;
  font-family: var(--font-display);
  text-align: left;
  cursor: pointer;
  color: var(--color-text);
  background: transparent;
  border: none;
}

.faq-question .faq-chevron {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: var(--color-primary);
  transition: transform var(--transition-interactive);
}

.faq-item.open .faq-chevron { transform: rotate(180deg); }

.faq-answer {
  display: none;
  padding: 0 var(--space-6) var(--space-5);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.75;
}

.faq-item.open .faq-answer { display: block; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: var(--color-navy);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(232, 160, 32, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.cta-inner { position: relative; z-index: 1; }

.cta-section h2 {
  font-size: var(--text-2xl);
  font-weight: 800;
  color: white;
  margin-bottom: var(--space-4);
}

.cta-section p {
  font-size: var(--text-base);
  color: rgba(255,255,255,0.7);
  max-width: 50ch;
  margin-inline: auto;
  margin-bottom: var(--space-8);
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--color-navy);
  color: rgba(255,255,255,0.75);
  padding-block: var(--space-16) var(--space-8);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-10);
  margin-bottom: var(--space-12);
}

.footer-brand .site-logo { color: white; margin-bottom: var(--space-4); }

.footer-brand p {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.55);
  max-width: 32ch;
  line-height: 1.7;
  margin-bottom: var(--space-5);
}

.footer-social {
  display: flex;
  gap: var(--space-3);
}

.social-icon {
  width: 36px; height: 36px;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all var(--transition-interactive);
}
.social-icon:hover {
  background: var(--color-primary);
  color: #1a1000;
  border-color: var(--color-primary);
}

.footer-col-title {
  font-size: var(--text-sm);
  font-weight: 700;
  color: white;
  margin-bottom: var(--space-4);
  font-family: var(--font-display);
}

.footer-col-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.footer-col-links a {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.55);
  transition: color var(--transition-interactive);
}
.footer-col-links a:hover { color: var(--color-primary); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-4);
  padding-top: var(--space-8);
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.4);
}

.footer-legal {
  display: flex;
  gap: var(--space-4);
}

.footer-legal a {
  color: rgba(255,255,255,0.4);
  font-size: var(--text-xs);
}
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

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

/* ============================================================
   ELEMENTOR COMPATIBILITY
   ============================================================ */
.elementor-section { position: relative; }
.elementor-container { max-width: var(--content-wide); margin-inline: auto; }

/* Make sure Elementor sections can use our tokens */
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4 {
  font-family: var(--font-display);
}

.elementor-widget-text-editor {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
}

/* Elementor button overrides */
.elementor-button-wrapper .elementor-button {
  border-radius: var(--radius-full) !important;
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  transition: all var(--transition-interactive) !important;
}

/* ============================================================
   PAGE TEMPLATES
   ============================================================ */
.page-hero {
  background: var(--color-navy);
  color: white;
  padding-block: var(--space-16) var(--space-12);
  text-align: center;
}

.page-hero h1 { color: white; font-size: var(--text-2xl); font-weight: 800; }

.page-hero p {
  color: rgba(255,255,255,0.7);
  font-size: var(--text-base);
  max-width: 55ch;
  margin-inline: auto;
  margin-top: var(--space-4);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.5);
  justify-content: center;
  margin-bottom: var(--space-4);
}

.breadcrumb a { color: rgba(255,255,255,0.5); }
.breadcrumb a:hover { color: var(--color-primary); }

/* Order Form Page */
.order-form-wrap {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  max-width: 700px;
  margin-inline: auto;
  box-shadow: var(--shadow-md);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}

.form-label {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
}

.form-control {
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  font-size: var(--text-base);
  color: var(--color-text);
  transition: border-color var(--transition-interactive), box-shadow var(--transition-interactive);
  width: 100%;
}

.form-control:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(232,160,32,0.15);
  outline: none;
}

.form-control::placeholder { color: var(--color-text-faint); }

select.form-control { cursor: pointer; }

/* Platform selector cards */
.platform-selector {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(120px, 100%), 1fr));
  gap: var(--space-3);
}

.platform-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  cursor: pointer;
  transition: all var(--transition-interactive);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--color-text-muted);
}

.platform-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-text);
}

.platform-btn.active {
  border-color: var(--color-primary);
  background: var(--color-primary-highlight);
  color: var(--color-primary);
}

/* ============================================================
   BLOG / RESOURCES
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: var(--space-6);
}

.blog-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--transition-interactive);
}

.blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.blog-card-img {
  aspect-ratio: 16/9;
  background: var(--color-surface-offset);
  overflow: hidden;
}

.blog-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img img { transform: scale(1.04); }

.blog-card-body { padding: var(--space-5); }

.blog-tag {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--color-primary);
  margin-bottom: var(--space-2);
}

.blog-title {
  font-size: var(--text-base);
  font-weight: 700;
  font-family: var(--font-display);
  margin-bottom: var(--space-2);
  line-height: 1.35;
}

.blog-excerpt {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-divider);
  font-size: var(--text-xs);
  color: var(--color-text-faint);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.hidden { display: none !important; }
.visually-hidden { @extend .sr-only; }
.text-balance { text-wrap: balance; }
.mt-auto { margin-top: auto; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-2 { gap: var(--space-2); }
.gap-4 { gap: var(--space-4); }
.mb-4 { margin-bottom: var(--space-4); }
.mb-8 { margin-bottom: var(--space-8); }

/* ============================================================
   WORDPRESS CORE STYLES
   ============================================================ */
.wp-block-image img { border-radius: var(--radius-lg); }

.wp-block-pullquote {
  border-left: 4px solid var(--color-primary);
  padding-left: var(--space-6);
  font-style: italic;
  color: var(--color-text-muted);
}

.wp-block-button__link {
  background: var(--color-primary);
  color: #1a1000;
  border-radius: var(--radius-full);
  padding: var(--space-3) var(--space-6);
  font-weight: 600;
}

.wp-block-button__link:hover {
  background: var(--color-primary-hover);
}

/* Gutenberg alignment */
.alignwide { max-width: var(--content-wide); margin-inline: auto; }
.alignfull { max-width: 100%; }

/* Comments */
.comment-content { color: var(--color-text-muted); font-size: var(--text-sm); }

/* Pagination */
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
  transition: all var(--transition-interactive);
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--color-primary);
  color: #1a1000;
  border-color: var(--color-primary);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  margin-top: var(--space-12);
}

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: var(--space-4);
  left: var(--space-4);
  right: var(--space-4);
  max-width: 560px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-5) var(--space-6);
  box-shadow: var(--shadow-lg);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  gap: var(--space-4);
  flex-wrap: wrap;
  animation: fadeIn 0.3s ease;
}

.cookie-banner p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  flex: 1;
  min-width: 200px;
}

.cookie-banner p a { color: var(--color-primary); text-decoration: underline; }

.cookie-actions { display: flex; gap: var(--space-2); }
