/* ==========================================================================
   أحسان للتكييف والتبريد - Ahsan Air Conditioning & Refrigeration
   Ultra-Luxury, Bespoke, Interactive & High-Trust Design System
   Specialized in Split & Window AC, Freon Refilling, Refrigerators & Washers
   Al Bawadi & All Jeddah Districts • Tel: 050 114 5155
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;800;900&display=swap');

:root {
  /* Brand Palette - Royal Sapphire, Oceanic Azure & Midnight Navy */
  --primary-navy: #08182b;
  --primary-navy-dark: #040c17;
  --primary-navy-soft: #0d2645;
  --primary-blue: #1d4ed8;
  --primary-blue-hover: #1e40af;
  --primary-blue-light: #eff6ff;
  --primary-azure: #0284c7;
  --primary-sky: #38bdf8;
  --primary-cyan: #06b6d4;
  --primary-gradient: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #0284c7 100%);
  --navy-gradient: linear-gradient(135deg, #08182b 0%, #13335a 50%, #0a2039 100%);
  --surface-gradient: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  --glow-gradient: linear-gradient(135deg, rgba(37, 99, 235, 0.18) 0%, rgba(6, 182, 212, 0.1) 100%);

  /* Accent & Status Colors */
  --accent-gold: #d97706;
  --accent-gold-light: #fef3c7;
  --accent-gold-grad: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --success-green: #10b981;
  --success-green-dark: #047857;
  --success-green-light: #ecfdf5;
  --whatsapp-color: #25d366;
  --whatsapp-hover: #1ea952;
  --danger-red: #ef4444;

  /* Surfaces & Glassmorphism */
  --bg-main: #f8fafc;
  --bg-white: #ffffff;
  --bg-subtle: #f1f5f9;
  --bg-card: #ffffff;
  --bg-card-alt: #f8fafc;
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.7);
  
  /* Borders */
  --border-subtle: #e2e8f0;
  --border-card: #e5e9f0;
  --border-focus: #93c5fd;
  --border-glow: rgba(37, 99, 235, 0.3);

  /* Typography Colors */
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --text-light-muted: #94a3b8;
  --text-inverse: #ffffff;

  /* Shadows - Layered Organic Depth */
  --shadow-xs: 0 1px 3px rgba(8, 24, 43, 0.04);
  --shadow-sm: 0 3px 10px rgba(8, 24, 43, 0.06);
  --shadow-md: 0 12px 32px -6px rgba(8, 24, 43, 0.09);
  --shadow-lg: 0 22px 48px -10px rgba(8, 24, 43, 0.13);
  --shadow-xl: 0 32px 68px -12px rgba(8, 24, 43, 0.18);
  --shadow-blue: 0 14px 32px -4px rgba(29, 78, 216, 0.38);
  --shadow-wa: 0 14px 32px -4px rgba(37, 211, 102, 0.42);

  /* Radii */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Fonts */
  --font-arabic: 'Tajawal', 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-latin: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ==========================================================================
   Base & Reset
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
  direction: rtl;
  text-align: right;
  background-color: var(--bg-main);
  color: var(--text-primary);
}

body {
  font-family: var(--font-arabic);
  font-size: 1rem;
  line-height: 1.68;
  color: var(--text-primary);
  background-color: var(--bg-main);
  background-image: radial-gradient(rgba(29, 78, 216, 0.045) 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* LTR / English Support */
html[dir="ltr"] {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] body {
  font-family: var(--font-latin);
}

html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6,
html[dir="ltr"] .btn,
html[dir="ltr"] .nav-link,
html[dir="ltr"] .stat-num {
  font-family: var(--font-latin);
  letter-spacing: -0.015em;
}

html[dir="ltr"] .nav-link::after {
  right: auto;
  left: 0;
}

html[dir="ltr"] .faq-question {
  text-align: left;
}

html[dir="ltr"] .process-step-num {
  right: auto;
  left: 20px;
}

html[dir="ltr"] .service-category-tag,
html[dir="ltr"] .service-badge {
  right: auto;
  left: 14px;
}

html[dir="ltr"] .gallery-badge {
  right: auto;
  left: 14px;
}

html[dir="ltr"] .footer-col h4::after {
  right: auto;
  left: 0;
}

/* Container */
.container {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 3.5vw, 32px);
  padding-right: clamp(16px, 3.5vw, 32px);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all var(--transition-fast);
}

/* ==========================================================================
   Typography & Bespoke Visual Utilities
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  color: var(--primary-navy);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.highlight {
  color: var(--primary-blue);
  position: relative;
  display: inline-block;
}

.text-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* ==========================================================================
   Buttons, Shimmer & Interactive Badges
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  z-index: 1;
}

/* Luxury Shimmer Sweep Animation */
.btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 20%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 80%
  );
  transform: rotate(25deg) translateY(-100%);
  transition: transform 0.8s ease;
  pointer-events: none;
  z-index: 2;
}

.btn:hover::after {
  transform: rotate(25deg) translateY(100%);
}

.btn:hover {
  transform: translateY(-3px) scale(1.015);
}

.btn:active {
  transform: translateY(0) scale(0.99);
}

.btn-primary {
  background: var(--primary-gradient);
  color: var(--text-inverse);
  box-shadow: var(--shadow-blue);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 18px 38px -4px rgba(29, 78, 216, 0.48);
  color: var(--text-inverse);
}

.btn-secondary,
.btn-whatsapp {
  background: var(--whatsapp-color);
  color: #ffffff;
  box-shadow: var(--shadow-wa);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-secondary:hover,
.btn-whatsapp:hover {
  background: var(--whatsapp-hover);
  box-shadow: 0 18px 38px -4px rgba(37, 211, 102, 0.52);
  color: #ffffff;
}

.btn-call,
.btn-call-header {
  background: linear-gradient(135deg, #08182b 0%, #1e3a5f 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 14px rgba(8, 24, 43, 0.25);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  gap: 7px;
}

.btn-call:hover,
.btn-call-header:hover {
  background: linear-gradient(135deg, #102d4e 0%, #2563eb 100%);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(8, 24, 43, 0.35);
  transform: translateY(-2px);
}

/* Universal Phone Number Direction & Visual Isolation */
.phone-number,
.phone-num,
.phone-text,
.phone-val,
[dir="ltr"].phone-number,
bdi.phone-number,
bdi[dir="ltr"],
.btn-call span.phone-number,
.btn-call-header span.phone-number,
.hero-phone,
.footer-contact-phone {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block;
  font-family: var(--font-latin), 'Tajawal', 'Cairo', -apple-system, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 700;
  white-space: nowrap;
}

html[dir="rtl"] .btn-call span,
html[dir="rtl"] .btn-call-header span,
html[dir="rtl"] .top-bar-link span:not(.icon) {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block;
  font-family: var(--font-latin), 'Tajawal', sans-serif;
}

.btn-outline {
  background: #ffffff;
  color: var(--primary-navy);
  border: 1.5px solid var(--border-subtle);
  box-shadow: var(--shadow-xs);
}

.btn-outline:hover {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  background: var(--primary-blue-light);
  box-shadow: var(--shadow-sm);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.88rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 13px 28px;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

/* Badges */
.no-appointment-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fee2e2;
  color: #b91c1c;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 800;
  border: 1px solid #fecaca;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.12);
}

.hours-tag-active {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ecfdf5;
  color: #047857;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 700;
  border: 1px solid #a7f3d0;
}

.hours-tag-active::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.8);
  animation: pulseConcentric 2s infinite;
}

.service-area-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  color: #0369a1;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 700;
  border: 1px solid #bfdbfe;
}

@keyframes pulseConcentric {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.8); }
  70% { transform: scale(1.15); box-shadow: 0 0 0 9px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ==========================================================================
   Header & Navigation (Glassmorphic Luxury)
   ========================================================================== */
.top-bar {
  background: #08182b;
  color: #e2e8f0;
  font-size: 0.86rem;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1001;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar a {
  color: #38bdf8;
  font-weight: 700;
}

.top-bar a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.7);
}

.skip-to-content {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--primary-blue);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  z-index: 9999;
  transition: top var(--transition-fast);
}

.skip-to-content:focus {
  top: 15px;
}

.top-bar .container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(16px, 3.5vw, 44px);
  padding-right: clamp(16px, 3.5vw, 44px);
}

.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 4px 24px rgba(8, 24, 43, 0.04);
  transition: all var(--transition-normal);
}

.site-header.scrolled {
  box-shadow: 0 12px 34px rgba(8, 24, 43, 0.09);
  background: rgba(255, 255, 255, 0.98);
}

.site-header .container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(16px, 3.5vw, 44px);
  padding-right: clamp(16px, 3.5vw, 44px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  gap: 12px;
}

.logo-wrap,
.logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform var(--transition-fast);
}

.logo-wrap:hover,
.logo-link:hover {
  transform: scale(1.02);
}

.logo-img {
  height: 44px;
  width: auto;
  min-width: 160px;
  max-width: 230px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(8, 24, 43, 0.05));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex-wrap: nowrap;
}

.nav-link {
  font-weight: 600;
  font-size: 0.91rem;
  color: var(--text-secondary);
  padding: 6px 11px;
  border-radius: var(--radius-sm);
  position: relative;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--primary-blue);
  background-color: var(--primary-blue-light);
}

.nav-link.active {
  color: var(--primary-blue);
  background-color: var(--primary-blue-light);
  font-weight: 700;
}

.nav-actions,
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--primary-navy);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: #ffffff;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.lang-switcher:hover {
  background: var(--bg-subtle);
  border-color: #cbd5e1;
  color: var(--primary-blue);
  transform: translateY(-1px);
}

.mobile-toggle {
  display: none;
  background: #f8fafc;
  border: 1px solid var(--border-subtle);
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  color: var(--primary-navy);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.mobile-toggle:hover,
.mobile-toggle.is-active {
  background: var(--primary-blue-light);
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}

/* ==========================================================================
   Hero Section (Atmospheric Ambient Glows & Parallax Canvas)
   ========================================================================== */
.hero-section {
  position: relative;
  padding: clamp(48px, 6vw, 80px) 0 clamp(54px, 7vw, 88px);
  background: 
    radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.14) 0%, transparent 45%),
    radial-gradient(circle at 88% 82%, rgba(2, 132, 199, 0.12) 0%, transparent 48%),
    radial-gradient(circle at 50% 50%, #f0f7ff 0%, #f8fafc 100%);
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(to right, rgba(37, 99, 235, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(37, 99, 235, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
  gap: clamp(32px, 4vw, 56px);
  position: relative;
  z-index: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-badge-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(1.95rem, 3.5vw, 2.7rem);
  font-weight: 900;
  color: var(--primary-navy);
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.hero-desc {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.72;
  color: var(--text-secondary);
  margin-bottom: 22px;
}

.policy-disclosure-banner {
  background: rgba(240, 253, 244, 0.9);
  border: 1px solid #bbf7d0;
  border-radius: var(--radius-md);
  padding: 14px 20px;
  margin: 16px 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.92rem;
  color: #166534;
  line-height: 1.6;
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(8px);
}

.policy-disclosure-banner svg {
  flex-shrink: 0;
  color: #16a34a;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.stat-card,
.stat-item {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-normal);
}

.stat-card:hover,
.stat-item:hover {
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
  border-color: #bfdbfe;
}

.stat-num {
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--primary-navy);
  line-height: 1.1;
  font-feature-settings: "tnum";
}

.stat-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Hero Visual with Multi-Layer Parallax & Glass Badges */
.hero-visual {
  position: relative;
  perspective: 1000px;
}

.hero-img-box {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 7px solid #ffffff;
  background: #ffffff;
  transform-style: preserve-3d;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.hero-img-box:hover {
  box-shadow: 0 32px 75px -10px rgba(8, 24, 43, 0.24);
}

.hero-img-box img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 7px);
  transition: transform var(--transition-smooth);
}

.hero-img-box:hover img {
  transform: scale(1.04);
}

.hero-live-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  left: 18px;
  background: rgba(8, 24, 43, 0.9);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  animation: floatSlow 6s ease-in-out infinite;
}

.badge-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
}

.badge-text {
  font-size: 0.84rem;
  line-height: 1.45;
  color: #e2e8f0;
}

.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  padding: 12px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  animation: floatSlow 5s ease-in-out infinite;
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ==========================================================================
   Quick Symptom Selector (Interactive Chips)
   ========================================================================== */
.symptoms-group {
  max-width: 1000px;
  margin: 0 auto;
}

.symptoms-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 12px;
}

.chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.chip,
.symptom-chip {
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  color: var(--text-secondary);
  padding: 9px 18px;
  border-radius: var(--radius-full);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-normal);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.chip:hover,
.symptom-chip:hover {
  background: var(--primary-blue-light);
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.chip:active,
.symptom-chip:active {
  transform: translateY(0);
}

/* ==========================================================================
   Sections Common Framework
   ========================================================================== */
.section {
  padding: clamp(64px, 7.5vw, 96px) 0;
  position: relative;
}

.section-light {
  background-color: var(--bg-main);
  background-image: radial-gradient(rgba(29, 78, 216, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.section-white {
  background-color: #ffffff;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(36px, 4.5vw, 54px);
}

.section-subtitle {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  font-weight: 900;
  color: var(--primary-navy);
  margin-bottom: 14px;
  line-height: 1.32;
}

.section-desc {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ==========================================================================
   Core Services Section
   ========================================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 36px);
}

.service-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: #93c5fd;
}

.service-img-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #08182b;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.06);
}

.service-badge,
.service-category-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(8, 24, 43, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-xs);
}

.service-body {
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 12px;
}

.service-title a:hover {
  color: var(--primary-blue);
}

.service-desc {
  font-size: 0.96rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 20px;
}

.service-features,
.service-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  flex: 1;
}

.service-features li,
.service-feat-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  color: var(--text-primary);
  font-weight: 600;
}

.service-features li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.85rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
  gap: 12px;
}

/* ==========================================================================
   Real Work Photo Gallery Showcase (Luxury Cards)
   ========================================================================== */
.real-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(20px, 2.5vw, 32px);
}

.gallery-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-azure);
}

.gallery-img-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #08182b;
}

.gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

.gallery-card:hover .gallery-img-wrap img {
  transform: scale(1.07);
}

.gallery-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(8, 24, 43, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-caption {
  padding: 22px 24px;
  flex: 1;
}

.gallery-caption h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 8px;
}

.gallery-caption p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   Cost Estimator Calculator Section (Frosted Glass Container)
   ========================================================================== */
.calc-card,
.calc-box {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 1.5px solid #dbeafe;
  border-radius: var(--radius-xl);
  padding: clamp(24px, 4vw, 44px);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--primary-navy);
}

.form-select {
  width: 100%;
  padding: 13px 18px;
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 600;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: #ffffff;
  color: var(--text-primary);
  outline: none;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-xs);
}

.form-select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.calc-result-box {
  background: var(--navy-gradient);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 26px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.calc-price-info h4 {
  color: #94a3b8;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.calc-price-range {
  font-size: 1.85rem;
  font-weight: 900;
  color: #38bdf8;
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
}

/* ==========================================================================
   Google Reviews & Social Proof
   ========================================================================== */
.google-rating-banner,
.google-badge-hero {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
  border: 1.5px solid #dbeafe;
  border-radius: var(--radius-xl);
  padding: clamp(24px, 3.5vw, 36px) clamp(24px, 4vw, 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-sm);
}

.gbp-stars-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.gbp-score {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--primary-navy);
  line-height: 1;
}

.gbp-stars {
  color: #f59e0b;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.gbp-count {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.review-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 3vw, 32px);
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--transition-normal);
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: #93c5fd;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eff6ff;
  color: var(--primary-blue);
  font-weight: 900;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #bfdbfe;
  flex-shrink: 0;
}

.reviewer-info h4 {
  font-size: 1.05rem;
  margin-bottom: 2px;
}

.review-meta {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.review-stars {
  color: #f59e0b;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.review-text {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ==========================================================================
   Why Us & 4-Step Process Section
   ========================================================================== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 28px);
}

.process-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 3vw, 32px) clamp(18px, 2vw, 24px);
  position: relative;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-normal);
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-blue);
}

.process-step-num {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eff6ff;
  color: var(--primary-blue);
  font-weight: 900;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfdbfe;
}

.process-icon {
  font-size: 2.3rem;
  margin-bottom: 16px;
  line-height: 1;
}

.process-card h4 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.62;
}

/* ==========================================================================
   Official Guarantee & Warranty Banner (Glowing Luxury)
   ========================================================================== */
.warranty-banner {
  background: var(--navy-gradient);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: clamp(32px, 4.5vw, 52px);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-xl);
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.warranty-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.warranty-text h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  margin-bottom: 14px;
}

.warranty-text p {
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 22px;
}

.warranty-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.warranty-pt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #e2e8f0;
}

.warranty-pt span {
  color: #38bdf8;
  font-size: 1.1rem;
}

.warranty-badge-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  border: 2px dashed rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3.5vw, 36px);
  text-align: center;
}

.warranty-seal {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--accent-gold-grad);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-bottom: 14px;
  box-shadow: 0 0 30px rgba(245, 158, 11, 0.5);
}

.warranty-badge-box h3 {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.warranty-badge-box p {
  color: #94a3b8;
  font-size: 0.85rem;
}

/* ==========================================================================
   Supported Brands Grid
   ========================================================================== */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.brand-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-normal);
}

.brand-card:hover {
  border-color: var(--primary-blue);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.brand-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--primary-navy);
}

.brand-card span {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 600;
  line-height: 1.45;
  display: block;
}

.disclaimer-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 18px 24px;
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-top: 32px;
}

/* ==========================================================================
   Jeddah Neighborhoods Grid
   ========================================================================== */
.neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nh-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-normal);
}

.nh-card:hover {
  border-color: var(--primary-blue);
  background: #f0f7ff;
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.nh-pin {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.nh-info h4 {
  font-size: 0.96rem;
  margin-bottom: 2px;
  color: var(--primary-navy);
}

.nh-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ==========================================================================
   Emergency Banner CTA
   ========================================================================== */
.cta-banner {
  background: var(--navy-gradient);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: clamp(32px, 4vw, 48px);
  margin: clamp(40px, 5vw, 60px) 0;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(56, 189, 248, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.cta-text h2 {
  color: #ffffff;
  font-size: clamp(1.5rem, 2.3vw, 1.95rem);
  margin-bottom: 8px;
}

.cta-text p {
  color: #cbd5e1;
  font-size: 1.05rem;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.faq-wrap {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-normal);
}

.faq-item.active {
  border-color: #93c5fd;
  box-shadow: var(--shadow-md);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--primary-navy);
  text-align: right;
  cursor: pointer;
  gap: 16px;
  transition: all var(--transition-fast);
}

.faq-icon {
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: transform var(--transition-normal);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: var(--primary-blue);
}

.faq-answer {
  display: none;
  padding: 0 26px 22px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.faq-item.active .faq-answer {
  display: block;
}

/* ==========================================================================
   Footer (Strict NAP Consistency)
   ========================================================================== */
.site-footer {
  background: #040c17;
  color: #94a3b8;
  padding: clamp(60px, 7vw, 84px) 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.25fr;
  gap: clamp(28px, 4vw, 44px);
  margin-bottom: 52px;
}

.footer-brand .logo-img {
  filter: brightness(0) invert(1);
  max-width: 270px;
  height: auto;
  margin-bottom: 18px;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 20px;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2.5px;
  background: var(--primary-blue);
  border-radius: var(--radius-full);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 0.9rem;
  color: #94a3b8;
  transition: all var(--transition-fast);
}

.footer-links a:hover {
  color: #38bdf8;
  transform: translateX(-5px);
}

html[dir="ltr"] .footer-links a:hover {
  transform: translateX(5px);
}

.footer-nap-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nap-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.nap-item svg {
  color: #38bdf8;
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-bottom {
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.86rem;
}

.footer-legal-links {
  display: flex;
  gap: 18px;
}

.footer-legal-links a {
  color: #94a3b8;
}

.footer-legal-links a:hover {
  color: #ffffff;
}

/* ==========================================================================
   Floating Action Buttons & Mobile Sticky Bottom Bar
   ========================================================================== */
.floating-actions {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 999;
}

html[dir="ltr"] .floating-actions {
  left: auto;
  right: 30px;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-xl);
  transition: all var(--transition-normal);
  color: #ffffff;
}

.float-btn:hover {
  transform: scale(1.12) translateY(-2px);
}

.float-whatsapp {
  background: var(--whatsapp-color);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
}

.float-call {
  background: #08182b;
  box-shadow: 0 10px 28px rgba(8, 24, 43, 0.4);
}

.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary-navy);
  border: 1.5px solid var(--border-subtle);
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition-normal);
  z-index: 998;
}

html[dir="ltr"] .scroll-top-btn {
  right: auto;
  left: 30px;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
  transform: translateY(-3px);
}

.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  padding: 8px 14px max(8px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 -4px 20px rgba(8, 24, 43, 0.08);
  z-index: 9999;
}

.mob-bar-inner,
.mobile-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 460px;
  margin: 0 auto;
}

.mob-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.88rem;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.mob-cta-btn:active {
  transform: scale(0.98);
}

.mob-cta-btn.mob-call,
.mob-cta-btn.call-btn {
  background: linear-gradient(135deg, #08182b 0%, #1e3a5f 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mob-cta-btn.mob-whatsapp,
.mob-cta-btn.wa-btn {
  background: linear-gradient(135deg, #25D366 0%, #1ea952 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Smooth Scroll Reveal */
.reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Subpage 2-Column Hero Support */
.subpage-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(32px, 4vw, 48px);
}
