/* ============================================
   Schädlingsfrei24 - v2.0
   Completely Polished Professional Design
   ============================================ */

/* ---- CSS Custom Properties ---- */
:root {
  --color-navy: #0F2B46;
  --color-navy-light: #163A5C;
  --color-navy-dark: #091D30;
  --color-green: #1A7A4C;
  --color-green-light: #22995F;
  --color-green-dark: #145E3A;
  --color-green-subtle: #E8F5EE;
  --color-orange: #E8611A;
  --color-orange-light: #F07B3E;
  --color-orange-dark: #CC5215;
  --color-orange-subtle: #FFF3EC;
  --color-gold: #D4A533;
  --color-white: #FFFFFF;
  --color-offwhite: #F7F8FB;
  --color-light-gray: #E5E9F0;
  --color-mid-gray: #7A8B9C;
  --color-dark-gray: #2D3748;
  --color-black: #0D1117;
  --font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --space-2xs: 0.125rem;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 5rem;
  --space-5xl: 7rem;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-full: 9999px;
  --shadow-xs: 0 1px 2px rgba(15,43,70,0.04);
  --shadow-sm: 0 1px 4px rgba(15,43,70,0.06), 0 1px 2px rgba(15,43,70,0.04);
  --shadow-md: 0 4px 16px rgba(15,43,70,0.08), 0 1px 4px rgba(15,43,70,0.04);
  --shadow-lg: 0 8px 32px rgba(15,43,70,0.10), 0 2px 8px rgba(15,43,70,0.06);
  --shadow-xl: 0 16px 48px rgba(15,43,70,0.12), 0 4px 16px rgba(15,43,70,0.06);
  --transition-fast: 150ms cubic-bezier(0.4,0,0.2,1);
  --transition-normal: 250ms cubic-bezier(0.4,0,0.2,1);
  --transition-slow: 400ms cubic-bezier(0.4,0,0.2,1);
  --container-max: 1180px;
  --header-height: 72px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  color: var(--color-dark-gray);
  background: var(--color-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-green); text-decoration: none; transition: color var(--transition-fast); }
a:hover { color: var(--color-green-dark); }
ul, ol { list-style: none; }
button { font-family: inherit; }

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-navy);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(1.75rem, 4.5vw, 2.85rem); margin-bottom: var(--space-lg); }
h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); margin-bottom: var(--space-md); }
h3 { font-size: clamp(1.05rem, 2.5vw, 1.35rem); margin-bottom: var(--space-sm); }
p { margin-bottom: var(--space-md); }

/* ---- Layout ---- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-xl);
}
.section { padding: var(--space-5xl) 0; }
.section--gray { background: var(--color-offwhite); }
.section--navy { background: linear-gradient(170deg, var(--color-navy) 0%, var(--color-navy-dark) 100%); color: var(--color-white); }
.section--navy h2, .section--navy h3 { color: var(--color-white); }

/* ---- Top Bar ---- */
.top-bar {
  background: var(--color-navy-dark);
  color: rgba(255,255,255,0.9);
  padding: 0.45rem 0;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.top-bar a { color: var(--color-white); font-weight: 700; }
.top-bar__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-sm);
  flex-wrap: wrap;
}
.top-bar__separator {
  width: 4px;
  height: 4px;
  background: var(--color-orange);
  border-radius: 50%;
  flex-shrink: 0;
}
.top-bar__phone {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* ---- Header ---- */
.header {
  background: var(--color-white);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  transition: box-shadow var(--transition-normal);
}
.header--scrolled { box-shadow: var(--shadow-md); }
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: var(--space-lg);
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}
.header__logo-icon { width: 38px; height: 38px; flex-shrink: 0; }
.header__logo-icon svg { width: 38px; height: 38px; }
.header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.header__logo-brand {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--color-navy);
  letter-spacing: -0.01em;
}
.header__logo-sub {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.65rem;
  color: var(--color-green);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}
.header__nav-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-dark-gray);
  transition: color var(--transition-fast);
  position: relative;
  white-space: nowrap;
  padding: 0.25rem 0;
}
.header__nav-link:hover,
.header__nav-link--active { color: var(--color-green); }
.header__nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-green);
  border-radius: 1px;
  transition: width var(--transition-normal);
}
.header__nav-link:hover::after { width: 100%; }
.header__cta { display: flex; align-items: center; flex-shrink: 0; }
.header__menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-sm);
  -webkit-tap-highlight-color: transparent;
}
.header__menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-navy);
  margin: 5px 0;
  border-radius: 2px;
  transition: all var(--transition-fast);
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.35rem;
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition-normal);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
  -webkit-tap-highlight-color: transparent;
}
.btn--primary {
  background: var(--color-orange);
  color: var(--color-white);
  border-color: var(--color-orange);
  box-shadow: 0 2px 8px rgba(232,97,26,0.25);
}
.btn--primary:hover {
  background: var(--color-orange-dark);
  border-color: var(--color-orange-dark);
  color: var(--color-white);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(232,97,26,0.35);
}
.btn--secondary {
  background: var(--color-green);
  color: var(--color-white);
  border-color: var(--color-green);
}
.btn--secondary:hover {
  background: var(--color-green-dark);
  border-color: var(--color-green-dark);
  color: var(--color-white);
  transform: translateY(-1px);
}
.btn--outline {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255,255,255,0.4);
}
.btn--outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
  color: var(--color-white);
}
.btn--white {
  background: var(--color-white);
  color: var(--color-navy);
  border-color: var(--color-white);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.btn--white:hover {
  background: var(--color-offwhite);
  color: var(--color-navy);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.btn--ghost {
  background: transparent;
  color: var(--color-navy);
  border-color: var(--color-light-gray);
}
.btn--ghost:hover {
  border-color: var(--color-navy);
  color: var(--color-navy);
}
.btn--lg { padding: 0.85rem 1.75rem; font-size: 1rem; }
.btn--sm { padding: 0.4rem 0.9rem; font-size: 0.8rem; }
.btn--full { width: 100%; }
.btn__icon { width: 18px; height: 18px; flex-shrink: 0; }
.btn--phone { animation: pulse-glow 2.5s ease-in-out infinite; }
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 2px 8px rgba(232,97,26,0.25); }
  50% { box-shadow: 0 2px 24px rgba(232,97,26,0.5); }
}

/* ---- Icon System (SVG) ---- */
.icon { width: 20px; height: 20px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.icon--sm { width: 16px; height: 16px; }
.icon--md { width: 24px; height: 24px; }
.icon--lg { width: 32px; height: 32px; }

/* ---- Trust Bar ---- */
.trust-bar {
  background: var(--color-white);
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-light-gray);
}
.trust-bar { overflow: hidden; }
.trust-bar__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-xl);
  flex-wrap: wrap;
}
.trust-bar__item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-dark-gray);
  white-space: nowrap;
}
.trust-bar__item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.trust-bar__item--check svg { color: var(--color-green); }
.trust-bar__item--star svg { color: var(--color-gold); }
.trust-bar__item--clock svg { color: var(--color-orange); }
.trust-bar__divider {
  width: 1px;
  height: 20px;
  background: var(--color-light-gray);
}

/* ---- Hero ---- */
.hero {
  background: linear-gradient(160deg, var(--color-navy) 0%, var(--color-navy-dark) 60%, #081824 100%);
  color: var(--color-white);
  padding: var(--space-4xl) 0 var(--space-5xl);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26,122,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232,97,26,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-3xl);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232,97,26,0.15);
  border: 1px solid rgba(232,97,26,0.3);
  color: var(--color-orange-light);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: var(--space-lg);
  letter-spacing: 0.3px;
}
.hero__badge-dot {
  width: 7px;
  height: 7px;
  background: var(--color-orange);
  border-radius: 50%;
  animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hero h1 {
  color: var(--color-white);
  font-size: clamp(1.8rem, 4.5vw, 2.85rem);
  margin-bottom: var(--space-md);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.hero h1 .highlight {
  background: linear-gradient(135deg, var(--color-orange), var(--color-orange-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: var(--space-xl);
  line-height: 1.7;
  max-width: 520px;
}
.hero__cta-group {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
}
.hero__trust {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}
.hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-full);
  white-space: nowrap;
}
.hero__trust-item svg {
  width: 14px;
  height: 14px;
  color: var(--color-green-light);
}

/* Hero Stats Cards */
.hero__visual {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.hero__stat-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: var(--space-lg) var(--space-xl);
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  transition: background var(--transition-normal);
}
.hero__stat-card:hover {
  background: rgba(255,255,255,0.1);
}
.hero__stat-icon {
  width: 48px;
  height: 48px;
  background: rgba(232,97,26,0.15);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero__stat-icon svg { width: 24px; height: 24px; color: var(--color-orange); }
.hero__stat-content { flex: 1; }
.hero__stat-number {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.hero__stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}

/* ---- Emergency Banner ---- */
.emergency-banner {
  background: linear-gradient(135deg, var(--color-orange) 0%, var(--color-orange-dark) 100%);
  color: var(--color-white);
  padding: var(--space-lg) 0;
  position: relative;
  overflow: hidden;
}
.emergency-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 20px,
    rgba(255,255,255,0.03) 20px,
    rgba(255,255,255,0.03) 40px
  );
  pointer-events: none;
}
.emergency-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-lg);
  flex-wrap: wrap;
}
.emergency-banner__text h2 {
  color: var(--color-white);
  font-size: 1.3rem;
  margin-bottom: 0.15rem;
}
.emergency-banner__text p { margin: 0; opacity: 0.9; font-size: 0.95rem; }

/* ---- Section Headers ---- */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--space-3xl);
}
.section-header__label {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-green);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: var(--space-sm);
}
.section-header p {
  color: var(--color-mid-gray);
  font-size: 1rem;
  line-height: 1.7;
}

/* ---- Certification Badges ---- */
.cert-section {
  background: var(--color-offwhite);
  padding: var(--space-xl) 0;
  border-bottom: 1px solid var(--color-light-gray);
}
.cert-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-3xl);
  flex-wrap: wrap;
}
.cert-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: transform var(--transition-normal);
}
.cert-badge:hover { transform: scale(1.05); }
.cert-badge svg { width: 72px; height: 72px; }
.cert-badge__label {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---- Services Grid ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}
.service-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  border: 1px solid var(--color-light-gray);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-green-light);
}
.service-card__header {
  background: linear-gradient(145deg, var(--color-offwhite) 0%, var(--color-white) 100%);
  padding: var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-light-gray);
  min-height: 140px;
}
.service-card__header svg {
  width: 100px;
  height: 100px;
  transition: transform var(--transition-normal);
}
.service-card:hover .service-card__header svg {
  transform: scale(1.08);
}
.service-card__body {
  padding: var(--space-lg);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-card__body h3 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.service-card__body p { color: var(--color-mid-gray); font-size: 0.88rem; line-height: 1.6; margin-bottom: var(--space-sm); flex: 1; }
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-green);
  font-weight: 600;
  font-size: 0.88rem;
  transition: gap var(--transition-normal);
}
.service-card__link:hover { gap: 0.5rem; }

/* ---- Pest Hero Illustration ---- */
.pest-hero-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pest-hero-illustration::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(26,122,76,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.pest-hero-illustration svg {
  width: 280px;
  height: 280px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.2));
}

/* ---- Info Cards (Pest Pages) ---- */
.info-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
}
.info-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  border: 1px solid var(--color-light-gray);
  transition: box-shadow var(--transition-normal);
}
.info-card:hover { box-shadow: var(--shadow-md); }
.info-card__icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-card__icon svg { width: 18px; height: 18px; }
.info-card__num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--color-white);
}
.info-card__text { font-size: 0.9rem; line-height: 1.6; color: var(--color-dark-gray); }

.info-card--sign .info-card__icon { background: #EFF6FF; }
.info-card--sign .info-card__icon svg { color: #2563EB; }
.info-card--risk .info-card__icon { background: #FEF3C7; }
.info-card--risk .info-card__icon svg { color: #D97706; }
.info-card--method .info-card__icon { background: var(--color-green); }
.info-card--prevention .info-card__icon { background: var(--color-green-subtle); }
.info-card--prevention .info-card__icon svg { color: var(--color-green); }

.section--gray .info-card { background: var(--color-white); box-shadow: var(--shadow-sm); }

/* ---- Quick Tip Callout ---- */
.quick-tip-callout {
  background: var(--color-green-subtle);
  border-left: 4px solid var(--color-green);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  margin-top: var(--space-lg);
}
.quick-tip-callout strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: var(--space-xs);
  color: var(--color-green);
}
.quick-tip-callout strong svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ---- Benefits ---- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}
.benefit-item {
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  border-radius: var(--radius-lg);
  transition: background var(--transition-normal);
}
.benefit-item:hover { background: var(--color-offwhite); }
.benefit-item__icon {
  width: 56px;
  height: 56px;
  background: var(--color-green-subtle);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-md);
}
.benefit-item__icon svg { width: 26px; height: 26px; color: var(--color-green); }
.benefit-item h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.benefit-item p { color: var(--color-mid-gray); font-size: 0.88rem; line-height: 1.6; }

/* ---- Info Blocks (Pest Pages) ---- */
.content-block h2 svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.35rem;
  color: var(--color-green);
}

/* ---- FAQ ---- */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--color-light-gray);
}
.faq-item:first-child { border-top: 1px solid var(--color-light-gray); }
.faq-item__question {
  width: 100%;
  background: none;
  border: none;
  padding: var(--space-lg) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-navy);
  text-align: left;
  gap: var(--space-md);
  transition: color var(--transition-fast);
}
.faq-item__question:hover { color: var(--color-green); }
.faq-item__icon {
  width: 20px;
  height: 20px;
  transition: transform var(--transition-normal);
  flex-shrink: 0;
  color: var(--color-mid-gray);
}
.faq-item--open .faq-item__icon { transform: rotate(180deg); color: var(--color-green); }
.faq-item__answer { max-height: 0; overflow: hidden; transition: max-height var(--transition-slow); }
.faq-item--open .faq-item__answer { max-height: 1200px; }
.faq-item__answer-inner {
  padding: 0 0 var(--space-lg) 0;
  color: var(--color-mid-gray);
  line-height: 1.75;
  font-size: 0.95rem;
}

/* ---- Testimonials ---- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}
.testimonial-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-light-gray);
  display: flex;
  flex-direction: column;
}
.testimonial-card__stars {
  color: var(--color-gold);
  font-size: 0.9rem;
  margin-bottom: var(--space-md);
  letter-spacing: 1px;
  display: flex;
  gap: 2px;
}
.testimonial-card__stars svg { width: 16px; height: 16px; }
.testimonial-card::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 4rem;
  color: var(--color-green-subtle);
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  line-height: 1;
  pointer-events: none;
}
.testimonial-card { position: relative; border-left: 3px solid var(--color-green); }
.testimonial-card__text {
  font-style: italic;
  color: var(--color-dark-gray);
  margin-bottom: var(--space-lg);
  line-height: 1.7;
  font-size: 0.92rem;
  flex: 1;
}
.testimonial-card__author { display: flex; align-items: center; gap: var(--space-md); }
.testimonial-card__avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--color-green), var(--color-green-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.testimonial-card__name { font-weight: 600; color: var(--color-navy); font-size: 0.9rem; }
.testimonial-card__location { font-size: 0.78rem; color: var(--color-mid-gray); }

/* ---- Process Steps ---- */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl);
}
.process-step {
  text-align: center;
  position: relative;
}
.process-step__number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--color-navy), var(--color-navy-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-md);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--color-white);
}
.process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 24px;
  right: -12%;
  width: 24%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--color-light-gray) 0, var(--color-light-gray) 6px, transparent 6px, transparent 12px);
}
.process-step h3 { font-size: 0.95rem; margin-bottom: 0.25rem; }
.process-step p { color: var(--color-mid-gray); font-size: 0.88rem; }

/* ---- Areas Grid ---- */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.35rem;
}
.area-link {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.65rem;
  border-radius: var(--radius-sm);
  color: var(--color-dark-gray);
  font-size: 0.88rem;
  transition: all var(--transition-fast);
}
.area-link:hover { background: var(--color-green-subtle); color: var(--color-green-dark); }
.area-link svg { width: 14px; height: 14px; color: var(--color-green); flex-shrink: 0; }

/* ---- CTA Section ---- */
.cta-section {
  background: linear-gradient(160deg, var(--color-navy) 0%, var(--color-navy-dark) 50%, #06131F 100%);
  color: var(--color-white);
  padding: var(--space-5xl) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(26,122,76,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(232,97,26,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section h2 { color: var(--color-white); margin-bottom: var(--space-md); position: relative; }
.cta-section p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto var(--space-xl);
  position: relative;
}
.cta-section__phone {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: var(--space-lg);
  letter-spacing: 1px;
  position: relative;
}
.cta-section__phone a { color: var(--color-orange); transition: color var(--transition-fast); }
.cta-section__phone a:hover { color: var(--color-orange-light); }

/* ---- Footer ---- */
.footer {
  background: var(--color-black);
  color: rgba(255,255,255,0.65);
  padding: var(--space-4xl) 0 var(--space-xl);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}
.footer__brand { max-width: 280px; }
.footer__brand-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: var(--space-md);
}
.footer__brand-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--color-white);
}
.footer__brand-sub {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--color-green-light);
}
.footer__brand p { font-size: 0.85rem; line-height: 1.7; }
.footer h4 { color: var(--color-white); font-size: 0.9rem; margin-bottom: var(--space-md); letter-spacing: 0; }
.footer__links li { margin-bottom: 0.4rem; }
.footer__links a { color: rgba(255,255,255,0.55); font-size: 0.85rem; }
.footer__links a:hover { color: var(--color-green-light); }
.footer__cities {
  margin-top: var(--space-xl);
  padding-top: var(--space-xl);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer__cities h4 { margin-bottom: var(--space-sm); }
.footer__cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem var(--space-md);
}
.footer__cities-list a { color: rgba(255,255,255,0.4); font-size: 0.78rem; }
.footer__cities-list a:hover { color: var(--color-green-light); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: var(--space-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-md);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}
.footer__bottom a { color: rgba(255,255,255,0.4); }
.footer__bottom a:hover { color: var(--color-green-light); }

/* ---- Mobile CTA ---- */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-white);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.15);
  padding: 0.75rem var(--space-md);
  z-index: 999;
  border-top: 2px solid var(--color-orange);
  transform: translateY(100%);
  animation: ctaPopUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
}
@keyframes ctaPopUp {
  0% { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.mobile-cta__inner { display: flex; gap: var(--space-sm); }
.mobile-cta .btn { flex: 1; padding: 0.75rem; font-size: 0.95rem; }
.mobile-cta .btn--primary {
  box-shadow: 0 2px 12px rgba(232,97,26,0.4);
  animation: ctaPulse 2s ease-in-out 3s infinite;
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 2px 12px rgba(232,97,26,0.4); transform: scale(1); }
  50% { box-shadow: 0 4px 20px rgba(232,97,26,0.6); transform: scale(1.02); }
}

/* ---- Breadcrumb ---- */
.breadcrumb { padding: var(--space-md) 0; font-size: 0.8rem; }
.breadcrumb__list { display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; }
.breadcrumb__item { display: flex; align-items: center; gap: 0.35rem; }
.breadcrumb__item::after { content: "/"; color: var(--color-mid-gray); font-size: 0.7rem; }
.breadcrumb__item:last-child::after { display: none; }
.breadcrumb__item a { color: var(--color-mid-gray); }
.breadcrumb__item a:hover { color: var(--color-green); }
.breadcrumb__item:last-child { color: var(--color-dark-gray); font-weight: 600; }

/* ---- Content Blocks ---- */
.content-block { margin-bottom: var(--space-2xl); }
.content-block h2 {
  padding-bottom: var(--space-sm);
  border-bottom: 2px solid var(--color-light-gray);
  margin-bottom: var(--space-lg);
}
.content-block p { line-height: 1.75; }
.content-block ul { padding: 0; }
.content-block ul li {
  padding: 0.4rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}
.content-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 8px;
  height: 8px;
  background: var(--color-green);
  border-radius: 50%;
}

/* ---- Table styling ---- */
.price-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--color-light-gray); }
.price-table th { background: var(--color-navy); color: var(--color-white); font-family: var(--font-heading); font-weight: 600; font-size: 0.85rem; padding: 0.85rem 1rem; text-align: left; }
.price-table td { padding: 0.75rem 1rem; font-size: 0.9rem; border-bottom: 1px solid var(--color-light-gray); }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: var(--color-offwhite); }

/* ---- Contact form ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  max-width: 860px;
  margin: 0 auto;
}
.form-group { margin-bottom: var(--space-md); }
.form-label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--color-dark-gray);
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1.5px solid var(--color-light-gray);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-dark-gray);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  background: var(--color-white);
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-green);
  box-shadow: 0 0 0 3px rgba(26,122,76,0.1);
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-input::placeholder,
.form-textarea::placeholder { color: var(--color-mid-gray); }

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

/* Large tablet */
@media (max-width: 1100px) {
  .header__nav { gap: var(--space-md); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar__inner { gap: var(--space-lg); }
}

/* Tablet */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
  .hero__visual:has(.hero__stat-card) { display: flex; flex-direction: row; flex-wrap: wrap; gap: var(--space-sm); margin-top: var(--space-lg); }
  .hero__visual:has(.hero__stat-card) .hero__stat-card { flex: 1; min-width: 140px; padding: var(--space-md); }
  .hero { padding: var(--space-3xl) 0 var(--space-4xl); }
  .hero__subtitle { max-width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--space-xl); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}

/* Trust bar scroll animation */
@keyframes trustScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 768px) {
  :root { --header-height: 60px; }
  .container { padding: 0 var(--space-lg); }

  .top-bar { font-size: 0.73rem; padding: 0.35rem 0; }
  .top-bar__phone { font-size: 0.8rem; }

  .header__nav {
    display: none;
    position: fixed;
    top: calc(var(--header-height) + 29px); /* top-bar + header */
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-white);
    flex-direction: column;
    padding: var(--space-xl) var(--space-lg);
    gap: 0;
    overflow-y: auto;
    z-index: 999;
  }
  .header__nav--open { display: flex; }
  .header__nav-link {
    padding: var(--space-md) 0;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--color-light-gray);
    width: 100%;
  }
  .header__nav-link::after { display: none; }
  .header__menu-toggle { display: flex; flex-direction: column; justify-content: center; }

  .hero { padding: var(--space-2xl) 0 var(--space-3xl); overflow: hidden; }
  .hero::before, .hero::after { display: none; }
  .hero h1 { font-size: 1.65rem; }
  .hero__subtitle { font-size: 0.95rem; }
  .hero__cta-group { flex-direction: column; }
  .hero__cta-group .btn { width: 100%; justify-content: center; }
  .hero__trust { flex-direction: row; flex-wrap: wrap; gap: 0.4rem; }

  .trust-bar { overflow: hidden; position: relative; }
  .trust-bar .container { padding: 0; max-width: 100%; overflow: hidden; }
  .trust-bar__inner {
    gap: var(--space-lg);
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 var(--space-md);
  }
  .trust-bar__inner.trust-bar__inner--scrolling {
    animation: trustScroll 20s linear infinite;
    width: max-content;
  }
  .trust-bar__item { flex-shrink: 0; }
  .trust-bar__divider { display: none; }

  .section { padding: var(--space-3xl) 0; }
  .section-header { margin-bottom: var(--space-xl); }

  .services-grid { grid-template-columns: 1fr 1fr; gap: var(--space-md); }
  .service-card__header { min-height: 100px; padding: var(--space-sm); }
  .service-card__header svg { width: 72px; height: 72px; }
  .service-card__body { padding: var(--space-md); }

  .cert-badges { gap: var(--space-md); display: grid; grid-template-columns: repeat(4, 1fr); }
  .cert-badge svg { width: 48px; height: 48px; }
  .cert-badge__label { font-size: 0.6rem; }

  .info-card-grid { grid-template-columns: 1fr; }

  .pest-hero-illustration svg { width: 180px; height: 180px; }
  .pest-hero-illustration::before { width: 220px; height: 220px; }

  .benefits-grid { grid-template-columns: 1fr; gap: var(--space-md); }
  .benefit-item { padding: var(--space-md); display: flex; text-align: left; gap: var(--space-md); align-items: flex-start; }
  .benefit-item__icon { margin: 0; flex-shrink: 0; width: 44px; height: 44px; }
  .benefit-item__icon svg { width: 22px; height: 22px; }

  .process-steps { grid-template-columns: 1fr; gap: var(--space-md); }
  .process-step { display: flex; text-align: left; gap: var(--space-md); align-items: flex-start; }
  .process-step::after { display: none; }
  .process-step__number { margin: 0; flex-shrink: 0; width: 40px; height: 40px; font-size: 1rem; }

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

  .footer__grid { grid-template-columns: 1fr; gap: var(--space-lg); }
  .footer__brand { max-width: 100%; }

  .mobile-cta { display: block; }
  body { padding-bottom: 70px; }

  .emergency-banner__inner { flex-direction: column; text-align: center; }
  .emergency-banner__text h2 { font-size: 1.15rem; }

  .cta-section { padding: var(--space-3xl) 0; overflow: hidden; }
  .cta-section::before, .cta-section::after { display: none; }
  .cta-section__phone { font-size: 1.4rem; }

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

/* Small mobile */
@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 1.45rem; }
  .areas-grid { grid-template-columns: 1fr; }
  .trust-bar__item { font-size: 0.75rem; }
  .cert-badges { gap: var(--space-md); }
  .cert-badge svg { width: 48px; height: 48px; }
}

/* ---- Utilities ---- */
.text-center { text-align: center; }
.text-green { color: var(--color-green); }
.text-orange { color: var(--color-orange); }
.text-navy { color: var(--color-navy); }
.text-muted { color: var(--color-mid-gray); }
.mb-0 { margin-bottom: 0; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* ---- Hero Illustration ---- */
.hero__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero__illustration svg {
  width: 100%;
  max-width: 420px;
  height: auto;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,0.3));
}

/* ---- Photo Section (gradient-based visual sections) ---- */
.photo-section {
  position: relative;
  padding: var(--space-5xl) 0;
  overflow: hidden;
  color: var(--color-white);
}
.photo-section--technician {
  background:
    linear-gradient(135deg, rgba(15,43,70,0.92) 0%, rgba(9,29,48,0.88) 50%, rgba(26,122,76,0.85) 100%),
    linear-gradient(45deg, var(--color-navy-dark) 25%, transparent 25%, transparent 75%, var(--color-navy-dark) 75%);
  background-size: 100% 100%, 60px 60px;
}
.photo-section--service {
  background:
    linear-gradient(160deg, rgba(15,43,70,0.95) 0%, rgba(26,122,76,0.9) 60%, rgba(232,97,26,0.85) 100%);
}
.photo-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}
.photo-section__text h2 {
  color: var(--color-white);
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: var(--space-md);
}
.photo-section__text p {
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}
.photo-section__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-section__visual img,
.photo-section__visual svg {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.25));
}

/* ---- Counter / Stats Section ---- */
.stats-section {
  background: linear-gradient(160deg, var(--color-navy) 0%, var(--color-navy-dark) 100%);
  color: var(--color-white);
  padding: var(--space-2xl) 0;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 100px,
    rgba(255,255,255,0.02) 100px,
    rgba(255,255,255,0.02) 101px
  );
  pointer-events: none;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl);
  text-align: center;
  position: relative;
  z-index: 1;
}
.stat-item {
  padding: var(--space-lg);
}
.stat-item__number {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--color-orange);
  line-height: 1.1;
  margin-bottom: var(--space-xs);
}
.stat-item__label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}
.stat-item__divider {
  width: 40px;
  height: 3px;
  background: var(--color-green);
  border-radius: 2px;
  margin: var(--space-sm) auto;
}

/* ---- Team Visual (About page) ---- */
.team-visual {
  background: linear-gradient(135deg, var(--color-offwhite) 0%, rgba(26,122,76,0.05) 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-3xl);
  margin: var(--space-2xl) 0;
  text-align: center;
  border: 1px solid var(--color-light-gray);
}
.team-visual__avatars {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
  flex-wrap: wrap;
}
.team-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
}
.team-avatar__circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--color-white);
  box-shadow: var(--shadow-md);
  border: 4px solid var(--color-white);
}
.team-avatar__circle--1 { background: linear-gradient(135deg, var(--color-navy), var(--color-navy-light)); }
.team-avatar__circle--2 { background: linear-gradient(135deg, var(--color-green), var(--color-green-light)); }
.team-avatar__circle--3 { background: linear-gradient(135deg, var(--color-orange), var(--color-orange-light)); }
.team-avatar__circle--4 { background: linear-gradient(135deg, #6366F1, #818CF8); }
.team-avatar__name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-navy);
}
.team-avatar__role {
  font-size: 0.78rem;
  color: var(--color-mid-gray);
}
.team-visual__text h3 {
  font-size: 1.2rem;
  margin-bottom: var(--space-sm);
}
.team-visual__text p {
  color: var(--color-mid-gray);
  max-width: 520px;
  margin: 0 auto;
}

/* ---- Process Step Illustrations ---- */
.process-step__illustration {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto var(--space-md);
}
.process-step__illustration svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .process-step__illustration + .process-step__number { display: none; }
}

/* ---- Feature Showcase ---- */
.feature-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-xl);
}
.feature-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  border: 1px solid var(--color-light-gray);
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  transition: all var(--transition-normal);
}
.feature-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  border-color: var(--color-green-light);
}
.feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-card__icon--green { background: var(--color-green-subtle); }
.feature-card__icon--green svg { color: var(--color-green); width: 24px; height: 24px; }
.feature-card__icon--orange { background: var(--color-orange-subtle); }
.feature-card__icon--orange svg { color: var(--color-orange); width: 24px; height: 24px; }
.feature-card__icon--navy { background: rgba(15,43,70,0.08); }
.feature-card__icon--navy svg { color: var(--color-navy); width: 24px; height: 24px; }
.feature-card h3 { font-size: 0.95rem; margin-bottom: 0.25rem; }
.feature-card p { font-size: 0.85rem; color: var(--color-mid-gray); line-height: 1.6; margin: 0; }

/* ---- Van / Service Visual ---- */
.service-visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin: var(--space-xl) 0;
}
.service-visual svg,
.service-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- Photo Section Responsive ---- */
@media (max-width: 960px) {
  .photo-section__inner { grid-template-columns: 1fr; }
  .photo-section__visual { order: -1; }
  .photo-section__visual svg { max-width: 300px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-showcase { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero__illustration svg { max-width: 280px; }
  .photo-section { padding: var(--space-3xl) 0; overflow: hidden; }
  .photo-section__visual svg { max-width: 100%; height: auto; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: var(--space-md); }
  .stat-item { padding: var(--space-md) var(--space-sm); }
  .stat-item__number { font-size: 1.8rem; }
  .team-visual { padding: var(--space-xl); }
  .team-avatar__circle { width: 80px; height: 80px; font-size: 1.4rem; }
  .team-visual__avatars { gap: var(--space-md); }
  .process-step__illustration { display: none; }
}

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

/* ---- Cookie Banner ---- */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-navy);
  color: rgba(255,255,255,0.9);
  padding: var(--space-lg) var(--space-xl);
  z-index: 10000;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
}
.cookie-banner__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  flex-wrap: wrap;
}
.cookie-banner__inner p {
  flex: 1;
  min-width: 280px;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}
.cookie-banner__inner a { color: var(--color-green-light); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: var(--space-sm); flex-shrink: 0; }
.cookie-banner .btn--ghost {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.3);
}
.cookie-banner .btn--ghost:hover {
  color: var(--color-white);
  border-color: rgba(255,255,255,0.6);
}

/* ---- WhatsApp Button ---- */
.btn--whatsapp {
  background: #25D366;
  color: var(--color-white);
  border-color: #25D366;
}
.btn--whatsapp:hover {
  background: #1DA851;
  border-color: #1DA851;
  color: var(--color-white);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .cookie-banner { padding: var(--space-md); bottom: 70px; }
  .cookie-banner__inner { gap: var(--space-sm); }
  .cookie-banner__inner p { font-size: 0.78rem; min-width: auto; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .btn { flex: 1; }
}

/* Animation */
.animate-in { opacity: 1 !important; transform: translateY(0) !important; }

/* ---- CTA-Aggressive Styles ---- */

/* Extra-large button for hero */
.btn--xl {
  padding: 1.1rem 2.2rem;
  font-size: 1.15rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(232,97,26,0.4);
}
.btn--xl:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(232,97,26,0.5);
}
.btn--xl .btn__icon {
  width: 22px;
  height: 22px;
}

/* Hero phone number display */
.hero__phone-display {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  margin-bottom: var(--space-lg);
  letter-spacing: 1.5px;
}
.hero__phone-display a {
  color: var(--color-orange);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.hero__phone-display a:hover {
  color: var(--color-orange-light);
}

/* Hero subtext */
.hero__subtext {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: var(--space-lg);
  margin-top: calc(-1 * var(--space-md));
}

/* Emergency banner enhanced CTA */
.emergency-banner__cta {
  text-align: center;
  flex-shrink: 0;
}
.emergency-banner__phone {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: var(--space-sm);
  letter-spacing: 1px;
}

/* Footer phone link styling */
.footer__phone-link {
  font-family: var(--font-heading);
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: var(--color-orange) !important;
  letter-spacing: 0.5px;
}
.footer__phone-link:hover {
  color: var(--color-orange-light) !important;
}

/* Top bar more prominent */
.top-bar {
  background: var(--color-orange-dark) !important;
  padding: 0.55rem 0 !important;
  font-size: 0.85rem !important;
}
.top-bar__phone {
  font-size: 0.95rem !important;
  background: rgba(255,255,255,0.15);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  animation: topBarPulse 2s ease-in-out infinite;
}
@keyframes topBarPulse {
  0%, 100% { background: rgba(255,255,255,0.15); }
  50% { background: rgba(255,255,255,0.25); }
}

/* More aggressive phone button pulse - box-shadow only, no transform (preserves hover translateY) */
.btn--phone {
  animation: pulse-glow-aggressive 2s ease-in-out infinite !important;
}
@keyframes pulse-glow-aggressive {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(232,97,26,0.3);
  }
  50% {
    box-shadow: 0 4px 28px rgba(232,97,26,0.55);
  }
}

/* CTA section phone bigger */
.cta-section__phone {
  font-size: 2.2rem !important;
  margin-bottom: var(--space-xl) !important;
}

/* Header CTA - show phone number prominently */
.header__cta .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
}

/* Mobile responsive for new elements */
@media (max-width: 768px) {
  .hero__phone-display {
    font-size: 1.5rem;
    margin-bottom: var(--space-md);
  }
  .btn--xl {
    padding: 0.95rem 1.5rem;
    font-size: 1.05rem;
    width: 100%;
    justify-content: center;
  }
  .hero__subtext {
    font-size: 0.78rem;
  }
  .emergency-banner__cta {
    width: 100%;
  }
  .emergency-banner__phone {
    font-size: 1.3rem;
  }
  .header__cta .btn {
    font-size: 0.75rem;
    padding: 0.35rem 0.7rem;
  }
  .mobile-cta .btn--primary {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
  .cta-section__phone {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 480px) {
  .hero__phone-display {
    font-size: 1.3rem;
  }
}
