/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --red:        #e8192c;
  --red-dark:   #b8101f;
  --red-glow:   rgba(232,25,44,0.25);
  --blue:       #0a3fa8;
  --blue-light: #1a5fd4;
  --blue-glow:  rgba(10,63,168,0.25);
  --black:      #090b0e;
  --dark:       #111418;
  --card:       #151a20;
  --border:     rgba(255,255,255,0.07);
  --text:       #e2e6ea;
  --muted:      #8a93a0;
  --white:      #ffffff;
  --grad-hero:  linear-gradient(135deg,#090b0e 0%,#0d1520 60%,#0a1a30 100%);
  --grad-red:   linear-gradient(135deg,#e8192c,#b8101f);
  --grad-blue:  linear-gradient(135deg,#1a5fd4,#0a3fa8);
  --shadow-red: 0 8px 32px rgba(232,25,44,0.35);
  --shadow-blue:0 8px 32px rgba(10,63,168,0.35);
  --shadow-card:0 4px 24px rgba(0,0,0,0.5);
  --radius:     12px;
  --radius-lg:  20px;
}

/* ===== LIGHT MODE ===== */
body.light-mode {
  --black:      #f4f6f9;
  --dark:       #eaecf2;
  --card:       #ffffff;
  --border:     rgba(0,0,0,0.09);
  --text:       #2d3748;
  --muted:      #64748b;
  --white:      #0d1117;
  --grad-hero:  linear-gradient(135deg,#e8ecf4 0%,#dde4f0 60%,#d4dff0 100%);
  --shadow-card:0 4px 24px rgba(0,0,0,0.1);
  --shadow-red: 0 8px 32px rgba(232,25,44,0.2);
  --shadow-blue:0 8px 32px rgba(10,63,168,0.2);
}
body.light-mode { background: var(--black); color: var(--text); }
body.light-mode #header.scrolled { background: rgba(244,246,249,0.94); }
body.light-mode .hero-grid-lines { background-image: linear-gradient(rgba(0,0,0,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,0.04) 1px,transparent 1px); }
body.light-mode .logo-name,
body.light-mode .nav-links a,
body.light-mode .section-title,
body.light-mode .hero-title,
body.light-mode .sc-name,
body.light-mode .feature-title,
body.light-mode .form-title,
body.light-mode .footer-col-title,
body.light-mode .why-card-main h2,
body.light-mode .about-list-item,
body.light-mode .specialism-name,
body.light-mode .stat-num { color: var(--white); }
body.light-mode .hero-sub,
body.light-mode .section-sub,
body.light-mode .sc-desc,
body.light-mode .feature-desc,
body.light-mode .footer-desc,
body.light-mode .specialism-sub,
body.light-mode .form-sub { color: var(--muted); }
body.light-mode .nav-links a:hover,
body.light-mode .nav-links a.active { background: rgba(0,0,0,0.06); color: var(--white); }
body.light-mode .contact-card-val,
body.light-mode .footer-links a { color: var(--text); }
body.light-mode .mobile-menu { background: rgba(244,246,249,0.98); }
body.light-mode .mobile-menu a { color: var(--text); border-color: var(--border); }
body.light-mode .form-input,
body.light-mode .form-select,
body.light-mode .form-textarea { background: rgba(0,0,0,0.03); color: var(--white); }
body.light-mode .form-input::placeholder,
body.light-mode .form-textarea::placeholder { color: rgba(100,116,139,0.6); }
body.light-mode .form-select option,
body.light-mode .form-select optgroup { background: #f4f6f9; }
body.light-mode .divider { background: linear-gradient(90deg,transparent,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.1) 70%,transparent); }
body.light-mode .footer-copy { color: var(--muted); }
body.light-mode ::-webkit-scrollbar-track { background: var(--dark); }
body.light-mode .rangerover-banner img,
body.light-mode .hero-car-img img { filter: brightness(0.95); }

/* ===== LIGHT MODE: Dark-overlay hero sections — keep text white regardless of theme ===== */
/* Home hero — hardcoded dark image overlay, text must stay white */
body.light-mode .home-hero-title { color: #ffffff; }
body.light-mode .home-hero-sub { color: rgba(255,255,255,0.76); }
body.light-mode .trust-pill { color: rgba(255,255,255,0.7); }
body.light-mode .home-hero-badge { background: rgba(232,25,44,0.18); border-color: rgba(232,25,44,0.4); color: #ff4d5e; }
/* Emergency card sits on dark image — keep all text white */
body.light-mode .home-emg-card { background: rgba(10,13,18,0.78); border-color: rgba(255,255,255,0.12); }
body.light-mode .home-emg-number { color: #ffffff; }
body.light-mode .home-emg-avail { color: rgba(255,255,255,0.55); }
body.light-mode .home-mini-stat { background: rgba(255,255,255,0.06); }
body.light-mode .home-mini-stat-num { color: #ffffff; }
body.light-mode .home-mini-stat-label { color: rgba(255,255,255,0.5); }
/* About hero — same dark image overlay */
body.light-mode .about-hero-title { color: #ffffff; }
body.light-mode .about-hero-sub { color: rgba(255,255,255,0.72); }
body.light-mode .about-hero-pill { background: rgba(232,25,44,0.18); border-color: rgba(232,25,44,0.4); color: #ff4d5e; }
/* Quick services bar text */
body.light-mode .qs-item { color: var(--muted); }
body.light-mode .qs-item:hover { color: var(--white); }
/* Testimonial cards */
body.light-mode .testi-name { color: var(--white); }
body.light-mode .testi-text { color: var(--muted); }
/* About page mission/values/spec in light mode */
body.light-mode .about-mission-quote { color: var(--white); }
body.light-mode .about-value-title { color: var(--white); }
body.light-mode .about-spec-title { color: var(--white); }
body.light-mode .hsc-title { color: var(--white); }
body.light-mode .hw-title { color: var(--white); }
body.light-mode .sf-item-title { color: var(--white); }
body.light-mode .rec-title { color: var(--white); }
body.light-mode .emg-band-text h2 { color: #ffffff; }
body.light-mode .emg-band-number { color: #ffffff; }
/* Emergency hero — hotline widget always on dark photo overlay, keep all text white */
body.light-mode .emergency-hotline { background: rgba(232,25,44,0.12); border-color: rgba(232,25,44,0.4); }
body.light-mode .emergency-hotline-info a { color: #ffffff; }
body.light-mode .emergency-hotline-info small { color: rgba(255,255,255,0.6); }
/* Page hero section-tag, sub-text and breadcrumb spans inside any page hero */
body.light-mode .page-hero .section-tag { color: var(--red); }
body.light-mode .page-hero .page-hero-breadcrumb span { color: rgba(255,255,255,0.45); }

/* ===== LIGHT MODE: Header fix — unscrolled header always sits over a dark hero/photo background ===== */
/* When NOT scrolled, the header is transparent on top of a dark image — nav must stay white */
body.light-mode #header:not(.scrolled) .logo-name { color: #ffffff; }
body.light-mode #header:not(.scrolled) .nav-links a { color: rgba(255,255,255,0.82); }
body.light-mode #header:not(.scrolled) .nav-links a:hover,
body.light-mode #header:not(.scrolled) .nav-links a.active { color: #ffffff; background: rgba(255,255,255,0.1); }
body.light-mode #header:not(.scrolled) .nav-phone { color: rgba(255,255,255,0.75); }
body.light-mode #header:not(.scrolled) .theme-toggle-track { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }
/* When scrolled in light mode, header gets a light background — ensure dark readable text */
body.light-mode #header.scrolled .logo-name { color: #1a202c; }
body.light-mode #header.scrolled .nav-links a { color: #2d3748; }
body.light-mode #header.scrolled .nav-links a:hover,
body.light-mode #header.scrolled .nav-links a.active { color: #1a202c; background: rgba(0,0,0,0.06); }
body.light-mode #header.scrolled .nav-phone { color: #2d3748; }
body.light-mode #header.scrolled .theme-toggle-track { background: rgba(232,25,44,0.12); border-color: rgba(232,25,44,0.3); }

/* ===== THEME TOGGLE ===== */
.theme-toggle { position: relative; width: 52px; height: 28px; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0; }
.theme-toggle-track { display: block; width: 52px; height: 28px; background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.15); border-radius: 100px; transition: all 0.35s ease; position: relative; }
body.light-mode .theme-toggle-track { background: rgba(232,25,44,0.12); border-color: rgba(232,25,44,0.3); }
.theme-toggle-thumb { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(0,0,0,0.3); transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1); display: flex; align-items: center; justify-content: center; }
body.light-mode .theme-toggle-thumb { transform: translateX(24px); background: var(--red); }
.icon-moon, .icon-sun { position: absolute; width: 12px; height: 12px; transition: opacity 0.25s ease; }
.icon-moon { color: #1a2a4a; opacity: 1; }
.icon-sun  { color: white; opacity: 0; }
body.light-mode .icon-moon { opacity: 0; }
body.light-mode .icon-sun  { opacity: 1; }

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; max-width: 100%; }
body { font-family: 'Inter', sans-serif; background: var(--black); color: var(--text); overflow-x: hidden; max-width: 100%; line-height: 1.6; transition: background 0.35s ease, color 0.35s ease; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }

/* ===== UTILITY ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.25); padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; }
.section-tag::before { content: ''; width: 6px; height: 6px; background: var(--red); border-radius: 50%; display: block; }
.section-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; color: var(--white); }
.section-title span { color: var(--red); }
.section-sub { color: var(--muted); max-width: 560px; margin-top: 12px; font-size: 1.05rem; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; cursor: pointer; border: none; transition: all 0.3s ease; letter-spacing: 0.02em; }
.btn-primary { background: var(--grad-red); color: var(--white); box-shadow: var(--shadow-red); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(232,25,44,0.5); }
.btn-secondary { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.2); }
.btn-secondary:hover { border-color: var(--red); color: var(--red); background: rgba(232,25,44,0.08); }
/* On dark photo hero backgrounds, secondary button must stay white regardless of theme */
.home-hero .btn-secondary,
body.light-mode .home-hero .btn-secondary { color: #ffffff; border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.07); }
.home-hero .btn-secondary:hover,
body.light-mode .home-hero .btn-secondary:hover { border-color: var(--red); color: var(--red); background: rgba(232,25,44,0.12); }
.btn-blue { background: var(--grad-blue); color: var(--white); box-shadow: var(--shadow-blue); }
.btn-blue:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(10,63,168,0.5); }
.btn-wa { background: rgba(37,211,102,0.12); color: #25d366; border: 1.5px solid rgba(37,211,102,0.35); }
.btn-wa:hover { background: rgba(37,211,102,0.22); border-color: #25d366; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.25); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

/* ===== PREVENT HORIZONTAL SCROLL ===== */
section, footer { overflow-x: hidden; }
.container { overflow-x: hidden; }

/* ===== NOISE OVERLAY ===== */
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E"); opacity: 0.4; }

/* ===== HEADER / NAV ===== */
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.4s ease; }
#header.scrolled { background: rgba(9,11,14,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); box-shadow: 0 4px 30px rgba(0,0,0,0.4); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 44px; height: 44px; border-radius: 10px; overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-red); }
.logo-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.logo-text { line-height: 1.2; }
.logo-name { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.2rem; color: var(--white); letter-spacing: 0.03em; }
.logo-tagline { font-size: 0.65rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 16px; border-radius: 8px; font-size: 0.9rem; font-weight: 500; color: var(--muted); transition: all 0.25s ease; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.06); }
.nav-links a.active::after { content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; background: var(--red); border-radius: 50%; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-phone { display: flex; align-items: center; gap: 8px; color: var(--text); font-size: 0.9rem; font-weight: 500; }
.nav-phone svg { color: var(--red); flex-shrink: 0; }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; padding: 8px; background: none; border: none; width: 44px; height: 44px; }
.hamburger span { display: block; width: 28px; height: 2.5px; background: #ffffff; border-radius: 3px; transition: all 0.3s ease; }
.hamburger span:nth-child(1) { width: 28px; }
.hamburger span:nth-child(2) { width: 20px; }
.hamburger span:nth-child(3) { width: 24px; }
.hamburger:hover span { width: 28px; background: var(--red); }
.mobile-menu { display: none; position: fixed; inset: 0; top: 80px; background: rgba(9,11,14,0.97); backdrop-filter: blur(20px); padding: 32px 24px; z-index: 999; flex-direction: column; gap: 8px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 14px 16px; border-radius: 10px; font-size: 1.05rem; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--border); transition: all 0.2s; }
.mobile-menu a:hover { color: var(--red); background: rgba(232,25,44,0.06); }
.mobile-menu .btn { margin-top: 16px; width: 100%; justify-content: center; }

/* ===== HERO ===== */
#hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--grad-hero); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(10,63,168,0.15) 0%, transparent 60%), radial-gradient(ellipse 50% 40% at 20% 80%, rgba(232,25,44,0.12) 0%, transparent 50%); }
.hero-grid-lines { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 60px 60px; }
.hero-content { position: relative; z-index: 2; padding: 140px 0 80px; max-width: 700px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(232,25,44,0.12); border: 1px solid rgba(232,25,44,0.3); padding: 8px 18px; border-radius: 100px; margin-bottom: 28px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); animation: fadeInDown 0.8s ease both; }
.hero-badge-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }
.hero-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 700; line-height: 1.1; color: var(--white); animation: fadeInUp 0.8s 0.1s ease both; }
.hero-title .accent { color: var(--red); }
.hero-title .accent-blue { color: #4d8ef0; }
.hero-sub { font-size: 1.15rem; color: var(--muted); margin: 20px 0 36px; max-width: 560px; line-height: 1.7; animation: fadeInUp 0.8s 0.2s ease both; }
.hero-buttons { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; animation: fadeInUp 0.8s 0.3s ease both; }
.hero-stats { display: flex; gap: 40px; margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--border); animation: fadeInUp 0.8s 0.4s ease both; }
.stat-num { font-family: 'Rajdhani', sans-serif; font-size: 2.2rem; font-weight: 700; color: var(--white); line-height: 1; }
.stat-num span { color: var(--red); }
.stat-label { font-size: 0.8rem; color: var(--muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-visual { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 55%; max-width: 700px; z-index: 1; animation: fadeInRight 1s 0.2s ease both; }
.hero-car-img { width: 100%; height: 480px; border-radius: var(--radius-lg); overflow: hidden; position: relative; border: 1px solid var(--border); }
.hero-car-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-car-badges { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 16px; align-items: center; background: rgba(9,11,14,0.65); backdrop-filter: blur(12px); padding: 10px 20px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.08); white-space: nowrap; }
.hero-glow { position: absolute; inset: -60px; z-index: 0; background: radial-gradient(circle at 60% 50%, rgba(10,63,168,0.25) 0%, transparent 65%); pointer-events: none; }
@keyframes fadeInDown { from{opacity:0;transform:translateY(-20px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeInUp   { from{opacity:0;transform:translateY(24px)}  to{opacity:1;transform:translateY(0)} }
@keyframes fadeInRight{ from{opacity:0;transform:translateX(40px)}  to{opacity:1;transform:translateX(0)} }
.scroll-indicator { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; animation: bounce 2s infinite; }
.scroll-indicator svg { width: 20px; height: 20px; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* ===== SERVICES ===== */
#services { padding: 100px 0; position: relative; }
.services-header { text-align: center; margin-bottom: 56px; }
.services-header .section-sub { margin: 12px auto 0; }
.sc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sc-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: all 0.35s ease; position: relative; overflow: hidden; }
.sc-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(232,25,44,0.06), transparent); opacity: 0; transition: opacity 0.35s ease; pointer-events: none; }
.sc-card:hover { transform: translateY(-6px); border-color: rgba(232,25,44,0.3); box-shadow: var(--shadow-red); }
.sc-card:hover::before { opacity: 1; }
.sc-icon { width: 56px; height: 56px; border-radius: 14px; flex-shrink: 0; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: all 0.35s ease; }
.sc-card:hover .sc-icon { background: var(--red); border-color: var(--red); box-shadow: var(--shadow-red); }
.sc-icon svg { width: 26px; height: 26px; color: var(--red); transition: color 0.35s ease; }
.sc-card:hover .sc-icon svg { color: white; }
.sc-name { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.sc-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; flex: 1; }
.sc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; font-size: 0.85rem; font-weight: 600; color: var(--red); transition: all 0.2s ease; position: relative; z-index: 2; cursor: pointer; }
.sc-link svg { width: 14px; height: 14px; transition: transform 0.2s ease; }
.sc-link:hover { color: var(--red-dark); }
.sc-link:hover svg { transform: translateX(4px); }
.sc-card:hover .sc-link { gap: 10px; }
@media (max-width: 900px)  { .sc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px)  { .sc-grid { grid-template-columns: 1fr; } }
.sc-card.sc-hidden { display: none; }
.sc-card.sc-reveal { display: flex; animation: fadeInUp 0.4s ease both; }
.btn-see-more { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 13px 32px; font-size: 0.95rem; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.btn-see-more:hover { border-color: var(--red); color: var(--red); background: rgba(232,25,44,0.06); }
.btn-see-more svg { transition: transform 0.35s ease; }
.btn-see-more.open svg { transform: rotate(180deg); }

/* ===== WHY CHOOSE US ===== */
#why { padding: 100px 0; background: var(--dark); position: relative; overflow: hidden; }
#why::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(10,63,168,0.12) 0%, transparent 65%); pointer-events: none; }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-visual { position: relative; }
.why-card-main { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; position: relative; overflow: hidden; }
.why-card-main::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.why-big-num { font-family: 'Rajdhani', sans-serif; font-size: 5rem; font-weight: 900; color: var(--red); line-height: 1; opacity: 0.15; position: absolute; top: 16px; right: 24px; }
.why-badge-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.why-badge { background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); padding: 6px 14px; border-radius: 100px; font-size: 0.8rem; font-weight: 600; color: var(--red); }
.why-floating { position: absolute; bottom: -20px; right: -20px; background: var(--blue); color: white; padding: 18px 24px; border-radius: var(--radius); box-shadow: var(--shadow-blue); text-align: center; }
.why-floating-num { font-family: 'Rajdhani', sans-serif; font-size: 2rem; font-weight: 700; line-height: 1; }
.why-floating-label { font-size: 0.7rem; opacity: 0.8; margin-top: 2px; text-transform: uppercase; letter-spacing: 0.05em; }
.why-features { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }
.feature-row { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); transition: all 0.3s ease; }
.feature-row:hover { border-color: rgba(232,25,44,0.3); transform: translateX(4px); }
.feature-icon { width: 44px; height: 44px; flex-shrink: 0; background: rgba(232,25,44,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.feature-icon svg { width: 20px; height: 20px; color: var(--red); }
.feature-title { font-weight: 700; color: var(--white); font-size: 0.95rem; margin-bottom: 4px; }
.feature-desc { font-size: 0.85rem; color: var(--muted); }

/* ===== RECOVERY & TRANSPORT ===== */
#recovery { padding: 100px 0; }
.recovery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 48px; }
.rec-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.35s ease; }
.rec-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-red); border-color: rgba(232,25,44,0.3); }
.rec-img { width: 100%; height: 220px; overflow: hidden; position: relative; }
.rec-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.rec-card:hover .rec-img img { transform: scale(1.05); }
.rec-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(9,11,14,0.85) 100%); }
.rec-body { padding: 28px 32px 32px; }
.rec-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(232,25,44,0.12); border: 1px solid rgba(232,25,44,0.25); color: var(--red); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 5px 12px; border-radius: 6px; margin-bottom: 14px; }
.rec-tag svg { width: 13px; height: 13px; }
.rec-title { font-family: 'Rajdhani', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.rec-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.75; margin-bottom: 24px; }
.rec-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.rec-feature { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; color: var(--text); }
.rec-feature-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0; }

/* ===== ABOUT ===== */
#about { padding: 100px 0; background: var(--dark); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { width: 100%; aspect-ratio: 4/3; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.about-accent { position: absolute; bottom: -24px; right: -24px; background: var(--grad-red); border-radius: var(--radius); padding: 20px 28px; text-align: center; box-shadow: var(--shadow-red); }
.about-accent-num { font-family: 'Rajdhani', sans-serif; font-size: 2.2rem; font-weight: 700; color: white; line-height: 1; }
.about-accent-txt { font-size: 0.72rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }
.about-list { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.about-list-item { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: var(--text); }
.about-check { width: 22px; height: 22px; flex-shrink: 0; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.25); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.about-check svg { width: 12px; height: 12px; color: var(--red); }
.specialisms { display: flex; gap: 16px; margin-top: 28px; }
.specialism { flex: 1; padding: 16px; border-radius: var(--radius); border: 1px solid var(--border); background: var(--card); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; transition: all 0.3s ease; }
.specialism:hover { border-color: rgba(232,25,44,0.3); background: rgba(232,25,44,0.04); }
.specialism-icon { font-size: 1.8rem; }
.specialism-icon.specialism-img { width: 100%; height: 80px; border-radius: 10px; overflow: hidden; font-size: 0; }
.specialism-icon.specialism-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.35s ease; }
.specialism:hover .specialism-icon.specialism-img img { transform: scale(1.07); }
.specialism-name { font-weight: 700; font-size: 0.9rem; color: var(--white); }
.specialism-sub { font-size: 0.75rem; color: var(--muted); }

/* ===== CONTACT ===== */
#contact { padding: 100px 0; position: relative; overflow: hidden; }
#contact::before { content: ''; position: absolute; bottom: -200px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(232,25,44,0.1) 0%, transparent 65%); pointer-events: none; }
.contact-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.contact-info-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.contact-card { display: flex; align-items: center; gap: 16px; background: var(--card); border: 1px solid var(--border); padding: 18px 20px; border-radius: var(--radius); transition: all 0.3s ease; }
.contact-card:hover { border-color: rgba(232,25,44,0.3); }
.contact-card-icon { width: 44px; height: 44px; flex-shrink: 0; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.contact-card-icon svg { width: 20px; height: 20px; color: var(--red); }
.contact-card-label { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.contact-card-val { font-weight: 600; color: var(--white); font-size: 0.95rem; margin-top: 2px; }
.contact-wa { display: flex; align-items: center; gap: 12px; background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.25); padding: 14px 20px; border-radius: var(--radius); margin-top: 20px; color: #25d366; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s ease; }
.contact-wa:hover { background: rgba(37,211,102,0.2); transform: translateY(-2px); }
.contact-wa svg { width: 22px; height: 22px; fill: #25d366; }
.contact-form-wrap { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; position: relative; overflow: hidden; }
.contact-form-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--blue)); }
.form-title { font-family: 'Rajdhani', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.form-sub { font-size: 0.875rem; color: var(--muted); margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: 0.8rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.07em; }
.form-input, .form-select, .form-textarea { background: rgba(255,255,255,0.04); border: 1.5px solid var(--border); border-radius: 10px; padding: 12px 16px; color: var(--white); font-size: 0.9rem; transition: all 0.25s ease; outline: none; width: 100%; }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(138,147,160,0.6); }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--red); background: rgba(232,25,44,0.04); box-shadow: 0 0 0 3px rgba(232,25,44,0.1); }
.form-select { -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%238a93a0'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; cursor: pointer; }
.form-select option { background: var(--dark); color: var(--text); }
.form-select optgroup { background: var(--dark); color: var(--muted); font-size: 0.75rem; letter-spacing: 0.05em; }
.form-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.form-actions { display: flex; gap: 12px; margin-top: 24px; }
.form-actions .btn { flex: 1; justify-content: center; }
.form-success { display: none; padding: 14px 18px; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); border-radius: 10px; color: #4ade80; font-size: 0.875rem; font-weight: 600; margin-top: 16px; align-items: center; gap: 8px; }
.form-success.show { display: flex; }

/* ===== INSURANCE ===== */
#insurance { padding: 100px 0; background: var(--dark); }
.insurance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.ins-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 32px; position: relative; overflow: hidden; transition: all 0.35s ease; display: flex; flex-direction: column; align-items: center; text-align: center; }
.ins-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.ins-card:hover { transform: translateY(-4px); border-color: rgba(232,25,44,0.25); box-shadow: var(--shadow-red); }
.ins-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ins-icon svg { width: 24px; height: 24px; color: var(--red); }
.ins-title { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.ins-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.75; }
@media (max-width: 768px) { .insurance-grid { grid-template-columns: 1fr; } }

/* ===== EMERGENCY BREAKDOWN ===== */
#emergency { padding: 100px 0; background: var(--black); }
.emergency-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 72px; }
.emergency-hero-text .section-tag { margin-bottom: 16px; }
.emergency-hero-text h2 { font-family: 'Rajdhani', sans-serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 20px; }
.emergency-hero-text h2 span { color: var(--red); }
.emergency-hero-text p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 32px; }
.emergency-hotline { display: inline-flex; align-items: center; gap: 16px; background: rgba(232,25,44,0.08); border: 1.5px solid rgba(232,25,44,0.3); border-radius: 14px; padding: 18px 24px; }
.emergency-hotline-icon { width: 48px; height: 48px; background: var(--grad-red); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.emergency-hotline-icon svg { width: 22px; height: 22px; color: #fff; }
.emergency-hotline-info small { display: block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 4px; }
.emergency-hotline-info a { font-family: 'Rajdhani', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--white); text-decoration: none; transition: color 0.2s; }
.emergency-hotline-info a:hover { color: var(--red); }
.emergency-hero-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; }
.emergency-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.emergency-hero-image:hover img { transform: scale(1.04); }
.emergency-hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(232,25,44,0.15) 0%, transparent 60%); }
.emergency-badge { position: absolute; top: 20px; right: 20px; background: var(--grad-red); color: #fff; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 8px 14px; border-radius: 8px; }
.emergency-steps-title { font-family: 'Rajdhani', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--white); text-align: center; margin-bottom: 40px; }
.emergency-steps-title span { color: var(--red); }
.emergency-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 64px; }
.estep-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; position: relative; transition: all 0.35s ease; }
.estep-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.estep-card:hover { transform: translateY(-5px); border-color: rgba(232,25,44,0.25); box-shadow: var(--shadow-red); }
.estep-num { font-family: 'Rajdhani', sans-serif; font-size: 2.8rem; font-weight: 700; color: rgba(232,25,44,0.2); line-height: 1; margin-bottom: 16px; }
.estep-icon { width: 52px; height: 52px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.estep-icon svg { width: 24px; height: 24px; color: var(--red); }
.estep-label { font-family: 'Rajdhani', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.estep-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }
.emergency-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.eserv-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; display: flex; align-items: flex-start; gap: 16px; transition: all 0.3s ease; }
.eserv-card:hover { border-color: rgba(232,25,44,0.25); transform: translateY(-3px); box-shadow: var(--shadow-red); }
.eserv-icon { width: 44px; height: 44px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.eserv-icon svg { width: 20px; height: 20px; color: var(--red); }
.eserv-title { font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.eserv-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.6; }
@media (max-width: 1024px) { .emergency-steps { grid-template-columns: repeat(2, 1fr); } .emergency-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .emergency-hero { grid-template-columns: 1fr; gap: 40px; } .emergency-steps { grid-template-columns: repeat(2, 1fr); } .emergency-services-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .emergency-steps { grid-template-columns: 1fr; } }

/* ===== FOOTER ===== */
footer { background: var(--dark); border-top: 1px solid var(--border); padding: 60px 0 32px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; max-width: 280px; }
.footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.social-btn { width: 38px; height: 38px; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--muted); transition: all 0.25s ease; cursor: pointer; }
.social-btn:hover { background: var(--red); border-color: var(--red); color: white; }
.social-btn svg { width: 16px; height: 16px; }
.footer-col-title { font-weight: 700; font-size: 0.9rem; color: var(--white); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.875rem; color: var(--muted); transition: color 0.2s; }
.footer-links a:hover { color: var(--red); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 32px; margin-top: 48px; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 0.8rem; color: var(--muted); }
.footer-copy span { color: var(--red); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.8rem; color: var(--muted); transition: color 0.2s; }
.footer-legal a:hover { color: var(--white); }

/* ===== SECTION DIVIDERS ===== */
.divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--border) 30%, var(--border) 70%, transparent); }

/* ===== RANGE ROVER BANNER ===== */
.rangerover-banner { position: relative; width: 100%; height: 420px; overflow: hidden; }
.rangerover-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.6s ease; }
.rangerover-banner:hover img { transform: scale(1.03); }
.rangerover-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,14,0.75) 0%, rgba(9,11,14,0.3) 50%, transparent 100%); display: flex; align-items: flex-end; padding: 40px 48px; }
.rangerover-text { display: flex; flex-direction: column; gap: 10px; }
.rangerover-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: white; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; width: fit-content; }
.rangerover-text p { font-size: 1.4rem; color: rgba(255,255,255,0.9); line-height: 1.4; font-family: 'Rajdhani', sans-serif; font-weight: 600; }
.rangerover-text p strong { color: #ffffff; }
@media (max-width: 640px) { .rangerover-banner { height: 240px; } .rangerover-overlay { padding: 24px; } .rangerover-text p { font-size: 1.1rem; } }
@media (max-width: 480px) { .rangerover-banner { height: 200px; } .rangerover-overlay { padding: 18px; } .rangerover-tag { font-size: 0.65rem; } .rangerover-text p { font-size: 0.95rem; } }

/* ===== ANIMATE ON SCROLL ===== */
.aos { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.aos.visible { opacity: 1; transform: none; }
.aos-left { opacity: 0; transform: translateX(-28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.aos-left.visible { opacity: 1; transform: none; }
.aos-right { opacity: 0; transform: translateX(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.aos-right.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
.delay-6 { transition-delay: 0.6s !important; }

/* ===== PAGE TOP (extra padding for non-hero pages) ===== */
.page-top { padding-top: 140px !important; }

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

/* 1100px */
@media (max-width: 1100px) {
  .hero-visual { right: -40px; width: 50%; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

/* 900px */
@media (max-width: 900px) {
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
  #hero, #services, #recovery, #emergency, #why, #about, #contact, #insurance { padding-top: 70px; padding-bottom: 70px; }
  .page-top { padding-top: 110px !important; }
  #hero { flex-direction: column; align-items: stretch; padding-bottom: 60px; }
  .hero-content { max-width: 100%; padding: 110px 0 32px; }
  .hero-visual { position: relative; right: auto; top: auto; transform: none; width: calc(100% - 48px); max-width: 100%; margin: 0 24px; z-index: 2; }
  .hero-car-img { height: 240px; }
  .hero-glow { display: none; }
  .grid-2, .why-inner, .about-inner, .contact-inner { grid-template-columns: 1fr; }
  .why-inner { gap: 40px; }
  .about-inner { gap: 40px; }
  .contact-inner { gap: 40px; }
  .contact-inner .aos-left { text-align: center; }
  .why-visual { order: -1; }
  .about-img-wrap { order: -1; }
  .why-floating { position: static; margin-top: 20px; display: inline-block; }
  .about-accent { bottom: -16px; right: -8px; padding: 14px 20px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .emergency-hero { gap: 40px; margin-bottom: 48px; }
  .emergency-steps { margin-bottom: 48px; }
}

/* 768px */
@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .hero-buttons { flex-wrap: wrap; gap: 12px; }
  .hero-buttons .btn { flex: 1 1 auto; justify-content: center; min-width: 140px; }
  .hero-visual { width: calc(100% - 36px); margin: 0 18px; }
  .hero-car-img { height: 220px; }
  .recovery-grid { grid-template-columns: 1fr; }
  .rec-img { height: 200px; }
  .rec-body { padding: 24px 24px 28px; }
  .emergency-hero-text { text-align: center; }
  .emergency-hotline { flex-wrap: wrap; gap: 12px; justify-content: center; text-align: center; width: 100%; }
  .emergency-hotline-info { text-align: center; }
  .emergency-hotline-info a { font-size: 1.35rem; }
  .insurance-grid { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column; gap: 10px; }
  .form-actions .btn { width: 100%; }
  .feature-row { padding: 16px; }
  .footer-inner { grid-template-columns: 1fr; }
  #backToTop { display: none !important; }
}

/* 640px */
@media (max-width: 640px) {
  #hero, #services, #recovery, #emergency, #why, #about, #contact, #insurance { padding-top: 56px; padding-bottom: 56px; }
  .page-top { padding-top: 96px !important; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .section-sub { font-size: 0.95rem; }
  .hero-content { padding: 96px 0 28px; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .hero-stat { min-width: 80px; }
  .hero-car-img { height: 190px; }
  .hero-visual { width: calc(100% - 32px); margin: 0 16px; }
  .hero-car-badges { padding: 8px 12px; gap: 8px; font-size: 0.68rem; }
  .hero-buttons .btn { padding: 12px 20px; font-size: 0.88rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
  .emergency-hero-text h2 { font-size: 1.9rem; }
  .emergency-hotline { padding: 14px 18px; }
  .emergency-steps-title { font-size: 1.3rem; }
  .estep-card { padding: 24px 18px; }
  .eserv-card { padding: 20px 18px; }
  .rec-body { padding: 20px 20px 24px; text-align: center; }
  .rec-body .btn { width: 100%; justify-content: center; }
  .rec-title { font-size: 1.3rem; }
  .why-card-main { padding: 28px 24px; }
  .why-features { gap: 14px; margin-top: 28px; }
  .why-badge-row { gap: 8px; }
  .about-accent { bottom: -12px; right: -4px; }
  .specialisms { flex-direction: column; gap: 12px; }
  .contact-form-wrap { padding: 24px 18px; }
  .contact-card { padding: 14px 16px; }
  .ins-card { padding: 28px 22px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-legal { flex-wrap: wrap; gap: 12px; }
}

/* 480px */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .page-top { padding-top: 88px !important; }
  .hero-content { padding: 88px 0 24px; }
  .hero-title { font-size: 2.4rem; }
  .hero-sub { font-size: 1rem; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 16px; }
  .hero-car-img { height: 170px; }
  .sc-grid { grid-template-columns: 1fr; }
  .sc-card { padding: 24px 20px; }
  .rec-img { height: 180px; }
  .emergency-hero-image { aspect-ratio: 16/9; }
  .emergency-steps { grid-template-columns: 1fr; }
  .emergency-services-grid { grid-template-columns: 1fr; }
  .why-card-main { padding: 22px 18px; }
  .feature-row { gap: 12px; padding: 14px; }
  .feature-icon { width: 38px; height: 38px; flex-shrink: 0; }
  .about-accent { display: none; }
  .contact-form-wrap { padding: 20px 14px; }
  .contact-wa { font-size: 0.82rem; padding: 12px 14px; }
  .ins-card { padding: 24px 16px; }
  .nav-cta .btn-secondary { display: none; }
  .nav-cta .btn-primary { padding: 8px 14px; font-size: 0.78rem; white-space: nowrap; border-radius: 8px; gap: 6px; }
  .nav-cta .btn-primary svg { display: none; }
  .section-title { font-size: 1.8rem; }
  .emergency-hero-text h2 { font-size: 1.6rem; }
  .emergency-steps-title { font-size: 1.15rem; }
  .rec-title { font-size: 1.2rem; }
  .why-card-main h2 { font-size: 1.6rem; }
  .form-title { font-size: 1.3rem; }
}

/* ===== BACK TO TOP ===== */
#backToTop { position: fixed; bottom: 28px; right: 28px; z-index: 500; width: 44px; height: 44px; background: var(--grad-red); border: none; border-radius: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-red); opacity: 0; pointer-events: none; transition: all 0.3s ease; }
#backToTop.show { opacity: 1; pointer-events: all; }
#backToTop:hover { transform: translateY(-3px); }
#backToTop svg { width: 18px; height: 18px; color: white; }

/* =====================================================
   ABOUT PAGE
   ===================================================== */

/* ===== ABOUT HERO BANNER ===== */
.about-hero { min-height: 420px; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding-bottom: 0; background: #090b0e; }
.about-hero-bg { position: absolute; inset: 0; z-index: 0; }
.about-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; }
.about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(9,11,14,0.97) 0%, rgba(9,11,14,0.82) 50%, rgba(9,11,14,0.45) 100%); }
.about-hero-content { position: relative; z-index: 2; padding: 140px 0 64px; }
.about-hero-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 700; color: var(--white); line-height: 1.1; margin: 14px 0 16px; }
.about-hero-title span { color: var(--red); }
.about-hero-sub { font-size: 1.05rem; color: rgba(226,230,234,0.7); max-width: 600px; line-height: 1.72; }
.about-hero-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.about-hero-pill { display: flex; align-items: center; gap: 7px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.25); color: var(--red); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; }
.about-hero-pill svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ===== ABOUT STORY (enhanced) ===== */
.about-story { padding: 96px 0; }
.about-story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-story-imgs { position: relative; }
.about-story-main-img { width: 100%; aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.about-story-main-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.about-story-main-img:hover img { transform: scale(1.04); }
.about-story-sub-img { position: absolute; bottom: -24px; right: -24px; width: 55%; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; border: 3px solid var(--black); box-shadow: var(--shadow-card); }
.about-story-sub-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-story-badge { position: absolute; top: 20px; left: -20px; background: var(--grad-red); border-radius: var(--radius); padding: 18px 22px; text-align: center; box-shadow: var(--shadow-red); z-index: 2; }
.about-story-badge-num { font-family: 'Rajdhani', sans-serif; font-size: 2rem; font-weight: 700; color: white; line-height: 1; }
.about-story-badge-txt { font-size: 0.68rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 3px; }
.about-story-text h3 { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; margin-top: 24px; }
.about-story-text h3:first-of-type { margin-top: 20px; }
.about-story-text p { font-size: 0.96rem; color: var(--muted); line-height: 1.78; margin-bottom: 14px; }

/* ===== MISSION STATEMENT ===== */
.about-mission { background: var(--dark); padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.about-mission::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 700px; height: 500px; background: radial-gradient(circle, rgba(232,25,44,0.09) 0%, transparent 65%); pointer-events: none; }
.about-mission-inner { position: relative; z-index: 1; max-width: 840px; margin: 0 auto; }
.about-mission-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.about-mission-icon svg { width: 26px; height: 26px; color: var(--red); }
.about-mission-quote { font-family: 'Rajdhani', sans-serif; font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 600; color: var(--white); line-height: 1.55; margin-bottom: 20px; }
.about-mission-quote span { color: var(--red); }
.about-mission-sub { font-size: 0.93rem; color: var(--muted); line-height: 1.7; }

/* ===== VALUES GRID ===== */
.about-values { padding: 90px 0; }
.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.about-value-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; position: relative; overflow: hidden; transition: all 0.35s ease; }
.about-value-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.about-value-card:hover { transform: translateY(-5px); border-color: rgba(232,25,44,0.3); box-shadow: var(--shadow-red); }
.about-value-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: all 0.35s ease; }
.about-value-card:hover .about-value-icon { background: var(--red); border-color: var(--red); box-shadow: var(--shadow-red); }
.about-value-icon svg { width: 26px; height: 26px; color: var(--red); transition: color 0.35s; }
.about-value-card:hover .about-value-icon svg { color: white; }
.about-value-title { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.about-value-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

/* ===== SPECIALISMS ===== */
.about-spec-section { padding: 90px 0; background: var(--dark); }
.about-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; }
.about-spec-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.35s ease; display: flex; flex-direction: column; }
.about-spec-card:hover { transform: translateY(-5px); border-color: rgba(232,25,44,0.3); box-shadow: var(--shadow-red); }
.about-spec-img { width: 100%; height: 200px; overflow: hidden; position: relative; }
.about-spec-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.about-spec-card:hover .about-spec-img img { transform: scale(1.06); }
.about-spec-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(9,11,14,0.75) 100%); }
.about-spec-badge { position: absolute; top: 14px; left: 14px; background: var(--red); color: white; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; border-radius: 6px; }
.about-spec-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.about-spec-title { font-family: 'Rajdhani', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.about-spec-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; flex: 1; margin-bottom: 18px; }
.about-spec-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.about-spec-tag { background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); color: var(--red); font-size: 0.71rem; font-weight: 600; padding: 4px 10px; border-radius: 6px; letter-spacing: 0.03em; }

/* ===== ABOUT CTA BAND ===== */
.about-cta { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 64px 0; }
.about-cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-cta-text h2 { font-family: 'Rajdhani', sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: var(--white); line-height: 1.2; }
.about-cta-text p { font-size: 0.96rem; color: var(--muted); line-height: 1.72; margin-top: 12px; }
.about-cta-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-end; align-items: center; }

/* ===== ABOUT PAGE RESPONSIVE ===== */
@media (max-width: 1000px) {
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-spec-grid { grid-template-columns: 1fr 1fr; }
  .about-story-inner { gap: 60px; }
}
@media (max-width: 900px) {
  .about-story-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-story-imgs { order: -1; }
  .about-story-sub-img { bottom: -18px; right: -10px; }
  .about-story-badge { left: -10px; top: 16px; padding: 14px 18px; }
  .about-cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .about-cta-actions { justify-content: flex-start; }
}
@media (max-width: 768px) {
  .about-story { padding: 64px 0; }
  .about-mission { padding: 64px 0; }
  .about-values { padding: 64px 0; }
  .about-spec-section { padding: 64px 0; }
  .about-spec-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .about-hero-content { padding: 100px 0 48px; }
  .about-story-sub-img { display: none; }
  .about-story-badge { display: none; }
}
@media (max-width: 480px) {
  .about-values-grid { grid-template-columns: 1fr; }
  .about-hero-pills { gap: 8px; }
  .about-hero-pill { font-size: 0.68rem; padding: 5px 10px; }
}

/* =====================================================
   HOME REDESIGN — RAC-INSPIRED LAYOUT
   ===================================================== */

/* ===== HOME HERO ===== */
.home-hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; background: #090b0e; }
.home-hero-bg { position: absolute; inset: 0; z-index: 0; background: #090b0e; }
.home-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(9,11,14,0.97) 0%, rgba(9,11,14,0.9) 40%, rgba(9,11,14,0.6) 68%, rgba(9,11,14,0.25) 100%); }
.home-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; padding: 140px 0 80px; width: 100%; }
.home-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,25,44,0.12); border: 1px solid rgba(232,25,44,0.3); padding: 7px 16px; border-radius: 100px; margin-bottom: 24px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
.home-hero-badge-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; animation: pulse 2s infinite; flex-shrink: 0; }
.home-hero-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 700; line-height: 1.08; color: var(--white); margin-bottom: 20px; }
.home-hero-title span { color: var(--red); }
.home-hero-sub { font-size: 1.05rem; color: rgba(226,230,234,0.76); line-height: 1.78; margin-bottom: 36px; max-width: 540px; }
.home-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.trust-pills { display: flex; gap: 20px; flex-wrap: wrap; }
.trust-pill { display: flex; align-items: center; gap: 7px; font-size: 0.8rem; font-weight: 600; color: rgba(226,230,234,0.68); }
.trust-pill svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0; }
.home-emg-card { background: rgba(12,16,22,0.72); backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 36px 30px; text-align: center; position: relative; overflow: hidden; }
.home-emg-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-red); }
.home-emg-icon-wrap { width: 62px; height: 62px; background: var(--grad-red); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: var(--shadow-red); }
.home-emg-icon-wrap svg { width: 28px; height: 28px; color: white; }
.home-emg-head { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--red); margin-bottom: 6px; }
.home-emg-number { font-family: 'Rajdhani', sans-serif; font-size: 2.1rem; font-weight: 700; color: var(--white); text-decoration: none; display: block; line-height: 1; transition: color 0.2s; }
.home-emg-number:hover { color: var(--red); }
.home-emg-avail { font-size: 0.74rem; color: var(--muted); margin-top: 6px; }
.home-emg-sep { width: 100%; height: 1px; background: var(--border); margin: 20px 0; }
.home-mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 22px; }
.home-mini-stat { background: rgba(255,255,255,0.04); border-radius: 10px; padding: 12px 6px; }
.home-mini-stat-num { font-family: 'Rajdhani', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--white); line-height: 1; }
.home-mini-stat-label { font-size: 0.63rem; color: var(--muted); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.3; }

/* ===== QUICK SERVICES BAR ===== */
.quick-services { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.qs-wrap { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.qs-wrap::-webkit-scrollbar { display: none; }
.qs-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 22px 20px; flex: 1; min-width: 120px; border-right: 1px solid var(--border); text-decoration: none; color: var(--muted); transition: all 0.3s ease; }
.qs-item:last-child { border-right: none; }
.qs-item:hover { background: rgba(232,25,44,0.07); color: var(--white); }
.qs-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(232,25,44,0.1); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; flex-shrink: 0; }
.qs-icon svg { width: 22px; height: 22px; color: var(--red); transition: color 0.3s; }
.qs-item:hover .qs-icon { background: var(--red); }
.qs-item:hover .qs-icon svg { color: white; }
.qs-label { font-size: 0.76rem; font-weight: 600; text-align: center; line-height: 1.3; white-space: normal; overflow-wrap: anywhere; max-width: 100%; }

/* ===== TRUST BAND ===== */
.trust-band { background: var(--grad-red); padding: 28px 0; }
.trust-band-inner { display: flex; align-items: center; justify-content: space-around; gap: 20px; flex-wrap: wrap; }
.trust-stat { text-align: center; }
.trust-stat-num { font-family: 'Rajdhani', sans-serif; font-size: 2rem; font-weight: 700; color: white; line-height: 1; }
.trust-stat-label { font-size: 0.71rem; color: rgba(255,255,255,0.78); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.06em; }
.trust-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.22); flex-shrink: 0; }

/* ===== HOME SERVICE CARDS ===== */
.home-services { padding: 90px 0; }
.hsc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; }
.hsc-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.35s ease; display: flex; flex-direction: column; }
.hsc-card:hover { transform: translateY(-6px); border-color: rgba(232,25,44,0.3); box-shadow: var(--shadow-red); }
.hsc-img { width: 100%; height: 210px; overflow: hidden; position: relative; }
.hsc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.hsc-card:hover .hsc-img img { transform: scale(1.06); }
.hsc-badge { position: absolute; top: 14px; left: 14px; background: rgba(9,11,14,0.72); backdrop-filter: blur(8px); color: var(--red); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; border-radius: 6px; border: 1px solid rgba(232,25,44,0.3); }
.hsc-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.hsc-title { font-family: 'Rajdhani', sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.hsc-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.hsc-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.hsc-feat { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text); }
.hsc-feat-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red); flex-shrink: 0; }

/* ===== HOW IT WORKS ===== */
.how-works { padding: 90px 0; background: var(--dark); }
.hw-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 56px; position: relative; }
.hw-connector { position: absolute; top: 36px; left: calc(16.66% + 24px); right: calc(16.66% + 24px); height: 2px; background: linear-gradient(90deg, var(--red), rgba(232,25,44,0.25)); z-index: 0; pointer-events: none; }
.hw-step { text-align: center; position: relative; z-index: 1; }
.hw-num-wrap { width: 72px; height: 72px; border-radius: 50%; background: var(--card); border: 2.5px solid var(--red); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; box-shadow: 0 0 0 6px rgba(232,25,44,0.08); }
.hw-num { font-family: 'Rajdhani', sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--red); line-height: 1; }
.hw-title { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.hw-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; max-width: 240px; margin: 0 auto; }

/* ===== SPECIALISM FEATURE ===== */
.specialism-feature { padding: 90px 0; }
.sf-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.sf-img-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.sf-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.6s ease; }
.sf-img-wrap:hover img { transform: scale(1.04); }
.sf-img-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(232,25,44,0.18) 0%, transparent 55%); pointer-events: none; }
.sf-img-badges { position: absolute; bottom: 18px; left: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.sf-img-badge { background: rgba(9,11,14,0.72); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); color: white; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 12px; border-radius: 7px; }
.sf-list { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.sf-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); transition: all 0.3s ease; }
.sf-item:hover { border-color: rgba(232,25,44,0.3); transform: translateX(4px); }
.sf-item-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(232,25,44,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sf-item-icon svg { width: 18px; height: 18px; color: var(--red); }
.sf-item-title { font-weight: 700; font-size: 0.9rem; color: var(--white); margin-bottom: 3px; }
.sf-item-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.55; }

/* ===== TESTIMONIALS ===== */
.testimonials { padding: 90px 0; background: var(--dark); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.testi-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; position: relative; overflow: hidden; transition: all 0.35s ease; display: flex; flex-direction: column; }
.testi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.testi-card:hover { transform: translateY(-4px); border-color: rgba(232,25,44,0.25); box-shadow: var(--shadow-red); }
.testi-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.testi-stars svg { width: 16px; height: 16px; fill: #f59e0b; }
.testi-text { font-size: 0.9rem; color: var(--muted); line-height: 1.8; font-style: italic; margin-bottom: 20px; padding-right: 24px; flex: 1; }
.testi-quote { position: absolute; top: 16px; right: 16px; font-family: Georgia, serif; font-size: 3.5rem; color: rgba(232,25,44,0.1); line-height: 1; pointer-events: none; }
.testi-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border); padding-top: 16px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-red); display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; font-size: 0.88rem; flex-shrink: 0; }
.testi-name { font-weight: 700; font-size: 0.88rem; color: var(--white); }
.testi-role { font-size: 0.74rem; color: var(--muted); margin-top: 1px; }

/* ===== EMERGENCY BAND ===== */
.emg-band { background: var(--grad-red); padding: 64px 0; position: relative; overflow: hidden; }
.emg-band::before { content: ''; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; background: rgba(255,255,255,0.06); border-radius: 50%; pointer-events: none; }
.emg-band::after  { content: ''; position: absolute; left: -60px; bottom: -60px; width: 260px; height: 260px; background: rgba(0,0,0,0.07); border-radius: 50%; pointer-events: none; }
.emg-band-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.emg-band-text h2 { font-family: 'Rajdhani', sans-serif; font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 700; color: white; line-height: 1.15; }
.emg-band-text p { color: rgba(255,255,255,0.75); font-size: 1rem; margin-top: 8px; }
.emg-band-phone { text-align: center; }
.emg-band-number { font-family: 'Rajdhani', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: white; text-decoration: none; display: block; transition: opacity 0.2s; }
.emg-band-number:hover { opacity: 0.85; }
.emg-band-avail { font-size: 0.72rem; color: rgba(255,255,255,0.65); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.08em; }
.emg-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-white { background: white; color: var(--red); font-weight: 700; border: none; }
.btn-white:hover { background: rgba(255,255,255,0.9); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.btn-outline-white { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.55); font-weight: 600; }
.btn-outline-white:hover { background: rgba(255,255,255,0.14); border-color: white; }

/* ===== HOME REDESIGN RESPONSIVE ===== */
@media (max-width: 1000px) {
  .home-hero-inner { grid-template-columns: 1fr; padding: 120px 0 64px; gap: 44px; }
  .home-emg-card { max-width: 500px; margin: 0 auto; width: 100%; }
  .sf-inner { gap: 48px; }
  .hsc-grid { grid-template-columns: 1fr 1fr; }
  .hsc-img { height: 220px; }
}
@media (max-width: 640px) {
  .hsc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .sf-inner { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .hw-steps { grid-template-columns: 1fr; }
  .hw-connector { display: none; }
}
@media (max-width: 768px) {
  .home-services, .how-works, .specialism-feature, .testimonials { padding: 64px 0; }
  .emg-band { padding: 48px 0; }
  .emg-band-inner { flex-direction: column; text-align: center; }
  .emg-band-actions { justify-content: center; width: 100%; }
  .trust-divider { display: none; }
  .trust-band-inner { gap: 28px; }
}
@media (max-width: 640px) {
  .home-hero-inner { padding: 100px 0 52px; }
  .home-hero-btns .btn { flex: 1 1 auto; justify-content: center; }
  .trust-pills { gap: 14px; }
  .testi-card { padding: 24px 20px; }
  .hsc-body { padding: 22px; }
}
@media (max-width: 480px) {
  .home-hero-btns { flex-direction: column; }
  .home-hero-btns .btn { width: 100%; justify-content: center; }
  .home-mini-stats { gap: 6px; }
  .qs-label { font-size: 0.68rem; min-height: 1.8em; display: flex; align-items: center; justify-content: center; }
  .qs-icon { width: 38px; height: 38px; }
  .qs-item { padding: 18px 10px; min-width: 112px; gap: 7px; }
}

/* =====================================================
   PHOTO GALLERY
   ===================================================== */
.photo-gallery { padding: 90px 0; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.photo-item { border-radius: var(--radius-lg); overflow: hidden; position: relative; height: 280px; }
.photo-item--large { grid-column: span 2; }
.photo-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.photo-item:hover img { transform: scale(1.06); }
.photo-item-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,11,14,0.45) 0%, transparent 55%); transition: opacity 0.3s ease; }
.photo-item:hover .photo-item-overlay { opacity: 0.6; }
@media (max-width: 768px) { .photo-item { height: 220px; } }
@media (max-width: 640px) { .photo-grid { grid-template-columns: 1fr 1fr; } .photo-item--large { grid-column: span 2; } .photo-item { height: 190px; } }
@media (max-width: 420px) { .photo-grid { grid-template-columns: 1fr; } .photo-item--large { grid-column: span 1; } }

/* =====================================================
   PAGE HERO BANNER (services / recovery / emergency / contact)
   ===================================================== */
.page-hero { min-height: 380px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #090b0e; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(9,11,14,0.97) 0%, rgba(9,11,14,0.85) 50%, rgba(9,11,14,0.5) 100%); }
.page-hero-content { position: relative; z-index: 2; padding: 140px 0 60px; }
.page-hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.page-hero-breadcrumb a { color: var(--red); text-decoration: none; transition: opacity 0.2s; }
.page-hero-breadcrumb a:hover { opacity: 0.8; }
.page-hero-breadcrumb svg { width: 12px; height: 12px; color: rgba(255,255,255,0.3); }
.page-hero-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 700; color: #ffffff; line-height: 1.1; margin: 0 0 14px; }
.page-hero-title span { color: var(--red); }
.page-hero-sub { font-size: 1rem; color: rgba(226,230,234,0.72); max-width: 580px; line-height: 1.72; }
body.light-mode .page-hero-title { color: #ffffff; }
body.light-mode .page-hero-sub { color: rgba(255,255,255,0.72); }
body.light-mode .page-hero-breadcrumb { color: rgba(255,255,255,0.45); }
@media (max-width: 768px) { .page-hero { min-height: 300px; } .page-hero-content { padding: 110px 0 44px; } }
@media (max-width: 480px) { .page-hero { min-height: 260px; } .page-hero-content { padding: 90px 0 36px; } }

/* =====================================================
   SERVICE CATEGORIES
   ===================================================== */
.svc-section { padding: 90px 0; }
.svc-cat { margin-bottom: 72px; }
.svc-cat:last-child { margin-bottom: 0; }
.svc-cat-header { display: flex; align-items: center; gap: 20px; margin-bottom: 36px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.svc-cat-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.svc-cat-icon svg { width: 24px; height: 24px; color: var(--red); }
.svc-cat-title { font-family: 'Rajdhani', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 3px; }
.svc-cat-count { font-size: 0.77rem; color: var(--muted); }
.svc-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
body.light-mode .svc-cat-title { color: var(--white); }
@media (max-width: 900px) { .svc-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-cat-grid { grid-template-columns: 1fr; } }

/* =====================================================
   FAQ SECTION
   ===================================================== */
.faq-section { padding: 90px 0; background: var(--dark); }
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 52px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color 0.3s; }
.faq-item.open { border-color: rgba(232,25,44,0.35); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: var(--white); transition: color 0.2s; user-select: none; }
.faq-q:hover { color: var(--red); }
.faq-q-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; }
.faq-q-icon svg { width: 14px; height: 14px; color: var(--red); transition: transform 0.35s ease; }
.faq-item.open .faq-q-icon { background: var(--red); border-color: var(--red); }
.faq-item.open .faq-q-icon svg { transform: rotate(45deg); color: white; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: 0.9rem; color: var(--muted); line-height: 1.8; }
.faq-item.open .faq-a { max-height: 400px; }
body.light-mode .faq-q { color: var(--white); }
@media (max-width: 640px) { .faq-q { padding: 18px 18px; font-size: 0.88rem; } .faq-a-inner { padding: 0 18px 18px; } }

/* =====================================================
   SERVICES PHOTO SHOWCASE
   ===================================================== */
.svc-photo-section { padding: 60px 0; background: var(--dark); }
.svc-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc-photo-card { border-radius: var(--radius-lg); overflow: hidden; position: relative; height: 260px; cursor: pointer; }
.svc-photo-card--large { grid-column: span 2; }
.svc-photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.svc-photo-card:hover img { transform: scale(1.06); }
.svc-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,11,14,0.82) 0%, rgba(9,11,14,0.3) 45%, transparent 100%); transition: opacity 0.3s; }
.svc-photo-card:hover .svc-photo-overlay { opacity: 0.9; }
.svc-photo-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 22px; }
.svc-photo-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red); background: rgba(232,25,44,0.15); border: 1px solid rgba(232,25,44,0.3); border-radius: 100px; padding: 3px 10px; margin-bottom: 6px; }
.svc-photo-name { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; color: #ffffff; line-height: 1.2; }
@media (max-width: 768px) { .svc-photo-card { height: 210px; } }
@media (max-width: 640px) { .svc-photo-grid { grid-template-columns: 1fr 1fr; } .svc-photo-card--large { grid-column: span 2; } .svc-photo-card { height: 180px; } }
@media (max-width: 420px) { .svc-photo-grid { grid-template-columns: 1fr; } .svc-photo-card--large { grid-column: span 1; } }

/* =====================================================
   COVERAGE / RECOVERY CARDS
   ===================================================== */
.coverage-section { padding: 90px 0; }
.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.coverage-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; position: relative; overflow: hidden; transition: transform 0.3s ease, border-color 0.3s; }
.coverage-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.coverage-card:hover { transform: translateY(-4px); border-color: rgba(232,25,44,0.3); }
.coverage-icon { width: 56px; height: 56px; border-radius: 16px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.coverage-icon svg { width: 26px; height: 26px; color: var(--red); }
.coverage-title { font-family: 'Rajdhani', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.coverage-desc { font-size: 0.87rem; color: var(--muted); line-height: 1.7; }
body.light-mode .coverage-title { color: var(--white); }
@media (max-width: 900px) { .coverage-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .coverage-grid { grid-template-columns: 1fr; } }

/* =====================================================
   SAFETY TIPS SECTION
   ===================================================== */
.safety-section { padding: 90px 0; }
.safety-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.safety-cards { display: flex; flex-direction: column; gap: 16px; }
.safety-card { display: flex; align-items: flex-start; gap: 18px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; transition: border-color 0.3s; }
.safety-card:hover { border-color: rgba(232,25,44,0.25); }
.safety-card-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.safety-card-icon svg { width: 20px; height: 20px; color: var(--red); }
.safety-card-text strong { display: block; font-size: 0.92rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.safety-card-text p { font-size: 0.84rem; color: var(--muted); line-height: 1.65; }
.safety-callout { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px 32px; position: relative; overflow: hidden; }
.safety-callout::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.safety-callout-title { font-family: 'Rajdhani', sans-serif; font-size: 1.45rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.safety-callout-text { font-size: 0.9rem; color: var(--muted); line-height: 1.75; margin-bottom: 28px; }
.safety-callout-actions { display: flex; flex-direction: column; gap: 12px; }
body.light-mode .safety-card-text strong { color: var(--white); }
body.light-mode .safety-callout-title { color: var(--white); }
@media (max-width: 860px) { .safety-inner { grid-template-columns: 1fr; gap: 40px; } }

/* =====================================================
   NEXT STEPS SECTION (contact page)
   ===================================================== */
.next-steps-section { padding: 90px 0; }
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; }
.next-step-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px; position: relative; overflow: hidden; }
.next-step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.next-step-num { font-family: 'Rajdhani', sans-serif; font-size: 3rem; font-weight: 800; color: rgba(232,25,44,0.15); line-height: 1; margin-bottom: 18px; }
.next-step-title { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.next-step-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.72; }
body.light-mode .next-step-title { color: var(--white); }
@media (max-width: 760px) { .next-steps { grid-template-columns: 1fr; } }

/* =====================================================
   BREAKDOWN RECOVERY INFO SECTION
   ===================================================== */
.breakdown-info { padding: 90px 0; }
.bdi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.bdi-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 26px; position: relative; overflow: hidden; transition: transform 0.3s ease, border-color 0.3s; }
.bdi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.bdi-card:hover { transform: translateY(-5px); border-color: rgba(232,25,44,0.3); }
.bdi-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.bdi-icon svg { width: 24px; height: 24px; color: var(--red); }
.bdi-title { font-family: 'Rajdhani', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.bdi-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.75; }
body.light-mode .bdi-title { color: var(--white); }

.bdi-callout { margin-top: 44px; background: var(--card); border: 1px solid rgba(232,25,44,0.25); border-radius: var(--radius-lg); padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.bdi-callout-left { display: flex; align-items: flex-start; gap: 22px; flex: 1; }
.bdi-callout-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,25,44,0.12); border: 1px solid rgba(232,25,44,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bdi-callout-icon svg { width: 24px; height: 24px; color: var(--red); }
.bdi-callout-title { font-family: 'Rajdhani', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.bdi-callout-text { font-size: 0.88rem; color: var(--muted); line-height: 1.72; max-width: 480px; }
.bdi-callout-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
body.light-mode .bdi-callout-title { color: var(--white); }
@media (max-width: 900px) { .bdi-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .bdi-callout { flex-direction: column; align-items: flex-start; padding: 28px 24px; gap: 24px; } .bdi-callout-actions { width: 100%; } .bdi-callout-actions .btn { flex: 1; justify-content: center; } }
@media (max-width: 540px) { .bdi-grid { grid-template-columns: 1fr; } }

/* =====================================================
   WHY MOBILE MECHANIC SECTION
   ===================================================== */
.why-mobile { padding: 90px 0; background: var(--dark); }
.wm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.wm-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 26px; transition: transform 0.3s ease, border-color 0.3s; }
.wm-card:hover { transform: translateY(-5px); border-color: rgba(232,25,44,0.3); }
.wm-icon { width: 54px; height: 54px; border-radius: 16px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.wm-icon svg { width: 26px; height: 26px; color: var(--red); }
.wm-title { font-family: 'Rajdhani', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.wm-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.75; }
body.light-mode .wm-title { color: var(--white); }
@media (max-width: 900px) { .wm-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .wm-grid { grid-template-columns: 1fr; } }

/* =====================================================
   MOBILE STICKY CTA BAR
   ===================================================== */
.mobile-sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9000; background: var(--black); border-top: 1px solid var(--border); padding: 10px 16px; gap: 8px; box-shadow: 0 -4px 20px rgba(0,0,0,0.4); }
@media (max-width: 768px) {
  .mobile-sticky-bar { display: flex; }
  body { padding-bottom: 68px; }
}
.msb-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 8px; border-radius: 10px; font-size: 0.8rem; font-weight: 700; text-decoration: none; letter-spacing: 0.03em; border: none; cursor: pointer; transition: opacity 0.2s; }
.msb-btn:active { opacity: 0.8; }
.msb-call { background: var(--grad-red); color: #ffffff; }
.msb-wa { background: #25d366; color: #ffffff; }
.msb-book { background: var(--card); border: 1px solid var(--border); color: var(--white); }
body.light-mode .msb-book { color: #1a202c; }
.msb-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* =====================================================
   COVERAGE / COMMITMENT CARDS
   ===================================================== */
.coverage-section { padding: 90px 0; background: var(--dark); }
.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.coverage-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 22px; text-align: center; position: relative; overflow: hidden; transition: all 0.35s ease; }
.coverage-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.coverage-card:hover { transform: translateY(-4px); border-color: rgba(232,25,44,0.25); box-shadow: var(--shadow-red); }
.coverage-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: all 0.35s; }
.coverage-card:hover .coverage-icon { background: var(--red); border-color: var(--red); }
.coverage-icon svg { width: 24px; height: 24px; color: var(--red); transition: color 0.35s; }
.coverage-card:hover .coverage-icon svg { color: white; }
.coverage-title { font-family: 'Rajdhani', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.coverage-desc { font-size: 0.83rem; color: var(--muted); line-height: 1.65; }
body.light-mode .coverage-title { color: var(--white); }
@media (max-width: 900px) { .coverage-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .coverage-grid { grid-template-columns: 1fr; } }

/* =====================================================
   SAFETY TIPS (Emergency)
   ===================================================== */
.safety-section { padding: 90px 0; }
.safety-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.safety-cards { display: flex; flex-direction: column; gap: 14px; }
.safety-card { display: flex; align-items: flex-start; gap: 16px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; transition: all 0.3s ease; }
.safety-card:hover { border-color: rgba(232,25,44,0.3); transform: translateX(4px); }
.safety-num { font-family: 'Rajdhani', sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--red); line-height: 1; flex-shrink: 0; width: 26px; }
.safety-text-title { font-weight: 700; font-size: 0.9rem; color: var(--white); margin-bottom: 4px; }
.safety-text-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }
.safety-callout { background: rgba(232,25,44,0.06); border: 1.5px solid rgba(232,25,44,0.25); border-radius: var(--radius-lg); padding: 36px 32px; position: relative; overflow: hidden; }
.safety-callout::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-red); }
.safety-callout-title { font-family: 'Rajdhani', sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--white); margin-bottom: 14px; line-height: 1.2; }
.safety-callout-title span { color: var(--red); }
.safety-callout-text { font-size: 0.875rem; color: var(--muted); line-height: 1.75; margin-bottom: 24px; }
body.light-mode .safety-text-title { color: var(--white); }
body.light-mode .safety-callout-title { color: var(--white); }
@media (max-width: 900px) { .safety-inner { grid-template-columns: 1fr; gap: 48px; } }

/* =====================================================
   WHAT HAPPENS NEXT (Contact)
   ===================================================== */
.next-steps-section { padding: 80px 0; background: var(--dark); }
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; }
.next-step-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 26px; text-align: center; position: relative; overflow: hidden; transition: all 0.35s ease; }
.next-step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-red); }
.next-step-card:hover { transform: translateY(-4px); border-color: rgba(232,25,44,0.25); box-shadow: var(--shadow-red); }
.next-step-num { font-family: 'Rajdhani', sans-serif; font-size: 3rem; font-weight: 700; color: rgba(232,25,44,0.15); line-height: 1; margin-bottom: 12px; }
.next-step-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.next-step-icon svg { width: 24px; height: 24px; color: var(--red); }
.next-step-title { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.next-step-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }
body.light-mode .next-step-title { color: var(--white); }
@media (max-width: 768px) { .next-steps { grid-template-columns: 1fr; } }
