/*
Theme Name: Strong Breeze Air Conditioning
Theme URI: https://strongbreezeairconditioning.com
Author: Strong Breeze
Author URI: https://strongbreezeairconditioning.com
Description: Professional AC Maintenance, Repair & Installation WordPress Theme for Strong Breeze Air Conditioning UAE.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: strong-breeze
Tags: business, services, air-conditioning, UAE
*/

/* ═══════════════════════════════════════════════════
   BASE RESET & VARIABLES
═══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --blue: #1a56a0;
  --blue-dark: #0f3d7a;
  --blue-light: #2a7ae2;
  --blue-xlight: #e8f1fc;
  --blue-deeper: #0c2e7a;
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-600: #475569;
  --gray-800: #1e293b;
  --text: #1e293b;
  --text-muted: #64748b;
  --green: #22c55e;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 4px 24px rgba(26,86,160,0.10);
  --shadow-lg: 0 8px 40px rgba(26,86,160,0.16);
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: #fff; overflow-x: hidden; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; height: auto; }
ul { list-style: none; }
p { line-height: 1.7; }

/* ═══════════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════════ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes heroTextSlide { 0% { opacity:0; transform:translateY(20px); } 100% { opacity:1; transform:translateY(0); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes slideInLeft { from { opacity:0; transform:translateX(-30px); } to { opacity:1; transform:translateX(0); } }
@keyframes slideInRight { from { opacity:0; transform:translateX(30px); } to { opacity:1; transform:translateX(0); } }
@keyframes countUp { from { opacity:0; } to { opacity:1; } }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* ═══════════════════════════════════════════════════
   LAYOUT
═══════════════════════════════════════════════════ */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
section { padding: 90px 0; }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; display: block; }
.section-title { font-size: clamp(28px, 3.5vw, 42px); font-weight: 800; color: var(--gray-800); line-height: 1.2; margin-bottom: 16px; }
.section-title .highlight { color: var(--blue); position: relative; }
.section-title .highlight::after { content: ''; position: absolute; bottom: 2px; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue-light)); border-radius: 2px; opacity: 0.3; }
.section-sub { font-size: 16px; color: var(--text-muted); line-height: 1.7; max-width: 560px; }

/* ═══════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════ */
.btn { display: inline-flex; align-items: center; gap: 7px; padding: 12px 24px; border-radius: var(--radius); font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: all 0.22s; white-space: nowrap; text-decoration: none; font-family: 'Inter', sans-serif; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,86,160,0.3); color: #fff; }
.btn-outline { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-white { background: #fff; color: var(--blue); }
.btn-white:hover { background: var(--blue-xlight); color: var(--blue); }
.btn-white-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7); }
.btn-white-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff; }
.btn-lg { padding: 14px 32px; font-size: 16px; }
.btn-sm { padding: 8px 16px; font-size: 13px; }

/* ═══════════════════════════════════════════════════
   TOP BAR
═══════════════════════════════════════════════════ */
.topbar { background: var(--blue-dark); color: rgba(255,255,255,0.85); font-size: 12.5px; padding: 7px 0; }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.topbar-left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar-left span { display: flex; align-items: center; gap: 5px; }
.topbar-left svg { flex-shrink: 0; }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.topbar-social { display: flex; align-items: center; gap: 8px; }
.topbar-social a { width: 26px; height: 26px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.8); transition: all 0.2s; }
.topbar-social a:hover { background: var(--blue-light); color: #fff; }
.topbar-social svg { width: 13px; height: 13px; }

/* ═══════════════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════════════ */
.site-header { background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.07); position: sticky; top: 0; z-index: 1000; transition: box-shadow 0.3s; }
.site-header.scrolled { box-shadow: 0 4px 32px rgba(26,86,160,0.13); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo img { height: 50px; width: auto; }
.custom-logo { height: 50px; width: auto; }

/* WordPress nav menu reset */
.main-nav { display: flex; align-items: center; }
.main-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav ul li { position: relative; }
.main-nav ul li a { font-size: 14px; font-weight: 500; color: var(--gray-800); padding: 8px 13px; border-radius: 8px; transition: color 0.2s, background 0.2s; white-space: nowrap; display: block; text-decoration: none; }
.main-nav ul li a:hover,
.main-nav ul li.current-menu-item > a,
.main-nav ul li.current_page_item > a,
.main-nav ul li.current-menu-ancestor > a { color: var(--blue); background: var(--blue-xlight); }

/* Dropdown */
.main-nav ul li ul { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); min-width: 200px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all 0.2s; z-index: 999; border: 1px solid var(--gray-200); }
.main-nav ul li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav ul li ul li a { border-radius: 6px; font-size: 13.5px; padding: 9px 12px; color: var(--gray-800); }
.main-nav ul li ul li a:hover { color: var(--blue); background: var(--blue-xlight); }

.nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 7px; font-weight: 600; color: var(--blue); font-size: 14px; white-space: nowrap; text-decoration: none; }
.nav-phone svg { width: 17px; height: 17px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.hamburger span { width: 24px; height: 2px; background: var(--blue); border-radius: 2px; transition: all 0.3s; display: block; }

/* ═══════════════════════════════════════════════════
   PAGE BANNER (Inner pages)
═══════════════════════════════════════════════════ */
.page-banner { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); padding: 70px 0 60px; position: relative; overflow: hidden; }
.page-banner::before { content: ''; position: absolute; top: -80px; right: -80px; width: 350px; height: 350px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.page-banner::after { content: ''; position: absolute; bottom: -60px; left: 10%; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,255,255,0.03); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; font-size: clamp(32px, 4vw, 52px); font-weight: 800; margin-bottom: 14px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.7); }
.breadcrumb a { color: rgba(255,255,255,0.8); transition: color 0.2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { color: rgba(255,255,255,0.4); }
.breadcrumb .current { color: rgba(255,255,255,0.5); }

/* ═══════════════════════════════════════════════════
   HERO (Homepage) — Redesigned
═══════════════════════════════════════════════════ */
.hero {
  background: linear-gradient(135deg, #f0f6ff 0%, #e4effc 50%, #d8e8fb 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding: 0;
}
.hero-bg-dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(26,86,160,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}
.hero-orb-1 {
  position: absolute; top: -160px; right: -100px;
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(42,122,226,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.hero-orb-2 {
  position: absolute; bottom: -120px; left: 5%;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,86,160,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 80px 24px 80px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
  position: relative; z-index: 2; width: 100%;
}
/* Badge */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(26,86,160,0.09);
  color: var(--blue);
  border: 1.5px solid rgba(26,86,160,0.20);
  padding: 6px 14px; border-radius: 100px;
  font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  animation: heroTextSlide 0.5s ease both;
}
.hero-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--blue); flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(26,86,160,0.18);
}
/* Title – tight lines */
.hero-title {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  color: var(--gray-800);
  line-height: 1.02;
  margin-bottom: 18px;
  letter-spacing: -1.5px;
}
.hero-line-1 { display: block; animation: heroTextSlide 0.5s 0.08s ease both; }
.hero-line-2 { display: block; animation: heroTextSlide 0.5s 0.16s ease both; }
.hero-line-3 { display: block; animation: heroTextSlide 0.5s 0.24s ease both; }
.hero-title .accent { color: var(--blue); }
/* Desc */
.hero-desc {
  font-size: 15.5px; color: var(--text-muted);
  line-height: 1.65; margin-bottom: 28px;
  animation: heroTextSlide 0.5s 0.32s ease both;
  max-width: 420px;
}
/* Buttons */
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; animation: heroTextSlide 0.5s 0.4s ease both; margin-bottom: 32px; }
.btn-hero {
  padding: 13px 26px; font-size: 15px;
  box-shadow: 0 4px 18px rgba(26,86,160,0.28);
}
.btn-ghost-hero {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 13px 24px; border-radius: var(--radius);
  font-weight: 600; font-size: 15px; cursor: pointer;
  background: rgba(255,255,255,0.7);
  color: var(--blue);
  border: 1.5px solid rgba(26,86,160,0.22);
  transition: all 0.2s; backdrop-filter: blur(8px);
}
.btn-ghost-hero:hover { background: #fff; border-color: var(--blue); box-shadow: 0 4px 16px rgba(26,86,160,0.12); }
/* Rating strip */
.hero-rating-strip {
  display: flex; align-items: center; gap: 14px;
  animation: heroTextSlide 0.5s 0.48s ease both;
}
.hero-avatars { display: flex; }
.hero-av {
  width: 32px; height: 32px; border-radius: 50%;
  border: 2px solid #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #1a56a0;
  margin-left: -8px;
}
.hero-avatars .hero-av:first-child { margin-left: 0; }
.hero-stars { color: #f59e0b; font-size: 14px; letter-spacing: 1px; margin-bottom: 1px; }
.hero-rating-text { font-size: 12.5px; color: var(--text-muted); }
.hero-rating-text strong { color: var(--gray-800); }
/* Image area */
.hero-image-wrap {
  position: relative;
  animation: heroTextSlide 0.7s 0.2s ease both;
}
.hero-img-card {
  position: relative;
  border-radius: 24px; overflow: visible;
}
.hero-img-card img {
  width: 100%; border-radius: 20px;
  box-shadow: 0 32px 72px rgba(26,86,160,0.20), 0 8px 24px rgba(0,0,0,0.08);
  display: block; aspect-ratio: 4/3; object-fit: cover;
  animation: float 7s ease-in-out infinite;
}
.hero-img-ring {
  position: absolute; inset: -16px;
  border-radius: 28px;
  border: 2px dashed rgba(26,86,160,0.14);
  pointer-events: none; z-index: -1;
  animation: spin 20s linear infinite;
}
/* Floating badges on image */
.hero-float-badge {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 10px 14px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  border: 1px solid rgba(26,86,160,0.08);
  white-space: nowrap;
}
.hero-float-badge strong { display: block; font-size: 13px; font-weight: 700; color: var(--gray-800); }
.hero-float-badge span { font-size: 11px; color: var(--text-muted); }
.hero-float-icon { font-size: 20px; line-height: 1; }
.hero-float-exp { bottom: -18px; left: -20px; animation: float 5s 0.5s ease-in-out infinite; }
.hero-float-resp { top: -18px; right: -16px; animation: float 6s 1s ease-in-out infinite; }

/* ═══════════════════════════════════════════════════
   TRUST STRIP (full-width below hero)
═══════════════════════════════════════════════════ */
.trust-strip {
  background: var(--blue-dark);
  padding: 0;
}
.trust-strip-inner {
  max-width: 100%;
  display: flex; align-items: stretch; justify-content: center;
  flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  padding: 22px 36px;
  flex: 1; min-width: 180px;
}
.trust-item .trust-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.trust-item .trust-icon svg { width: 20px; height: 20px; color: #fff; }
.trust-item strong { display: block; font-size: 13.5px; font-weight: 700; color: #fff; }
.trust-item span { font-size: 11.5px; color: rgba(255,255,255,0.65); }
.trust-divider { width: 1px; background: rgba(255,255,255,0.1); align-self: stretch; margin: 12px 0; }

/* ═══════════════════════════════════════════════════
   SERVICES SECTION
═══════════════════════════════════════════════════ */
.services-section { background: var(--gray-50); }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 56px; flex-wrap: wrap; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 28px; border: 1px solid var(--gray-200); transition: all 0.3s; position: relative; overflow: hidden; cursor: pointer; text-decoration: none; display: block; color: inherit; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(26,86,160,0.15); color: inherit; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 64px; height: 64px; background: var(--blue-xlight); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: background 0.3s; }
.service-card:hover .service-icon { background: var(--blue); }
.service-card:hover .service-icon svg { color: #fff; }
.service-icon svg { width: 30px; height: 30px; color: var(--blue); transition: color 0.3s; }
.service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--gray-800); }
.service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-bottom: 22px; }
.service-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--blue); transition: gap 0.2s; }
.service-card:hover .service-link { gap: 10px; }

/* ═══════════════════════════════════════════════════
   WHY CHOOSE US
═══════════════════════════════════════════════════ */
.why-section { background: #fff; }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-image-wrap { position: relative; }
.why-image-wrap img { border-radius: var(--radius-lg); width: 100%; box-shadow: var(--shadow-lg); }
.why-badge { position: absolute; bottom: -24px; right: -24px; background: var(--blue); color: #fff; border-radius: var(--radius); padding: 20px 24px; box-shadow: var(--shadow-lg); text-align: center; animation: pulse 3s ease-in-out infinite; }
.why-badge .big { font-size: 34px; font-weight: 800; display: block; line-height: 1; }
.why-badge .small { font-size: 12px; opacity: 0.85; margin-top: 4px; display: block; }
.why-content .section-label { margin-bottom: 10px; }
.why-checks { margin: 28px 0; display: flex; flex-direction: column; gap: 14px; }
.why-check { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--gray-800); font-weight: 500; }
.why-check-icon { width: 26px; height: 26px; background: #e8f5e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-check-icon svg { width: 14px; height: 14px; color: #22c55e; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 36px; }
.stat-card { background: var(--gray-50); border-radius: var(--radius); padding: 24px 20px; border: 1px solid var(--gray-200); text-align: center; transition: all 0.3s; }
.stat-card:hover { border-color: var(--blue); background: var(--blue-xlight); }
.stat-number { font-size: 38px; font-weight: 800; color: var(--blue); line-height: 1; }
.stat-label { font-size: 13px; color: var(--text-muted); margin-top: 6px; }

/* ═══════════════════════════════════════════════════
   EMERGENCY CTA BANNER
═══════════════════════════════════════════════════ */
.emergency-bar { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); padding: 40px 0; }
.emergency-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.emergency-left { display: flex; align-items: center; gap: 24px; }
.emergency-icon { width: 68px; height: 68px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: pulse 2s ease-in-out infinite; flex-shrink: 0; }
.emergency-icon svg { width: 32px; height: 32px; color: #fff; }
.emergency-text h2 { color: #fff; font-size: 26px; font-weight: 800; }
.emergency-text p { color: rgba(255,255,255,0.8); font-size: 15px; margin-top: 4px; }

/* ═══════════════════════════════════════════════════
   PRODUCTS / STORE
═══════════════════════════════════════════════════ */
.store-section { background: var(--gray-50); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200); transition: all 0.3s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-img { height: 200px; background: var(--gray-100); display: flex; align-items: center; justify-content: center; padding: 24px; overflow: hidden; position: relative; }
.product-img img { max-height: 150px; object-fit: contain; transition: transform 0.3s; }
.product-card:hover .product-img img { transform: scale(1.08); }
.product-img svg { width: 80px; height: 80px; color: var(--gray-400); transition: transform 0.3s; }
.product-card:hover .product-img svg { transform: scale(1.1); }
.product-badge { position: absolute; top: 12px; left: 12px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
.product-body { padding: 20px; }
.product-body h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--gray-800); }
.product-body p { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; }
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-size: 20px; font-weight: 800; color: var(--blue); }
.product-price del { font-size: 14px; color: var(--gray-400); font-weight: 400; margin-left: 6px; }
.add-cart { width: 38px; height: 38px; background: var(--blue); color: #fff; border-radius: 9px; display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; transition: background 0.2s, transform 0.2s; }
.add-cart:hover { background: var(--blue-dark); transform: scale(1.1); }
.add-cart svg { width: 17px; height: 17px; }

/* Store page filters */
.store-filters { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; }
.filter-btn { padding: 8px 20px; border-radius: 100px; font-size: 13px; font-weight: 600; cursor: pointer; border: 2px solid var(--gray-200); background: #fff; color: var(--text-muted); transition: all 0.2s; }
.filter-btn:hover, .filter-btn.active { border-color: var(--blue); background: var(--blue); color: #fff; }

/* ═══════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════ */
.testimonials-section { background: #fff; }
.testimonials-header { text-align: center; margin-bottom: 56px; }
.testimonials-header .section-sub { margin: 0 auto; }
.testimonials-slider { position: relative; overflow: hidden; }
.testimonials-track { display: flex; gap: 24px; transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); }
.testimonial-card { min-width: calc(33.333% - 16px); background: var(--gray-50); border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--gray-200); flex-shrink: 0; transition: box-shadow 0.3s; }
.testimonial-card:hover { box-shadow: var(--shadow); }
.stars { display: flex; gap: 3px; margin-bottom: 16px; color: #f59e0b; font-size: 18px; }
.testimonial-text { font-size: 15px; color: var(--gray-600); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; flex-shrink: 0; }
.author-name { font-weight: 700; font-size: 14px; color: var(--gray-800); }
.author-loc { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.slider-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-200); border: none; cursor: pointer; transition: all 0.3s; padding: 0; }
.slider-dot.active { background: var(--blue); width: 28px; border-radius: 4px; }
.slider-arrows { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
.slider-arrow { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--gray-200); background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--blue); transition: all 0.2s; }
.slider-arrow:hover { border-color: var(--blue); background: var(--blue); color: #fff; }

/* ═══════════════════════════════════════════════════
   BOOK CTA
═══════════════════════════════════════════════════ */
.book-cta { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); padding: 64px 0; position: relative; overflow: hidden; }
.book-cta::before { content: ''; position: absolute; top: -80px; right: -80px; width: 350px; height: 350px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.book-cta::after { content: ''; position: absolute; bottom: -80px; left: 20%; width: 250px; height: 250px; background: rgba(255,255,255,0.03); border-radius: 50%; }
.book-cta-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; position: relative; z-index: 2; }
.book-cta-icon { width: 84px; height: 84px; background: rgba(255,255,255,0.12); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.book-cta-icon svg { width: 44px; height: 44px; color: #fff; }
.book-cta-text { flex: 1; min-width: 200px; }
.book-cta-text h2 { color: #fff; font-size: clamp(24px, 3vw, 36px); font-weight: 800; margin-bottom: 8px; }
.book-cta-text p { color: rgba(255,255,255,0.75); font-size: 16px; }

/* ═══════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════ */
.site-footer { background: #0d2241; color: rgba(255,255,255,0.75); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr 1.4fr; gap: 40px; margin-bottom: 52px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin: 18px 0 22px; }
.footer-logo { height: 50px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border-radius: 9px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); transition: all 0.2s; text-decoration: none; }
.footer-social a:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.footer-social svg { width: 16px; height: 16px; }
.footer-col h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 22px; padding-bottom: 10px; border-bottom: 2px solid rgba(255,255,255,0.08); }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.2s, padding-left 0.2s; display: flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-col ul li a:hover { color: #fff; padding-left: 4px; }
.footer-col ul li a::before { content: '›'; color: var(--blue-light); font-size: 18px; line-height: 1; flex-shrink: 0; }

/* WordPress nav menu in footer */
.footer-menu ul { list-style: none; padding: 0; margin: 0; }
.footer-menu ul li { margin-bottom: 10px; }
.footer-menu ul li a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.2s, padding-left 0.2s; display: flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-menu ul li a:hover { color: #fff; padding-left: 4px; }
.footer-menu ul li a::before { content: '›'; color: var(--blue-light); font-size: 18px; line-height: 1; flex-shrink: 0; }

.footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start; }
.footer-contact-item svg { width: 18px; height: 18px; color: var(--blue-light); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item span { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.55; }
.footer-contact-item a { color: rgba(255,255,255,0.65); transition: color 0.2s; text-decoration: none; }
.footer-contact-item a:hover { color: #fff; }
.footer-newsletter p { font-size: 14px; color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { flex: 1; padding: 11px 14px; border-radius: 9px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.08); color: #fff; font-size: 14px; outline: none; transition: border-color 0.2s; font-family: 'Inter', sans-serif; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus { border-color: var(--blue-light); }
.newsletter-form button { padding: 11px 16px; background: var(--blue); border: none; border-radius: 9px; color: #fff; cursor: pointer; transition: background 0.2s; }
.newsletter-form button:hover { background: var(--blue-dark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.4); }
.payment-icons { display: flex; gap: 8px; }
.payment-icon { background: rgba(255,255,255,0.1); border-radius: 5px; padding: 5px 12px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.6); }

/* ═══════════════════════════════════════════════════
   WHATSAPP BUTTON
═══════════════════════════════════════════════════ */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 9999; display: flex; align-items: center; gap: 10px; background: #25d366; color: #fff; border-radius: 100px; padding: 14px 22px; box-shadow: 0 4px 20px rgba(37,211,102,0.4); font-weight: 700; font-size: 15px; animation: pulse 3s ease-in-out infinite; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.06); box-shadow: 0 8px 30px rgba(37,211,102,0.5); color: #fff; }
.whatsapp-float svg { width: 24px; height: 24px; }

/* ═══════════════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════════════ */
.about-intro { background: #fff; }
.about-intro-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-intro-image { position: relative; }
.about-intro-image img { border-radius: var(--radius-lg); width: 100%; box-shadow: var(--shadow-lg); }
.about-float-card { position: absolute; bottom: -20px; left: -20px; background: #fff; border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px; }
.about-float-icon { width: 48px; height: 48px; background: var(--blue-xlight); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-float-icon svg { width: 24px; height: 24px; color: var(--blue); }
.about-float-text strong { display: block; font-size: 20px; font-weight: 800; color: var(--blue); }
.about-float-text span { font-size: 12px; color: var(--text-muted); }
.about-values { background: var(--gray-50); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 28px; border: 1px solid var(--gray-200); text-align: center; transition: all 0.3s; }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(26,86,160,0.2); }
.value-icon { width: 68px; height: 68px; background: var(--blue-xlight); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.value-icon svg { width: 32px; height: 32px; color: var(--blue); }
.value-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--gray-800); }
.value-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }
.team-section { background: #fff; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: var(--gray-50); border-radius: var(--radius-lg); padding: 28px 20px; text-align: center; border: 1px solid var(--gray-200); transition: all 0.3s; }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.team-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 800; margin: 0 auto 16px; }
.team-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.team-card p { font-size: 13px; color: var(--blue); font-weight: 600; }

/* ═══════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════ */
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; }
.contact-info-cards { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card { background: var(--gray-50); border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--gray-200); display: flex; gap: 18px; align-items: flex-start; transition: all 0.3s; }
.contact-info-card:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.contact-info-icon { width: 52px; height: 52px; background: var(--blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-icon svg { width: 24px; height: 24px; color: #fff; }
.contact-info-body h4 { font-size: 15px; font-weight: 700; margin-bottom: 5px; color: var(--gray-800); }
.contact-info-body p, .contact-info-body a { font-size: 14px; color: var(--text-muted); line-height: 1.6; text-decoration: none; transition: color 0.2s; }
.contact-info-body a:hover { color: var(--blue); }
.contact-form-wrap { background: var(--gray-50); border-radius: var(--radius-lg); padding: 40px; border: 1px solid var(--gray-200); }
.contact-form-wrap h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; color: var(--gray-800); }
.contact-form-wrap > p { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--gray-800); }
.form-group input,
.form-group select,
.form-group textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-200); border-radius: var(--radius); font-size: 14px; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s, box-shadow 0.2s; background: #fff; color: var(--text); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,160,0.1); }
.form-group textarea,
.wpcf7-form textarea { resize: vertical; min-height: 120px; }
.wpcf7-form .wpcf7-submit { background: var(--blue); color: #fff; padding: 13px 32px; border-radius: var(--radius); font-weight: 700; font-size: 15px; border: none; cursor: pointer; width: 100%; transition: background 0.2s; font-family: 'Inter', sans-serif; }
.wpcf7-form .wpcf7-submit:hover { background: var(--blue-dark); }
.map-section { background: var(--gray-50); padding: 0; }
.map-section iframe { display: block; width: 100%; height: 420px; border: none; }

/* ═══════════════════════════════════════════════════
   BOOK SERVICE PAGE
═══════════════════════════════════════════════════ */
.book-section { background: #fff; }
.book-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: start; }
.book-form-wrap { background: var(--gray-50); border-radius: var(--radius-lg); padding: 40px; border: 1px solid var(--gray-200); }
.book-benefits { display: flex; flex-direction: column; gap: 16px; }
.book-benefit { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--gray-50); border-radius: var(--radius); border: 1px solid var(--gray-200); transition: all 0.3s; }
.book-benefit:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.book-benefit-icon { width: 48px; height: 48px; background: var(--blue-xlight); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.book-benefit-icon svg { width: 24px; height: 24px; color: var(--blue); }
.book-benefit h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.book-benefit p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ═══════════════════════════════════════════════════
   SINGLE SERVICE PAGE
═══════════════════════════════════════════════════ */
.service-detail { background: #fff; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }
.service-detail-content h2 { font-size: 28px; font-weight: 800; margin: 28px 0 14px; color: var(--gray-800); }
.service-detail-content p { font-size: 15px; color: var(--text-muted); line-height: 1.75; margin-bottom: 16px; }
.service-detail-content ul { margin: 16px 0 24px 20px; }
.service-detail-content ul li { font-size: 15px; color: var(--text-muted); margin-bottom: 8px; list-style: disc; }
.service-detail-image img { border-radius: var(--radius-lg); width: 100%; box-shadow: var(--shadow); margin-bottom: 20px; }
.service-sidebar { position: sticky; top: 100px; }
.sidebar-book-card { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); border-radius: var(--radius-lg); padding: 32px; color: #fff; margin-bottom: 24px; }
.sidebar-book-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.sidebar-book-card p { font-size: 14px; opacity: 0.8; margin-bottom: 20px; }
.sidebar-services-list { background: var(--gray-50); border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--gray-200); }
.sidebar-services-list h4 { font-size: 15px; font-weight: 700; margin-bottom: 16px; color: var(--gray-800); }
.sidebar-services-list ul li a { display: flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--gray-200); font-size: 14px; color: var(--gray-800); text-decoration: none; transition: color 0.2s; }
.sidebar-services-list ul li:last-child a { border-bottom: none; }
.sidebar-services-list ul li a:hover { color: var(--blue); }
.sidebar-services-list ul li a svg { width: 16px; height: 16px; color: var(--blue); flex-shrink: 0; }

/* ═══════════════════════════════════════════════════
   STORE PAGE (Full)
═══════════════════════════════════════════════════ */
.store-page-hero { background: linear-gradient(120deg, #f0f6ff, #e8f2fd); padding: 60px 0; }
.store-page-hero h1 { font-size: 42px; font-weight: 800; margin-bottom: 12px; }
.store-page-hero p { font-size: 17px; color: var(--text-muted); }
.store-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
.store-sidebar h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-800); margin-bottom: 14px; margin-top: 24px; }
.store-sidebar h4:first-child { margin-top: 0; }
.category-list li { margin-bottom: 8px; }
.category-list li a { font-size: 14px; color: var(--text-muted); transition: color 0.2s; display: flex; align-items: center; justify-content: space-between; text-decoration: none; padding: 6px 0; border-bottom: 1px solid var(--gray-200); }
.category-list li a:hover, .category-list li a.active { color: var(--blue); }
.category-list li a span { background: var(--gray-100); font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 100px; color: var(--text-muted); }

/* ═══════════════════════════════════════════════════
   PAGE (Generic)
═══════════════════════════════════════════════════ */
.page-content-section { background: #fff; }
.page-content-section .entry-content p { margin-bottom: 18px; font-size: 16px; color: var(--text-muted); line-height: 1.8; }
.page-content-section .entry-content h2 { font-size: 28px; font-weight: 800; margin: 32px 0 14px; color: var(--gray-800); }
.page-content-section .entry-content h3 { font-size: 22px; font-weight: 700; margin: 24px 0 12px; color: var(--gray-800); }
.page-content-section .entry-content ul { margin: 0 0 18px 24px; }
.page-content-section .entry-content ul li { margin-bottom: 8px; color: var(--text-muted); font-size: 15px; list-style: disc; }
.page-content-section .entry-content img { border-radius: var(--radius); margin: 24px 0; }

/* ═══════════════════════════════════════════════════
   404
═══════════════════════════════════════════════════ */
.error-404-section { background: #fff; text-align: center; padding: 120px 0; }
.error-404-section .big-num { font-size: 160px; font-weight: 900; color: var(--blue-xlight); line-height: 1; }
.error-404-section h2 { font-size: 32px; font-weight: 800; margin-bottom: 14px; }
.error-404-section p { font-size: 16px; color: var(--text-muted); margin-bottom: 32px; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid .footer-col:nth-child(4),
  .footer-grid .footer-col:nth-child(5) { grid-column: span 1; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .store-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-desc { margin: 0 auto 34px; }
  .hero-buttons { justify-content: center; }
  .hero-trust-row { grid-template-columns: repeat(2, 1fr); }
  .hero-trust-item:nth-child(2) { border-right: none; }
  .hero-image-wrap { max-width: 440px; margin: 0 auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .why-inner { grid-template-columns: 1fr; }
  .why-badge { right: 0; bottom: 0; }
  .about-intro-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .section-header { flex-direction: column; align-items: flex-start; }
  .emergency-inner { flex-direction: column; text-align: center; }
  .emergency-left { flex-direction: column; align-items: center; }
  .testimonial-card { min-width: 80%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .topbar { display: none; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); gap: 0; border-top: 1px solid var(--gray-200); }
  .main-nav.open { display: flex; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav ul li ul { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; margin-left: 16px; padding: 0; }
  .hamburger { display: flex; }
  .nav-phone { display: none; }
  .nav-inner { position: relative; }
  section { padding: 60px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-trust-row { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 14px; border-radius: 50%; }
  .testimonial-card { min-width: 100%; }
  .book-cta-icon { display: none; }
}

/* ═══════════════════════════════════════════════════
   INDIVIDUAL SERVICE PAGES
═══════════════════════════════════════════════════ */
/* Hero */
.svc-hero { background: linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue) 100%); padding: 72px 0; position: relative; overflow: hidden; }
.svc-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.svc-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.svc-hero-content h2 { font-size: clamp(28px, 3.5vw, 46px); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 14px; }
.svc-hero-content h2 span { color: #60a5fa; }
.svc-hero-content p { font-size: 15.5px; color: #bfdbfe; line-height: 1.7; margin-bottom: 24px; }
.svc-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #bfdbfe; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; padding: 6px 14px; border-radius: 50px; margin-bottom: 18px; }
.svc-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.btn-white-hero { background: #fff; color: var(--blue-dark); font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 50px; text-decoration: none; transition: transform .2s, box-shadow .2s; box-shadow: 0 4px 16px rgba(0,0,0,.2); display: inline-flex; align-items: center; gap: 8px; }
.btn-white-hero:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.25); color: var(--blue-dark); }
.btn-outline-hero { border: 2px solid rgba(255,255,255,.5); color: #fff; font-weight: 600; font-size: 14px; padding: 12px 24px; border-radius: 50px; text-decoration: none; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline-hero:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }
.svc-feats { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.svc-feats li { display: flex; align-items: center; gap: 10px; color: #bfdbfe; font-size: 14px; }
.svc-dot { width: 7px; height: 7px; background: #60a5fa; border-radius: 50%; flex-shrink: 0; }
/* Hero stats card */
.svc-hero-stats { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 28px; backdrop-filter: blur(10px); }
.svc-stats-title { font-size: 11.5px; font-weight: 700; color: #93c5fd; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 18px; }
.svc-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.svc-stat { background: rgba(255,255,255,.1); border-radius: 10px; padding: 14px; text-align: center; }
.svc-stat-n { font-size: 24px; font-weight: 800; color: #fff; line-height: 1; }
.svc-stat-l { font-size: 11px; color: #93c5fd; margin-top: 3px; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.svc-tags span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); color: #e0f2fe; font-size: 11.5px; font-weight: 600; padding: 5px 12px; border-radius: 20px; }
/* Overview */
.svc-overview { background: #fff; padding: 80px 0; }
.svc-overview-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.svc-checklist { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.svc-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--gray-800); }
.svc-checklist li::before { content: ''; width: 20px; height: 20px; background: var(--blue-xlight); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%231a56a0' stroke-width='2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.svc-overview-img { background: linear-gradient(135deg, var(--blue-deeper), #1e40af); border-radius: 24px; min-height: 360px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.svc-overview-img::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.06); }
.svc-overview-icon { width: 110px; height: 110px; background: rgba(255,255,255,.12); border-radius: 50%; border: 2px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
/* Types grid */
.svc-types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-type-card { background: #fff; border: 1.5px solid var(--gray-200); border-radius: 16px; padding: 26px; transition: transform .3s, box-shadow .3s, border-color .3s; }
.svc-type-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--blue); }
.svc-type-icon { width: 52px; height: 52px; background: var(--blue-xlight); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-type-icon svg { color: var(--blue); }
.svc-type-card h4 { font-size: 15.5px; font-weight: 700; color: var(--gray-800); margin-bottom: 8px; }
.svc-type-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }
/* Process */
.svc-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.svc-process-grid::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--blue-xlight), var(--blue), var(--blue-xlight)); z-index: 0; }
.svc-step { text-align: center; position: relative; z-index: 1; }
.svc-step-num { width: 72px; height: 72px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: 0 0 0 6px var(--blue-xlight), 0 0 0 12px rgba(26,86,160,.06); }
.svc-step h4 { font-size: 15px; font-weight: 700; color: var(--gray-800); margin-bottom: 8px; }
.svc-step p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
/* FAQ */
.svc-faq { display: flex; flex-direction: column; gap: 12px; }
.svc-faq-item { background: #fff; border: 1.5px solid var(--gray-200); border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.svc-faq-item.open { border-color: var(--blue); }
.svc-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; cursor: pointer; gap: 12px; user-select: none; }
.svc-faq-q span { font-size: 14.5px; font-weight: 600; color: var(--gray-800); line-height: 1.4; }
.svc-faq-arrow { width: 24px; height: 24px; background: var(--blue-xlight); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s, background .2s; }
.svc-faq-item.open .svc-faq-arrow { transform: rotate(180deg); background: var(--blue); }
.svc-faq-item.open .svc-faq-arrow svg { stroke: #fff; }
.svc-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; }
.svc-faq-item.open .svc-faq-a { max-height: 200px; padding: 0 20px 16px; }
.svc-faq-a p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
/* CTA box */
.svc-cta-box { background: linear-gradient(135deg, var(--blue-deeper), var(--blue)); border-radius: 20px; padding: 44px 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.svc-cta-box h3 { font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.svc-cta-box p { font-size: 15px; color: #bfdbfe; }
.btn-outline-white-cta { border: 2px solid rgba(255,255,255,.6); color: #fff; font-weight: 600; font-size: 14px; padding: 12px 24px; border-radius: var(--radius); text-decoration: none; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline-white-cta:hover { background: rgba(255,255,255,.15); color: #fff; }
/* Responsive */
@media (max-width: 900px) {
  .svc-hero-inner { grid-template-columns: 1fr; }
  .svc-overview-inner { grid-template-columns: 1fr; }
  .svc-types-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-process-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-process-grid::before { display: none; }
  .svc-cta-box { flex-direction: column; text-align: center; padding: 36px 24px; }
}
@media (max-width: 640px) {
  .svc-types-grid { grid-template-columns: 1fr; }
  .svc-process-grid { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════════
   WORDPRESS SPECIFIC FIXES
═══════════════════════════════════════════════════ */
.wp-block-image img { border-radius: var(--radius); }
.alignnone, .aligncenter, .alignright, .alignleft { max-width: 100%; height: auto; }
.aligncenter { display: block; margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.wpcf7-not-valid-tip { color: #e11d48; font-size: 12px; margin-top: 4px; display: block; }
.wpcf7-response-output { margin: 16px 0 0; padding: 12px 16px; border-radius: var(--radius); font-size: 14px; }
.wpcf7-mail-sent-ok { background: #f0fdf4; border: 1px solid #86efac; color: #166534; }
.wpcf7-validation-errors, .wpcf7-mail-sent-ng { background: #fef2f2; border: 1px solid #fca5a5; color: #991b1b; }
