/*
Theme Name: Trillz Tires
Theme URI: https://trillztires.ca
Author: Brandon Digital
Description: Custom theme for Trillz Tires & Mobile Small Engine Repair Inc.
Version: 1.0.0
*/

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* Typography */
body { font-family: 'Montserrat', Arial, sans-serif; color: #e0e0e0; background: #0a0a0a; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { font-weight: 700; }
a { text-decoration: none; transition: all 0.3s; }
img { max-width: 100%; height: auto; }

/* Page Transitions */
body { animation: pageIn 0.4s ease; }
@keyframes pageIn { from { opacity: 0; } to { opacity: 1; } }

/* Scroll Animations */
.fade-in { opacity: 0; transform: translateY(25px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* Nav */
.site-nav { background: rgba(10,10,10,0.95); backdrop-filter: blur(10px); padding: 12px 6%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(126,211,33,0.15); position: sticky; top: 0; z-index: 100; }
.site-nav .logo img { height: 60px; }
.site-nav .nav-links { display: flex; gap: 24px; align-items: center; }
.site-nav .nav-links a { color: rgba(255,255,255,0.8); font-size: .8rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.site-nav .nav-links a:hover { color: #7ed321; }
.site-nav .nav-links a.active { color: #7ed321; }
.nav-cta { background: #7ed321; color: #0a0a0a !important; padding: 10px 20px; border-radius: 6px; font-weight: 700; font-size: .75rem; letter-spacing: 1px; }
.nav-cta:hover { background: #6bc01a; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(126,211,33,0.4); }
.nav-toggle { display: none; background: none; border: none; color: rgba(255,255,255,0.7); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

/* Hero */
.hero { background: linear-gradient(to right, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.7) 45%, rgba(10,10,10,0.3) 100%), url('assets/hero-truck.jpg') center/cover no-repeat; min-height: 90vh; display: flex; align-items: center; padding: 80px 6%; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 30%; background: linear-gradient(to top, #0a0a0a, transparent); z-index: 1; }
.hero::after { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: radial-gradient(ellipse at 20% 50%, rgba(126,211,33,0.06) 0%, transparent 70%); z-index: 0; }
.hero-inner { position: relative; z-index: 2; max-width: 700px; }
.hero-badge { display: inline-block; background: rgba(126,211,33,0.15); color: #7ed321; padding: 8px 20px; border-radius: 50px; font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; border: 1px solid rgba(126,211,33,0.3); }
.hero h1 { color: #fff; font-size: 3.5rem; line-height: 1.1; margin-bottom: 16px; }
.hero h1 .green { color: #7ed321; }
.hero h1 .blue { color: #4fc3f7; }
.hero-desc { color: rgba(255,255,255,0.85); font-size: 1.1rem; line-height: 1.8; margin-bottom: 32px; max-width: 550px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Emergency CTA */
.emergency-bar { background: linear-gradient(90deg, #7ed321, #4fc3f7); padding: 14px 6%; text-align: center; }
.emergency-bar a { color: #0a0a0a; font-weight: 800; font-size: .9rem; letter-spacing: 1px; text-transform: uppercase; }
.emergency-bar a:hover { color: #1a3a6b; }

/* Buttons */
.btn { display: inline-block; padding: 14px 32px; font-weight: 700; font-size: .8rem; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 6px; transition: all 0.3s; cursor: pointer; }
.btn-green { background: #7ed321; color: #0a0a0a; }
.btn-green:hover { background: #6bc01a; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(126,211,33,0.4); color: #0a0a0a; }
.btn-outline { border: 2px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.7); background: transparent; }
.btn-outline:hover { border-color: #7ed321; color: #7ed321; }
.btn-emergency { background: #e53935; color: #fff; animation: pulse-emergency 2s infinite; }
.btn-emergency:hover { background: #c62828; color: #fff; }
@keyframes pulse-emergency { 0%, 100% { box-shadow: 0 0 0 0 rgba(229,57,53,0.5); } 50% { box-shadow: 0 0 0 12px rgba(229,57,53,0); } }

/* Sections */
.section { padding: 80px 6%; }
.section-dark { background: #0d0d0d; }
.section-blue { background: #0f1e33; }
.section-gradient { background: linear-gradient(180deg, #0a0a0a, #0f1e33); }
.section h2 { color: #fff; font-size: 2rem; text-align: center; margin-bottom: 12px; }
.section-sub { text-align: center; color: rgba(255,255,255,0.6); font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 50px; font-weight: 600; }
.section-line { width: 50px; height: 3px; background: linear-gradient(90deg, #7ed321, #4fc3f7); margin: 12px auto 20px; border-radius: 2px; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; }
.service-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 32px 24px; text-align: center; transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #7ed321, #4fc3f7); transform: scaleX(0); transition: transform 0.3s; }
.service-card:hover { border-color: rgba(126,211,33,0.3); transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 30px rgba(126,211,33,0.08), 0 20px 40px rgba(126,211,33,0.05); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { font-size: 2.5rem; margin-bottom: 16px; }
.service-card h3 { color: #7ed321; font-size: 1rem; margin-bottom: 10px; letter-spacing: 0.5px; }
.service-card p { color: rgba(255,255,255,0.75); font-size: .85rem; line-height: 1.7; }

/* Why Trillz */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.why-item { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: rgba(126,211,33,0.04); border-radius: 10px; border: 1px solid rgba(126,211,33,0.08); }
.why-icon { font-size: 1.5rem; flex-shrink: 0; width: 44px; height: 44px; background: rgba(126,211,33,0.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.why-item h3 { color: #fff; font-size: .95rem; margin-bottom: 4px; }
.why-item p { color: rgba(255,255,255,0.7); font-size: .82rem; line-height: 1.5; }

/* Emergency Popup */
.emergency-popup { position: fixed; top: 0; right: -320px; width: 300px; height: 100vh; background: #0d0d0d; border-left: 2px solid #e53935; z-index: 200; transition: right 0.3s ease; display: flex; align-items: center; padding: 30px; }
.emergency-popup.open { right: 0; }
.emergency-popup-inner { width: 100%; }
.emergency-popup-title { color: #e53935; font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.emergency-popup p { color: rgba(255,255,255,0.8); font-size: .9rem; margin-bottom: 20px; line-height: 1.6; }
.emergency-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: rgba(255,255,255,0.65); font-size: 2rem; cursor: pointer; }
.emergency-close:hover { color: #fff; }
.emergency-tab { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 199; background: #e53935; color: #fff; border: none; padding: 14px 12px; border-radius: 8px 0 0 8px; cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 6px; box-shadow: -2px 0 15px rgba(229,57,53,0.4); animation: tab-pulse 3s infinite; }
@keyframes tab-pulse { 0%, 100% { box-shadow: -2px 0 15px rgba(229,57,53,0.4); } 50% { box-shadow: -2px 0 25px rgba(229,57,53,0.7); } }

/* Reviews Carousel */
.carousel-container { position: relative; max-width: 700px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.carousel-viewport { overflow: hidden; flex: 1; border-radius: 12px; }
.carousel-track { display: flex; transition: transform 0.4s ease; }
.carousel-track .review-card { flex: 0 0 100%; min-width: 100%; }
.carousel-btn { background: rgba(126,211,33,0.1); border: 1px solid rgba(126,211,33,0.2); color: #7ed321; width: 44px; height: 44px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s; flex-shrink: 0; }
.carousel-btn:hover { background: rgba(126,211,33,0.2); border-color: #7ed321; }
.carousel-dots { text-align: center; margin-top: 16px; }
.carousel-dots .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.15); margin: 0 4px; cursor: pointer; transition: all 0.3s; }
.carousel-dots .dot.active { background: #7ed321; transform: scale(1.2); }

/* CTA Buttons */
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Reviews */
.review-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 28px; position: relative; }
.review-card::before { content: '\201C'; position: absolute; top: 10px; left: 16px; font-size: 3rem; color: rgba(126,211,33,0.15); font-family: Georgia, serif; line-height: 1; }
.review-card p { color: rgba(255,255,255,0.8); font-size: .9rem; line-height: 1.7; padding-left: 16px; font-style: italic; }
.review-author { color: #7ed321; font-size: .8rem; margin-top: 14px; padding-left: 16px; font-weight: 700; font-style: normal; letter-spacing: 0.5px; }
.review-stars { color: #f4b400; font-size: .85rem; padding-left: 16px; margin-top: 4px; }

/* Areas */
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 500px; margin: 0 auto; text-align: center; }
.area-item { padding: 10px 16px; color: rgba(255,255,255,0.75); font-size: .85rem; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.04); transition: color 0.3s; }
.area-item:hover { color: #7ed321; }

/* CTA Section */
.section-cta { background: linear-gradient(135deg, #1a3a6b, #0f1e33); border-top: 3px solid #7ed321; text-align: center; }
.cta-inner { max-width: 600px; margin: 0 auto; }
.cta-inner h2 { margin-bottom: 16px; }
.cta-inner p { color: rgba(255,255,255,0.6); font-size: 1rem; margin-bottom: 32px; line-height: 1.7; }
.cta-contact { color: rgba(126,211,33,0.6); font-size: .8rem; margin-top: 20px; letter-spacing: 1px; }
.cta-contact a { color: rgba(126,211,33,0.7); }
.cta-contact a:hover { color: #7ed321; }

/* Contact Form */
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { padding: 14px; border-radius: 8px; border: 1px solid rgba(126,211,33,0.15); background: rgba(255,255,255,0.04); color: #fff; font-size: .95rem; font-family: 'Montserrat', Arial, sans-serif; transition: border-color 0.3s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: #7ed321; box-shadow: 0 0 0 3px rgba(126,211,33,0.1); }
.contact-form button { padding: 14px; border-radius: 8px; border: none; background: #7ed321; color: #0a0a0a; font-size: .9rem; font-weight: 700; cursor: pointer; letter-spacing: 1px; text-transform: uppercase; transition: all 0.3s; }
.contact-form button:hover { background: #6bc01a; transform: translateY(-2px); }

/* Join Team */
.join-team { background: rgba(126,211,33,0.06); border: 2px solid rgba(126,211,33,0.15); border-radius: 16px; padding: 40px; text-align: center; max-width: 700px; margin: 40px auto 0; }
.join-team h3 { color: #7ed321; font-size: 1.3rem; margin-bottom: 12px; }
.join-team p { color: rgba(255,255,255,0.75); font-size: .9rem; margin-bottom: 20px; line-height: 1.7; }

/* Footer */
.site-footer { background: #050505; padding: 50px 6% 24px; border-top: 1px solid rgba(126,211,33,0.1); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; max-width: 1100px; margin: 0 auto 24px; flex-wrap: wrap; gap: 40px; }
.footer-left { min-width: 250px; }
.footer-brand img { height: 70px; margin-bottom: 12px; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: .78rem; line-height: 1.6; max-width: 280px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav-title { color: rgba(255,255,255,0.6); font-size: .7rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; }
.footer-nav a { color: rgba(255,255,255,0.65); font-size: .8rem; letter-spacing: 0.5px; }
.footer-nav a:hover { color: #7ed321; }
.footer-right { text-align: left; min-width: 200px; }
.footer-contact a { display: block; color: rgba(255,255,255,0.75); font-size: .85rem; margin-bottom: 6px; }
.footer-contact a:hover { color: #7ed321; }
.footer-social a { color: rgba(255,255,255,0.65); margin-right: 12px; transition: color 0.3s; }
.footer-social a:hover { color: #7ed321; }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-bottom p { font-size: .65rem; color: rgba(255,255,255,0.2); letter-spacing: 1px; }

/* Floating Call Button */
.float-call { position: fixed; bottom: 24px; right: 24px; z-index: 99; background: #7ed321; color: #0a0a0a; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; box-shadow: 0 4px 20px rgba(126,211,33,0.5); transition: all 0.3s; }
.float-call:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(126,211,33,0.6); color: #0a0a0a; }

/* Tire Sales */
.tire-sales { background: rgba(79,195,247,0.05); border: 1px solid rgba(79,195,247,0.1); border-radius: 12px; padding: 40px; text-align: center; max-width: 800px; margin: 40px auto 0; }
.tire-sales h3 { color: #4fc3f7; font-size: 1.2rem; margin-bottom: 12px; }
.tire-sales p { color: rgba(255,255,255,0.75); font-size: .9rem; line-height: 1.7; margin-bottom: 20px; }

/* Hero Status Badge */
.hero-status { display: inline-flex; align-items: center; gap: 8px; color: #7ed321; font-size: .75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; }
.status-dot { width: 10px; height: 10px; background: #7ed321; border-radius: 50%; animation: status-pulse 2s infinite; }
@keyframes status-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(126,211,33,0.6); } 50% { box-shadow: 0 0 0 8px rgba(126,211,33,0); } }

/* What We Fix Grid */
.fix-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 800px; margin: 0 auto; }
.fix-item { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; transition: all 0.3s; }
.fix-item:hover { border-color: rgba(126,211,33,0.2); transform: translateY(-2px); }
.fix-item span { color: rgba(255,255,255,0.8); font-size: .8rem; font-weight: 500; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.gallery-item { border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; }
.gallery-item { position: relative; text-decoration: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: #fff; font-size: .72rem; font-weight: 600; padding: 20px 12px 10px; letter-spacing: 0.5px; opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-label { opacity: 1; }
.gallery-placeholder { border-radius: 12px; aspect-ratio: 16/10; background: rgba(255,255,255,0.02); border: 2px dashed rgba(126,211,33,0.12); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.gallery-placeholder span { color: rgba(255,255,255,0.25); font-size: .75rem; font-weight: 500; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: 1fr; } }

/* Inline Quote Form */
.inline-quote { max-width: 700px; margin: 0 auto; }
.quote-row { display: flex; gap: 12px; }
.quote-row input, .quote-row select { flex: 1; }

/* Hero Trust Badges */
.hero-trust { display: flex; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.hero-trust span { color: rgba(255,255,255,0.65); font-size: .72rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
.hero-trust span::before { content: ''; width: 8px; height: 8px; background: #7ed321; border-radius: 50%; display: inline-block; }

/* Seasonal Banner */
.seasonal-banner { background: linear-gradient(90deg, #0d1a0d, #0a1a0a, #0d1a0d); border-bottom: 1px solid rgba(126,211,33,0.2); border-top: 1px solid rgba(126,211,33,0.1); padding: 16px 6%; position: relative; overflow: hidden; }
.seasonal-banner::before { content: ''; position: absolute; top: 0; left: -100%; width: 200%; height: 100%; background: linear-gradient(90deg, transparent 0%, rgba(126,211,33,0.03) 25%, rgba(126,211,33,0.06) 50%, rgba(126,211,33,0.03) 75%, transparent 100%); animation: banner-shimmer 8s linear infinite; }
@keyframes banner-shimmer { 0% { transform: translateX(0); } 100% { transform: translateX(50%); } }
.seasonal-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 1; }
.seasonal-inner svg { animation: tire-spin 4s linear infinite; }
@keyframes tire-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.seasonal-inner strong { color: #7ed321; font-size: .9rem; display: block; }
.seasonal-inner span { color: rgba(255,255,255,0.75); font-size: .8rem; }
.seasonal-inner .btn { margin-left: auto; }

/* How It Works Steps */
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; max-width: 1000px; margin: 0 auto; flex-wrap: wrap; }
.step { text-align: center; flex: 1; min-width: 200px; padding: 0 20px; position: relative; }
.step-num { position: absolute; top: -8px; right: 20px; background: #7ed321; color: #0a0a0a; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; z-index: 2; }
.step-icon { width: 80px; height: 80px; margin: 0 auto 16px; background: rgba(126,211,33,0.08); border: 2px solid rgba(126,211,33,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.step h3 { color: #fff; font-size: .95rem; margin-bottom: 6px; }
.step p { color: rgba(255,255,255,0.7); font-size: .82rem; line-height: 1.6; }
.step-arrow { display: flex; align-items: center; padding-top: 30px; }
@media (max-width: 768px) { .step-arrow { display: none; } }

/* Stats Bar */
.stats-bar { background: linear-gradient(90deg, #7ed321, #4fc3f7); padding: 40px 6%; display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { color: #0a0a0a; font-size: 2.2rem; font-weight: 900; line-height: 1; }
.stat-label { color: rgba(0,0,0,0.6); font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }

/* Service Price Tags */
.service-price { display: inline-block; margin-top: 12px; color: #7ed321; font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: rgba(126,211,33,0.08); padding: 4px 12px; border-radius: 20px; border: 1px solid rgba(126,211,33,0.15); }
.service-icon-svg { margin-bottom: 16px; }

/* FAQ */
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
.faq-q { padding: 18px 0; color: #fff; font-size: .95rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.3s; }
.faq-q:hover { color: #7ed321; }
.faq-toggle { color: #7ed321; font-size: 1.3rem; font-weight: 300; transition: transform 0.3s; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; color: rgba(255,255,255,0.75); font-size: .85rem; line-height: 1.7; }
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 18px; }

/* Areas + Map Grid */
.areas-map-grid { display: flex; gap: 40px; max-width: 1000px; margin: 0 auto; align-items: flex-start; flex-wrap: wrap; }
.areas-list { flex: 1; min-width: 280px; }
.areas-map { flex: 1; min-width: 300px; }

/* Responsive */
@media (max-width: 768px) {
    .hero { padding: 60px 5%; min-height: 70vh; }
    .hero h1 { font-size: 2.4rem; }
    .site-nav .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,10,10,0.98); flex-direction: column; padding: 20px; gap: 14px; border-bottom: 1px solid rgba(126,211,33,0.15); }
    .site-nav .nav-links.open { display: flex; }
    .nav-toggle { display: block; }
    .hero-btns { flex-direction: column; }
    .btn { text-align: center; }
    .services-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .areas-grid { grid-template-columns: 1fr 1fr; }
    .float-call { width: 48px; height: 48px; font-size: 1.2rem; bottom: 16px; right: 16px; }
    .footer-top { flex-direction: column; }
    .fix-grid { grid-template-columns: 1fr 1fr; }
    .quote-row { flex-direction: column; }
    .seasonal-inner { flex-direction: column; text-align: center; }
    .seasonal-inner .btn { margin: 10px auto 0; }
    .stats-bar { gap: 30px; }
    .emergency-tab { display: none; }
    .carousel-btn { width: 36px; height: 36px; font-size: 1.2rem; }
}
