/* ============================================
   CALLOUT LTD — Design System
   Art Direction: Bold trade services — dark navy
   authority, sharp amber accent, clean Swiss grid.
   Pimlico-inspired confidence with Chichester roots.
   ============================================ */

/* --- DESIGN TOKENS --- */
:root,
[data-theme='light'] {
  /* Type scale */
  --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);

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

  /* Fonts */
  --font-display: 'Cabinet Grotesk', 'Arial Black', sans-serif;
  --font-body: 'Satoshi', 'Inter', sans-serif;

  /* Brand Palette — Navy + Amber */
  --color-bg: #f5f5f3;
  --color-surface: #ffffff;
  --color-surface-2: #f9f9f7;
  --color-surface-offset: #efefec;
  --color-divider: #e0e0db;
  --color-border: #d4d4cf;

  /* Text */
  --color-text: #1a1a2e;
  --color-text-muted: #6b6b7a;
  --color-text-faint: #b0b0bc;
  --color-text-inverse: #ffffff;

  /* Primary — Deep Navy */
  --color-primary: #16213e;
  --color-primary-hover: #0f3460;
  --color-primary-active: #0a2444;
  --color-primary-light: #e8eaf2;

  /* Accent — Amber/Signal */
  --color-accent: #f4a827;
  --color-accent-hover: #e09510;
  --color-accent-dark: #c07d00;
  --color-accent-light: #fef3d7;

  /* Semantic */
  --color-success: #2d7a22;
  --color-success-light: #d4e8cc;
  --color-error: #c0392b;

  /* Radii */
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;

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

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(26, 26, 46, 0.08);
  --shadow-md: 0 4px 16px rgba(26, 26, 46, 0.10);
  --shadow-lg: 0 12px 40px rgba(26, 26, 46, 0.14);

  /* Content widths */
  --content-default: 1140px;
  --content-narrow: 720px;
}

[data-theme='dark'] {
  --color-bg: #0d0d1a;
  --color-surface: #141428;
  --color-surface-2: #1a1a32;
  --color-surface-offset: #1e1e38;
  --color-divider: #252542;
  --color-border: #2e2e52;
  --color-text: #e8e8f0;
  --color-text-muted: #8888aa;
  --color-text-faint: #55557a;
  --color-text-inverse: #0d0d1a;
  --color-primary: #4a7fd4;
  --color-primary-hover: #6090e0;
  --color-primary-active: #3366bb;
  --color-primary-light: #1a2240;
  --color-accent: #f4a827;
  --color-accent-hover: #ffbb40;
  --color-accent-dark: #c07d00;
  --color-accent-light: #2a2010;
  --color-success: #4caf50;
  --color-success-light: #1a3020;
  --color-error: #e05555;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.45);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-bg: #0d0d1a;
    --color-surface: #141428;
    --color-surface-2: #1a1a32;
    --color-surface-offset: #1e1e38;
    --color-divider: #252542;
    --color-border: #2e2e52;
    --color-text: #e8e8f0;
    --color-text-muted: #8888aa;
    --color-text-faint: #55557a;
    --color-text-inverse: #0d0d1a;
    --color-primary: #4a7fd4;
    --color-primary-hover: #6090e0;
    --color-primary-active: #3366bb;
    --color-primary-light: #1a2240;
    --color-accent: #f4a827;
    --color-accent-hover: #ffbb40;
    --color-accent-dark: #c07d00;
    --color-accent-light: #2a2010;
    --color-success: #4caf50;
    --color-success-light: #1a3020;
    --color-error: #e05555;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.45);
  }
}

/* --- 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: 80px;
}

body {
  min-height: 100dvh;
  line-height: 1.6;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  background-color: var(--color-bg);
}

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.15; }
p, li, figcaption { text-wrap: pretty; max-width: 68ch; }
address { font-style: normal; }
button { cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }

::selection { background: rgba(244, 168, 39, 0.25); color: var(--color-text); }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 3px; border-radius: var(--radius-sm); }

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

.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; }

/* --- LAYOUT --- */
.container {
  width: 100%;
  max-width: var(--content-default);
  margin-inline: auto;
  padding-inline: clamp(var(--space-4), 5vw, var(--space-12));
}

.section {
  padding-block: clamp(var(--space-12), 8vw, var(--space-24));
}

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

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

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

.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
[data-theme='dark'] .btn-outline {
  color: var(--color-text);
  border-color: var(--color-border);
}
.btn-outline:hover {
  background: var(--color-primary);
  color: white;
  transform: translateY(-1px);
}
[data-theme='dark'] .btn-outline:hover {
  background: var(--color-surface-offset);
  border-color: var(--color-text-muted);
}
/* On dark hero backgrounds, outline button needs high-contrast styling */
.hero .btn-outline {
  color: white;
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.08);
}
.hero .btn-outline:hover {
  background: rgba(255,255,255,0.18);
  border-color: white;
  color: white;
}

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

.btn-outline-white {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.5);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.12);
  border-color: white;
}

/* --- LOGO --- */
.logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-text);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.logo-accent { color: var(--color-accent); }

/* --- HEADER --- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow var(--transition), background var(--transition);
  /* Thin top accent line */
  border-top: 2px solid var(--color-accent);
}

/* Glass layer — sits behind content */
.header-glass {
  position: absolute;
  inset: 0;
  background: rgba(22, 33, 62, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 0;
}

[data-theme='light'] .header-glass {
  background: rgba(22, 33, 62, 0.82);
}

.header--scrolled .header-glass {
  background: rgba(22, 33, 62, 0.95);
  box-shadow: 0 4px 32px rgba(0,0,0,0.35);
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  height: 72px;
}

/* Logo on dark header */
.header .logo { color: white; }
.header .logo-text { color: white; }

.logo-text-stack {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.logo-tagline {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.logo-img-wrap {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: white;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15);
}
.logo-img-wrap .logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  border-radius: 0;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  gap: var(--space-5);
}
.nav a:not(.btn) {
  font-size: var(--text-sm);
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  transition: color var(--transition);
  position: relative;
  padding-bottom: 2px;
}
.nav a:not(.btn)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--color-accent);
  transition: width var(--transition);
  border-radius: 2px;
}
.nav a:not(.btn):hover { color: white; }
.nav a:not(.btn):hover::after { width: 100%; }

.nav-ctas {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-left: var(--space-2);
}

/* WhatsApp nav button */
.btn-whatsapp-nav {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #25d366;
  border-radius: var(--radius-md);
  font-size: var(--text-xs);
  font-weight: 600;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-whatsapp-nav:hover {
  background: rgba(37, 211, 102, 0.25);
  border-color: #25d366;
  color: #2eea74;
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.theme-toggle {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: all var(--transition);
}
.theme-toggle:hover {
  background: rgba(255,255,255,0.1);
  color: white;
}

/* Hamburger */
.mobile-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: white;
  padding: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  transition: background var(--transition);
}
.mobile-menu-btn:hover { background: rgba(255,255,255,0.15); }

.hamburger-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: white;
  border-radius: 2px;
  transition: all var(--transition);
}

/* Mobile menu — glass */
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(16, 24, 48, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: var(--space-6);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  z-index: 1;
}
.mobile-menu.open { display: block; }
.mobile-menu nav { display: flex; flex-direction: column; gap: var(--space-3); }
.mobile-link {
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  padding: var(--space-3) 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color var(--transition);
}
.mobile-link:hover { color: white; }
.mobile-cta { text-align: center; margin-top: var(--space-2); justify-content: center; }
.btn-whatsapp-mobile {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  background: #25d366;
  color: white;
  border-radius: var(--radius-lg);
  font-weight: 700;
  font-size: var(--text-sm);
  width: 100%;
  justify-content: center;
  transition: all var(--transition);
}
.btn-whatsapp-mobile:hover { background: #1fb855; }

/* --- HERO --- */
.hero {
  position: relative;
  background: var(--color-primary);
  overflow: hidden;
  padding-block: clamp(var(--space-16), 10vw, var(--space-24));
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.hero-bg-accent {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 60%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(244,168,39,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(244,168,39,0.06) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(74,127,212,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-12);
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(244,168,39,0.15);
  border: 1px solid rgba(244,168,39,0.3);
  color: var(--color-accent);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: var(--space-6);
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

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

.hero-heading {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 900;
  color: white;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-6);
}

.hero-accent { color: var(--color-accent); }

.hero-sub {
  font-size: var(--text-lg);
  color: rgba(255,255,255,0.75);
  max-width: 44ch;
  margin-bottom: var(--space-8);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-bottom: var(--space-10);
}

.hero-trust {
  display: flex;
  gap: var(--space-6);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.65);
  font-weight: 500;
}
.trust-item svg { color: var(--color-accent); flex-shrink: 0; }

/* Stat Cards */
.hero-card-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.stat-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  padding: var(--space-6) var(--space-8);
  text-align: center;
  min-width: 160px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all var(--transition);
}
.stat-card:hover {
  background: rgba(255,255,255,0.10);
  transform: translateY(-2px);
}

.stat-card-1 { border-color: rgba(244,168,39,0.35); background: rgba(244,168,39,0.08); }
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: white;
  line-height: 1;
  letter-spacing: -0.03em;
}
.stat-card-1 .stat-number { color: var(--color-accent); }
.stat-unit { font-size: 0.55em; font-weight: 700; vertical-align: super; }
.stat-label {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  margin-top: var(--space-2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* --- TRUST BAR --- */
.trust-bar {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-divider);
  padding-block: var(--space-5);
}

.trust-bar-inner {
  display: flex;
  gap: var(--space-8);
  justify-content: center;
  flex-wrap: wrap;
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
}
.trust-bar-item svg { color: var(--color-accent); flex-shrink: 0; }

/* --- SECTION HEADERS --- */
.section-header {
  text-align: center;
  margin-bottom: clamp(var(--space-10), 5vw, var(--space-16));
}

.section-eyebrow {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  margin-bottom: var(--space-3);
}

.section-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
}

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

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

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

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

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

.service-card--featured {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}

.service-card--featured h3,
.service-card--featured p,
.service-card--featured .service-from { color: rgba(255,255,255,0.9); }
.service-card--featured .service-from strong { color: var(--color-accent); }
.service-card--featured .service-link { color: var(--color-accent); }
.service-card--featured:hover {
  border-color: var(--color-accent);
  transform: translateY(-3px);
}

.service-icon {
  width: 56px;
  height: 56px;
  background: var(--color-accent-light);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
  color: var(--color-accent-dark);
}
.service-card--featured .service-icon {
  background: rgba(244,168,39,0.15);
  color: var(--color-accent);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: var(--space-3);
  letter-spacing: -0.01em;
}

.service-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: var(--space-5);
  flex: 1;
}
.service-card--featured p { color: rgba(255,255,255,0.7); }

.service-from {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}
.service-from strong {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}

.service-link {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-accent-dark);
  transition: color var(--transition);
}
.service-link:hover { color: var(--color-accent); }

/* --- PRICING --- */
.pricing-section { background: var(--color-surface-2); }

.pricing-promise {
  display: flex;
  gap: var(--space-8);
  background: var(--color-primary);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-10);
  margin-bottom: var(--space-10);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.promise-item {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  color: white;
}
.promise-item strong { display: block; font-weight: 700; font-size: var(--text-base); }
.promise-item p { font-size: var(--text-sm); color: rgba(255,255,255,0.65); margin: 0; }

.promise-icon {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--color-accent);
  min-width: 48px;
  text-align: center;
}

.promise-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* Price Tabs */
.pricing-tabs {
  display: flex;
  gap: var(--space-2);
  background: var(--color-surface-offset);
  padding: var(--space-1);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-8);
  width: fit-content;
}

.price-tab {
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
  transition: all var(--transition);
  white-space: nowrap;
}
.price-tab:hover { color: var(--color-text); }
.price-tab.active {
  background: var(--color-surface);
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
}

/* Price Table */
.pricing-panel { display: none; }
.pricing-panel.active { display: block; }

.price-table {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.price-table-header {
  display: flex;
  justify-content: space-between;
  padding: var(--space-4) var(--space-8);
  background: var(--color-primary);
  color: rgba(255,255,255,0.7);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-5) var(--space-8);
  border-bottom: 1px solid var(--color-divider);
  gap: var(--space-8);
  transition: background var(--transition);
}
.price-row:last-child { border-bottom: none; }
.price-row:hover { background: var(--color-surface-2); }

.price-row > div:first-child { flex: 1; }
.price-row strong { display: block; font-weight: 600; margin-bottom: var(--space-1); }
.price-note {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
  display: block;
}

.price-value {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 800;
  color: var(--color-primary);
  white-space: nowrap;
  letter-spacing: -0.02em;
}
[data-theme='dark'] .price-value { color: var(--color-text); }

.price-free {
  color: var(--color-success);
  font-size: var(--text-base);
  font-weight: 700;
}

.price-disclaimer {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
  text-align: center;
  padding: var(--space-4) 0;
  line-height: 1.6;
}

/* Hourly Panel */
.hourly-hero {
  background: var(--color-primary);
  border-radius: var(--radius-xl);
  padding: var(--space-10);
  display: flex;
  align-items: center;
  gap: var(--space-10);
  margin-bottom: var(--space-6);
  color: white;
}

.hourly-rate {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  flex-shrink: 0;
}
.hourly-from { font-size: var(--text-sm); color: rgba(255,255,255,0.6); padding-top: var(--space-2); }
.hourly-number {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 900;
  color: var(--color-accent);
  letter-spacing: -0.04em;
  line-height: 1;
}
.hourly-per { font-size: var(--text-base); color: rgba(255,255,255,0.7); padding-top: var(--space-4); }

.hourly-hero p { font-size: var(--text-base); color: rgba(255,255,255,0.75); line-height: 1.65; }

.pricing-cta {
  text-align: center;
  padding-top: var(--space-10);
  border-top: 1px solid var(--color-divider);
  margin-top: var(--space-4);
}
.pricing-cta p {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  margin-bottom: var(--space-5);
  margin-inline: auto;
}

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

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  margin-bottom: var(--space-10);
}

.review-card {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  transition: all var(--transition);
}
.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.review-stars {
  font-size: 1.1rem;
  color: var(--color-accent);
  margin-bottom: var(--space-4);
  letter-spacing: 0.1em;
}

.review-card blockquote {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-6);
  border: none;
  padding: 0;
  font-style: italic;
}

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

.review-avatar {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  color: white;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-weight: 700;
  flex-shrink: 0;
}

.review-author strong { display: block; font-size: var(--text-sm); font-weight: 700; }
.review-author span { font-size: var(--text-xs); color: var(--color-text-faint); }

.reviews-cta { text-align: center; }

/* --- AREAS --- */
.areas-section { background: var(--color-surface-2); }

.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: center;
  margin-bottom: var(--space-8);
}

.area-pill {
  padding: var(--space-2) var(--space-5);
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-muted);
  transition: all var(--transition);
}
.area-pill:hover {
  border-color: var(--color-accent);
  color: var(--color-text);
  background: var(--color-accent-light);
}
.area-pill--primary {
  background: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
.area-pill--primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: white;
}

.areas-note {
  text-align: center;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-inline: auto;
}

/* --- FAQ --- */
.faq-section { background: var(--color-bg); }

.faq-list {
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.faq-item {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition);
}
.faq-item[open] { border-color: var(--color-accent); }

.faq-q {
  padding: var(--space-5) var(--space-6);
  font-weight: 600;
  font-size: var(--text-base);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  transition: color var(--transition);
}
.faq-q::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-accent);
  flex-shrink: 0;
  transition: transform var(--transition);
}
details[open] .faq-q::after {
  content: '−';
}
.faq-q::-webkit-details-marker { display: none; }
.faq-item:hover .faq-q { color: var(--color-primary); }
[data-theme='dark'] .faq-item:hover .faq-q { color: var(--color-accent); }

.faq-a {
  padding: 0 var(--space-6) var(--space-5);
  border-top: 1px solid var(--color-divider);
  padding-top: var(--space-4);
}
.faq-a p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* --- CTA SECTION --- */
.cta-section { background: var(--color-surface-2); }

.cta-card {
  position: relative;
  background: var(--color-primary);
  border-radius: var(--radius-xl);
  padding: clamp(var(--space-10), 6vw, var(--space-16));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-12);
  align-items: center;
  overflow: hidden;
}

.cta-bg-shape {
  position: absolute;
  top: -50%;
  right: -5%;
  width: 45%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(244,168,39,0.15) 0%, transparent 65%);
  pointer-events: none;
}

.cta-content { position: relative; z-index: 1; }
.cta-content h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
}
.cta-content p {
  font-size: var(--text-base);
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--space-8);
  line-height: 1.65;
  max-width: 48ch;
}
.cta-actions {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.cta-availability {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-8);
  min-width: 200px;
  flex-shrink: 0;
}

.avail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) 0;
  gap: var(--space-4);
}
.avail-day { font-size: var(--text-sm); color: rgba(255,255,255,0.6); font-weight: 500; }
.avail-hours { font-size: var(--text-sm); color: white; font-weight: 700; }
.avail-247 { color: var(--color-accent); }
.avail-note {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.45);
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid rgba(255,255,255,0.1);
  max-width: none;
}

/* --- FOOTER --- */
.footer {
  background: var(--color-primary);
  color: rgba(255,255,255,0.75);
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: var(--space-10);
  padding-top: var(--space-16);
  padding-bottom: var(--space-12);
}

.footer-brand .logo { color: white; margin-bottom: var(--space-5); }
.footer-brand p {
  font-size: var(--text-sm);
  line-height: 1.65;
  margin-bottom: var(--space-5);
  color: rgba(255,255,255,0.6);
}
.footer-brand address {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}

.footer-links h4 {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--space-5);
}
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: var(--space-3); }
.footer-links a {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.65);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--color-accent); }

.footer-contact h4 {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--space-5);
}
.footer-phone {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 800;
  color: var(--color-accent);
  margin-bottom: var(--space-3);
  letter-spacing: -0.02em;
}
.footer-phone:hover { color: var(--color-accent-hover); }
.footer-contact > a:not(.footer-phone) {
  display: block;
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.6);
  margin-bottom: var(--space-5);
  transition: color var(--transition);
}
.footer-contact > a:not(.footer-phone):hover { color: white; }

.footer-gbp { margin-top: var(--space-4); }
.gbp-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.5);
  padding: var(--space-2) var(--space-3);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  transition: all var(--transition);
}
.gbp-link:hover { color: white; border-color: rgba(255,255,255,0.35); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-block: var(--space-6);
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.footer-bottom p { font-size: var(--text-xs); color: rgba(255,255,255,0.4); max-width: none; }
.footer-seo-text { font-size: 11px; color: rgba(255,255,255,0.2); }

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }
  .hero-card-stack {
    flex-direction: row;
    gap: var(--space-3);
  }
  .stat-card { flex: 1; min-width: 0; }
  .stat-number { font-size: clamp(1.5rem, 4vw, 2.5rem); }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card--featured { grid-row: auto; }

  .reviews-grid { grid-template-columns: 1fr; }

  .cta-card {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
  .cta-availability { min-width: auto; }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
  }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 768px) {
  .nav { display: none; }
  .mobile-menu-btn { display: flex; }

  .hero { min-height: auto; padding-block: var(--space-16); }
  .hero-card-stack { flex-direction: column; }
  .stat-card { padding: var(--space-4) var(--space-5); }

  .services-grid { grid-template-columns: 1fr; }

  .pricing-tabs { flex-wrap: wrap; width: 100%; }
  .price-tab { flex: 1; text-align: center; min-width: 120px; }

  .pricing-promise {
    flex-direction: column;
    gap: var(--space-5);
    padding: var(--space-6);
  }
  .promise-divider { width: 100%; height: 1px; }

  .hourly-hero { flex-direction: column; gap: var(--space-6); }

  .price-row { gap: var(--space-4); }
  .price-value { font-size: var(--text-base); }
  .price-table-header, .price-row { padding-inline: var(--space-5); }

  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom .container { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; justify-content: center; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { text-align: center; justify-content: center; }
  .pricing-tabs { gap: var(--space-1); }
  .price-tab { padding: var(--space-2) var(--space-3); font-size: var(--text-xs); }
}

/* ============================================
   FLOATING CTA BAR
   ============================================ */

.floating-cta {
  position: fixed;
  bottom: var(--space-5);
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  z-index: 200;
  display: flex;
  gap: var(--space-3);
  padding: var(--space-2);
  background: rgba(13, 13, 26, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-full);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255,255,255,0.05);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
  opacity: 0;
}

.floating-cta.visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* --- CALL button --- */
.float-btn {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
  color: white;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
  overflow: hidden;
}

.float-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity var(--transition);
}
.float-btn:hover::before { opacity: 1; }
.float-btn:hover { transform: scale(1.04); }

/* Call button — amber */
.float-btn--call {
  background: linear-gradient(135deg, #f4a827 0%, #e8920e 100%);
  color: #1a1a2e;
  animation: callGlow 3s ease-in-out infinite;
}

.float-btn--call::before {
  background: linear-gradient(135deg, #ffbb40 0%, #f4a827 100%);
}

.float-btn--call svg {
  flex-shrink: 0;
  color: #1a1a2e;
}

.float-label {
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1;
}

.float-number {
  font-size: var(--text-xs);
  font-weight: 600;
  opacity: 0.75;
  margin-left: -var(--space-1);
  display: block;
  line-height: 1.2;
}

.float-btn--call .float-number {
  display: none;
}

@media (min-width: 480px) {
  .float-btn--call .float-number {
    display: block;
  }
  .float-label { display: block; font-size: var(--text-xs); opacity: 0.65; }
  .float-btn--call {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1);
    padding: var(--space-3) var(--space-5);
  }
  .float-btn--call .float-label { font-size: var(--text-sm); font-weight: 700; opacity: 1; }
  .float-btn--call .float-number { font-size: var(--text-xs); opacity: 0.7; }
  .float-btn--call svg { display: none; }
}

@media (min-width: 640px) {
  .float-btn--call {
    flex-direction: row;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3) var(--space-6);
  }
  .float-btn--call svg { display: block; }
  .float-btn--call .float-label { font-size: var(--text-sm); opacity: 1; }
  .float-btn--call .float-number { display: block; font-size: var(--text-xs); }
}

/* WhatsApp button — green */
.float-btn--whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c4e 100%);
  color: white;
  animation: waGlow 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

.float-btn--whatsapp::before {
  background: linear-gradient(135deg, #3de87a 0%, #25d366 100%);
}

.float-sublabel {
  font-size: var(--text-xs);
  opacity: 0.75;
  display: none;
  line-height: 1.2;
}

@media (min-width: 480px) {
  .float-btn--whatsapp {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1);
    padding: var(--space-3) var(--space-5);
  }
  .float-btn--whatsapp svg { display: none; }
  .float-sublabel { display: block; }
  .float-btn--whatsapp .float-label { font-size: var(--text-sm); }
}

@media (min-width: 640px) {
  .float-btn--whatsapp {
    flex-direction: row;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3) var(--space-6);
  }
  .float-btn--whatsapp svg { display: block; }
}

/* --- GLOW KEYFRAMES --- */
@keyframes callGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(244, 168, 39, 0);
  }
  40% {
    box-shadow:
      0 0 16px 4px rgba(244, 168, 39, 0.55),
      0 0 40px 8px rgba(244, 168, 39, 0.20);
  }
  60% {
    box-shadow:
      0 0 24px 6px rgba(244, 168, 39, 0.65),
      0 0 60px 12px rgba(244, 168, 39, 0.25);
  }
}

@keyframes waGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
  40% {
    box-shadow:
      0 0 16px 4px rgba(37, 211, 102, 0.55),
      0 0 40px 8px rgba(37, 211, 102, 0.20);
  }
  60% {
    box-shadow:
      0 0 24px 6px rgba(37, 211, 102, 0.65),
      0 0 60px 12px rgba(37, 211, 102, 0.25);
  }
}

/* Pause glow on hover so it doesn't fight the hover state */
.float-btn--call:hover { animation-play-state: paused; }
.float-btn--whatsapp:hover { animation-play-state: paused; }

/* Bottom padding so page content isn't hidden behind bar */
body { padding-bottom: 90px; }

/* ============================================
   LOGO IMAGE
   ============================================ */

.logo-img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-md);
  /* Remove white background on light surfaces */
  mix-blend-mode: multiply;
  flex-shrink: 0;
}

/* On the dark hero/navy background, multiply won't work — use a white bg pill instead */
.hero .logo-img,
.footer .logo-img {
  mix-blend-mode: normal;
  background: white;
  border-radius: var(--radius-md);
}

.logo-img--footer {
  width: 40px;
  height: 40px;
}

/* ============================================
   WHATSAPP PHOTO POPUP
   ============================================ */

.wa-popup {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: var(--space-4);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

@media (min-width: 480px) {
  .wa-popup {
    align-items: center;
  }
}

.wa-popup.open {
  opacity: 1;
  pointer-events: auto;
}

.wa-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 30, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}

.wa-popup-card {
  position: relative;
  z-index: 1;
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  max-width: 420px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  transform: translateY(40px) scale(0.97);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}

.wa-popup.open .wa-popup-card {
  transform: translateY(0) scale(1);
}

.wa-popup-close {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  background: var(--color-surface-offset);
  transition: all var(--transition);
}
.wa-popup-close:hover {
  background: var(--color-divider);
  color: var(--color-text);
}

.wa-popup-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #25d366, #128c4e);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-5);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.wa-popup-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
}

.wa-popup-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: var(--space-5);
  max-width: 36ch;
  margin-inline: auto;
}

.wa-popup-examples {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  justify-content: center;
  margin-bottom: var(--space-6);
}

.wa-example {
  padding: var(--space-1) var(--space-3);
  background: var(--color-surface-offset);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-text-muted);
}

.wa-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  width: 100%;
  padding: var(--space-4) var(--space-6);
  background: linear-gradient(135deg, #25d366, #1aaf55);
  color: white;
  border-radius: var(--radius-lg);
  font-weight: 700;
  font-size: var(--text-base);
  transition: all var(--transition);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  margin-bottom: var(--space-4);
}
.wa-popup-btn:hover {
  background: linear-gradient(135deg, #2eea74, #25d366);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

.wa-popup-note {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
  line-height: 1.6;
  max-width: none;
  margin: 0;
}

/* Dismiss cookie so popup only shows once per session */
