@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--red:#b5121b;--red2:#8e0d15;--gold:#c9a45c;--ink:#151515;--muted:#667085;--paper:#fff;--soft:#f6f5f2;--line:#e8e6e1;--shadow:0 18px 55px rgba(20,20,20,.10)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit}
.container{width:min(1160px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-right:auto}
.brand img{width:150px;height:auto;display:block}
.brand span{font-size:12px;letter-spacing:.03em;color:#666;border-left:1px solid #ddd;padding-left:12px}
.brand b{color:var(--red)}
.nav{display:flex;align-items:center;gap:24px}
.nav a{text-decoration:none;font-weight:600;font-size:14px;color:#333;position:relative;padding:28px 0}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--red);transition:.25s}
.nav a:hover:after,.nav a.active:after{right:0}
.nav-call,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-weight:700;border-radius:999px;transition:.25s}
.nav-call{background:var(--red);color:white;padding:11px 18px;font-size:13px}
.nav-call:hover{background:var(--red2);transform:translateY(-2px)}
.menu-toggle{display:none;border:0;background:transparent;font-size:25px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#faf8f2 55%,#f3eeee 100%);padding:92px 0 84px}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 55%,rgba(181,18,27,.035) 100%);pointer-events:none}
.hero-glow{position:absolute;width:480px;height:480px;border-radius:50%;right:-140px;top:-180px;background:radial-gradient(circle,rgba(201,164,92,.18),transparent 65%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px}
.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--red);margin-bottom:13px}
.hero h1,.page-hero h1,h2{font-family:'Manrope',sans-serif}
.hero h1{font-size:clamp(42px,5.5vw,72px);line-height:1.03;letter-spacing:-.055em;max-width:760px}
.hero-copy>p{font-size:18px;color:var(--muted);max-width:650px;margin:22px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{padding:14px 22px;font-size:14px;border:1px solid transparent}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(181,18,27,.18)}
.btn-primary:hover{background:var(--red2);transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--ink);border-color:#ddd;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.btn-light:hover,.btn-outline:hover{transform:translateY(-2px);border-color:var(--gold)}
.btn-outline{background:transparent;border-color:#ccc;color:var(--ink)}
.full{width:100%;margin-top:10px}
.trust-row{display:flex;gap:34px;margin-top:42px}
.trust-row div{display:grid;gap:2px}
.trust-row strong{font-family:'Manrope';font-size:16px}
.trust-row span{font-size:12px;color:#7a7a7a}
.battery-art{min-height:430px;display:grid;place-items:center;position:relative}
.battery{position:relative;width:260px;height:340px;filter:drop-shadow(18px 25px 25px rgba(0,0,0,.17));transform:rotate(3deg)}
.battery-top{height:26px;display:flex;justify-content:space-around;padding:0 42px}
.battery-top span{width:36px;height:14px;background:#252525;border-radius:5px 5px 2px 2px}
.battery-body{height:310px;border-radius:22px;background:linear-gradient(135deg,#1c1c1c,#4a4a4a);border:7px solid #111;position:relative;overflow:hidden}
.battery-body:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.14),transparent 28%,transparent 72%,rgba(255,255,255,.06))}
.battery-label{position:absolute;left:24px;right:24px;top:78px;text-align:center;font-family:'Manrope';font-weight:800;font-size:33px;line-height:1;color:#fff;z-index:2}
.battery-label small{font-size:13px;letter-spacing:.25em;color:#ddd}
.battery-stripe{position:absolute;left:0;right:0;top:160px;height:60px;background:linear-gradient(90deg,var(--red),#d52b31,var(--red));z-index:2}
.battery-badge{position:absolute;z-index:3;bottom:24px;left:50%;transform:translateX(-50%);border:1px solid rgba(255,255,255,.35);padding:5px 14px;border-radius:999px;color:#fff;font-weight:800;font-size:12px}
.orbit{position:absolute;border:1px solid rgba(181,18,27,.18);border-radius:50%;width:420px;height:420px}
.orbit-2{width:500px;height:500px;border-color:rgba(201,164,92,.18)}
.hero-card{position:absolute;right:2%;bottom:18px;background:#fff;padding:16px 20px;border-radius:16px;box-shadow:var(--shadow);display:grid}
.hero-card span{font-family:'Manrope';font-size:28px;font-weight:800;color:var(--red);line-height:1}
.hero-card small{color:#777}
.section{padding:88px 0}
.light-section{background:var(--soft)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:34px}
.section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.04em}
.text-link{font-weight:800;color:var(--red);text-decoration:none;white-space:nowrap}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-card,.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;text-decoration:none;transition:.25s;box-shadow:0 5px 18px rgba(0,0,0,.025)}
.category-card:hover,.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#dfd6c4}
.category-card .icon,.product-icon{font-size:30px;display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:#f9efee;margin-bottom:20px}
.category-card h3{font-family:'Manrope';font-size:18px;margin-bottom:7px}
.category-card p,.product-card p{font-size:13px;color:var(--muted)}
.split-section{background:#171717;color:#fff}
.split-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:stretch}
.service-panel{padding:20px 20px 20px 0}
.service-panel h2{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.04em;max-width:650px}
.service-panel>p{color:#bbb;max-width:600px;margin:20px 0 28px}
.feature-list{display:grid;gap:17px}
.feature-list>div{display:flex;gap:13px;align-items:flex-start}
.feature-list>div>span{width:27px;height:27px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-weight:800}
.feature-list b,.feature-list small{display:block}
.feature-list small{color:#999;font-size:12px}
.contact-panel{background:linear-gradient(145deg,#fff,#f5f0e7);color:#151515;border-radius:25px;padding:34px;box-shadow:var(--shadow)}
.contact-panel h3{font-family:'Manrope';font-size:30px}
.contact-panel p{color:#666;margin:8px 0 12px}
.mini-address{font-size:12px;color:#777;margin-top:18px;line-height:1.5}
.cta-strip{background:linear-gradient(110deg,var(--red),#7f0b12);color:#fff;padding:48px 0}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:25px}
.cta-inner .eyebrow{color:#f1d89f}
.cta-inner h2{font-size:clamp(28px,4vw,43px);line-height:1.05}
.page-hero{padding:75px 0;background:linear-gradient(135deg,#faf8f2,#f4eeee);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(42px,6vw,64px);line-height:1.03;letter-spacing:-.05em;max-width:820px}
.page-hero p{max-width:680px;color:var(--muted);font-size:17px;margin-top:16px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{scroll-margin-top:110px}
.product-card h2{font-size:23px;line-height:1.15;margin:6px 0 9px}
.product-card .btn{margin-top:20px;width:100%}
.tag{font-size:10px;letter-spacing:.13em;color:var(--red);font-weight:800}
.about-grid,.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:start}
.about-copy h2,.contact-info h2{font-size:clamp(34px,4vw,53px);line-height:1.05;letter-spacing:-.045em}
.about-copy p{color:var(--muted);font-size:16px;max-width:700px;margin:18px 0}
.info-card{background:#171717;color:#fff;padding:35px;border-radius:24px}
.info-number{font-family:'Manrope';font-size:50px;font-weight:800;color:#e2c681}
.info-card h3{font-size:25px;margin:5px 0}
.info-card p{color:#bbb;margin:12px 0}
.info-card a{color:#fff;text-decoration:none}
.info-card hr{border:0;border-top:1px solid #333;margin:24px 0}
.pill-grid{display:flex;flex-wrap:wrap;gap:12px}
.pill-grid span{padding:13px 17px;background:#fff;border:1px solid var(--line);border-radius:999px;font-weight:700}
.contact-grid{grid-template-columns:1fr 1fr}
.contact-item{display:flex;gap:14px;margin:25px 0}
.contact-item>span{width:42px;height:42px;border-radius:13px;background:#f9efee;display:grid;place-items:center}
.contact-item b{font-family:'Manrope'}
.contact-item p{color:var(--muted);margin-top:2px}
.contact-item a{text-decoration:none;color:var(--red);font-weight:700}
.map-card{min-height:390px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#e8e5dd,#c8c4bb);display:grid;place-items:center;padding:30px;position:relative}
.map-card:before,.map-card:after{content:"";position:absolute;border:1px solid rgba(80,80,80,.18);border-radius:50%;width:420px;height:420px}
.map-card:after{width:240px;height:240px}
.map-placeholder{position:relative;z-index:2;background:rgba(255,255,255,.94);padding:30px;border-radius:20px;text-align:center;box-shadow:var(--shadow)}
.map-pin{font-size:40px}.map-placeholder h3{font-family:'Manrope';font-size:25px}.map-placeholder p{color:#777;margin:5px 0 20px}
.footer{background:#111;color:#aaa;padding-top:55px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .9fr;gap:35px;padding-bottom:45px}
.footer-logo{width:150px;margin-bottom:14px}
.footer p{font-size:13px;line-height:1.7}
.footer h4{color:#fff;margin-bottom:13px}
.footer a{display:block;text-decoration:none;color:#aaa;margin:7px 0;font-size:13px}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #272727;padding:17px 0;font-size:11px}
.floating-wa{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#18a85a;color:#fff;display:grid;place-items:center;text-decoration:none;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.25);z-index:60}
@media(max-width:900px){.nav{display:none}.menu-toggle{display:block;order:3}.nav-call{margin-left:auto}.nav-wrap.menu-open .nav{display:flex;position:absolute;left:0;right:0;top:78px;background:#fff;border-bottom:1px solid var(--line);padding:15px 4%;flex-direction:column;align-items:stretch;gap:0}.nav-wrap.menu-open .nav a{padding:12px}.nav-wrap.menu-open .nav a:after{bottom:5px}.hero-grid,.split-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.battery-art{min-height:380px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.brand span{display:none}.nav-call{font-size:12px;padding:9px 13px}.hero{padding:65px 0}.hero h1{font-size:42px}.trust-row{gap:16px;flex-wrap:wrap}.battery{transform:scale(.82) rotate(3deg)}.hero-card{right:0}.section{padding:62px 0}.section-head,.cta-inner{align-items:flex-start;flex-direction:column}.category-grid,.product-grid{grid-template-columns:1fr}.page-hero{padding:55px 0}.page-hero h1{font-size:42px}.contact-grid{gap:28px}.footer-grid{grid-template-columns:1fr}.footer{padding-top:42px}}


/* Real Exide battery images on the homepage */
.real-battery-products { display:flex; gap:16px; align-items:stretch; }
.real-battery-products .hero-product-card { display:flex; flex-direction:column; justify-content:flex-start; background:#fff; border:1px solid #e7e1dc; border-radius:22px; padding:12px; text-decoration:none; color:inherit; overflow:hidden; box-shadow:0 12px 28px rgba(0,0,0,.06); min-width:0; }
.real-battery-products .hero-product-card.featured { transform:translateY(-12px); border-color:#e4c37c; }
.real-battery-products .hero-product-image.real-image { height:190px; background:#fff; border-radius:15px; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.real-battery-products .hero-product-image.real-image img { width:100%; height:100%; object-fit:contain; display:block; }
.real-battery-products strong { margin:12px 4px 4px; font-size:15px; }
.real-battery-products small { margin:0 4px 4px; opacity:.7; }
@media (max-width:900px) { .real-battery-products { flex-wrap:wrap; } .real-battery-products .hero-product-card { flex:1 1 30%; } }
@media (max-width:650px) { .real-battery-products .hero-product-card { flex:1 1 100%; } .real-battery-products .hero-product-card.featured { transform:none; } }
