:root {
    --green-dark: #1b5e20;
    --green: #2e7d32;
    --green-light: #4caf50;
    --blue: #1565c0;
    --blue-light: #42a5f5;
    --orange: #f57c00;
    --orange-dark: #e65100;
    --yellow: #ffc107;
    --earth: #5d4037;
    --bg: #f5f5f0;
    --bg-white: #ffffff;
    --text: #212121;
    --text-light: #616161;
    --border: #e0e0e0;
    --shadow: 0 2px 12px rgba(0,0,0,0.1);
    --radius: 8px;
    --font: 'Inter', 'Noto Sans Gujarati', 'Noto Sans Devanagari', 'Noto Sans Tamil', 'Noto Sans Telugu', sans-serif;
}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
    background: var(--bg);
    padding-bottom: 0;
    overflow-x: hidden;
}

@media (max-width: 992px) {
    body { padding-bottom: 72px; }
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--green); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* Header */
.site-header {
    background: var(--bg-white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    gap: 12px;
    position: relative;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    text-decoration: none;
    flex-shrink: 0;
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--green), var(--blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
}

.logo-text strong { display: block; font-size: 1.1rem; color: var(--green-dark); }
.logo-text small { font-size: 0.75rem; color: var(--text-light); }

.main-nav {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.main-nav a {
    padding: 8px 10px;
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: var(--radius);
    transition: background 0.2s;
}

.main-nav a:hover,
.main-nav a.active {
    background: #e8f5e9;
    color: var(--green-dark);
}

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

.lang-switcher { position: relative; }

.lang-btn {
    background: #f0f0f0;
    border: 1px solid var(--border);
    padding: 8px 12px;
    border-radius: var(--radius);
    cursor: pointer;
    font-size: 0.85rem;
    font-family: inherit;
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 140px;
    z-index: 100;
    margin-top: 4px;
}

.lang-dropdown.show { display: block; }

.lang-dropdown a {
    display: block;
    padding: 10px 16px;
    color: var(--text);
    font-size: 0.9rem;
}

.lang-dropdown a:hover,
.lang-dropdown a.active {
    background: #e8f5e9;
    color: var(--green-dark);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--text);
    border-radius: 2px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    font-family: inherit;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
    background: var(--orange);
    color: white;
    box-shadow: 0 4px 12px rgba(245, 124, 0, 0.4);
}

.btn-primary:hover { background: var(--orange-dark); color: white; }

.btn-secondary {
    background: var(--green);
    color: white;
}

.btn-secondary:hover { background: var(--green-dark); color: white; }

.btn-outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-outline:hover { background: rgba(255,255,255,0.15); color: white; }

.btn-sm { padding: 8px 16px; font-size: 0.85rem; }

.btn-whatsapp {
    background: #25d366;
    color: white;
}

.btn-whatsapp:hover { background: #1da851; color: white; }

/* Hero */
.hero {
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--blue) 100%);
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    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.05'%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");
}

.hero-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero p {
    font-size: 1.15rem;
    opacity: 0.95;
    margin-bottom: 24px;
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-visual {
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    backdrop-filter: blur(4px);
}

.hero-pump-icon { font-size: 120px; line-height: 1; }

/* Trust badges */
.trust-section {
    background: white;
    padding: 32px 0;
    border-bottom: 1px solid var(--border);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    text-align: center;
}

.trust-item {
    padding: 16px;
}

.trust-item .number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--green);
    display: block;
}

.trust-item .label {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 4px;
}

/* Sections */
.section { padding: 60px 0; }
.section-alt { background: white; }

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--green-dark);
    margin-bottom: 12px;
}

.section-header p {
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* Why choose us */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.why-card {
    background: white;
    padding: 28px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    border-top: 4px solid var(--green);
}

.why-card .icon { font-size: 2.5rem; margin-bottom: 12px; }
.why-card h3 { font-size: 1.1rem; color: var(--green-dark); margin-bottom: 8px; }
.why-card p { font-size: 0.9rem; color: var(--text-light); }

/* Product cards */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.product-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.2s;
}

.product-card:hover { transform: translateY(-4px); }

a.product-card,
a.product-card:hover {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card-link .product-view-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--orange);
}

.product-card-image {
    height: 200px;
    background: linear-gradient(135deg, #e3f2fd, #e8f5e9);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card-body { padding: 20px; }

.product-card h3 {
    font-size: 1.05rem;
    color: var(--green-dark);
    margin-bottom: 12px;
}

.product-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
}

.spec-item {
    font-size: 0.85rem;
}

.spec-item strong {
    display: block;
    color: var(--text-light);
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.spec-item span {
    font-weight: 700;
    color: var(--blue);
    font-size: 1rem;
}

.product-price {
    display: none;
}

/* Product detail page */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    margin-bottom: 12px;
    opacity: 0.9;
}

.breadcrumb a {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb span {
    opacity: 0.7;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}

.product-detail-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f0;
    border: 1px solid var(--border);
}

.product-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 280px;
    object-fit: cover;
}

.product-detail-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.product-detail-info h2 {
    font-size: 1.25rem;
    color: var(--green-dark);
    margin-bottom: 16px;
}

.product-detail-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.product-contact-note {
    background: #e8f5e9;
    border-left: 4px solid var(--green);
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    color: var(--green-dark);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.product-detail-block {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
}

.product-detail-block h2 {
    font-size: 1.05rem;
    color: var(--green-dark);
    margin-bottom: 12px;
}

.product-detail-block p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 0.95rem;
}

.product-feature-list {
    list-style: none;
    display: grid;
    gap: 10px;
}

.product-feature-list li {
    padding-left: 22px;
    position: relative;
    color: var(--text);
    font-size: 0.9rem;
    line-height: 1.5;
}

.product-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 700;
}

.product-app-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-app-tag {
    background: #e8f5e9;
    color: var(--green-dark);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.product-related h2 {
    font-size: 1.35rem;
    color: var(--green-dark);
    margin-bottom: 20px;
}

.category-card {
    background: white;
    padding: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
    overflow: hidden;
}

.category-card:hover { transform: translateY(-4px); color: inherit; }

.category-card-image {
    height: 140px;
    overflow: hidden;
    background: #f5f5f0;
}

.category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-card .icon { font-size: 2rem; margin: 14px 0 10px; }
.category-card h3 { color: var(--green-dark); margin-bottom: 8px; padding: 0 16px; }
.category-card p { color: var(--text-light); font-size: 0.9rem; padding: 0 16px 20px; }

/* Testimonials */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.testimonial-card {
    background: white;
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border-left: 4px solid var(--orange);
}

.testimonial-card .stars { color: var(--yellow); font-size: 1.2rem; margin-bottom: 12px; }
.testimonial-card blockquote { font-style: italic; margin-bottom: 16px; color: var(--text); }
.testimonial-card .author { font-weight: 600; color: var(--green-dark); }
.testimonial-card .location { font-size: 0.85rem; color: var(--text-light); }

/* Forms */
.form-section { max-width: 600px; margin: 0 auto; }

.form-group { margin-bottom: 20px; }

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--green);
}

.form-success {
    background: #e8f5e9;
    color: var(--green-dark);
    padding: 16px;
    border-radius: var(--radius);
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

/* Page header */
.page-header {
    background: linear-gradient(135deg, var(--green-dark), var(--blue));
    color: white;
    padding: 48px 0;
    text-align: center;
}

.page-header h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 8px; }
.page-header p { opacity: 0.9; }

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.gallery-item {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #e8f5e9, #e3f2fd);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    overflow: hidden;
}

.gallery-item span { font-size: 0.9rem; color: var(--text-light); margin-top: 8px; }

/* Blog */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.blog-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.blog-card-image {
    height: 180px;
    background: linear-gradient(135deg, var(--green-light), var(--blue-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.blog-card-body { padding: 24px; }
.blog-card h3 { color: var(--green-dark); margin-bottom: 8px; font-size: 1.1rem; }
.blog-card p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 16px; }

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.contact-card {
    background: white;
    padding: 32px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.contact-card .icon { font-size: 2.5rem; margin-bottom: 16px; }
.contact-card h3 { color: var(--green-dark); margin-bottom: 8px; }

/* Dealer map */
.dealer-list { display: grid; gap: 16px; }

.dealer-card {
    background: white;
    padding: 20px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.dealer-card h3 { color: var(--green-dark); font-size: 1rem; }
.dealer-card p { color: var(--text-light); font-size: 0.9rem; }

.map-placeholder {
    background: #e8f5e9;
    border-radius: var(--radius);
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    border: 2px dashed var(--green);
    color: var(--green-dark);
    font-weight: 600;
}

.pincode-search {
    display: flex;
    gap: 12px;
    max-width: 400px;
    margin: 0 auto 32px;
}

.pincode-search input { flex: 1; }

/* About */
.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.stat-box {
    background: white;
    padding: 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
}

.stat-box .num { font-size: 2rem; font-weight: 700; color: var(--green); }
.stat-box .lbl { font-size: 0.85rem; color: var(--text-light); }

.badge {
    display: inline-block;
    background: #e8f5e9;
    color: var(--green-dark);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 2px;
}

/* Footer */
.site-footer {
    background: var(--green-dark);
    color: white;
    padding: 48px 0 0;
    margin-top: 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    padding-bottom: 32px;
}

.footer-brand h3 { margin-bottom: 12px; }
.footer-brand p { opacity: 0.85; margin-bottom: 16px; }

.footer-links h4,
.footer-contact h4 { margin-bottom: 16px; font-size: 1rem; }

.footer-links a {
    display: block;
    color: rgba(255,255,255,0.85);
    padding: 4px 0;
    font-size: 0.9rem;
}

.footer-links a:hover { color: var(--yellow); }

.footer-contact p { opacity: 0.85; margin-bottom: 8px; font-size: 0.9rem; }
.footer-contact a { color: var(--yellow); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 20px 0;
    text-align: center;
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Mobile bar */
.mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    padding: 8px 0;
}

.mobile-bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px;
    color: var(--text);
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
}

.mobile-bar-item span { font-size: 1.3rem; }
.mobile-bar-item.whatsapp { color: #25d366; }
.mobile-bar-item.quote { color: var(--orange); }

.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.5);
    z-index: 999;
    transition: transform 0.2s;
}

.whatsapp-float:hover { transform: scale(1.1); color: white; }

/* CTA banner */
.cta-banner {
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: white;
    padding: 48px 0;
    text-align: center;
}

.cta-banner h2 { margin-bottom: 12px; }
.cta-banner p { margin-bottom: 24px; opacity: 0.95; }

/* Homepage extra sections */
.about-intro {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.intro-card {
    background: linear-gradient(135deg, #e8f5e9, #e3f2fd);
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    font-size: 64px;
    box-shadow: var(--shadow);
}

.intro-card span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--green-dark);
    margin-top: 12px;
}

.intro-card small {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 8px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.process-card {
    background: white;
    padding: 28px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    position: relative;
}

.process-num {
    width: 48px;
    height: 48px;
    background: var(--orange);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 auto 16px;
}

.process-card h3 {
    color: var(--green-dark);
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.process-card p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.coverage-section {
    background: var(--bg);
    color: var(--text);
}

.coverage-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.coverage-inner h2 { margin-bottom: 12px; }
.coverage-inner p { opacity: 0.9; margin-bottom: 12px; }

.states-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.state-tag {
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.coverage-map {
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    font-size: 80px;
    backdrop-filter: blur(4px);
}

.coverage-map span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 12px;
}

.dual-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.info-card {
    background: white;
    padding: 32px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.info-card .icon { font-size: 2.5rem; margin-bottom: 16px; }
.info-card h3 { color: var(--green-dark); margin-bottom: 12px; }
.info-card p { color: var(--text-light); margin-bottom: 20px; font-size: 0.95rem; }

.contact-strip {
    background: var(--blue);
    color: white;
    padding: 40px 0;
}

.contact-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.contact-strip h2 { margin-bottom: 8px; }
.contact-strip p { opacity: 0.9; }

.contact-strip-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ===== RESPONSIVE — ALL PAGES ===== */

/* Tablet */
@media (max-width: 1100px) {
    .product-grid,
    .why-grid,
    .testimonial-grid,
    .blog-grid,
    .contact-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile + Tablet nav */
@media (max-width: 992px) {
    .header-inner {
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-template-areas:
            "logo actions toggle"
            "nav nav nav";
        align-items: center;
    }

    .logo { grid-area: logo; }

    .header-actions {
        grid-area: actions;
        gap: 6px;
    }

    .nav-toggle {
        display: flex;
        grid-area: toggle;
    }

    .nav-toggle.open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .nav-toggle.open span:nth-child(2) { opacity: 0; }
    .nav-toggle.open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-toggle span {
        transition: transform 0.2s, opacity 0.2s;
    }

    .main-nav {
        grid-area: nav;
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        border-top: 1px solid var(--border);
        margin-top: 8px;
        padding: 8px 0 12px;
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .main-nav.open { display: flex; }

    .main-nav a {
        padding: 14px 12px;
        font-size: 1rem;
        border-radius: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .header-call { display: none; }

    .lang-btn {
        padding: 8px 10px;
        font-size: 0.8rem;
        min-height: 44px;
    }

    .section { padding: 44px 0; }

    .page-header { padding: 36px 0; }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-actions { justify-content: center; }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .trust-item .number { font-size: 1.6rem; }

    .about-stats,
    .about-intro,
    .coverage-inner {
        grid-template-columns: 1fr;
    }

    .dealer-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .dealer-card .btn {
        width: 100%;
        justify-content: center;
    }

    .map-placeholder {
        height: 260px;
        font-size: 0.9rem;
        padding: 16px;
        text-align: center;
    }

    .contact-strip-inner {
        flex-direction: column;
        text-align: center;
    }

    .contact-strip-actions {
        justify-content: center;
        width: 100%;
    }

    .mobile-bar { display: flex; }

    .product-detail-grid,
    .product-detail-blocks {
        grid-template-columns: 1fr;
    }

    .product-detail-actions {
        flex-direction: column;
    }

    .product-detail-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .whatsapp-float {
        bottom: 88px;
        right: 16px;
        width: 52px;
        height: 52px;
    }

    .cta-banner { padding: 40px 0; }

    .cta-banner .btn,
    .contact-strip-actions .btn {
        width: 100%;
        max-width: 320px;
    }
}

/* Small phones */
@media (max-width: 576px) {
    .container { padding: 0 14px; }

    body { font-size: 15px; }

    .logo-text strong { font-size: 1rem; }
    .logo-icon { width: 40px; height: 40px; font-size: 20px; }

    .section { padding: 36px 0; }

    .section-header { margin-bottom: 28px; }
    .section-header h2 { font-size: 1.35rem; }
    .section-header p { font-size: 0.9rem; }

    .page-header h1 { font-size: 1.4rem; }

    .product-grid,
    .why-grid,
    .testimonial-grid,
    .blog-grid,
    .contact-grid,
    .gallery-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .product-specs { grid-template-columns: 1fr; }

    .pincode-search {
        flex-direction: column;
        max-width: 100%;
    }

    .pincode-search .btn { width: 100%; }

    .form-section { padding: 0 4px; }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px; /* prevents iOS zoom */
        min-height: 48px;
    }

    .btn {
        min-height: 48px;
        padding: 12px 20px;
    }

    .btn-sm { min-height: 44px; }

    .trust-grid { grid-template-columns: 1fr 1fr; }

    .stat-box .num { font-size: 1.6rem; }

    .footer-grid { gap: 24px; }

    .mobile-bar-item {
        font-size: 0.7rem;
        padding: 6px 4px;
    }

    .hero h1 { font-size: 1.55rem; }
    .hero p { font-size: 1rem; }

    .dual-info-grid,
    .about-block {
        gap: 24px;
    }
}

/* Very small screens */
@media (max-width: 380px) {
    .lang-btn { padding: 8px; }
    .lang-btn { font-size: 0.75rem; }
    .hero-badges { justify-content: center; }
    .trust-grid { grid-template-columns: 1fr; }
}
