/* ========================================
   ELITE HOB SERVICES — MAIN STYLESHEET
   Design: Bold Industrial + Warm Premium
   ======================================== */

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

:root {
  --primary:     #E63946;
  --primary-dk:  #c1121f;
  --accent:      #FF6B35;
  --gold:        #F4A261;
  --dark:        #0D0D0D;
  --dark2:       #1A1A2E;
  --mid:         #2D2D44;
  --text:        #2C2C3E;
  --text-light:  #6B7280;
  --light-bg:    #F8F9FB;
  --white:       #FFFFFF;
  --green:       #25D366;
  --border:      #E5E7EB;
  --shadow-sm:   0 2px 8px rgba(0,0,0,.06);
  --shadow-md:   0 8px 32px rgba(0,0,0,.10);
  --shadow-lg:   0 20px 60px rgba(0,0,0,.14);
  --radius:      14px;
  --radius-sm:   8px;
  --radius-lg:   24px;
  --font-display: 'Syne', sans-serif;
  --font-body:    'DM Sans', sans-serif;
  --transition:  .3s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 80px 0; }
.bg-light { background: var(--light-bg); }
.bg-dark-alt { background: var(--dark2); }

/* ── ANIMATIONS ── */
[data-aos] { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
[data-aos="fade-right"] { transform: translateX(-30px); }
[data-aos="fade-left"]  { transform: translateX(30px); }
[data-aos="zoom-in"]    { transform: scale(.9); }
[data-aos].aos-animate  { opacity: 1; transform: none; }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }
.highlight { color: var(--primary); }

.section-header { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.section-tag { display: inline-block; background: rgba(230,57,70,.1); color: var(--primary); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 1rem; }
.section-title { margin-bottom: .75rem; }
.section-desc { color: var(--text-light); font-size: 1.05rem; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 50px; font-weight: 600;
  font-size: .95rem; font-family: var(--font-body);
  transition: var(--transition); white-space: nowrap;
}
.btn-lg { padding: 15px 32px; font-size: 1.05rem; }
.btn-sm { padding: 8px 18px; font-size: .85rem; }
.btn-full { width: 100%; justify-content: center; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 4px 20px rgba(230,57,70,.35); }
.btn-primary:hover { background: var(--primary-dk); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(230,57,70,.45); }
.btn-whatsapp { background: var(--green); color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,.3); }
.btn-whatsapp:hover { background: #1da851; transform: translateY(-2px); }
.btn-emergency { background: #fff; color: var(--primary); font-weight: 700; }
.btn-emergency:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }
.btn-call-nav { background: var(--primary); color: #fff; padding: 9px 20px; border-radius: 50px; font-size: .88rem; font-weight: 700; }
.btn-icon { font-size: 1.1em; }

/* ========================================
   HEADER
   ======================================== */
.header-top {
  background: var(--dark); color: #fff;
  padding: 8px 0; font-size: .82rem;
}
.header-top-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.header-contact-strip { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.contact-strip-item { display: flex; align-items: center; gap: 5px; color: #ccc; font-size: .82rem; transition: color .2s; }
.contact-strip-item:hover { color: #fff; }
.contact-strip-item.wa { color: #5be37a; }
.contact-strip-item .icon { font-size: 1em; }
.header-badge { font-size: .78rem; color: var(--gold); font-weight: 600; }

.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.97); backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,.08); padding: 0;
  border-bottom: 2px solid rgba(230,57,70,.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 1rem; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { font-size: 1.8rem; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-main { font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; color: var(--dark); }
.logo-sub { font-size: .7rem; color: var(--primary); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }

.nav-links { display: flex; align-items: center; gap: .25rem; list-style: none; }
.nav-links li { position: relative; }
.nav-links a { display: block; padding: 8px 14px; font-size: .9rem; font-weight: 500; color: var(--text); border-radius: var(--radius-sm); transition: var(--transition); }
.nav-links a:hover, .nav-links a.active { color: var(--primary); background: rgba(230,57,70,.06); }

.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown {
  position: absolute; top: 100%; left: 0; width: 200px;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: var(--transition); z-index: 999; padding: 6px;
  border: 1px solid var(--border);
}
.dropdown li a { font-size: .85rem; padding: 8px 14px; border-radius: 6px; white-space: nowrap; }
.dropdown li a:hover { background: rgba(230,57,70,.06); color: var(--primary); }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ========================================
   HERO
   ======================================== */
.hero {
  background: linear-gradient(135deg, var(--dark2) 0%, #16213E 50%, #0F3460 100%);
  padding: 80px 0 60px; position: relative; overflow: hidden; min-height: 90vh; display: flex; align-items: center;
}
.hero-bg-grid {
  position: absolute; inset: 0; opacity: .04;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 50px 50px;
}
.hero-orb {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none;
}
.hero-orb-1 { width: 500px; height: 500px; background: rgba(230,57,70,.2); top: -100px; right: -100px; }
.hero-orb-2 { width: 400px; height: 400px; background: rgba(255,107,53,.15); bottom: -100px; left: -50px; }

.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); color: #fff; padding: 6px 16px; border-radius: 50px; font-size: .82rem; font-weight: 600; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,.15); }
.badge-dot { width: 8px; height: 8px; background: #5be37a; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(91,227,122,.6); } 50% { box-shadow: 0 0 0 6px rgba(91,227,122,0); } }
.hero-title { color: #fff; margin-bottom: 1.25rem; }
.hero-desc { color: rgba(255,255,255,.75); font-size: 1.08rem; margin-bottom: 2rem; max-width: 500px; }

.hero-stats { display: flex; align-items: center; gap: .75rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--gold); }
.stat-label { font-size: .72rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .06em; }
.stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,.15); }

.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Hob Illustration */
.hero-card-stack { position: relative; display: flex; justify-content: center; padding: 2rem; }
.hero-main-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px; padding: 2rem; backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0,0,0,.4); position: relative;
}
.hob-surface {
  background: linear-gradient(145deg, #2a2a35, #1a1a25);
  border-radius: 16px; padding: 2rem; width: 280px;
  box-shadow: inset 0 2px 8px rgba(0,0,0,.5), 0 0 0 2px rgba(255,255,255,.05);
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
  position: relative;
}
.hob-burner {
  width: 80px; height: 80px; border-radius: 50%;
  background: radial-gradient(circle, #444 30%, #2a2a2a 70%);
  border: 3px solid #555; display: flex; align-items: center; justify-content: center;
  position: relative; box-shadow: inset 0 2px 4px rgba(0,0,0,.5);
}
.flame { position: absolute; width: 8px; height: 16px; border-radius: 50% 50% 20% 20%; animation: flicker 1s infinite alternate; }
.f1 { background: linear-gradient(#FF6B35, #FFD700); left: 50%; top: 50%; transform: translate(-50%,-100%); }
.f2 { background: linear-gradient(#FF6B35, #FFD700); left: 25%; top: 50%; transform: translateY(-100%) rotate(-30deg); height: 12px; }
.f3 { background: linear-gradient(#FF6B35, #FFD700); left: 70%; top: 50%; transform: translateY(-100%) rotate(30deg); height: 12px; }
@keyframes flicker { from { transform: translate(-50%,-100%) scaleY(1) scaleX(1); } to { transform: translate(-50%,-110%) scaleY(1.1) scaleX(.9); } }
.b1 .f2, .b1 .f3 { animation-delay: .2s; }
.b2 .flame, .b3 .flame, .b4 .flame { opacity: .3; }
.hob-knobs { grid-column: 1/-1; display: flex; gap: 1rem; justify-content: center; margin-top: .5rem; }
.knob { width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(145deg, #666, #333); box-shadow: 0 2px 4px rgba(0,0,0,.5), inset 0 1px 2px rgba(255,255,255,.1); }

.hero-card-badge { position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; padding: 5px 16px; border-radius: 50px; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.hero-float-card {
  position: absolute; background: #fff; border-radius: 14px; padding: 12px 16px;
  display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg);
  font-size: .82rem;
}
.hero-float-card strong { display: block; font-size: .85rem; color: var(--dark); }
.hero-float-card small { color: var(--text-light); }
.fc-icon { font-size: 1.5rem; }
.card-repair { top: 0; left: -20px; animation: float 3s ease-in-out infinite; }
.card-warranty { bottom: 20px; right: -20px; animation: float 3s ease-in-out infinite 1.5s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.hero-wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; }
.hero-wave svg { width: 100%; }

/* ========================================
   EMERGENCY BANNER
   ======================================== */
.emergency-banner { background: linear-gradient(90deg, var(--primary), var(--accent)); padding: 18px 0; }
.emergency-inner { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; justify-content: space-between; }
.emergency-icon { font-size: 2rem; animation: shake 1s infinite; }
@keyframes shake { 0%,100% { transform: rotate(0); } 25% { transform: rotate(-10deg); } 75% { transform: rotate(10deg); } }
.emergency-text { flex: 1; min-width: 200px; }
.emergency-text strong { display: block; color: #fff; font-size: 1.05rem; font-family: var(--font-display); }
.emergency-text span { color: rgba(255,255,255,.85); font-size: .88rem; }

/* ========================================
   WHY CHOOSE US
   ======================================== */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.why-card {
  background: var(--white); border-radius: var(--radius); padding: 2rem;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  transition: var(--transition); position: relative; overflow: hidden;
}
.why-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0); transition: var(--transition); transform-origin: left;
}
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.why-card:hover::before { transform: scaleX(1); }
.why-icon-wrap { width: 56px; height: 56px; background: rgba(230,57,70,.08); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.why-icon { font-size: 1.8rem; }
.why-card h3 { margin-bottom: .6rem; font-size: 1.1rem; }
.why-card p { color: var(--text-light); font-size: .93rem; line-height: 1.6; }

/* ========================================
   SERVICES
   ======================================== */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card {
  display: flex; flex-direction: column; gap: .75rem;
  background: var(--white); border-radius: var(--radius); padding: 2rem;
  border: 1px solid var(--border); transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.service-icon-wrap { width: 60px; height: 60px; background: rgba(230,57,70,.08); border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.service-icon { font-size: 2rem; }
.service-card h3 { font-size: 1.05rem; color: var(--dark); }
.service-card p { color: var(--text-light); font-size: .9rem; flex: 1; }
.service-link { color: var(--primary); font-weight: 600; font-size: .88rem; display: inline-flex; align-items: center; transition: gap var(--transition); }
.service-card:hover .service-link { gap: 8px; }
.service-cta-card { background: linear-gradient(135deg, var(--dark2), var(--mid)); color: #fff; text-align: center; align-items: center; }
.service-cta-card h3, .service-cta-card p { color: #fff; }
.service-cta-card p { color: rgba(255,255,255,.75); }

/* ========================================
   BRANDS
   ======================================== */
.brands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 1rem; }
.brand-card {
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  background: var(--white); border-radius: var(--radius); padding: 1.5rem 1rem;
  border: 1px solid var(--border); transition: var(--transition); text-align: center;
  box-shadow: var(--shadow-sm);
}
.brand-card:hover { transform: translateY(-4px) scale(1.02); box-shadow: var(--shadow-md); border-color: var(--primary); }
.brand-logo { font-size: 2.2rem; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: .9rem; color: var(--dark); }

/* ========================================
   PROCESS
   ======================================== */
.process-steps { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.process-step { flex: 1; min-width: 220px; max-width: 300px; background: var(--white); border-radius: var(--radius); padding: 2rem; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.step-num { font-family: var(--font-display); font-size: 3rem; font-weight: 800; color: rgba(230,57,70,.15); line-height: 1; margin-bottom: .75rem; }
.step-content h3 { margin-bottom: .5rem; }
.step-content p { color: var(--text-light); font-size: .9rem; }
.process-arrow { font-size: 2rem; color: var(--primary); flex-shrink: 0; }

/* ========================================
   REVIEWS
   ======================================== */
.rating-summary { display: flex; align-items: center; gap: 1rem; justify-content: center; margin-top: 1rem; }
.big-rating { font-family: var(--font-display); font-size: 4rem; font-weight: 800; color: var(--gold); line-height: 1; }
.stars-wrap { text-align: left; }
.stars { color: var(--gold); font-size: 1.3rem; }
.stars-wrap span { display: block; color: var(--text-light); font-size: .85rem; }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.review-card {
  background: var(--white); border-radius: var(--radius); padding: 1.75rem;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: var(--transition);
  position: relative;
}
.review-card::before { content: '"'; font-family: Georgia, serif; font-size: 6rem; color: rgba(230,57,70,.06); position: absolute; top: -10px; right: 16px; line-height: 1; }
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review-stars { color: var(--gold); margin-bottom: .75rem; }
.review-text { color: var(--text); font-size: .9rem; line-height: 1.65; margin-bottom: 1.25rem; }
.reviewer { display: flex; align-items: center; gap: .75rem; }
.reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; flex-shrink: 0; }
.reviewer strong { display: block; font-size: .9rem; }
.reviewer span { display: block; font-size: .78rem; color: var(--text-light); }

/* ========================================
   FAQ
   ======================================== */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }
.faq-item { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 1.5rem; font-family: var(--font-display); font-size: 1rem;
  font-weight: 600; color: var(--dark); text-align: left; width: 100%;
  transition: var(--transition);
}
.faq-q:hover { background: rgba(230,57,70,.03); color: var(--primary); }
.faq-q.open { background: rgba(230,57,70,.05); color: var(--primary); }
.faq-arrow { font-size: .75rem; transition: transform .3s; flex-shrink: 0; margin-left: 1rem; color: var(--primary); }
.faq-q.open .faq-arrow { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a.open { max-height: 300px; }
.faq-a p { padding: 0 1.5rem 1.25rem; color: var(--text-light); font-size: .93rem; line-height: 1.7; }

/* ========================================
   AREAS
   ======================================== */
.areas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: .75rem; }
.area-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 12px 16px; font-size: .9rem; font-weight: 600; color: var(--dark);
  transition: var(--transition); text-align: center;
}
.area-card:hover { background: var(--primary); color: #fff; border-color: var(--primary); transform: translateY(-3px); }

/* ========================================
   CONTACT SECTION
   ======================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info { padding-top: 1rem; }
.contact-info .section-tag { background: rgba(255,255,255,.1); color: #ccc; }
.white { color: #fff; }
.white-desc { color: rgba(255,255,255,.7); margin: 1rem 0 2rem; }

.contact-details { display: flex; flex-direction: column; gap: 1rem; }
.contact-detail-item { display: flex; align-items: center; gap: 1rem; }
.cd-icon { font-size: 1.5rem; width: 44px; height: 44px; background: rgba(255,255,255,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-item strong { display: block; color: #fff; font-size: .9rem; }
.contact-detail-item span, .contact-detail-item a { color: rgba(255,255,255,.65); font-size: .88rem; }
.contact-detail-item a:hover { color: #fff; }

.contact-form-wrap { background: var(--white); border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow-lg); }
.contact-form h3 { font-size: 1.3rem; margin-bottom: 1.5rem; color: var(--dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.form-group label { font-size: .82rem; font-weight: 600; color: var(--text); }
.form-group input, .form-group select, .form-group textarea {
  padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: .9rem; color: var(--dark);
  background: var(--white); transition: border-color .2s, box-shadow .2s; resize: vertical;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(230,57,70,.12);
}
.form-note { text-align: center; font-size: .78rem; color: var(--text-light); margin-top: .75rem; }

/* ========================================
   SEO CONTENT
   ======================================== */
.seo-content-inner { max-width: 860px; margin: 0 auto; }
.seo-content-inner h2 { font-size: 1.8rem; margin-bottom: 1rem; color: var(--dark); }
.seo-content-inner h3 { font-size: 1.2rem; margin: 1.5rem 0 .6rem; color: var(--dark); }
.seo-content-inner p { color: var(--text-light); line-height: 1.8; margin-bottom: 1rem; font-size: .95rem; }

/* ========================================
   FOOTER
   ======================================== */
.footer { background: #0a0a14; color: rgba(255,255,255,.65); }
.footer-top { padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
.footer-logo span { font-size: 1.5rem; }
.footer-about p { font-size: .88rem; line-height: 1.7; margin-bottom: 1.5rem; }
.footer-contact-btns { display: flex; gap: .75rem; flex-wrap: wrap; }
.footer-col h4 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 1rem; }
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul li a { font-size: .88rem; transition: color .2s; }
.footer-col ul li a:hover { color: var(--primary); }
.footer-col ul li:not(:has(a)) { font-size: .88rem; }
.footer-info { display: flex; flex-direction: column; gap: .75rem; }
.fi-item { display: flex; align-items: center; gap: .6rem; font-size: .88rem; }
.fi-item a:hover { color: var(--primary); }
.footer-rating { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .25rem; }
.fr-stars { color: var(--gold); font-size: 1.1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer-bottom p { font-size: .82rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: .82rem; transition: color .2s; }
.footer-links a:hover { color: var(--primary); }

/* ========================================
   FLOATING BUTTONS
   ======================================== */
.float-wa {
  position: fixed; bottom: 100px; right: 20px; z-index: 9999;
  width: 56px; height: 56px; background: var(--green);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,.4);
  animation: floatBounce 3s ease-in-out infinite;
  transition: transform .2s;
}
.float-wa:hover { transform: scale(1.1); }
.float-wa svg { width: 28px; height: 28px; }
@keyframes floatBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.float-call {
  position: fixed; bottom: 30px; right: 20px; z-index: 9999;
  background: var(--primary); color: #fff;
  border-radius: 50px; display: flex; align-items: center; gap: 8px;
  padding: 14px 20px; box-shadow: 0 4px 20px rgba(230,57,70,.4);
  font-weight: 700; font-size: .9rem; transition: transform .2s;
}
.float-call:hover { transform: scale(1.05); }
.float-call svg { width: 18px; height: 18px; }

/* ========================================
   MODAL
   ======================================== */
.modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 10000; backdrop-filter: blur(4px); align-items: center; justify-content: center; }
.modal.open { display: flex; }
.modal-box { background: var(--white); border-radius: var(--radius-lg); padding: 3rem; max-width: 420px; width: 90%; text-align: center; box-shadow: var(--shadow-lg); }
.modal-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.modal-box h3 { font-size: 1.5rem; margin-bottom: .75rem; }
.modal-box p { color: var(--text-light); margin-bottom: 1.5rem; }
.modal-close { display: block; margin: 1rem auto 0; color: var(--text-light); font-size: .88rem; text-decoration: underline; }

/* ========================================
   INNER PAGES — SHARED
   ======================================== */
.page-hero {
  background: linear-gradient(135deg, var(--dark2) 0%, #16213E 100%);
  padding: 80px 0; text-align: center; position: relative; overflow: hidden;
}
.page-hero::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.page-hero-content { position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: .5rem; font-size: .82rem; color: rgba(255,255,255,.55); margin-bottom: 1rem; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,.55); transition: color .2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,.3); }
.page-hero h1 { color: #fff; margin-bottom: .75rem; }
.page-hero p { color: rgba(255,255,255,.7); max-width: 600px; margin: 0 auto 1.5rem; }

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hero-inner { gap: 2rem; }
}

@media (max-width: 768px) {
  .section-pad { padding: 60px 0; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }

  .header-top { display: none; }
  .hamburger { display: flex; }
  .btn-call-nav { display: none; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 1rem; gap: 0;
    box-shadow: var(--shadow-lg); border-top: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 16px; font-size: .95rem; border-radius: 8px; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: rgba(230,57,70,.03); }
  .has-dropdown:hover .dropdown { display: block; }

  .hero { min-height: auto; padding: 60px 0 40px; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-visual { display: none; }
  .hero-stats { justify-content: center; }
  .hero-cta { justify-content: center; }
  .hero-desc { margin: 0 auto 2rem; }
  .hero-badge { justify-content: center; }

  .emergency-inner { flex-direction: column; text-align: center; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; }
  .process-arrow { transform: rotate(90deg); }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .hero-cta .btn-lg { padding: 12px 20px; font-size: .9rem; }
  .header-top-inner { justify-content: center; }
  .float-call span { display: none; }
  .float-call { border-radius: 50%; width: 56px; height: 56px; padding: 0; justify-content: center; }
}

@media (max-width: 480px) {
  .why-grid, .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ========================================
   MOBILE FIX — ANTI-ZOOM + PROPER LAYOUT
   ======================================== */

/* Prevent tap zoom on inputs/buttons */
input, select, textarea, button {
  font-size: 16px !important; /* iOS zoom fix — must be 16px */
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}

/* Global mobile overflow fix */
html, body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ── MOBILE: ≤ 480px ── */
@media (max-width: 480px) {
  :root {
    --radius: 12px;
    --radius-sm: 6px;
    --radius-lg: 16px;
  }

  .container { padding: 0 14px; }
  .section-pad { padding: 44px 0; }

  /* Hero — compact on mobile */
  .hero { padding: 44px 0 32px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
  .hero-visual { display: none; }
  .hero-title { font-size: 1.65rem; line-height: 1.2; }
  .hero-desc { font-size: .9rem; margin: 0 auto 1.5rem; }
  .hero-badge { font-size: .72rem; justify-content: center; }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    margin-bottom: 1.5rem;
  }
  .stat-divider { display: none; }
  .stat { background: rgba(255,255,255,.07); border-radius: 10px; padding: 10px 6px; }
  .stat-num { font-size: 1.25rem; }
  .stat-label { font-size: .65rem; }

  .hero-cta { flex-direction: column; align-items: center; gap: .65rem; }
  .hero-cta .btn-lg { width: 100%; justify-content: center; padding: 13px 20px; font-size: .92rem; }

  /* Emergency banner */
  .emergency-banner { padding: 14px 0; }
  .emergency-inner { flex-direction: column; gap: .75rem; text-align: center; }
  .emergency-icon { font-size: 1.6rem; }
  .emergency-text strong { font-size: .88rem; }
  .emergency-text span { font-size: .78rem; }
  .btn-emergency { padding: 10px 20px; font-size: .85rem; }

  /* Section headers */
  .section-header { margin-bottom: 2rem; }
  .section-title { font-size: 1.4rem; }
  .section-desc { font-size: .88rem; }
  .section-tag { font-size: .7rem; padding: 4px 12px; }

  /* Why cards — single column */
  .why-grid { grid-template-columns: 1fr; gap: .9rem; }
  .why-card { padding: 1.25rem; }
  .why-icon-wrap { width: 46px; height: 46px; margin-bottom: .9rem; }
  .why-icon { font-size: 1.4rem; }
  .why-card h3 { font-size: 1rem; }
  .why-card p { font-size: .85rem; }

  /* Services grid — single column */
  .services-grid { grid-template-columns: 1fr; gap: .9rem; }
  .service-card { padding: 1.25rem; }
  .service-icon-wrap { width: 48px; height: 48px; }
  .service-icon { font-size: 1.6rem; }
  .service-card h3 { font-size: .95rem; }
  .service-card p { font-size: .85rem; }

  /* Brands — 3 columns */
  .brands-grid { grid-template-columns: repeat(3, 1fr); gap: .65rem; }
  .brand-card { padding: .9rem .5rem; border-radius: 10px; }
  .brand-logo { font-size: 1.6rem; }
  .brand-name { font-size: .75rem; }

  /* Process — vertical */
  .process-steps { flex-direction: column; align-items: stretch; gap: .75rem; }
  .process-step { min-width: auto; max-width: 100%; padding: 1.25rem; }
  .process-arrow { transform: rotate(90deg); text-align: center; font-size: 1.5rem; }
  .step-num { font-size: 2.2rem; }
  .step-content h3 { font-size: 1rem; }
  .step-content p { font-size: .85rem; }

  /* Reviews — single column */
  .reviews-grid { grid-template-columns: 1fr; gap: .9rem; }
  .review-card { padding: 1.25rem; }
  .review-text { font-size: .85rem; }
  .big-rating { font-size: 3rem; }

  /* FAQ */
  .faq-q { font-size: .88rem; padding: 1rem 1.1rem; }
  .faq-a p { padding: 0 1.1rem 1rem; font-size: .85rem; }

  /* Areas — 2 columns */
  .areas-grid { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .area-card { font-size: .78rem; padding: 10px 8px; }

  /* Contact section */
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-form-wrap { padding: 1.5rem 1.1rem; border-radius: var(--radius); }
  .contact-form h3 { font-size: 1.1rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-group { margin-bottom: .75rem; }
  .form-group label { font-size: .78rem; }
  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 16px !important;
    border-radius: 8px;
  }
  .contact-info { display: none; } /* hide info column on tiny screens — form only */

  /* SEO content */
  .seo-content-inner h2 { font-size: 1.3rem; }
  .seo-content-inner h3 { font-size: 1rem; }
  .seo-content-inner p { font-size: .85rem; }

  /* Footer */
  .footer-top { padding: 36px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-logo { font-size: 1.1rem; }
  .footer-about p { font-size: .82rem; }
  .footer-contact-btns { flex-direction: row; }
  .footer-col h4 { font-size: .9rem; margin-bottom: .75rem; }
  .footer-col ul li a { font-size: .82rem; }
  .fi-item { font-size: .82rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: .5rem; }
  .footer-bottom p, .footer-links a { font-size: .75rem; }

  /* Floating buttons — smaller on mobile */
  .float-wa { width: 48px; height: 48px; bottom: 86px; right: 14px; }
  .float-wa svg { width: 24px; height: 24px; }
  .float-call {
    bottom: 24px; right: 14px;
    width: 48px; height: 48px;
    border-radius: 50%; padding: 0;
    justify-content: center;
  }
  .float-call span { display: none; }
  .float-call svg { width: 20px; height: 20px; }

  /* Navbar mobile */
  .header-top { display: none; }
  .hamburger { display: flex; }
  .btn-call-nav { display: none; }
  .nav-inner { padding: 10px 0; }
  .logo-main { font-size: 1rem; }
  .logo-sub { font-size: .62rem; }
  .logo-icon { font-size: 1.5rem; }

  /* Page hero (inner pages) */
  .page-hero { padding: 50px 0; }
  .page-hero h1 { font-size: 1.5rem; }
  .page-hero p { font-size: .85rem; }
  .breadcrumb { font-size: .75rem; }

  /* Modal */
  .modal-box { padding: 2rem 1.25rem; }
  .modal-icon { font-size: 2.5rem; }
  .modal-box h3 { font-size: 1.2rem; }
  .modal-box p { font-size: .88rem; }
}

/* ── TABLET: 481px–768px ── */
@media (min-width: 481px) and (max-width: 768px) {
  .container { padding: 0 18px; }
  .section-pad { padding: 56px 0; }

  .hero { padding: 56px 0 40px; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .hero-visual { display: none; }
  .hero-title { font-size: 2rem; }
  .hero-cta { justify-content: center; }
  .hero-badge { justify-content: center; }
  .hero-stats { justify-content: center; }

  .why-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .brands-grid { grid-template-columns: repeat(4, 1fr); gap: .75rem; }
  .reviews-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); gap: .65rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr 1fr; gap: .75rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.75rem; }
  .process-steps { flex-direction: column; }
  .process-arrow { transform: rotate(90deg); }

  .float-call span { display: none; }
  .float-call { border-radius: 50%; width: 52px; height: 52px; padding: 0; justify-content: center; }
}

/* ── Prevent iOS input zoom globally ── */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input[type="text"],
  input[type="password"], input[type="datetime"],
  input[type="datetime-local"], input[type="date"],
  input[type="month"], input[type="time"],
  input[type="week"], input[type="number"],
  input[type="email"], input[type="url"],
  input[type="search"], input[type="tel"],
  input[type="color"] {
    font-size: 16px !important;
  }
}

/* Touch-friendly tap targets */
@media (max-width: 768px) {
  .nav-links a,
  .dropdown li a,
  .btn,
  .faq-q,
  .brand-card,
  .area-card {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .why-card, .service-card, .review-card, .brand-card {
    -webkit-tap-highlight-color: transparent;
  }
  /* Smooth scrolling on iOS */
  body {
    -webkit-overflow-scrolling: touch;
  }
}
