/* ═══════════════════════════════════════════════════════════════════
   SHARED CSS — مختار أحمد للتبريد والتكييف
   AC Repair Al-Muzahmiyah | Riyadh | Saudi Arabia
   Version 2.0 — Full SEO + Fixed Nav + 100% Responsive
═══════════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap');

:root {
  --navy:          #0B1F3A;
  --navy-deep:     #071529;
  --blue:          #1565C0;
  --blue-mid:      #1976D2;
  --blue-light:    #2196F3;
  --sky:           #E3F2FD;
  --ice:           #F0F7FF;
  --gold:          #F9A825;
  --gold-dark:     #E65100;
  --white:         #FFFFFF;
  --text-dark:     #0D1B2A;
  --text-mid:      #37474F;
  --text-light:    #78909C;
  --border:        #BBDEFB;
  --green:         #2E7D32;
  --green-light:   #E8F5E9;
  --green-border:  #A5D6A7;
  --red:           #C62828;
  --red-light:     #FFEBEE;
  --shadow-sm:     0 2px 12px rgba(21,101,192,0.10);
  --shadow-md:     0 8px 32px rgba(21,101,192,0.16);
  --shadow-lg:     0 20px 60px rgba(11,31,58,0.20);
  --radius-sm:     8px;
  --radius-md:     16px;
  --radius-lg:     24px;
  --radius-xl:     40px;
  --trans:         all 0.3s cubic-bezier(.4,0,.2,1);
  --nav-height:    68px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Cairo', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.7;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.section-label {
  display: inline-block;
  background: var(--sky);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  border-radius: 40px;
  margin-bottom: 14px;
  border: 1px solid var(--border);
}

h1,h2,h3,h4 {
  font-family: 'Cairo','Segoe UI','Tahoma','Arial',sans-serif;
  line-height: 1.3;
}

/* ═══════════════════════════════════════
   PROGRESS BAR
═══════════════════════════════════════ */
#progress-bar {
  position: fixed; top: 0; left: 0; width: 0; height: 3px; z-index: 10000;
  background: linear-gradient(90deg, var(--blue-light), var(--gold));
  transition: width 0.1s linear;
  pointer-events: none;
}

/* ═══════════════════════════════════════
   URGENCY TOP BANNER
═══════════════════════════════════════ */
.urgency-top {
  background: linear-gradient(135deg, var(--red), #B71C1C);
  color: white;
  text-align: center;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 1001;
  line-height: 1.5;
}
.urgency-top .blink { animation: blink-anim 1s infinite; }
@keyframes blink-anim { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* ═══════════════════════════════════════
   NAVBAR — FIXED POSITION (KEY FIX)
═══════════════════════════════════════ */
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: rgba(7,21,41,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: var(--trans);
  height: var(--nav-height);
  display: flex;
  align-items: center;
}
/* When urgency bar is present, offset navbar */
body.has-urgency .navbar { top: 0; }

.navbar.scrolled {
  background: rgba(7,21,41,0.99);
  box-shadow: var(--shadow-md);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: var(--nav-height);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 16px rgba(33,150,243,0.4);
  overflow: hidden;
  flex-shrink: 0;
}
.logo-icon img {
  width: 44px; height: 44px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.logo-text { color: var(--white); }
.logo-text .line1 { font-size: 15px; font-weight: 800; display: block; white-space: nowrap; }
.logo-text .line2 { font-size: 11px; color: rgba(255,255,255,0.55); display: block; font-weight: 400; white-space: nowrap; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}
.nav-menu a {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--trans);
  white-space: nowrap;
}
.nav-menu a:hover,
.nav-menu a.active { background: rgba(255,255,255,0.1); color: var(--white); }
.nav-menu a.active { color: #64B5F6; }

.btn-call-nav {
  background: linear-gradient(135deg, #F9A825, #E65100) !important;
  color: var(--white) !important;
  padding: 10px 18px !important;
  border-radius: var(--radius-sm) !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 16px rgba(249,168,37,0.4);
  animation: pulse-nav 2.5s ease-in-out infinite;
  white-space: nowrap;
}
@keyframes pulse-nav {
  0%,100% { box-shadow: 0 4px 16px rgba(249,168,37,0.4); }
  50%      { box-shadow: 0 4px 26px rgba(249,168,37,0.75); }
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--trans);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════
   PAGE BODY OFFSET (for fixed navbar)
═══════════════════════════════════════ */
/* Apply padding to account for fixed navbar + urgency bar */
body {
  padding-top: calc(var(--nav-height) + 38px); /* nav + urgency bar */
}
/* Pages without urgency bar */
body.no-urgency {
  padding-top: var(--nav-height);
}
/* Adjust for legal pages (no urgency bar) */
.legal-body { padding-top: 0; }

/* ═══════════════════════════════════════
   SECTIONS
═══════════════════════════════════════ */
.section { padding: 88px 0; }
.section-dark { background: var(--navy); }
.section-ice { background: var(--ice); }

.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.section-dark .section-header h2 { color: var(--white); }
.section-header p {
  font-size: 17px;
  color: var(--text-mid);
  max-width: 620px;
  margin: 0 auto;
}
.section-dark .section-header p { color: rgba(255,255,255,0.6); }

.divider {
  width: 60px; height: 4px;
  background: linear-gradient(90deg, var(--blue-light), var(--blue));
  border-radius: 4px;
  margin: 16px auto 0;
}

/* ═══════════════════════════════════════
   BUTTONS
═══════════════════════════════════════ */
.btn-primary {
  background: linear-gradient(135deg, var(--blue-light), var(--blue));
  color: var(--white);
  padding: 15px 34px;
  border-radius: var(--radius-sm);
  font-size: 16px; font-weight: 700;
  cursor: pointer; border: none;
  display: inline-flex; align-items: center; gap: 10px;
  transition: var(--trans);
  box-shadow: 0 6px 24px rgba(33,150,243,0.4);
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(33,150,243,0.55); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  padding: 15px 34px;
  border-radius: var(--radius-sm);
  font-size: 16px; font-weight: 700;
  cursor: pointer; border: none;
  display: inline-flex; align-items: center; gap: 10px;
  transition: var(--trans);
  box-shadow: 0 6px 24px rgba(249,168,37,0.4);
  text-decoration: none;
  white-space: nowrap;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(249,168,37,0.55); }

.btn-wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: var(--white);
  padding: 15px 34px;
  border-radius: var(--radius-sm);
  font-size: 16px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 6px 24px rgba(37,211,102,0.35);
  transition: var(--trans);
  text-decoration: none;
  white-space: nowrap;
}
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(37,211,102,0.55); }

/* ═══════════════════════════════════════
   TRUST & URGENCY BADGES
═══════════════════════════════════════ */
.trust-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  padding: 7px 16px; border-radius: 40px;
  font-size: 13px; font-weight: 600;
  backdrop-filter: blur(8px);
  transition: var(--trans);
}
.trust-badge .check { color: #4CAF50; font-size: 14px; }

.urgency-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(198,40,40,0.2);
  border: 1px solid rgba(198,40,40,0.5);
  color: #FF8A80;
  padding: 7px 16px; border-radius: 40px;
  font-size: 13px; font-weight: 700;
}
.urgency-badge .dot {
  width: 8px; height: 8px;
  background: #FF5252; border-radius: 50%;
  animation: blink-anim 1s infinite;
}

/* ═══════════════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════
   FLOATING WHATSAPP BUTTON
═══════════════════════════════════════ */
.floating-btns {
  position: fixed;
  bottom: 28px; left: 28px;
  z-index: 990;
  display: flex; flex-direction: column; gap: 12px;
}
.fab-wa {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 24px rgba(37,211,102,0.55);
  transition: var(--trans);
  text-decoration: none;
  animation: wa-pulse 2.5s ease-in-out infinite;
}
@keyframes wa-pulse {
  0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,0.55); }
  50%      { box-shadow: 0 8px 36px rgba(37,211,102,0.85); transform: scale(1.04); }
}
.fab-wa:hover { transform: scale(1.12) translateY(-3px); }

/* ═══════════════════════════════════════
   BOOKING MODAL
═══════════════════════════════════════ */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(7,21,41,0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  z-index: 9000;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.modal-overlay.active { opacity: 1; pointer-events: all; }
.modal {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  width: 100%; max-width: 520px;
  max-height: 92vh; overflow-y: auto;
  transform: translateY(40px);
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 24px 80px rgba(7,21,41,0.4);
}
.modal-overlay.active .modal { transform: translateY(0); }
.modal-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 28px;
}
.modal-header h3 { font-size: 22px; font-weight: 900; color: var(--text-dark); }
.modal-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--ice); border: none; cursor: pointer;
  font-size: 18px; display: flex; align-items: center; justify-content: center;
  color: var(--text-mid); transition: var(--trans);
}
.modal-close:hover { background: var(--red-light); color: var(--red); }

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-weight: 700; font-size: 14px;
  margin-bottom: 8px; color: var(--text-dark);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 13px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 15px; font-family: inherit;
  color: var(--text-dark); background: var(--white);
  transition: var(--trans); direction: rtl;
  -webkit-appearance: none; appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(33,150,243,0.12);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.btn-confirm {
  width: 100%; padding: 16px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white; font-size: 16px; font-weight: 900;
  border: none; cursor: pointer;
  transition: var(--trans);
  box-shadow: 0 6px 20px rgba(37,211,102,0.4);
  font-family: inherit;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.btn-confirm:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,211,102,0.6); }

/* ═══════════════════════════════════════
   FAQ ACCORDION
═══════════════════════════════════════ */
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 12px; overflow: hidden;
  transition: var(--trans);
}
.faq-q {
  width: 100%; text-align: right;
  padding: 19px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  font-size: 16px; font-weight: 700; color: var(--text-dark);
  background: transparent; border: none; cursor: pointer;
  transition: var(--trans); font-family: inherit;
  line-height: 1.5;
}
.faq-q:hover { color: var(--blue); }
.arr {
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 50%;
  background: var(--sky); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; color: var(--blue);
  transition: var(--trans); flex-shrink: 0;
}
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 22px;
  font-size: 15px; color: var(--text-mid); line-height: 1.8;
}
.faq-item.open .faq-a { max-height: 300px; padding: 0 22px 20px; }
.faq-item.open .arr {
  background: var(--blue); color: white;
  border-color: var(--blue); transform: rotate(45deg);
}

/* ═══════════════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════════════ */
.page-hero {
  background: linear-gradient(160deg, #071529 0%, #0B1F3A 45%, #0D2A50 100%);
  padding: 72px 0 56px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 30% 50%, rgba(21,101,192,0.2) 0%, transparent 70%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 {
  font-size: clamp(28px, 5vw, 54px);
  color: white; font-weight: 900; margin-bottom: 14px;
}
.page-hero h1 span { color: #64B5F6; }
.page-hero p {
  font-size: 17px; color: rgba(255,255,255,0.68);
  max-width: 620px; line-height: 1.8;
}

.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.4);
  margin-bottom: 20px; flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,0.5); transition: var(--trans); }
.breadcrumb a:hover { color: var(--blue-light); }
.breadcrumb span { color: rgba(255,255,255,0.25); }

/* ═══════════════════════════════════════
   REVIEW CARDS
═══════════════════════════════════════ */
.review-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: var(--trans);
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stars { color: #F9A825; font-size: 18px; margin-bottom: 12px; }
.review-text {
  font-size: 15px; line-height: 1.8;
  color: var(--text-mid); margin-bottom: 16px;
}
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-light), var(--blue));
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700; font-size: 16px;
  flex-shrink: 0;
}
.reviewer-name { font-weight: 700; font-size: 14px; }
.reviewer-loc { font-size: 12px; color: var(--text-light); }

/* ═══════════════════════════════════════
   SLOTS ROW (urgency bar in hero)
═══════════════════════════════════════ */
.slots-row {
  display: flex; align-items: center; gap: 12px;
  background: rgba(198,40,40,0.12);
  border: 1px solid rgba(198,40,40,0.3);
  border-radius: var(--radius-sm);
  padding: 12px 18px; margin-bottom: 28px;
  max-width: 480px; flex-wrap: wrap;
}
.slots-label { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 600; }
.slots-count { font-size: 15px; font-weight: 900; color: #FF8A80; }
.slots-bar-wrap {
  flex: 1; min-width: 80px; height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 100px; overflow: hidden;
}
.slots-bar-fill {
  height: 100%; width: 78%;
  background: linear-gradient(90deg, #C62828, #FF5252);
  border-radius: 100px;
}

/* ═══════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════ */
.cta-section {
  background: linear-gradient(135deg, var(--blue), var(--navy));
  padding: 80px 0;
  text-align: center;
}
.cta-section h2 {
  font-size: clamp(24px, 4vw, 40px);
  color: white; font-weight: 900; margin-bottom: 14px;
}
.cta-section p {
  font-size: 17px; color: rgba(255,255,255,0.72);
  margin-bottom: 36px; max-width: 520px;
  margin-left: auto; margin-right: auto;
}
.cta-buttons {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.65);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-brand .logo-text { color: white; margin-top: 12px; }
.footer-brand p {
  font-size: 14px; line-height: 1.8;
  margin-top: 12px; color: rgba(255,255,255,0.5);
}
.footer-col h4 { color: white; font-size: 15px; font-weight: 800; margin-bottom: 16px; }
.footer-col a {
  display: block; color: rgba(255,255,255,0.5);
  font-size: 14px; margin-bottom: 8px; transition: var(--trans);
}
.footer-col a:hover { color: var(--blue-light); padding-right: 4px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}
.footer-bottom a {
  color: rgba(255,255,255,0.45);
  margin: 0 8px;
  transition: var(--trans);
}
.footer-bottom a:hover { color: var(--blue-light); }

/* ═══════════════════════════════════════
   SEO CONTENT BLOCK (common across pages)
═══════════════════════════════════════ */
.seo-content-block {
  background: var(--ice);
  border-radius: var(--radius-md);
  padding: 36px 40px;
  border: 1px solid var(--border);
  margin-top: 48px;
}
.seo-content-block h2 {
  font-size: 22px; font-weight: 900;
  color: var(--text-dark); margin-bottom: 12px;
}
.seo-content-block h2 span { color: var(--blue); }
.seo-content-block p {
  font-size: 15px; color: var(--text-mid);
  line-height: 1.85; margin-bottom: 10px;
}
.seo-kw-cloud {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px;
}
.seo-kw {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 40px; padding: 5px 14px;
  font-size: 12px; font-weight: 600; color: var(--text-mid);
  transition: var(--trans);
}
.seo-kw:hover { background: var(--sky); color: var(--blue); border-color: var(--blue-light); }

/* ═══════════════════════════════════════
   RESPONSIVE — 1024px
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .logo-text .line2 { display: none; }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 768px (MOBILE)
═══════════════════════════════════════ */
@media (max-width: 768px) {
  :root { --nav-height: 62px; }

  body { padding-top: calc(var(--nav-height) + 38px); }
  body.no-urgency { padding-top: var(--nav-height); }

  /* Mobile nav menu — full screen overlay */
  .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0; right: 0; left: 0; bottom: 0;
    background: rgba(7,21,41,0.99);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 100px 24px 40px;
    gap: 4px;
    z-index: 999;
    overflow-y: auto;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a {
    padding: 15px 20px;
    font-size: 17px;
    border-radius: var(--radius-md);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    width: 100%;
  }
  .btn-call-nav {
    margin-top: 12px;
    justify-content: center;
    padding: 16px 24px !important;
    font-size: 16px !important;
    border-radius: var(--radius-md) !important;
  }
  .hamburger { display: flex; }

  /* Sections */
  .section { padding: 56px 0; }
  .section-header { margin-bottom: 40px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }

  /* Forms */
  .form-row { grid-template-columns: 1fr; }
  .modal { padding: 28px 20px 32px; }

  /* CTAs */
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-buttons .btn-primary,
  .cta-buttons .btn-gold,
  .cta-buttons .btn-wa { width: 100%; max-width: 340px; justify-content: center; }

  /* Floating button position */
  .floating-btns { bottom: 20px; left: 16px; }
  .fab-wa { width: 54px; height: 54px; font-size: 24px; }

  /* Page hero */
  .page-hero { padding: 56px 0 40px; }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 480px
═══════════════════════════════════════ */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .urgency-top { font-size: 12px; padding: 8px 12px; }
  .logo-text .line1 { font-size: 13px; }
  .seo-content-block { padding: 24px 20px; }
  .trust-badge { font-size: 12px; padding: 6px 12px; }
}

/* ═══════════════════════════════════════
   ACCESSIBILITY
═══════════════════════════════════════ */
:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ═══════════════════════════════════════
   PRINT
═══════════════════════════════════════ */
@media print {
  .navbar, .urgency-top, .floating-btns, .modal-overlay,
  .btn-primary, .btn-gold, .btn-wa, .cta-section { display: none !important; }
  body { padding-top: 0 !important; }
}
