:root{--navy:#071f49;--blue:#1167dc;--blue2:#0b55bb;--yellow:#ffb914;--text:#102344;--muted:#60718d;--line:#dce5f0;--bg:#f6f9fd;--green:#19a95b;--orange:#ff9217}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}.container{width:min(1110px,calc(100% - 48px));margin:auto}.top-strip{height:38px;background:#f2f6fb;border-bottom:1px solid #e4ebf3;font-size:13px;font-weight:700;color:#173357}.top-inner{height:38px;display:flex;align-items:center;justify-content:space-between}.top-inner span{display:flex;align-items:center;gap:9px}.top-inner i{color:var(--yellow);font-size:14px}header{height:72px;background:#fff;border-bottom:1px solid #e6edf5;position:sticky;top:0;z-index:50}.nav{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:225px}.brand-mark{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;color:#1266db;font-size:30px}.brand-name strong{display:block;color:#0a5ecb;font-size:28px;line-height:24px;letter-spacing:1px}.brand-name small{display:block;color:#111;font-weight:900;font-size:14px;letter-spacing:.5px;margin-top:3px}.nav-links{display:flex;align-items:center;gap:32px;flex:1;justify-content:center}.nav-links a{color:#111;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:800;padding:27px 0;position:relative}.nav-links a:first-child:after{content:"";position:absolute;left:0;right:0;bottom:11px;height:3px;background:var(--yellow);border-radius:5px}.nav-actions{display:flex;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:7px;padding:12px 18px;text-decoration:none;font-weight:800;font-size:13px;cursor:pointer;border:1px solid transparent}.btn-outline{background:#fff;color:#0860d6;border-color:#1871e5}.btn-dark{background:#071f49;color:#fff}.btn-blue{background:#1269dd;color:#fff}.btn-yellow{background:var(--yellow);color:#08234e}.mobile-menu{display:none;border:0;background:none;font-size:22px;color:var(--navy)}
.hero{min-height:480px;position:relative;overflow:hidden;background:linear-gradient(90deg,#f7fbff 0%,#eef6ff 46%,#fff 100%);display:flex;align-items:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 33%,rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 100%);z-index:1;pointer-events:none}.hero-pump{position:absolute;right:0;top:0;width:69%;height:100%;background-image:url('../hero-pump.jpg');background-size:cover;background-position:center right;filter:saturate(1.02)}.hero-content{position:relative;z-index:3;padding:60px 0 55px}.welcome{font-family:"Brush Script MT",cursive;font-size:38px;color:#146bdc;margin-bottom:0}.hero h1{font-size:58px;line-height:.94;margin:0 0 14px;text-transform:uppercase;letter-spacing:1px;color:var(--navy);max-width:560px}.hero h1 small{display:block;font-size:52px}.hero-tag{font-size:15px;font-weight:800;color:#192a44;border-top:2px solid #e6a900;padding-top:9px;width:max-content;max-width:540px}.hero p{max-width:430px;font-size:14px;line-height:1.6;color:#25334a;margin:14px 0 20px}.hero-actions{display:flex;gap:18px}.hero-actions .btn{min-width:205px;padding:15px 18px}.price-card{position:absolute;z-index:4;right:7%;bottom:28px;width:380px;background:#fff;border-radius:13px;padding:20px 24px;box-shadow:0 14px 35px rgba(16,36,68,.16);border:1px solid #e2e9f2}.price-title{text-align:center;text-transform:uppercase;font-size:14px;font-weight:900;margin-bottom:16px;position:relative}.price-title:before,.price-title:after{content:"";display:inline-block;width:45px;height:2px;background:var(--yellow);vertical-align:middle;margin:0 10px}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.price-item{border:1px solid #e1e8f1;border-radius:9px;text-align:center;padding:17px 10px;box-shadow:0 3px 10px rgba(15,40,80,.06)}.price-item .icon{font-size:25px;display:block;margin-bottom:5px}.price-item.petrol .icon,.price-item.petrol .fuel{color:#13a654}.price-item.diesel .icon,.price-item.diesel .fuel{color:#1167dc}.fuel{font-weight:900;font-size:15px}.price{font-size:22px;font-weight:900;margin-top:8px;color:#111}.price small{font-size:10px;font-weight:700}.updated{text-align:center;color:#566b88;font-size:10px;margin-top:14px}
.section{padding:58px 0}.section-head{text-align:center;margin-bottom:28px}.eyebrow{color:#0c5fc9;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.section-head h2{font-size:31px;margin:7px 0 8px;color:var(--navy)}.section-head p{color:var(--muted);font-size:14px;margin:0}.services{background:#fff}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service{border:1px solid #e1e8f0;border-radius:9px;padding:22px 18px;background:#fff;box-shadow:0 5px 17px rgba(18,50,90,.07);min-height:135px}.service-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:27px;color:#fff;margin:0 auto 12px}.service:nth-child(1) .service-icon{background:#20b85b}.service:nth-child(2) .service-icon{background:#1167dc}.service:nth-child(3) .service-icon{background:#ffad16}.service:nth-child(4) .service-icon{background:#8543d6}.service h3{text-align:center;margin:0 0 6px;font-size:16px}.service p{text-align:center;color:#4d607b;font-size:11px;line-height:1.45;margin:0}.why{background:#f4f8fe;border-radius:16px;padding:28px;margin:0 auto 25px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.why-card{background:#fff;border:1px solid #e1e8f0;border-radius:9px;padding:17px;display:flex;gap:14px;align-items:center;min-height:100px}.why-icon{font-size:34px;color:#1769df}.why-card:nth-child(2) .why-icon{color:#19a95b}.why-card:nth-child(3) .why-icon{color:#ffad16}.why-card:nth-child(4) .why-icon{color:#8d46d8}.why-card strong{font-size:14px;display:block;margin-bottom:4px}.why-card span{font-size:11px;line-height:1.45;color:#52647e}
.cta{margin:0 auto 14px;background:#082f6e;border-radius:13px;overflow:hidden;color:#fff;display:flex;align-items:center;padding:0 34px;min-height:104px;position:relative}.cta:after{content:"";position:absolute;right:0;top:0;width:46%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08));}.cta-avatar{width:75px;height:75px;border-radius:50%;background:#eef5ff;display:grid;place-items:center;color:#1167dc;font-size:34px;flex:0 0 auto;margin-right:28px}.cta-title{font-size:19px;font-weight:800;line-height:1.25;flex:1}.cta-title b{color:#ffd21a}.cta-text{border-left:1px solid rgba(255,255,255,.3);padding-left:30px;margin-right:28px;font-size:14px;font-weight:700;line-height:1.5}.cta .btn{background:#fff;color:#0861ce;position:relative;z-index:2}
footer{background:#f5f8fc;border-top:1px solid #e0e7ef;padding:30px 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.4fr 1.1fr;gap:30px;padding-bottom:24px}.footer-brand .brand-name strong{font-size:24px}.footer p,.footer li,.footer a{font-size:11px;color:#3e506b;line-height:1.6}.footer h4{margin:4px 0 12px;font-size:13px;color:var(--navy)}.footer ul{list-style:none;padding:0;margin:0}.footer a{text-decoration:none}.footer-bottom{border-top:1px solid #dfe6ef;padding:12px 0;display:flex;justify-content:space-between;font-size:10px;color:#4d607b}
@media(max-width:1050px){.nav-links{gap:16px}.brand{min-width:195px}.nav-actions .btn{padding:10px 11px}.price-card{right:4%;width:350px}.hero h1{font-size:50px}.hero h1 small{font-size:45px}}
@media(max-width:820px){.top-strip{display:none}header{height:64px}.nav-links,.nav-actions{display:none}.mobile-menu{display:block;margin-left:auto}.hero{min-height:720px;align-items:flex-start}.hero-pump{width:100%;height:48%;top:auto;bottom:0;background-position:center}.hero:after{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 48%,rgba(255,255,255,.12) 76%,rgba(255,255,255,0) 100%)}.hero-content{padding:42px 0 0}.hero h1{font-size:45px}.hero h1 small{font-size:40px}.price-card{right:50%;transform:translateX(50%);bottom:25px;width:min(92%,380px)}.hero-actions{flex-wrap:wrap}.services-grid,.why-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{flex-wrap:wrap;padding:20px}.cta-text{border-left:0;padding-left:0;margin:12px 0;width:100%}}
@media(max-width:560px){.container{width:min(100% - 28px,1110px)}.brand-name strong{font-size:22px}.brand-name small{font-size:11px}.hero h1{font-size:39px}.hero h1 small{font-size:34px}.welcome{font-size:31px}.hero-actions .btn{width:100%}.price-grid{gap:8px}.services-grid,.why-grid,.footer-grid{grid-template-columns:1fr}.cta-avatar{margin-right:12px}.cta-title{font-size:16px}.footer-bottom{flex-direction:column;gap:5px}}
