/* ═══════════════════════════════════════════
   TAGORE JI BIMA PARIVAR — MAIN STYLESHEET
   Complete Rewrite with Footer + FAQ Fixes
   ═══════════════════════════════════════════ */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0a1a2b;
  --navy-deep: #061220;
  --navy-soft: #102a43;
  --accent: #1f8a9c;
  --accent-light: #2ba6b9;
  --accent-soft: #e0f2f5;
  --gold: #c9a961;
  --neutral-50: #f9fcff;
  --neutral-100: #f2f7fb;
  --neutral-200: #e6edf4;
  --neutral-300: #d0dbe8;
  --neutral-400: #a7b8cc;
  --neutral-500: #7a8fa6;
  --neutral-600: #4a5f7a;
  --neutral-800: #1e2e44;
  --white: #ffffff;
  --shadow-xs: 0 2px 8px rgba(0, 20, 40, 0.04);
  --shadow-sm: 0 8px 24px -8px rgba(0, 20, 40, 0.08), 0 2px 6px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 20px 48px -16px rgba(0, 20, 40, 0.18), 0 8px 20px -8px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 40px 80px -24px rgba(0, 20, 40, 0.28), 0 20px 40px -16px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 60px 120px -32px rgba(0, 20, 40, 0.35), 0 30px 60px -20px rgba(0, 0, 0, 0.15);
  --radius-card: 20px;
  --radius-btn: 50px;
  --transition-smooth: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  --transition-fast: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--white);
  color: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 { font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; color: var(--navy); }

.container { max-width: 1440px; margin: 0 auto; padding: 0 40px; }

/* ============================================
   TOP BAR
   ============================================ */
.top-bar { background: var(--navy); color: rgba(255,255,255,0.85); font-size: 0.82rem; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); position: relative; z-index: 2001; }
.top-bar-inner { max-width: 1440px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.top-bar-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.85); text-decoration: none; font-weight: 500; white-space: nowrap; }
.top-bar-item i { color: var(--accent-light); font-size: 0.82rem; flex-shrink: 0; }
.top-bar-item:hover { color: white; }
.top-bar-item strong { font-weight: 600; color: white; }

/* ============================================
   HEADER
   ============================================ */
.main-header { position: sticky; top: 0; z-index: 2000; background: rgba(255,255,255,0.9); backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid rgba(208,219,232,0.5); transition: var(--transition-fast); }
.main-header.scrolled { box-shadow: 0 12px 40px -16px rgba(0,20,40,0.12); background: rgba(255,255,255,0.98); }
.nav-container { max-width: 1440px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 84px; }
.logo { font-size: 1.35rem; font-weight: 800; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 40px; height: 40px; background: linear-gradient(135deg, var(--navy), var(--accent)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.05rem; box-shadow: 0 6px 16px -4px rgba(31,138,156,0.5); transition: var(--transition-fast); overflow: hidden; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.logo:hover .logo-mark { transform: rotate(-8deg) scale(1.08); }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text strong { font-weight: 800; letter-spacing: -0.03em; font-size: 1.05rem; }
.logo-text small { font-size: 0.7rem; color: var(--accent); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 3px; }

/* ============================================
   NAV
   ============================================ */
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; flex: 1; justify-content: center; }
.nav-item { position: relative; }
.nav-link { text-decoration: none; color: var(--navy); font-weight: 500; font-size: 0.92rem; padding: 0.7rem 0.95rem; display: flex; align-items: center; gap: 6px; border-radius: 10px; transition: var(--transition-fast); white-space: nowrap; }
.nav-link:hover { background: var(--neutral-100); color: var(--accent); }
.nav-link i { font-size: 0.65rem; color: var(--neutral-400); transition: transform 0.3s ease; }
.nav-item:hover .nav-link i { transform: rotate(180deg); }

/* ============================================
   MEGA MENU — 3 Categories + Promo
   ============================================ */
.mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: white;
  border-radius: 24px;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--neutral-200);
  padding: 28px;
  min-width: 900px;
  display: none;
  grid-template-columns: 1fr 1fr 1fr 240px;
  gap: 28px;
  z-index: 2001;
  opacity: 0;
  transition: var(--transition-smooth);
}
.nav-item:hover .mega-menu { display: grid; opacity: 1; transform: translateX(-50%) translateY(0); }
.mega-col h4 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--neutral-400); margin-bottom: 16px; font-weight: 700; }
.mega-col ul { list-style: none; }
.mega-col li { margin-bottom: 4px; }
.mega-col a { text-decoration: none; color: var(--navy); font-size: 0.9rem; transition: var(--transition-fast); display: flex; align-items: center; padding: 7px 12px; margin-left: -12px; border-radius: 8px; gap: 8px; font-weight: 500; }
.mega-col a:hover { background: var(--accent-soft); color: var(--accent); transform: translateX(4px); }
.mega-col a i { font-size: 0.7rem; opacity: 0; transition: var(--transition-fast); }
.mega-col a:hover i { opacity: 1; }
.mega-promo { background: linear-gradient(150deg, var(--navy), var(--navy-soft)); border-radius: 18px; padding: 24px 22px; display: flex; flex-direction: column; justify-content: center; color: white; position: relative; overflow: hidden; }
.mega-promo::before { content: ''; position: absolute; top: -50%; right: -30%; width: 200px; height: 200px; background: radial-gradient(circle, rgba(31,138,156,0.4), transparent 70%); border-radius: 50%; }
.mega-promo > * { position: relative; z-index: 1; }
.mega-promo p { font-weight: 600; margin-bottom: 8px; color: white; font-size: 0.95rem; line-height: 1.4; }
.mega-promo small { color: rgba(255,255,255,0.7); font-size: 0.8rem; display: block; margin-bottom: 16px; line-height: 1.5; }

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

/* ============================================
   BUTTONS
   ============================================ */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.9rem 2rem; border-radius: var(--radius-btn); font-weight: 600; font-size: 0.92rem; text-decoration: none; transition: var(--transition-smooth); cursor: pointer; border: 1.5px solid transparent; white-space: nowrap; gap: 8px; }
.btn-primary { background: var(--navy); color: white; box-shadow: 0 10px 28px -8px rgba(10,26,43,0.4); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(10,26,43,0.5); }
.btn-accent { background: var(--accent); color: white; box-shadow: 0 10px 28px -8px rgba(31,138,156,0.45); }
.btn-accent:hover { background: #177a8a; transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(31,138,156,0.55); }
.btn-outline { background: transparent; border-color: var(--neutral-300); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: white; border-color: var(--navy); transform: translateY(-3px); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,0.25); color: white; }
.btn-outline-light:hover { background: white; color: var(--navy); border-color: white; transform: translateY(-3px); }
.btn-sm { padding: 0.65rem 1.4rem; font-size: 0.85rem; }
.btn-lg { padding: 1.1rem 2.4rem; font-size: 1rem; }

/* ============================================
   SECTIONS
   ============================================ */
.section { padding: 120px 0; position: relative; }
.section-sm { padding: 80px 0; }
.section-header { max-width: 780px; margin-bottom: 72px; }
.section-header.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-header h2 { font-size: 3rem; font-weight: 700; letter-spacing: -0.035em; line-height: 1.1; margin-bottom: 20px; }
.section-header p { color: var(--neutral-600); font-size: 1.12rem; line-height: 1.65; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; font-weight: 700; font-size: 0.75rem; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 20px; padding: 8px 16px; background: var(--accent-soft); border-radius: 50px; }
.eyebrow i { font-size: 0.7rem; }

/* ============================================
   HERO
   ============================================ */
.hero { padding: 80px 0 120px; position: relative; overflow: hidden; background: linear-gradient(180deg, #f9fcff 0%, #ffffff 60%); isolation: isolate; }
.hero-bg-slides { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-bg-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.08); transition: opacity 2s ease-in-out, transform 8s ease-out; animation: kenBurns 20s infinite alternate; }
.hero-bg-slide.active { opacity: 0.16; transform: scale(1); }
.hero-bg-slide:nth-child(1) { background-image: linear-gradient(120deg, rgba(31,138,156,0.4), rgba(10,26,43,0.2)), url('../images/hero-health.jpg'); }
.hero-bg-slide:nth-child(2) { background-image: linear-gradient(120deg, rgba(31,138,156,0.4), rgba(10,26,43,0.2)), url('../images/hero-bike.jpg'); }
.hero-bg-slide:nth-child(3) { background-image: linear-gradient(120deg, rgba(31,138,156,0.4), rgba(10,26,43,0.2)), url('../images/hero-car.jpg'); }
@keyframes kenBurns { 0% { transform: scale(1) translate(0,0); } 100% { transform: scale(1.08) translate(-1%,-1%); } }
.hero-slide-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 5; }
.hero-slide-dot { width: 40px; height: 4px; border-radius: 2px; background: rgba(31,138,156,0.25); cursor: pointer; transition: var(--transition-fast); border: none; padding: 0; }
.hero-slide-dot.active { background: var(--accent); width: 60px; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(31,138,156,0.08), transparent 65%); border-radius: 50%; pointer-events: none; z-index: 1; }
.hero::after { content: ''; position: absolute; bottom: -300px; left: -200px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(10,26,43,0.04), transparent 65%); border-radius: 50%; pointer-events: none; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: flex-start; position: relative; z-index: 2; }
.hero-content { max-width: 620px; padding-top: 20px; }
.hero h1 { font-size: 4rem; font-weight: 800; letter-spacing: -0.045em; line-height: 1.02; margin: 24px 0; color: var(--navy); }
.hero h1 .accent-underline { position: relative; display: inline-block; color: var(--accent); }
.hero h1 .accent-underline::after { content: ''; position: absolute; bottom: 6px; left: 0; right: 0; height: 12px; background: rgba(31,138,156,0.15); border-radius: 6px; z-index: -1; }
.hero p.lead { font-size: 1.18rem; color: var(--neutral-600); margin-bottom: 24px; line-height: 1.65; max-width: 560px; }

/* Trust Checkboxes */
.trust-checkboxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 36px; max-width: 540px; }
.trust-check { position: relative; cursor: pointer; user-select: none; display: block; }
.trust-check input { position: absolute; opacity: 0; pointer-events: none; }
.trust-check-box { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: white; border: 1.5px solid var(--neutral-200); border-radius: 14px; transition: var(--transition-fast); box-shadow: var(--shadow-xs); }
.trust-check-box .check-icon { width: 22px; height: 22px; border-radius: 6px; border: 1.5px solid var(--neutral-300); background: var(--neutral-50); display: flex; align-items: center; justify-content: center; color: transparent; font-size: 0.7rem; flex-shrink: 0; transition: var(--transition-fast); }
.trust-check-box .check-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; }
.trust-check-box .check-text strong { font-size: 0.88rem; font-weight: 600; color: var(--navy); }
.trust-check-box .check-text small { font-size: 0.72rem; color: var(--neutral-500); font-weight: 500; }
.trust-check-box:hover { border-color: var(--neutral-300); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.trust-check input:checked + .trust-check-box { border-color: var(--accent); background: var(--accent-soft); }
.trust-check input:checked + .trust-check-box .check-icon { background: var(--accent); border-color: var(--accent); color: white; }
.trust-check input:checked + .trust-check-box .check-text strong { color: var(--accent); }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }

/* ============================================
   QUOTE FORM
   ============================================ */
.quote-card { position: relative; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); border-radius: 28px; padding: 40px; box-shadow: var(--shadow-xl); border: 1px solid rgba(208,219,232,0.8); z-index: 3; overflow: hidden; }
.quote-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-light), var(--gold)); }
.quote-header { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.quote-header-icon { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, var(--accent), var(--accent-light)); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.3rem; box-shadow: 0 8px 20px -6px rgba(31,138,156,0.5); flex-shrink: 0; }
.quote-header h2 { font-size: 1.55rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 2px; }
.quote-header p { font-size: 0.85rem; color: var(--neutral-500); font-weight: 500; }
.quote-subtext { font-size: 0.88rem; color: var(--neutral-600); margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--neutral-200); line-height: 1.5; }
.quote-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: 0.78rem; font-weight: 600; color: var(--navy); display: flex; align-items: center; gap: 4px; }
.form-label .required { color: #e05252; font-size: 0.9rem; }
.form-label .optional { color: var(--neutral-400); font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid var(--neutral-200); border-radius: 12px; font-family: inherit; font-size: 0.88rem; color: var(--navy); background: var(--neutral-50); transition: var(--transition-fast); outline: none; font-weight: 500; }
.form-input::placeholder, .form-textarea::placeholder { color: var(--neutral-400); font-weight: 400; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--accent); background: white; box-shadow: 0 0 0 4px rgba(31,138,156,0.1); }
.form-select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237a8fa6' d='M6 8L2 4h8z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.dynamic-fields { display: flex; flex-direction: column; gap: 16px; }
.field-hint { font-size: 0.72rem; color: var(--neutral-500); margin-top: 2px; display: flex; align-items: center; gap: 4px; }
.field-hint i { color: var(--accent); font-size: 0.7rem; }
.radio-group { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.radio-option { position: relative; cursor: pointer; }
.radio-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-label { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0.7rem 0.9rem; border: 1.5px solid var(--neutral-200); border-radius: 12px; font-size: 0.85rem; font-weight: 600; color: var(--neutral-600); background: var(--neutral-50); transition: var(--transition-fast); text-align: center; }
.radio-option input:checked + .radio-label { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.quote-submit { width: 100%; margin-top: 6px; padding: 1rem 2rem; font-size: 0.95rem; }
.quote-footer-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; font-size: 0.75rem; color: var(--neutral-500); text-align: center; }
.quote-footer-note i { color: var(--accent); }

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb-bar { padding: 20px 0; background: var(--neutral-50); border-bottom: 1px solid var(--neutral-200); }
.breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--neutral-500); flex-wrap: wrap; }
.breadcrumb a { color: var(--neutral-600); text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 5px; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb i { font-size: 0.6rem; color: var(--neutral-400); }
.breadcrumb .current { color: var(--accent); font-weight: 600; }

/* ============================================
   PAGE HERO
   ============================================ */
.page-hero { padding: 80px 0; background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(31,138,156,0.08), transparent 65%); border-radius: 50%; }
.page-hero-content { max-width: 780px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.page-hero-content h1 { font-size: 3.2rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 20px; }
.page-hero-content h1 .accent-underline { position: relative; display: inline-block; color: var(--accent); }
.page-hero-content h1 .accent-underline::after { content: ''; position: absolute; bottom: 6px; left: 0; right: 0; height: 12px; background: rgba(31,138,156,0.15); border-radius: 6px; z-index: -1; }
.page-hero-content p.lead { font-size: 1.15rem; color: var(--neutral-600); line-height: 1.7; max-width: 640px; margin: 0 auto; }

/* ============================================
   CAR HERO (Insurance pages)
   ============================================ */
.car-hero { padding: 70px 0 90px; background: linear-gradient(180deg, #f9fcff 0%, #ffffff 70%); position: relative; overflow: hidden; }
.car-hero::before { content: ''; position: absolute; top: -220px; right: -180px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(31,138,156,0.1), transparent 65%); border-radius: 50%; z-index: 1; }
.car-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: flex-start; position: relative; z-index: 2; }
.car-hero-content { max-width: 620px; padding-top: 20px; }
.car-hero-content h1 { font-size: 3.4rem; font-weight: 800; letter-spacing: -0.045em; line-height: 1.05; margin: 24px 0; }
.car-hero-content h1 .accent-underline { position: relative; display: inline-block; color: var(--accent); }
.car-hero-content h1 .accent-underline::after { content: ''; position: absolute; bottom: 6px; left: 0; right: 0; height: 12px; background: rgba(31,138,156,0.15); border-radius: 6px; z-index: -1; }
.car-hero-content p.lead { font-size: 1.12rem; color: var(--neutral-600); margin-bottom: 28px; line-height: 1.65; max-width: 540px; }
.car-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.trust-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; background: white; border: 1px solid var(--neutral-200); border-radius: 50px; font-size: 0.82rem; font-weight: 600; color: var(--navy); box-shadow: var(--shadow-xs); transition: var(--transition-fast); }
.trust-chip:hover { border-color: var(--accent); transform: translateY(-2px); }
.trust-chip i { color: var(--accent); font-size: 0.8rem; }

/* ============================================
   BENEFITS GRID
   ============================================ */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-card { background: white; border: 1px solid var(--neutral-200); border-radius: 24px; padding: 36px 30px; transition: var(--transition-smooth); position: relative; overflow: hidden; }
.benefit-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
.benefit-card:hover::before { transform: scaleX(1); }
.benefit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.benefit-icon { width: 60px; height: 60px; border-radius: 18px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 24px; transition: var(--transition-smooth); }
.benefit-card:hover .benefit-icon { background: var(--accent); color: white; transform: scale(1.08) rotate(-6deg); }
.benefit-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.benefit-card p { color: var(--neutral-600); font-size: 0.92rem; line-height: 1.65; }

/* ============================================
   SERVICE SELECTOR GRID
   ============================================ */
.service-selector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: white; border: 1px solid var(--neutral-200); border-radius: var(--radius-card); padding: 36px 32px; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: var(--transition-smooth); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-icon { width: 60px; height: 60px; border-radius: 18px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 28px; transition: var(--transition-smooth); }
.service-card:hover .service-icon { background: var(--accent); color: white; transform: scale(1.08) rotate(-6deg); }
.service-card h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 10px; }
.service-card p { color: var(--neutral-600); font-size: 0.94rem; line-height: 1.6; margin-bottom: 28px; flex: 1; }
.service-arrow { display: flex; align-items: center; gap: 10px; color: var(--accent); font-weight: 600; font-size: 0.9rem; }
.service-card:hover .service-arrow i { transform: translateX(6px); }

/* ============================================
   FOUNDER
   ============================================ */
.founder-section { padding: 100px 0; background: var(--white); position: relative; overflow: hidden; }
.founder-section::before { content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(31,138,156,0.06), transparent 70%); border-radius: 50%; }
.founder-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.founder-content h2 { font-size: 2.8rem; font-weight: 700; letter-spacing: -0.035em; line-height: 1.15; margin-bottom: 24px; }
.founder-content h2 span { color: var(--accent); }
.founder-content p { color: var(--neutral-600); font-size: 1.05rem; line-height: 1.7; margin-bottom: 20px; }
.founder-quote { border-left: 4px solid var(--accent); padding-left: 24px; margin: 12px 0 28px; font-style: italic; color: var(--navy-soft); font-size: 1.1rem; font-weight: 500; line-height: 1.6; }
.founder-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: linear-gradient(135deg, var(--navy), var(--navy-soft)); border-radius: 24px; padding: 36px 24px; color: white; box-shadow: var(--shadow-xl); position: relative; overflow: hidden; margin-top: 32px; }
.founder-stats-grid::before { content: ''; position: absolute; top: -40%; right: -20%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(31,138,156,0.25), transparent 70%); border-radius: 50%; }
.founder-stat-item { text-align: center; padding: 8px 12px; position: relative; z-index: 1; }
.founder-stat-item .num { font-size: 2.2rem; font-weight: 800; letter-spacing: -0.04em; color: white; line-height: 1; margin-bottom: 6px; background: linear-gradient(135deg, white, rgba(255,255,255,0.8)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.founder-stat-item .label { font-size: 0.78rem; color: rgba(255,255,255,0.7); font-weight: 500; }
.founder-image-wrap { display: flex; align-items: center; justify-content: center; }
.founder-card { position: relative; width: 100%; max-width: 440px; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow-xl); border: 1px solid var(--neutral-200); background: linear-gradient(150deg, #d9e8f5 0%, #eef4fa 100%); transition: var(--transition-smooth); }
.founder-card:hover { transform: translateY(-6px); box-shadow: 0 60px 120px -32px rgba(0,20,40,0.45); }
.founder-card-image { position: relative; width: 100%; aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(150deg, #c9dceb 0%, #dcebf5 100%); overflow: hidden; }
.founder-card-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; }
.founder-card-image .founder-fallback-icon { font-size: 5rem; color: var(--accent); opacity: 0.55; position: relative; z-index: 1; }
.founder-card-body { position: relative; background: linear-gradient(180deg, #0a1a2b, #061220); color: white; padding: 28px; }
.founder-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent-light); margin-bottom: 8px; }
.founder-card-body h3 { font-size: 1.45rem; font-weight: 800; color: white; margin-bottom: 2px; }
.founder-card-role { font-size: 0.85rem; color: rgba(255,255,255,0.65); font-weight: 500; margin-bottom: 14px; }
.founder-divider { width: 44px; height: 3px; background: var(--accent); border-radius: 3px; margin-bottom: 14px; }
.founder-card-desc { font-size: 0.85rem; color: rgba(255,255,255,0.78); line-height: 1.6; margin-bottom: 16px; }
.founder-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.founder-tag { display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 50px; font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.85); }
.founder-tag i { font-size: 0.6rem; color: var(--accent-light); }
.founder-card-float-badge { position: absolute; top: 18px; left: 18px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(255,255,255,0.95); border-radius: 50px; font-size: 0.72rem; font-weight: 700; color: var(--navy); box-shadow: var(--shadow-md); }
.founder-card-float-badge i { color: var(--accent); font-size: 0.7rem; }

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section { padding: 100px 0; background: linear-gradient(180deg, #ffffff, #f9fcff); position: relative; overflow: hidden; }
.about-section::before { content: ''; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(31,138,156,0.05), transparent 70%); border-radius: 50%; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 64px; }
.about-card { background: white; border: 1px solid var(--neutral-200); border-radius: 28px; padding: 48px 40px; transition: var(--transition-smooth); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.about-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
.about-card:hover::before { transform: scaleX(1); }
.about-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.about-card-icon { width: 64px; height: 64px; border-radius: 18px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 28px; transition: var(--transition-smooth); }
.about-card:hover .about-card-icon { background: var(--accent); color: white; transform: scale(1.06) rotate(-6deg); }
.about-card h3 { font-size: 1.6rem; font-weight: 700; margin-bottom: 16px; }
.about-card p { color: var(--neutral-600); font-size: 0.98rem; line-height: 1.7; flex: 1; }
.about-card p + p { margin-top: 14px; }

/* ============================================
   PROVIDERS
   ============================================ */
.providers-section { padding: 96px 0 100px; background: linear-gradient(180deg, #f2f7fb, #ffffff); border-top: 1px solid var(--neutral-200); position: relative; overflow: hidden; }
.providers-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(31,138,156,0.06), transparent 70%); border-radius: 50%; }
.providers-heading { text-align: center; max-width: 780px; margin: 0 auto 40px; }
.providers-heading h2 { font-size: 2.6rem; font-weight: 700; letter-spacing: -0.035em; line-height: 1.15; margin-bottom: 14px; }
.providers-heading p { color: var(--neutral-600); font-size: 1.05rem; line-height: 1.6; }
.provider-tabs { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 56px; }
.provider-tab { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; background: white; border: 1.5px solid var(--neutral-200); border-radius: 50px; color: var(--neutral-600); font-size: 0.88rem; font-weight: 600; cursor: pointer; transition: var(--transition-fast); font-family: inherit; }
.provider-tab:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.provider-tab.active { background: var(--navy); border-color: var(--navy); color: white; }
.provider-tab.active i { color: var(--accent-light); }
.logo-marquee { position: relative; overflow: hidden; padding: 12px 0; mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); }
.logo-marquee + .logo-marquee { margin-top: 24px; }
.logo-marquee-track { display: flex; gap: 28px; width: max-content; animation: scrollLeft 40s linear infinite; }
.logo-marquee.reverse .logo-marquee-track { animation: scrollRight 45s linear infinite; }
.logo-marquee:hover .logo-marquee-track { animation-play-state: paused; }
@keyframes scrollLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.marquee-card { flex-shrink: 0; min-width: 240px; display: flex; align-items: center; gap: 14px; padding: 16px 22px; background: white; border: 1px solid var(--neutral-200); border-radius: 18px; box-shadow: var(--shadow-xs); transition: var(--transition-fast); }
.marquee-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.marquee-logo { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--accent-soft), #cce8ed); color: var(--navy); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.78rem; flex-shrink: 0; overflow: hidden; }
.marquee-logo img { width: 100%; height: 100%; object-fit: contain; }
.marquee-info strong { font-size: 0.92rem; font-weight: 700; color: var(--navy); }
.marquee-info small { font-size: 0.72rem; color: var(--neutral-500); }
.marquee-empty { display: none; text-align: center; padding: 40px; color: var(--neutral-500); background: white; border: 1px dashed var(--neutral-300); border-radius: 16px; max-width: 500px; margin: 0 auto; }

/* ============================================
   PROCESS
   ============================================ */
.process-redesign { padding: 100px 0; background: linear-gradient(180deg, #f9fcff, #ffffff); position: relative; overflow: hidden; }
.process-redesign-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 64px; }
.process-redesign-card { background: white; border-radius: 24px; padding: 40px 28px 32px; border: 1px solid var(--neutral-200); transition: var(--transition-smooth); display: flex; flex-direction: column; align-items: flex-start; position: relative; }
.process-redesign-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.process-redesign-icon { width: 64px; height: 64px; border-radius: 18px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 24px; transition: var(--transition-smooth); }
.process-redesign-card:hover .process-redesign-icon { background: var(--accent); color: white; transform: scale(1.06) rotate(-6deg); }
.process-redesign-card h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; line-height: 1.3; }
.process-redesign-card p { font-size: 0.9rem; color: var(--neutral-600); line-height: 1.6; flex: 1; }
.process-redesign-step-num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 0.75rem; font-weight: 800; margin-bottom: 12px; }
.process-redesign-card:hover .process-redesign-step-num { background: var(--accent); color: white; }

/* ============================================
   RENEWAL / CLAIM
   ============================================ */
.renewal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.renewal-card { background: white; border-radius: 24px; border: 1px solid var(--neutral-200); padding: 40px 32px; transition: var(--transition-smooth); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.renewal-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.renewal-icon { width: 64px; height: 64px; border-radius: 18px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 24px; transition: var(--transition-smooth); }
.renewal-card:hover .renewal-icon { background: var(--accent); color: white; transform: scale(1.08) rotate(-6deg); }
.renewal-card h4 { font-size: 1.2rem; margin-bottom: 10px; }
.renewal-card p { font-size: 0.9rem; color: var(--neutral-600); margin-bottom: 20px; flex: 1; }
.renewal-card .link { color: var(--accent); font-weight: 600; font-size: 0.9rem; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.disclaimer-box { background: linear-gradient(135deg, #fafbfd, #f2f7fb); border-left: 3px solid var(--accent); padding: 20px 28px; border-radius: 12px; font-size: 0.9rem; color: var(--neutral-600); max-width: 900px; margin: 32px auto 0; line-height: 1.6; }
.disclaimer-box strong { color: var(--navy); font-weight: 600; }

/* ============================================
   GOOGLE REVIEWS
   ============================================ */
.google-panel { background: linear-gradient(135deg, #f9fcff, #f2f7fb); border-radius: 32px; padding: 64px 56px; border: 1px solid var(--neutral-200); position: relative; overflow: hidden; }
.google-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; position: relative; z-index: 1; }
.google-brand { display: flex; align-items: center; gap: 12px; font-size: 1.4rem; font-weight: 800; }
.rating-display { display: flex; align-items: center; gap: 12px; padding: 10px 20px; background: white; border-radius: 50px; border: 1px solid var(--neutral-200); }
.rating-display .score { font-size: 1.3rem; font-weight: 800; color: var(--navy); }
.rating-display .stars-mini { color: #f5b547; font-size: 0.9rem; }
.rating-display .count { font-size: 0.85rem; color: var(--neutral-500); }
.google-widget-embed { position: relative; z-index: 1; background: white; border-radius: 20px; padding: 24px; border: 1px solid var(--neutral-200); }
.google-widget-embed iframe { width: 100%; min-height: 480px; border: none; display: block; border-radius: 12px; }

/* ============================================
   FEATURES
   ============================================ */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-block { background: white; padding: 32px 28px; border-radius: 20px; border: 1px solid var(--neutral-200); transition: var(--transition-smooth); }
.feature-block:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 20px; transition: var(--transition-smooth); }
.feature-block:hover .feature-icon { background: var(--accent); color: white; transform: rotate(-6deg) scale(1.08); }
.feature-block h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.feature-block p { font-size: 0.85rem; color: var(--neutral-600); line-height: 1.55; }

/* ============================================
   QUICK CONTACT PANEL
   ============================================ */
.quick-contact-panel { background: white; border: 1px solid var(--neutral-200); border-radius: 24px; padding: 32px 28px; box-shadow: var(--shadow-md); position: relative; overflow: hidden; margin: 32px 0; }
.quick-contact-panel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-light), var(--gold)); }
.quick-contact-panel h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.quick-contact-panel h3 i { color: var(--accent); }
.quick-contact-list { display: flex; flex-direction: column; gap: 12px; }
.quick-contact-item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: var(--neutral-50); border: 1px solid var(--neutral-200); border-radius: 16px; transition: var(--transition-fast); text-decoration: none; color: inherit; }
.quick-contact-item:hover { border-color: var(--accent); background: var(--accent-soft); transform: translateX(4px); }
.quick-contact-icon { width: 42px; height: 42px; border-radius: 12px; background: white; color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; border: 1px solid var(--neutral-200); }
.quick-contact-item:hover .quick-contact-icon { background: var(--accent); color: white; border-color: var(--accent); }
.quick-contact-text strong { font-size: 0.9rem; font-weight: 700; color: var(--navy); display: block; }
.quick-contact-text span { font-size: 0.8rem; color: var(--neutral-600); }
.quick-contact-item.whatsapp .quick-contact-icon { background: rgba(37,211,102,0.1); color: #25D366; }
.quick-contact-item.whatsapp:hover .quick-contact-icon { background: #25D366; color: white; }
.fa-phone-alt { transform: none !important; }

/* ============================================
   LOCAL
   ============================================ */
.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch; }
.map-embed { border-radius: 24px; overflow: hidden; min-height: 480px; border: 1px solid var(--neutral-200); box-shadow: var(--shadow-md); }
.map-embed iframe { width: 100%; height: 100%; min-height: 480px; border: none; display: block; }

/* ============================================
   FAQ SECTION — FIXED
   ============================================ */
.faq-section { padding: 100px 0; background: var(--white); position: relative; }

.faq-category-block {
  margin-bottom: 48px;
  background: white;
  border: 1px solid var(--neutral-200);
  border-radius: 24px;
  padding: 40px 44px;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}
.faq-category-block:last-child { margin-bottom: 0; }
.faq-category-block:hover { box-shadow: var(--shadow-md); border-color: transparent; }

.faq-category-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--neutral-100);
}
.faq-category-header .cat-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.faq-category-header h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  color: var(--navy);
}
.faq-category-header .cat-count {
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 4px 12px;
  border-radius: 50px;
}

.faq-list { display: flex; flex-direction: column; gap: 0; }

.faq-item {
  border-bottom: 1px solid var(--neutral-200);
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  transition: none;
}
.faq-item:last-child { border-bottom: none; }
.faq-item:hover { border-color: var(--neutral-200); }
.faq-item.active { border-color: var(--neutral-200); box-shadow: none; }

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  color: var(--navy);
  line-height: 1.5;
  transition: color 0.2s ease;
}
.faq-question:hover { color: var(--accent); }
.faq-question i {
  color: var(--neutral-400);
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-item.active .faq-question i {
  transform: rotate(180deg);
  color: var(--accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  color: var(--neutral-600);
  font-size: 0.92rem;
  line-height: 1.7;
  padding: 0;
}
.faq-answer p { margin: 0; padding: 0 0 20px; }
.faq-item.active .faq-answer { max-height: 500px; }

/* ============================================
   FINAL CTA
   ============================================ */
.final-cta-wrap { padding: 0 40px; max-width: 1440px; margin: 0 auto; }
.final-cta { background: linear-gradient(135deg, var(--navy), var(--navy-deep)); border-radius: 36px; padding: 100px 80px; text-align: center; position: relative; overflow: hidden; color: white; }
.final-cta::before { content: ''; position: absolute; top: -50%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(31,138,156,0.2), transparent 70%); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { font-size: 3rem; font-weight: 700; letter-spacing: -0.035em; line-height: 1.15; margin-bottom: 20px; color: white; max-width: 900px; margin-left: auto; margin-right: auto; }
.final-cta p { color: rgba(255,255,255,0.75); font-size: 1.15rem; margin-bottom: 44px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.final-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================
   FOOTER — FIXED
   ============================================ */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.65;
}
.footer::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(31,138,156,0.12), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.footer .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Brand Column */
.footer-brand .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 20px;
}
.footer-brand .logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 20px -6px rgba(31,138,156,0.5);
}
.footer-brand .logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.footer-brand .logo-text strong {
  display: block;
  font-size: 1.15rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.footer-brand .logo-text small {
  font-size: 0.7rem;
  color: var(--accent-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 2px;
  display: block;
}
.footer-brand p {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 340px;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-social a {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1;
  transition: var(--transition-fast);
  text-decoration: none;
  flex-shrink: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
.footer-social a i {
  font-size: 0.95rem;
  line-height: 1 !important;
  display: block;
  margin: 0;
  padding: 0;
  position: static;
  transform: none;
  vertical-align: middle;
}
.footer-social a i::before {
  line-height: 1 !important;
  display: inline-block;
  vertical-align: middle;
}
.footer-social a.facebook {
  background: #1877F2;
  box-shadow: 0 6px 16px -6px rgba(24, 119, 242, 0.5);
}
.footer-social a.instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0 6px 16px -6px rgba(214, 36, 159, 0.5);
}
.footer-social a.linkedin {
  background: #0A66C2;
  box-shadow: 0 6px 16px -6px rgba(10, 102, 194, 0.5);
}
.footer-social a.whatsapp {
  background: #25D366;
  box-shadow: 0 6px 16px -6px rgba(37, 211, 102, 0.5);
}
.footer-social a:hover {
  transform: translateY(-4px) scale(1.06);
  filter: brightness(1.1);
}

/* Footer Headings */
.footer h5 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 14px;
}
.footer h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: var(--accent);
  border-radius: 3px;
}

/* Footer Lists */
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: var(--transition-fast);
  display: inline-block;
  line-height: 1.5;
}
.footer ul li a:hover {
  color: var(--accent-light);
  transform: translateX(4px);
}

/* Footer Contact Items */
.footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  line-height: 1.6;
}
.footer-contact-item i {
  color: var(--accent-light);
  font-size: 0.95rem;
  margin-top: 4px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}
.footer-contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact-item a:hover {
  color: var(--accent-light);
}
.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-hours .day {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  margin-right: 6px;
}
.footer-hours .time {
  color: rgba(255,255,255,0.65);
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  color: rgba(255,255,255,0.55);
  font-size: 0.82rem;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom .made-with {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-bottom .made-with i {
  color: #ef4444;
  animation: heartbeat 1.5s ease-in-out infinite;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* ============================================
   MOBILE MENU
   ============================================ */
.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; color: var(--navy); cursor: pointer; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 10px; }
.mobile-menu-overlay { display: none; position: fixed; inset: 0; background: rgba(6,18,32,0.6); backdrop-filter: blur(4px); z-index: 2998; opacity: 0; transition: opacity 0.3s; }
.mobile-menu-overlay.active { display: block; opacity: 1; }
.mobile-menu { position: fixed; top: 0; right: -100%; width: 100%; max-width: 400px; height: 100vh; background: white; z-index: 2999; overflow-y: auto; transition: right 0.4s cubic-bezier(0.23,1,0.32,1); box-shadow: -20px 0 60px rgba(0,20,40,0.2); display: flex; flex-direction: column; }
.mobile-menu.active { right: 0; }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--neutral-200); flex-shrink: 0; }
.mobile-menu-close { width: 40px; height: 40px; border-radius: 10px; background: var(--neutral-100); border: none; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--navy); cursor: pointer; }
.mobile-menu-body { padding: 16px 0; flex: 1; overflow-y: auto; }
.mobile-nav-group { border-bottom: 1px solid var(--neutral-100); }
.mobile-nav-group:last-child { border-bottom: none; }
.mobile-nav-link { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; text-decoration: none; color: var(--navy); font-weight: 600; font-size: 1rem; cursor: pointer; background: none; border: none; width: 100%; text-align: left; font-family: inherit; }
.mobile-nav-link:hover { color: var(--accent); background: var(--neutral-50); }
.mobile-nav-link i.chevron { font-size: 0.75rem; color: var(--neutral-400); transition: transform 0.3s; }
.mobile-nav-group.open .mobile-nav-link i.chevron { transform: rotate(180deg); }
.mobile-nav-submenu { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; background: var(--neutral-50); }
.mobile-nav-group.open .mobile-nav-submenu { max-height: 1200px; }
.mobile-nav-submenu a { display: flex; align-items: center; gap: 10px; padding: 12px 24px 12px 40px; text-decoration: none; color: var(--neutral-600); font-size: 0.9rem; font-weight: 500; }
.mobile-nav-submenu a:hover { color: var(--accent); background: white; }
.mobile-nav-submenu a i { font-size: 0.65rem; color: var(--accent); }

/* Mobile Submenu Headings */
.mobile-submenu-heading {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  padding: 18px 24px 8px 40px;
  margin-top: 4px;
  background: var(--neutral-50);
  border-bottom: 1px solid var(--neutral-100);
}
.mobile-submenu-heading:first-child { padding-top: 8px; }

/* ============================================
   REVEAL
   ============================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s, transform 0.8s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1280px) {
  .container, .nav-container, .top-bar-inner, .footer .container { padding: 0 32px; }
  .hero h1 { font-size: 3.4rem; }
  .section-header h2 { font-size: 2.6rem; }
  .final-cta h2 { font-size: 2.6rem; }
  .final-cta { padding: 80px 60px; }
  .logo-text small { display: none; }
  .mega-menu { min-width: 820px; padding: 24px; gap: 24px; }
}

@media (max-width: 1024px) {
  .nav-menu { display: none; }
  .nav-actions .btn { display: none; }
  .mobile-toggle { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-content { max-width: 100%; }
  .quote-card { max-width: 640px; margin: 0 auto; }
  .service-selector-grid, .renewal-grid, .features-grid { grid-template-columns: repeat(2, 1fr); }
  .local-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .founder-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .process-redesign-grid { grid-template-columns: repeat(2, 1fr); }
  .car-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .quick-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero-content h1 { font-size: 2.6rem; }
  .car-hero-content h1 { font-size: 2.8rem; }
  .faq-category-block { padding: 32px 28px; }
}

@media (max-width: 768px) {
  .container, .nav-container, .top-bar-inner, .footer .container { padding: 0 20px; }
  .section { padding: 72px 0; }
  .section-sm { padding: 56px 0; }
  .hero { padding: 48px 0 80px; }
  .hero h1 { font-size: 2.4rem; }
  .hero p.lead { font-size: 1rem; }
  .trust-checkboxes { grid-template-columns: 1fr; max-width: 100%; }
  .section-header { margin-bottom: 48px; }
  .section-header h2 { font-size: 2rem; }
  .quote-card { padding: 28px 22px; border-radius: 22px; }
  .quote-header h2 { font-size: 1.3rem; }
  .form-row { grid-template-columns: 1fr; gap: 16px; }
  .service-selector-grid, .renewal-grid, .features-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 56px 28px; border-radius: 24px; }
  .final-cta h2 { font-size: 1.9rem; }
  .final-cta-wrap { padding: 0 20px; }
  .footer { padding: 56px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .founder-content h2 { font-size: 1.9rem; }
  .founder-stats-grid { grid-template-columns: 1fr 1fr; }
  .process-redesign-grid { grid-template-columns: 1fr; }
  .faq-category-block { padding: 24px 20px; margin-bottom: 32px; }
  .faq-category-header h3 { font-size: 1.15rem; }
  .faq-category-header .cat-count { display: none; }
  .faq-question { font-size: 0.95rem; padding: 18px 0; }
  .faq-answer { font-size: 0.88rem; }
  .page-hero-content h1 { font-size: 2.2rem; }
  .car-hero-content h1 { font-size: 2.3rem; }
  .quick-contact-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .map-embed { min-height: 360px; }
  .map-embed iframe { min-height: 360px; }
  .final-cta-actions { flex-direction: column; align-items: stretch; }
  .final-cta-actions .btn { width: 100%; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2rem; }
  .section-header h2 { font-size: 1.75rem; }
  .providers-heading h2 { font-size: 1.9rem; }
  .founder-content h2 { font-size: 1.6rem; }
  .final-cta h2 { font-size: 1.65rem; }
  .final-cta { padding: 48px 22px; }
  .faq-category-block { padding: 20px 16px; }
  .quote-card { padding: 24px 18px; }
}