/*
Theme Name: SpeedAir
Theme URI: https://speedairandheating.com
Author: SpeedAir & Heating
Author URI: https://speedairandheating.com
Description: Modern, conversion-focused WordPress theme for SpeedAir & Heating — HVAC services in Tampa Bay, FL.
Version: 3.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: speedair
Tags: one-column, two-columns, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template
*/

/* ============================================================
   DESIGN TOKENS & CUSTOM PROPERTIES
   ============================================================ */
:root {
  /* Brand Colors */
  --color-primary:        #1e3a5f;
  --color-primary-dark:   #152d4b;
  --color-primary-light:  #2a4f82;
  --color-accent:         #f59e0b;
  --color-accent-dark:    #d97706;
  --color-accent-light:   #fbbf24;
  --color-red:            #ef4444;
  --color-red-dark:       #dc2626;

  /* Neutrals */
  --color-dark:           #0f172a;
  --color-text:           #1e293b;
  --color-text-muted:     #64748b;
  --color-border:         #e2e8f0;
  --color-bg:             #ffffff;
  --color-bg-light:       #f8fafc;
  --color-bg-dark:        #0f172a;
  --color-white:          #ffffff;

  /* Typography */
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --text-xs:    0.75rem;
  --text-sm:    0.875rem;
  --text-base:  1rem;
  --text-lg:    1.125rem;
  --text-xl:    1.25rem;
  --text-2xl:   1.5rem;
  --text-3xl:   1.875rem;
  --text-4xl:   2.25rem;
  --text-5xl:   3rem;
  --text-6xl:   3.75rem;

  --fw-normal:  400;
  --fw-medium:  500;
  --fw-semi:    600;
  --fw-bold:    700;
  --fw-black:   900;

  --leading-tight:  1.25;
  --leading-snug:   1.375;
  --leading-normal: 1.5;
  --leading-relaxed:1.625;

  /* 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;

  /* Layout */
  --container-max:  1280px;
  --container-pad:  1.5rem;
  --header-height:  80px;

  /* Borders & Radius */
  --radius-sm:    4px;
  --radius-md:    8px;
  --radius-lg:    12px;
  --radius-xl:    16px;
  --radius-2xl:   24px;
  --radius-full:  9999px;

  /* Shadows */
  --shadow-sm:  0 1px 2px 0 rgb(0 0 0 / .05);
  --shadow-md:  0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --shadow-lg:  0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --shadow-xl:  0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  --shadow-card: 0 2px 20px rgb(0 0 0 / .08);
  --shadow-hover:0 8px 30px rgb(0 0 0 / .15);

  /* Transitions */
  --transition:       all 0.2s ease;
  --transition-slow:  all 0.4s ease;

  /* Header */
  --header-bg:        rgba(255,255,255,0.97);
  --header-shadow:    0 2px 20px rgb(0 0 0 / .1);
}

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

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

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: var(--fw-normal);
  line-height: var(--leading-normal);
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; border: none; background: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  line-height: var(--leading-tight);
  color: var(--color-dark);
}

p { line-height: var(--leading-relaxed); color: var(--color-text-muted); }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

.section-pad {
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
}

.section-pad-lg {
  padding-top: var(--space-32);
  padding-bottom: var(--space-32);
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.section-header { margin-bottom: var(--space-12); }
.section-header.centered { text-align: center; }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: var(--fw-semi);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-3);
}

.section-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-accent);
}

.section-title {
  font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
  font-weight: var(--fw-black);
  color: var(--color-dark);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-4);
}

.section-subtitle {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  max-width: 600px;
}

.section-header.centered .section-subtitle { margin-left: auto; margin-right: auto; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius-md);
  font-size: var(--text-base);
  font-weight: var(--fw-semi);
  line-height: 1;
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
}

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

.btn-accent { background: var(--color-accent); color: var(--color-dark); border-color: var(--color-accent); }
.btn-accent:hover { background: var(--color-accent-dark); border-color: var(--color-accent-dark); transform: translateY(-1px); box-shadow: var(--shadow-lg); }

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

.btn-outline-white { background: transparent; color: var(--color-white); border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: var(--color-white); }

.btn-outline-primary { background: transparent; color: var(--color-primary); border-color: var(--color-primary); }
.btn-outline-primary:hover { background: var(--color-primary); color: var(--color-white); }

.btn-lg { padding: 1rem 2.25rem; font-size: var(--text-lg); }
.btn-sm { padding: 0.5rem 1.25rem; font-size: var(--text-sm); }
.btn svg { width: 1em; height: 1em; flex-shrink: 0; }
.btn-lg svg { width: 1.25em; height: 1.25em; }

/* ============================================================
   SKIP LINK
   ============================================================ */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  padding: var(--space-3) var(--space-6);
  background: var(--color-primary);
  color: var(--color-white);
  z-index: 9999;
  font-weight: var(--fw-semi);
}
.skip-link:focus { top: 0; }

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.top-bar {
  background: var(--color-primary);
  color: rgba(255,255,255,0.9);
  font-size: var(--text-sm);
  padding: 0.4rem 0;
  display: none;
}
@media (min-width: 768px) { .top-bar { display: block; } }

.top-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); }
.top-bar__items { display: flex; align-items: center; gap: var(--space-6); }

.top-bar__item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: rgba(255,255,255,0.9);
  transition: var(--transition);
}
.top-bar__item:hover { color: var(--color-accent); }
.top-bar__item svg { width: 14px; height: 14px; flex-shrink: 0; }

.top-bar__badge {
  background: var(--color-accent);
  color: var(--color-dark);
  font-size: var(--text-xs);
  font-weight: var(--fw-bold);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================================
   EMERGENCY BANNER
   ============================================================ */
.emergency-banner {
  background: var(--color-red);
  color: var(--color-white);
  text-align: center;
  font-size: var(--text-sm);
  font-weight: var(--fw-semi);
  padding: 0.5rem var(--container-pad);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
}
.emergency-banner svg { width: 16px; height: 16px; flex-shrink: 0; }
.emergency-banner a { color: inherit; text-decoration: underline; }

/* ============================================================
   MAIN HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  transition: var(--transition-slow);
}
.site-header.scrolled { box-shadow: var(--header-shadow); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-6);
  height: var(--header-height);
}
@media (max-width: 767px) {
  .site-header__inner { height: 64px; gap: var(--space-3); }
  .site-logo img,
  .site-logo .custom-logo,
  .custom-logo-link img { max-height: 44px !important; }
  .site-logo__name { font-size: var(--text-base); }
  .site-logo__tagline { display: none; }
  .header-actions { gap: var(--space-2); }
  .header-actions .btn-accent { display: none; } /* free up space; CTA is in the mobile nav footer */
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-3);
  flex-shrink: 0;
  text-decoration: none;
}
.site-logo .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.site-logo img,
.site-logo .custom-logo,
.custom-logo-link img {
  max-height: 60px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
.custom-logo-link { display: flex; align-items: center; }
.site-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.site-logo__name { font-size: var(--text-xl); font-weight: var(--fw-black); color: var(--color-primary); }
.site-logo__tagline { font-size: var(--text-xs); color: var(--color-text-muted); font-weight: var(--fw-medium); }

/* Primary Nav */
.primary-nav { display: none; align-items: center; gap: var(--space-1); }
@media (min-width: 1024px) { .primary-nav { display: flex; } }

.primary-nav .menu { display: flex; align-items: center; gap: var(--space-1); }

.primary-nav .menu-item > a {
  display: block;
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  color: var(--color-text);
  border-radius: var(--radius-md);
  transition: var(--transition);
  white-space: nowrap;
}
.primary-nav .menu-item > a:hover,
.primary-nav .menu-item.current-menu-item > a,
.primary-nav .menu-item.current-page-ancestor > a {
  color: var(--color-primary);
  background: var(--color-bg-light);
}

.primary-nav .menu-item-has-children { position: relative; }
.primary-nav .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--transition);
  z-index: 100;
  padding: var(--space-2);
}
.primary-nav .menu-item-has-children:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu .menu-item > a {
  display: block;
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text);
  border-radius: var(--radius-md);
}
.primary-nav .sub-menu .menu-item > a:hover { color: var(--color-primary); background: var(--color-bg-light); }

/* Header CTA */
.header-actions { display: flex; align-items: center; gap: var(--space-3); flex-shrink: 0; margin-left: auto; }

.header-phone {
  display: none;
  align-items: center;
  gap: var(--space-2);
  font-weight: var(--fw-semi);
  color: var(--color-primary);
  font-size: var(--text-sm);
  transition: var(--transition);
}
.header-phone:hover { color: var(--color-accent-dark); }
.header-phone svg { width: 16px; height: 16px; }
@media (min-width: 768px) { .header-phone { display: flex; } }

/* Mobile hamburger */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  color: var(--color-text);
  transition: var(--transition);
}
.mobile-menu-toggle:hover { background: var(--color-bg-light); }
.mobile-menu-toggle svg { width: 22px; height: 22px; }
@media (min-width: 1024px) { .mobile-menu-toggle { display: none; } }

/* Mobile Nav Overlay */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 1100; /* must sit above .site-header (z-index: 1000) so the overlay covers it */
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  box-shadow: -10px 0 40px rgba(0,0,0,0.18);
}
.mobile-nav.open { transform: translateX(0); }

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--space-4) + env(safe-area-inset-top)) var(--space-6) var(--space-4);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  background: var(--color-white);
  z-index: 1;
}

.mobile-nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  color: var(--color-text);
  transition: var(--transition);
}
.mobile-nav__close:hover { background: var(--color-bg-light); }
.mobile-nav__close svg { width: 22px; height: 22px; }

.mobile-nav__menu { flex: 1; padding: var(--space-6); }
.mobile-nav__menu .menu { display: flex; flex-direction: column; gap: var(--space-1); }
.mobile-nav__menu .menu-item > a {
  display: block;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-lg);
  font-weight: var(--fw-medium);
  color: var(--color-text);
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.mobile-nav__menu .menu-item > a:hover,
.mobile-nav__menu .menu-item.current-menu-item > a { color: var(--color-primary); background: var(--color-bg-light); }

.mobile-nav__menu .sub-menu { padding-left: var(--space-4); margin-top: var(--space-1); }
.mobile-nav__menu .sub-menu .menu-item > a { font-size: var(--text-base); color: var(--color-text-muted); }

.mobile-nav__footer {
  padding: var(--space-6);
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.mobile-nav__contact-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}
.mobile-nav__contact-item svg { width: 16px; height: 16px; color: var(--color-primary); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.88) 0%, rgba(30,58,95,0.72) 50%, rgba(15,23,42,0.65) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: var(--space-20) 0;
}

.hero__inner { max-width: 720px; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(245,158,11,0.2);
  border: 1px solid rgba(245,158,11,0.4);
  color: var(--color-accent-light);
  font-size: var(--text-sm);
  font-weight: var(--fw-semi);
  padding: 0.375rem 0.875rem;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-6);
  backdrop-filter: blur(4px);
}
.hero__badge svg { width: 14px; height: 14px; }

.hero__title {
  font-size: clamp(var(--text-3xl), 6vw, var(--text-6xl));
  font-weight: var(--fw-black);
  line-height: var(--leading-tight);
  color: var(--color-white);
  margin-bottom: var(--space-6);
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero__title span { color: var(--color-accent); }

.hero__subtitle {
  font-size: clamp(var(--text-base), 2vw, var(--text-xl));
  color: rgba(255,255,255,0.85);
  margin-bottom: var(--space-8);
  line-height: var(--leading-relaxed);
  max-width: 560px;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-bottom: var(--space-10); }

.hero__trust { display: flex; flex-wrap: wrap; gap: var(--space-6); }

.hero__trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: rgba(255,255,255,0.8);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
}
.hero__trust-item svg { width: 18px; height: 18px; color: var(--color-accent); flex-shrink: 0; }

/* Hero Stats Bar */
.hero-stats {
  background: var(--color-white);
  border-top: 4px solid var(--color-accent);
  padding: var(--space-8) 0;
}

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

.hero-stats__item {
  text-align: center;
  padding: var(--space-4) var(--space-6);
  border-right: 1px solid var(--color-border);
}
.hero-stats__item:last-child { border-right: none; }
@media (max-width: 639px) {
  .hero-stats__item:nth-child(2n) { border-right: none; }
  .hero-stats__item:nth-child(1),
  .hero-stats__item:nth-child(2) { border-bottom: 1px solid var(--color-border); }
}

.hero-stats__number { font-size: var(--text-3xl); font-weight: var(--fw-black); color: var(--color-primary); line-height: 1; margin-bottom: var(--space-1); }
.hero-stats__label { font-size: var(--text-sm); color: var(--color-text-muted); font-weight: var(--fw-medium); }

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services-section { background: var(--color-bg-light); }

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

.service-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition-slow);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: var(--color-primary); }

.service-card__image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-bg-light);
}
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .service-card__image img { transform: scale(1.05); }

.service-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  color: rgba(255,255,255,0.3);
  font-size: 4rem;
}

.service-card__body {
  padding: var(--space-6);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-4);
  font-size: 1.5rem;
  flex-shrink: 0;
  color: var(--color-white);
}
.service-card__icon svg { width: 24px; height: 24px; }

.service-card__title { font-size: var(--text-xl); font-weight: var(--fw-bold); color: var(--color-dark); margin-bottom: var(--space-3); }
.service-card__desc { font-size: var(--text-sm); color: var(--color-text-muted); line-height: var(--leading-relaxed); flex: 1; margin-bottom: var(--space-4); }

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: var(--fw-semi);
  color: var(--color-primary);
  transition: var(--transition);
}
.service-card__link:hover { gap: var(--space-3); color: var(--color-accent-dark); }
.service-card__link svg { width: 16px; height: 16px; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section { background: var(--color-white); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; } }

.about-image { position: relative; }
.about-image__main { width: 100%; border-radius: var(--radius-2xl); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-xl); }
.about-image__main img { width: 100%; height: 100%; object-fit: cover; }

.about-image__badge {
  position: absolute;
  bottom: var(--space-6);
  right: var(--space-6);
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-6);
  box-shadow: var(--shadow-xl);
  text-align: center;
  min-width: 120px;
}
.about-image__badge-number { font-size: var(--text-3xl); font-weight: var(--fw-black); color: var(--color-primary); line-height: 1; margin-bottom: var(--space-1); }
.about-image__badge-label { font-size: var(--text-xs); color: var(--color-text-muted); font-weight: var(--fw-medium); text-transform: uppercase; letter-spacing: 0.05em; }

.about-content p { font-size: var(--text-lg); color: var(--color-text-muted); margin-bottom: var(--space-6); }

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}
@media (max-width: 640px) { .about-features { grid-template-columns: 1fr; } }

.about-feature { display: flex; align-items: flex-start; gap: var(--space-3); }
.about-feature__icon {
  width: 40px;
  height: 40px;
  background: rgba(30,58,95,0.08);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-primary);
}
.about-feature__icon svg { width: 18px; height: 18px; }
.about-feature__text strong { display: block; font-weight: var(--fw-semi); color: var(--color-dark); font-size: var(--text-sm); margin-bottom: 2px; }
.about-feature__text span { font-size: var(--text-xs); color: var(--color-text-muted); }

/* ============================================================
   CTA / PROMO SECTION
   ============================================================ */
.cta-section {
  position: relative;
  background: var(--color-primary);
  overflow: hidden;
}

.cta-section__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.15; z-index: 0; }
.cta-section__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(245,158,11,0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 0%, transparent 40%);
}

.cta-section__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: var(--space-24) 0;
}

.cta-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(245,158,11,0.2);
  color: var(--color-accent-light);
  font-size: var(--text-sm);
  font-weight: var(--fw-semi);
  padding: 0.375rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-6);
  border: 1px solid rgba(245,158,11,0.3);
}

.cta-section__title { font-size: clamp(var(--text-2xl), 4vw, var(--text-5xl)); font-weight: var(--fw-black); color: var(--color-white); margin-bottom: var(--space-4); line-height: var(--leading-tight); }
.cta-section__subtitle { font-size: var(--text-lg); color: rgba(255,255,255,0.8); max-width: 540px; margin: 0 auto var(--space-10); }
.cta-section__actions { display: flex; flex-wrap: wrap; gap: var(--space-4); justify-content: center; }
.cta-section__disclaimer { margin-top: var(--space-6); font-size: var(--text-xs); color: rgba(255,255,255,0.5); }

/* ============================================================
   REVIEWS SECTION
   ============================================================ */
.reviews-section { background: var(--color-bg-light); }

.reviews-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  flex-wrap: wrap;
}

.reviews-platform {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-3) var(--space-5);
  box-shadow: var(--shadow-sm);
}
.reviews-platform__name { font-weight: var(--fw-semi); font-size: var(--text-sm); color: var(--color-text); }
.reviews-platform__stars { color: #fbbf24; font-size: var(--text-sm); }
.reviews-platform__count { font-size: var(--text-xs); color: var(--color-text-muted); }

.reviews-slider-wrap { position: relative; overflow: hidden; }
.reviews-slider { display: flex; gap: var(--space-6); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); }

.review-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  min-width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) { .review-card { min-width: calc(100vw - 3rem); } }

.review-card__stars { display: flex; gap: 2px; color: #fbbf24; font-size: var(--text-lg); margin-bottom: var(--space-4); }
.review-card__text { font-size: var(--text-base); color: var(--color-text); line-height: var(--leading-relaxed); flex: 1; margin-bottom: var(--space-6); font-style: italic; }

.review-card__author { display: flex; align-items: center; gap: var(--space-3); padding-top: var(--space-4); border-top: 1px solid var(--color-border); }

.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-weight: var(--fw-bold);
  font-size: var(--text-base);
  flex-shrink: 0;
  overflow: hidden;
}
.review-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-card__name { font-weight: var(--fw-semi); color: var(--color-dark); font-size: var(--text-sm); }
.review-card__location { font-size: var(--text-xs); color: var(--color-text-muted); }
.review-card__platform { font-size: var(--text-xs); color: var(--color-primary); font-weight: var(--fw-medium); margin-left: auto; }

/* Slider controls */
.reviews-controls { display: flex; align-items: center; justify-content: center; gap: var(--space-4); margin-top: var(--space-8); }

.reviews-prev, .reviews-next {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-border);
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  transition: var(--transition);
  cursor: pointer;
}
.reviews-prev:hover, .reviews-next:hover { border-color: var(--color-primary); background: var(--color-primary); color: var(--color-white); }
.reviews-prev svg, .reviews-next svg { width: 18px; height: 18px; }

.reviews-dots { display: flex; gap: var(--space-2); }
.reviews-dot { width: 8px; height: 8px; border-radius: var(--radius-full); background: var(--color-border); transition: var(--transition); cursor: pointer; border: none; }
.reviews-dot.active { background: var(--color-primary); width: 24px; }

/* ============================================================
   COVERAGE SECTION
   ============================================================ */
.coverage-section { background: var(--color-white); }

.coverage-intro { max-width: 600px; margin: 0 auto var(--space-12); text-align: center; }

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-10);
}

.coverage-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  color: var(--color-text);
  transition: var(--transition);
}
.coverage-item:hover { background: var(--color-primary); color: var(--color-white); border-color: var(--color-primary); }
.coverage-item svg { width: 14px; height: 14px; color: var(--color-accent); flex-shrink: 0; }
.coverage-item:hover svg { color: var(--color-accent-light); }

.coverage-cta { text-align: center; padding: var(--space-10); background: linear-gradient(135deg, var(--color-bg-light), var(--color-white)); border-radius: var(--radius-2xl); border: 1px solid var(--color-border); }
.coverage-cta p { font-size: var(--text-lg); margin-bottom: var(--space-4); color: var(--color-text); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--color-bg-dark); color: rgba(255,255,255,0.75); }

.footer-main {
  padding: var(--space-20) 0 var(--space-12);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-10); }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-logo { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-5); text-decoration: none; }
.footer-logo img { height: 44px; width: auto; object-fit: contain; }
.footer-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.footer-logo__name { font-size: var(--text-xl); font-weight: var(--fw-black); color: var(--color-white); }
.footer-logo__tagline { font-size: var(--text-xs); color: rgba(255,255,255,0.5); }

.footer-about { font-size: var(--text-sm); line-height: var(--leading-relaxed); color: rgba(255,255,255,0.6); margin-bottom: var(--space-6); }

.footer-social { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.footer-social__link {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}
.footer-social__link:hover { background: var(--color-primary-light); border-color: var(--color-primary-light); color: var(--color-white); transform: translateY(-2px); }
.footer-social__link svg { width: 18px; height: 18px; }

.footer-col__title { font-size: var(--text-sm); font-weight: var(--fw-bold); color: var(--color-white); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: var(--space-5); }

.footer-nav__list { display: flex; flex-direction: column; gap: var(--space-3); }
.footer-nav__item a { font-size: var(--text-sm); color: rgba(255,255,255,0.6); transition: var(--transition); display: flex; align-items: center; gap: var(--space-2); }
.footer-nav__item a:hover { color: var(--color-accent); padding-left: var(--space-1); }

.footer-contact { display: flex; flex-direction: column; gap: var(--space-4); }
.footer-contact__item { display: flex; align-items: flex-start; gap: var(--space-3); font-size: var(--text-sm); }
.footer-contact__item svg { width: 16px; height: 16px; color: var(--color-accent); margin-top: 2px; flex-shrink: 0; }
.footer-contact__item a { color: rgba(255,255,255,0.75); transition: var(--transition); }
.footer-contact__item a:hover { color: var(--color-accent); }

.footer-bottom { padding: var(--space-6) 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-4); }
.footer-bottom__copy { font-size: var(--text-sm); color: rgba(255,255,255,0.4); }
.footer-bottom__links { display: flex; gap: var(--space-4); flex-wrap: wrap; }
.footer-bottom__link { font-size: var(--text-xs); color: rgba(255,255,255,0.4); transition: var(--transition); }
.footer-bottom__link:hover { color: rgba(255,255,255,0.8); }

/* ============================================================
   PAGE & POST CONTENT
   ============================================================ */
.page-header {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  padding: var(--space-1) 0;
  position: relative;
  overflow: hidden;
}
.page-header::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 70% 50%, rgba(245,158,11,0.12) 0%, transparent 50%); }
.page-header__content { position: relative; z-index: 1; }
.page-header__breadcrumb { display: flex; align-items: center; gap: var(--space-2); font-size: var(--text-sm); color: rgba(255,255,255,0.6); margin-bottom: var(--space-4); }
.page-header__breadcrumb a { color: rgba(255,255,255,0.7); }
.page-header__breadcrumb a:hover { color: var(--color-accent); }
.page-header__breadcrumb svg { width: 14px; height: 14px; }
.page-header__title { font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl)); font-weight: var(--fw-black); color: var(--color-white); margin-bottom: var(--space-3); }
.page-header__subtitle { font-size: var(--text-lg); color: rgba(255,255,255,0.75); }

.content-area { padding: var(--space-16) 0; }

.entry-content { max-width: 820px; margin: 0 auto; }
.entry-content.full-width { max-width: 100%; }

.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 { margin-top: var(--space-8); margin-bottom: var(--space-4); color: var(--color-dark); }
.entry-content h2 { font-size: var(--text-3xl); }
.entry-content h3 { font-size: var(--text-2xl); }
.entry-content h4 { font-size: var(--text-xl); }
.entry-content p { margin-bottom: var(--space-5); color: var(--color-text); font-size: var(--text-lg); line-height: var(--leading-relaxed); }
.entry-content a { color: var(--color-primary); text-decoration: underline; }
.entry-content a:hover { color: var(--color-accent-dark); }
.entry-content ul, .entry-content ol { margin: var(--space-5) 0; padding-left: var(--space-6); display: flex; flex-direction: column; gap: var(--space-2); }
.entry-content ul li { list-style: disc; color: var(--color-text); font-size: var(--text-lg); }
.entry-content ol li { list-style: decimal; color: var(--color-text); font-size: var(--text-lg); }
.entry-content img { border-radius: var(--radius-xl); margin: var(--space-8) 0; box-shadow: var(--shadow-lg); }
.entry-content blockquote { border-left: 4px solid var(--color-accent); padding: var(--space-4) var(--space-8); background: var(--color-bg-light); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; margin: var(--space-8) 0; font-size: var(--text-xl); font-style: italic; color: var(--color-text); }

.content-sidebar-wrap { display: grid; grid-template-columns: 1fr; gap: var(--space-10); }
@media (min-width: 1024px) {
  .content-sidebar-wrap { grid-template-columns: 1fr 320px; }
  .content-sidebar-wrap.full-width { grid-template-columns: 1fr; }
}

.post-header { margin-bottom: var(--space-8); }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-4); font-size: var(--text-sm); color: var(--color-text-muted); margin-bottom: var(--space-4); }
.post-meta__item { display: flex; align-items: center; gap: var(--space-2); }
.post-meta__item svg { width: 14px; height: 14px; }

.post-category { display: inline-block; background: rgba(30,58,95,0.08); color: var(--color-primary); font-size: var(--text-xs); font-weight: var(--fw-semi); padding: 0.25rem 0.75rem; border-radius: var(--radius-full); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: var(--space-4); }

.post-title { font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl)); font-weight: var(--fw-black); color: var(--color-dark); margin-bottom: var(--space-4); line-height: var(--leading-tight); }

.post-featured-image { border-radius: var(--radius-xl); overflow: hidden; margin-bottom: var(--space-8); aspect-ratio: 16/9; }
.post-featured-image img { width: 100%; height: 100%; object-fit: cover; }

.sidebar { }
.widget { background: var(--color-bg-light); border: 1px solid var(--color-border); border-radius: var(--radius-xl); padding: var(--space-6); margin-bottom: var(--space-6); }
.widget-title { font-size: var(--text-base); font-weight: var(--fw-bold); color: var(--color-dark); margin-bottom: var(--space-4); padding-bottom: var(--space-3); border-bottom: 2px solid var(--color-accent); }

/* Category Posts Widget */
.cpw-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-2); }
.cpw-item { margin: 0; }
.cpw-item__link { display: flex; align-items: center; gap: var(--space-3); padding: var(--space-2); border-radius: var(--radius-lg); transition: var(--transition); text-decoration: none; color: var(--color-dark); }
.cpw-item__link:hover { background: var(--color-white); box-shadow: var(--shadow-card); transform: translateX(2px); }
.cpw-item__thumb { flex-shrink: 0; width: 56px; height: 56px; border-radius: var(--radius-md); overflow: hidden; background: var(--color-white); display: flex; align-items: center; justify-content: center; }
.cpw-item__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cpw-item__thumb-fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: rgba(30,58,95,0.08); color: var(--color-primary); }
.cpw-item__thumb-fallback svg { width: 22px; height: 22px; }
.cpw-item__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cpw-item__title { font-size: var(--text-sm); font-weight: var(--fw-semi); color: var(--color-dark); line-height: var(--leading-snug); display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cpw-item__link:hover .cpw-item__title { color: var(--color-primary); }
.cpw-item__meta { font-size: var(--text-xs); color: var(--color-text-muted); }
.cpw-view-all { display: inline-flex; align-items: center; gap: var(--space-2); margin-top: var(--space-4); padding-top: var(--space-3); border-top: 1px solid var(--color-border); width: 100%; font-size: var(--text-sm); font-weight: var(--fw-semi); color: var(--color-primary); text-decoration: none; transition: var(--transition); }
.cpw-view-all:hover { gap: var(--space-3); color: var(--color-accent-dark); }
.cpw-view-all svg { width: 14px; height: 14px; }

/* ============================================================
   FORMS
   ============================================================ */
.form-wrap {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-2xl);
  padding: var(--space-10);
  box-shadow: var(--shadow-xl);
}
.form-title { font-size: var(--text-2xl); font-weight: var(--fw-bold); color: var(--color-dark); margin-bottom: var(--space-2); }
.form-subtitle { font-size: var(--text-base); color: var(--color-text-muted); margin-bottom: var(--space-8); }
.form-group { margin-bottom: var(--space-5); }
.form-row { display: grid; grid-template-columns: 1fr; gap: var(--space-4); }
@media (min-width: 640px) { .form-row { grid-template-columns: repeat(2, 1fr); } }

.form-label { display: block; font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--color-text); margin-bottom: var(--space-2); }
.form-label span { color: var(--color-red); }

.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--text-base);
  color: var(--color-text);
  background: var(--color-white);
  transition: var(--transition);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(30,58,95,0.1); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--color-text-muted); opacity: 0.7; }
.form-textarea { min-height: 140px; resize: vertical; }
.form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 1.25rem; padding-right: 2.5rem; }

.form-checkbox-group { display: flex; flex-direction: column; gap: var(--space-2); }
.form-checkbox { display: flex; align-items: center; gap: var(--space-3); cursor: pointer; }
.form-checkbox input[type="checkbox"] { width: 18px; height: 18px; border: 1.5px solid var(--color-border); border-radius: var(--radius-sm); accent-color: var(--color-primary); flex-shrink: 0; }
.form-checkbox span { font-size: var(--text-sm); color: var(--color-text); }

.form-hint { font-size: var(--text-xs); color: var(--color-text-muted); margin-top: var(--space-1); }
.form-error-msg { font-size: var(--text-xs); color: var(--color-red); margin-top: var(--space-1); display: none; }
.form-error-msg.visible { display: block; }

.form-submit { width: 100%; padding: 1rem; font-size: var(--text-lg); font-weight: var(--fw-bold); }

.form-success {
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  text-align: center;
  display: none;
}
.form-success.visible { display: block; }
.form-success h3 { color: #166534; margin-bottom: var(--space-2); }
.form-success p { color: #15803d; margin: 0; }

/* ============================================================
   LANDING PAGE
   ============================================================ */
.lp-hero { min-height: 70vh; }
.lp-content { padding: var(--space-16) 0; }
.lp-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-12); align-items: start; }
@media (min-width: 1024px) { .lp-grid { grid-template-columns: 1fr 400px; } }
.lp-form-sticky { position: sticky; top: calc(var(--header-height) + var(--space-6)); }

/* Trust strip */
.trust-strip { background: var(--color-bg-light); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: var(--space-6) 0; }
.trust-strip__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--space-8); }
.trust-item { display: flex; align-items: center; gap: var(--space-3); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--color-text); }
.trust-item svg { width: 22px; height: 22px; color: var(--color-primary); }

/* ============================================================
   ARCHIVE / BLOG
   ============================================================ */
.posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: var(--space-8); }

.post-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-card); transition: var(--transition-slow); }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.post-card__image { aspect-ratio: 16/9; overflow: hidden; background: var(--color-bg-light); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.post-card:hover .post-card__image img { transform: scale(1.05); }
.post-card__body { padding: var(--space-6); }
.post-card__title { font-size: var(--text-xl); margin-bottom: var(--space-3); }
.post-card__title a { color: var(--color-dark); }
.post-card__title a:hover { color: var(--color-primary); }
.post-card__excerpt { font-size: var(--text-sm); color: var(--color-text-muted); margin-bottom: var(--space-4); }
.post-card__meta { font-size: var(--text-xs); color: var(--color-text-muted); display: flex; gap: var(--space-4); }

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  width: 46px;
  height: 46px;
  border-radius: var(--radius-full);
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 500;
  cursor: pointer;
  border: none;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--color-primary-dark); transform: translateY(-2px); }
.back-to-top svg { width: 20px; height: 20px; }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.animated { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(1) { transition-delay: 0.05s; }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.15s; }
.fade-up:nth-child(4) { transition-delay: 0.2s; }
.fade-up:nth-child(5) { transition-delay: 0.25s; }
.fade-up:nth-child(6) { transition-delay: 0.3s; }
.fade-up:nth-child(7) { transition-delay: 0.35s; }
.fade-up:nth-child(8) { transition-delay: 0.4s; }
.fade-in { opacity: 0; transition: opacity 0.7s ease; }
.fade-in.animated { opacity: 1; }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination { display: flex; align-items: center; justify-content: center; gap: var(--space-2); margin-top: var(--space-12); }
.pagination .nav-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: var(--space-2); }
.pagination .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-numbers { width: 40px; height: 40px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--color-text); border: 1px solid var(--color-border); background: var(--color-white); transition: var(--transition); }
.page-numbers:hover, .page-numbers.current { background: var(--color-primary); color: var(--color-white); border-color: var(--color-primary); }
.page-numbers.dots { border-color: transparent; background: transparent; }
.page-numbers.dots:hover { background: transparent; color: var(--color-text); border-color: transparent; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 640px) {
  :root { --space-20: 3.5rem; --space-24: 4rem; --space-32: 5rem; }
  .hero { min-height: 75vh; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .cta-section__actions { flex-direction: column; align-items: center; }
  .form-wrap { padding: var(--space-6); }
}

@media print {
  .site-header, .site-footer, .back-to-top, .mobile-nav { display: none !important; }
  .entry-content { max-width: 100%; }
}
