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

:root {
  --primary: #1a56db;
  --primary-dark: #1242a8;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --dark: #111827;
  --gray-900: #1f2937;
  --gray-700: #374151;
  --gray-500: #6b7280;
  --gray-300: #d1d5db;
  --gray-100: #f3f4f6;
  --white: #ffffff;
  --success: #10b981;
  --danger: #ef4444;
  --radius: 8px;
  --shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  --transition: all .3s ease;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--gray-700);
  line-height: 1.6;
  background: var(--white);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { color: var(--dark); line-height: 1.2; font-weight: 700; }

/* ===== UTILITIES ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section--gray { background: var(--gray-100); }
.section--dark { background: var(--dark); color: var(--white); }
.section--dark h2, .section--dark h3, .section--dark p { color: var(--white); }
.text-center { text-align: center; }
.text-accent { color: var(--accent); }
.text-primary { color: var(--primary); }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }

.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-size: 2rem; margin-bottom: 12px; }
.section-header p { font-size: 1.125rem; color: var(--gray-500); max-width: 640px; margin: 0 auto; }
.section-label {
  display: inline-block; font-size: .85rem; font-weight: 600;
  color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 8px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--radius);
  font-size: 1rem; font-weight: 600; cursor: pointer;
  border: none; transition: var(--transition); text-align: center;
}
.btn--primary, .btn-primary { background: var(--primary); color: var(--white); }
.btn--primary:hover, .btn-primary:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--accent, .btn-accent { background: var(--accent); color: var(--dark); }
.btn--accent:hover, .btn-accent:hover { background: var(--accent-dark); color: var(--dark); transform: translateY(-2px); }
.btn--secondary, .btn-secondary { background: var(--white); color: var(--dark); }
.btn--secondary:hover, .btn-secondary:hover { background: var(--gray-100); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--outline, .btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); }
.btn--outline:hover, .btn-outline:hover { background: var(--primary); color: var(--white); }
.btn--lg, .btn-lg { padding: 18px 36px; font-size: 1.125rem; }
.btn--sm, .btn-sm { padding: 10px 20px; font-size: .875rem; }
.btn--block, .btn-block { width: 100%; justify-content: center; }

/* ===== TOP BAR ===== */
.topbar {
  background: var(--dark); color: var(--white);
  padding: 8px 0; font-size: .85rem;
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
}
.topbar a { color: var(--accent); }
.topbar a:hover { color: var(--white); }
.topbar__info { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
/* Homepage topbar variants */
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-left, .topbar-right { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.8); }
.topbar-item a, a.topbar-item { color: var(--accent); }
.topbar-item svg { flex-shrink: 0; }

/* ===== HEADER / NAV ===== */
.header {
  background: var(--white);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  position: sticky; top: 0; z-index: 1000;
}
.header .container, .header-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px; padding-bottom: 12px;
}
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta { white-space: nowrap; }

/* Logo */
.logo, .footer-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 1.5rem; font-weight: 800; color: var(--dark);
}
.logo:hover, .footer-logo:hover { color: var(--dark); }
.logo span { color: var(--accent); }
.logo svg, .logo-icon { width: 40px; height: 40px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name { font-size: 1.25rem; font-weight: 800; color: var(--dark); }
.logo-tagline { font-size: .65rem; font-weight: 700; letter-spacing: 3px; color: var(--accent); }

/* Nav — BEM style (about, contact, reviews, service pages, area pages) */
.nav { display: flex; align-items: center; gap: 4px; }
.nav a, .nav-link {
  padding: 8px 14px; color: var(--gray-700); font-weight: 500;
  border-radius: var(--radius); font-size: .95rem;
}
.nav a:hover, .nav a.active, .nav-link:hover, .nav-link.active { color: var(--primary); background: rgba(26,86,219,.06); }

.nav__dropdown { position: relative; }
.nav__dropdown-toggle { cursor: pointer; }
.nav__dropdown-toggle::after { content: ' \25BE'; font-size: .7em; }
.nav__dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); min-width: 240px; padding: 8px 0;
  z-index: 100;
}
.nav__dropdown:hover .nav__dropdown-menu { display: block; }
.nav__dropdown-menu a { display: block; padding: 10px 20px; white-space: nowrap; }
.nav__dropdown-menu a:hover { background: var(--gray-100); }
.nav__cta { margin-left: 8px; }

/* Nav — Homepage style (ul/li based) */
.nav-list {
  display: flex; align-items: center; gap: 4px;
  list-style: none; margin: 0; padding: 0;
}
.nav-item { position: relative; }
.nav-item > .nav-link { display: inline-flex; align-items: center; gap: 4px; }

/* Dropdown (homepage style) */
.dropdown, .mega-dropdown {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); min-width: 220px; padding: 12px 0;
  z-index: 100;
}
.mega-dropdown { display: none; min-width: 440px; padding: 20px; gap: 20px; }
.nav-item:hover > .dropdown,
.nav-item.has-dropdown:hover > .dropdown,
.nav-item.has-dropdown:hover > .mega-dropdown { display: flex; }
.dropdown ul { list-style: none; padding: 0; margin: 0; }
.dropdown ul li a {
  display: block; padding: 8px 20px; color: var(--gray-700);
  font-size: .9rem; white-space: nowrap;
}
.dropdown ul li a:hover { background: var(--gray-100); color: var(--primary); }
.dropdown-col { flex: 1; }
.dropdown-col ul { list-style: none; padding: 0; margin: 0; }
.dropdown-col ul li a { padding: 6px 0; display: block; font-size: .9rem; color: var(--gray-700); }
.dropdown-col ul li a:hover { color: var(--primary); }
.dropdown-heading {
  font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: var(--gray-500); margin-bottom: 8px;
  padding-bottom: 6px; border-bottom: 1px solid var(--gray-100);
}

/* Hamburger */
.hamburger {
  display: none; background: none; border: none; cursor: pointer;
  padding: 8px; width: 40px; height: 40px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.hamburger span {
  display: block; width: 24px; height: 2px; background: var(--dark);
  border-radius: 2px; transition: var(--transition);
}
.hamburger svg { width: 28px; height: 28px; color: var(--dark); }

/* ===== HERO ===== */
.hero {
  position: relative; background: linear-gradient(135deg, var(--dark) 0%, #1e3a5f 100%);
  color: var(--white); overflow: hidden;
}
.hero-overlay, .hero__overlay {
  position: absolute; inset: 0;
  background: url('../images/electrician-hero.jpg') center/cover no-repeat;
  opacity: .4;
}
.hero .container { position: relative; z-index: 2; padding: 100px 20px; }
.hero-inner { position: relative; z-index: 2; }
.hero-content { max-width: 700px; }
.hero h1 { font-size: 3rem; margin-bottom: 16px; max-width: 700px; color: var(--white); }
.hero p, .hero-subtitle {
  font-size: 1.25rem; margin-bottom: 32px; max-width: 600px;
  color: rgba(255,255,255,.9);
}
.hero__btns, .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-badge, .hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.15); border-radius: 50px;
  padding: 8px 20px; font-size: .9rem; margin-bottom: 24px;
  color: rgba(255,255,255,.9);
}
.hero-badge svg, .hero__badge svg { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; }

/* ===== TRUST BADGES ===== */
.trust-badges { padding: 32px 0; background: var(--gray-100); }
.trust-grid {
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; align-items: center;
}
.trust-item, .trust-badge {
  display: flex; align-items: center; gap: 10px;
  background: var(--white); padding: 14px 22px; border-radius: var(--radius);
  box-shadow: var(--shadow); font-weight: 600; font-size: .9rem; color: var(--dark);
}
.trust-item svg, .trust-badge svg { width: 28px; height: 28px; color: var(--primary); flex-shrink: 0; }

/* ===== SERVICES GRID ===== */
.services { padding: 80px 0; }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
.service-card {
  display: block; background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  transition: var(--transition); color: var(--gray-700);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: var(--gray-700); }
.service-card-img, .service-card__img { height: 200px; overflow: hidden; }
.service-card-img img, .service-card__img img { width: 100%; height: 100%; object-fit: cover; }
.service-card-body, .service-card__body { padding: 24px; }
.service-card-body h3, .service-card__body h3 { font-size: 1.25rem; margin-bottom: 8px; }
.service-card-body p, .service-card__body p { color: var(--gray-500); margin-bottom: 16px; font-size: .95rem; }
.service-card-link, .service-card__body a {
  font-weight: 600; color: var(--primary);
  display: inline-flex; align-items: center; gap: 4px;
}

/* ===== STATS ===== */
.stats {
  background: var(--dark); color: var(--white); padding: 64px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
.stat-item { padding: 16px; }
.stat-number, .stat__number { font-size: 2.5rem; font-weight: 800; color: var(--accent); display: block; }
.stat-label, .stat__label { font-size: .95rem; color: rgba(255,255,255,.8); margin-top: 4px; display: block; }

/* ===== REVIEWS ===== */
.reviews { padding: 80px 0; background: var(--gray-100); }
.reviews-summary {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; margin-bottom: 40px; flex-wrap: wrap;
}
.reviews-rating { display: flex; align-items: center; gap: 12px; }
.reviews-score { font-size: 3rem; font-weight: 800; color: var(--dark); }
.reviews-stars { display: flex; gap: 2px; }
.reviews-count { color: var(--gray-500); font-size: .9rem; }
.reviews-google { display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--gray-700); }
.reviews-cta { text-align: center; margin-top: 32px; }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.review-card {
  background: var(--white); padding: 28px; border-radius: var(--radius);
  box-shadow: var(--shadow); border-left: 4px solid var(--primary);
}
.review-stars, .review-card__stars { color: var(--accent); font-size: 1.1rem; margin-bottom: 12px; letter-spacing: 2px; display: flex; gap: 2px; }
.review-text, .review-card__text { font-style: italic; color: var(--gray-700); margin-bottom: 16px; line-height: 1.7; }
.review-author, .review-card__author { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.review-avatar, .review-card__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--primary); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; flex-shrink: 0;
}
.review-meta { display: flex; flex-direction: column; }
.review-meta strong, .review-card__name { font-weight: 600; color: var(--dark); }
.review-meta span, .review-card__date { font-size: .8rem; color: var(--gray-500); }
.review-google-badge, .review-card__source {
  font-size: .75rem; color: var(--gray-500);
  display: inline-flex; align-items: center; gap: 4px;
  margin-left: auto;
}
.review-google-badge svg, .review-card__source svg { width: 16px; height: 16px; }

/* Google rating (used on reviews page) */
.google-rating { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 32px; }
.google-rating__logo { width: 32px; height: 32px; }
.google-rating__score { font-size: 2rem; font-weight: 800; color: var(--dark); }
.google-rating__stars { color: var(--accent); font-size: 1.2rem; letter-spacing: 2px; }
.google-rating__count { color: var(--gray-500); font-size: .9rem; }

/* ===== WHY CHOOSE US ===== */
.why-us { padding: 80px 0; }
.why-us-grid, .features-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px;
}
.why-us-item, .feature-item { text-align: center; padding: 32px 20px; }
.why-us-icon, .feature-item__icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(26,86,219,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 1.5rem;
}
.why-us-item h3, .feature-item h3 { font-size: 1.125rem; margin-bottom: 8px; }
.why-us-item p, .feature-item p { color: var(--gray-500); font-size: .95rem; }

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white); padding: 60px 0;
}
.cta-banner-inner { text-align: center; }
.cta-banner-content { margin-bottom: 28px; }
.cta-banner h2 { font-size: 2rem; color: var(--white); margin-bottom: 12px; }
.cta-banner p { font-size: 1.125rem; margin-bottom: 28px; opacity: .9; color: rgba(255,255,255,.9); }
.cta-banner-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn { margin: 0 8px; }

/* ===== SERVICE AREAS ===== */
.service-areas { padding: 80px 0; }
.areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.area-card {
  display: block; background: var(--white); padding: 28px 20px; border-radius: var(--radius);
  box-shadow: var(--shadow); text-align: center; font-weight: 600;
  transition: var(--transition); color: var(--gray-700);
}
.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: var(--primary); }
.area-card-icon { margin-bottom: 12px; color: var(--primary); }
.area-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.area-card p { font-size: .85rem; color: var(--gray-500); font-weight: 400; margin-bottom: 12px; }
.area-card-link { font-size: .85rem; color: var(--primary); font-weight: 600; }

/* ===== SERVICE PAGE ===== */
.page-hero {
  background: linear-gradient(135deg, var(--dark) 0%, #1e3a5f 100%);
  color: var(--white); padding: 60px 0;
}
.page-hero h1 { font-size: 2.5rem; margin-bottom: 12px; color: var(--white); }
.page-hero p { font-size: 1.125rem; opacity: .9; max-width: 640px; color: rgba(255,255,255,.9); }
.breadcrumb { display: flex; gap: 8px; font-size: .85rem; margin-bottom: 16px; }
.breadcrumb a { color: var(--accent); }
.breadcrumb span { color: rgba(255,255,255,.6); }

.service-content { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.service-content__main h2 { font-size: 1.5rem; margin: 32px 0 12px; }
.service-content__main h2:first-child { margin-top: 0; }
.service-content__main p { margin-bottom: 16px; }
.service-content__main ul { margin-bottom: 16px; padding-left: 0; }
.service-content__main ul li { padding: 6px 0 6px 28px; position: relative; }
.service-content__main ul li::before {
  content: '\2713'; position: absolute; left: 0; color: var(--success); font-weight: 700;
}

/* Sidebar */
.sidebar { position: sticky; top: 100px; }
.sidebar__card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 28px; margin-bottom: 24px;
}
.sidebar__card h3 { font-size: 1.125rem; margin-bottom: 16px; color: var(--dark); }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-300); }
.faq-item__question {
  padding: 20px 0; font-weight: 600; color: var(--dark);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-size: 1.05rem;
}
.faq-item__question::after { content: '+'; font-size: 1.5rem; color: var(--primary); transition: var(--transition); }
.faq-item.active .faq-item__question::after { content: '\2212'; }
.faq-item__answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item__answer p { padding: 0 0 20px; color: var(--gray-500); line-height: 1.7; }
.faq-item.active .faq-item__answer { max-height: 500px; }

/* ===== CONTACT FORM ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--dark); font-size: .95rem; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--gray-300);
  border-radius: var(--radius); font-size: 1rem; font-family: inherit;
  transition: var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,86,219,.15);
}

/* ===== FOOTER ===== */
.footer { background: var(--gray-900); color: rgba(255,255,255,.7); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col { }
.footer h4 { color: var(--white); font-size: 1.1rem; margin-bottom: 16px; }
.footer-subheading { margin-top: 24px; }
.footer a { color: rgba(255,255,255,.7); display: block; padding: 4px 0; }
.footer a:hover { color: var(--accent); }
.footer-brand p, .footer__brand p { margin-top: 12px; line-height: 1.7; }
.footer-license { font-size: .8rem; color: var(--accent); margin-top: 8px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.footer-logo .logo-name { color: var(--white); }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; }
.footer-contact li svg { flex-shrink: 0; margin-top: 2px; color: var(--accent); }
.footer-bottom, .footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0; text-align: center; font-size: .85rem;
}

/* ===== MOBILE STICKY CTA ===== */
.mobile-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--primary); padding: 12px 20px; z-index: 999;
  box-shadow: 0 -4px 12px rgba(0,0,0,.2);
}
.mobile-cta a, .mobile-cta-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  color: var(--white); font-weight: 700; font-size: 1.1rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .service-content { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mega-dropdown { min-width: 360px; }
}

@media (max-width: 768px) {
  .hero-subtitle-full { display: none; }
  .hero h1 { font-size: 2rem; }
  .hero .container { padding: 60px 20px; }
  .section { padding: 48px 0; }
  .services, .why-us, .service-areas, .reviews { padding: 48px 0; }
  .section-header h2 { font-size: 1.5rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-number, .stat__number { font-size: 1.75rem; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .why-us-grid, .features-grid { grid-template-columns: 1fr; }

  /* Nav collapse */
  .nav {
    display: none; position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
    background: var(--white); flex-direction: column; padding: 20px;
    z-index: 999; overflow-y: auto;
  }
  .nav-list { display: flex; flex-direction: column; width: 100%; }
  .nav.active { display: flex; }
  .nav a, .nav-link { padding: 14px; font-size: 1.1rem; border-bottom: 1px solid var(--gray-100); color: var(--gray-700); }
  .nav__dropdown-menu { position: static; box-shadow: none; padding-left: 16px; display: none; }
  .nav__dropdown.active .nav__dropdown-menu { display: block; }
  .dropdown, .mega-dropdown {
    position: static; box-shadow: none; min-width: 100%;
    padding-left: 16px; display: none;
  }
  .nav-item.has-dropdown.active > .dropdown,
  .nav-item.has-dropdown.active > .mega-dropdown { display: block; }
  .hamburger { display: flex; }
  .topbar__info { display: none; }
  .topbar-right { display: none; }
  .mobile-cta { display: block; }
  body { padding-bottom: 60px; }
  .page-hero h1 { font-size: 1.75rem; }
  .header-cta { display: none; }
  .trust-grid { gap: 12px; }
  .trust-item, .trust-badge { padding: 10px 14px; font-size: .8rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.5rem; }
  .hero__btns, .hero-ctas { flex-direction: column; }
  .btn--lg, .btn-lg { padding: 14px 24px; font-size: 1rem; }
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { flex-direction: column; align-items: stretch; }
  .reviews-score { font-size: 2rem; }
  .stats { padding: 40px 0; }
}
