
:root{--navy:#0d2348;--navy2:#102d5c;--red:#f21c1c;--red2:#d61111;--teal:#119b95;--green:#16a34a;--bg:#f3f6fb;--ink:#102142;--muted:#687992;--line:#dfe6f0;--white:#fff;--shadow:0 18px 42px rgba(13,35,72,.08);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 30px));margin:auto}.section{padding:60px 0}.section-sm{padding:38px 0}.section-head{text-align:center;max-width:820px;margin:0 auto 30px}.section-head .eyebrow,.eyebrow{display:inline-flex;gap:7px;align-items:center;background:#fff5f5;border:1px solid #ffd0d0;color:var(--red);padding:8px 13px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.section-head h2{font-size:40px;line-height:1.1;margin:13px 0 10px;color:var(--navy);font-weight:900}.section-head h2 span{color:var(--red)}.section-head p{color:var(--muted);font-size:15px;line-height:1.75;margin:0}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
/* Header */
.topbar{background:var(--navy);color:#fff}.topbar .container{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;min-height:46px;padding:8px 0}.topbar-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.topbar-item i{color:#ff6262}.brandbar{background:#fff}.brand-row{display:grid;grid-template-columns:minmax(320px,1fr) auto auto;gap:18px;align-items:center;padding:16px 0}.brand{display:flex;align-items:center;gap:13px;min-width:0}.brand-logo{width:68px;height:68px;border-radius:17px;overflow:hidden;box-shadow:0 11px 25px rgba(215,14,14,.2);flex:0 0 68px;background:#ed1111}.brand-logo img{width:100%;height:100%;object-fit:cover}.brand-copy strong{display:block;color:var(--navy);font-size:25px;font-weight:900;line-height:1.05}.brand-copy b{display:block;color:var(--red);font-size:12px;margin-top:5px;text-transform:uppercase}.brand-note{margin-top:7px;color:var(--muted);font-size:10px;font-weight:700}.brand-note i{color:#18a36d}.promo{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:16px;padding:10px 14px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 7px 20px rgba(13,35,72,.05)}.promo-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;overflow:hidden;flex:0 0 44px}.promo-icon img{width:100%;height:100%;object-fit:contain}.promo small,.call-box small{display:block;font-size:8px;color:#7d8ca3;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.promo strong{display:block;color:var(--navy);font-size:14px;font-weight:900;margin-top:3px;white-space:nowrap}.promo strong span{color:var(--red)}.call-box{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;padding:10px 14px;border-radius:14px;box-shadow:0 10px 22px rgba(215,14,14,.2);white-space:nowrap}.call-box i{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.15);display:grid;place-items:center}.call-box small{color:#ffd7d7}.call-box strong{display:block;font-size:14px;margin-top:3px}.navbar{background:var(--red);position:relative;z-index:50}.nav-inner{display:flex;justify-content:center;align-items:center}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:23px;padding:12px 0;cursor:pointer}.nav-list{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}.nav-list>li{position:relative}.nav-list>li>a{display:block;padding:14px 14px;color:#fff;font-size:12.5px;font-weight:800}.nav-list>li>a:hover,.nav-list>li>a.active{background:rgba(255,255,255,.13)}.nav-list .dropdown{position:absolute;left:0;top:100%;min-width:220px;display:none;background:#fff;border-radius:0 0 12px 12px;padding:8px;box-shadow:0 16px 34px rgba(0,0,0,.15);list-style:none}.nav-list li:hover>.dropdown{display:block}.dropdown a{display:block;padding:10px 12px;color:var(--ink);font-size:12px;font-weight:700;border-radius:8px}.dropdown a:hover{background:#fff2f2;color:var(--red)}
/* Hero */
.hero{padding:28px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .78fr .72fr;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden;min-height:520px}.hero-copy{padding:54px 34px 38px}.hero h1{margin:17px 0 14px;font-size:42px;line-height:1.06;color:var(--navy);font-weight:900;letter-spacing:-.03em}.hero h1 span{color:var(--red)}.hero-copy>p{font-size:15px;line-height:1.8;color:var(--muted);margin:0;max-width:600px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:20px}.btn-main{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;padding:12px 16px;font-size:13px;font-weight:900}.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 20px rgba(242,28,28,.18)}.btn-white{background:#fff;color:var(--navy);border:1px solid var(--line)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px}.stat{border:1px solid var(--line);border-radius:13px;padding:14px 8px;text-align:center}.stat i{color:var(--red);font-size:15px}.stat strong{display:block;color:var(--red);font-size:17px;margin-top:5px}.stat span{display:block;color:var(--muted);font-size:9px;line-height:1.35;margin-top:3px}.network{padding:34px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid #edf1f6}.network h3{margin:0 0 14px;color:var(--navy);font-size:18px}.network img{border-radius:15px;border:1px solid var(--line);background:#fff;padding:8px}.network small{margin-top:12px;color:#4d5e77;font-size:11px;font-weight:700}.quick-enquiry{background:linear-gradient(180deg,#129f99,#0f8b86);padding:28px 18px;color:#fff;display:flex;flex-direction:column}.quick-enquiry h3{font-size:23px;margin:6px 0 5px;text-align:center}.quick-enquiry p{text-align:center;color:#def7f4;font-size:11px;margin:0 0 14px}.quick-enquiry iframe{width:100%;height:420px;border:0;border-radius:13px;background:#fff;flex:1}.quick-enquiry .pickup{text-align:center;font-size:11px;font-weight:800;padding-top:10px;border-top:1px dashed rgba(255,255,255,.25);margin-top:10px}
/* Components */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{padding:24px}.icon-box{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#fff1f1;color:var(--red);font-size:20px;margin-bottom:15px}.service-card h3{margin:0 0 9px;color:var(--navy);font-size:17px}.service-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.service-list{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:8px}.service-list li{font-size:12px;color:#52627a;display:flex;gap:8px}.service-list i{color:var(--red);margin-top:3px}.process{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.process-step{padding:20px 12px;text-align:center}.process-step .num{width:42px;height:42px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:900}.process-step strong{display:block;font-size:12px;color:var(--navy);margin-bottom:6px}.process-step p{margin:0;color:var(--muted);font-size:10.5px;line-height:1.45}.brand-cloud{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.chip{padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:800;color:#3e4d64}.testimonial{padding:24px}.testimonial p{font-size:13px;color:#53637b;line-height:1.7;margin:0 0 15px}.testimonial strong{color:var(--navy)}.stars{color:#f4b400;font-size:13px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.content-card{padding:28px}.content-card h2,.content-card h3{color:var(--navy);margin:0 0 12px}.content-card p{color:var(--muted);line-height:1.8;font-size:14px}.check-list{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:10px}.check-list li{display:flex;gap:10px;line-height:1.55;font-size:13px;color:#4f6079}.check-list i{color:var(--green);margin-top:3px}.cta-band{background:linear-gradient(135deg,var(--navy),#163c78);border-radius:24px;padding:28px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:18px}.cta-band h3{margin:0 0 5px;font-size:24px}.cta-band p{margin:0;color:#dae5f8}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.cta-actions a{padding:12px 16px;border-radius:11px;font-weight:900;font-size:13px}.cta-actions .white{background:#fff;color:var(--navy)}.cta-actions .outline{border:1px solid rgba(255,255,255,.32);color:#fff}
/* Branch cards */
.branch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.branch-card{padding:22px;scroll-margin-top:110px}.branch-head{display:flex;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid #edf1f6}.branch-head .pin{width:46px;height:46px;border-radius:14px;background:#fff1f1;color:var(--red);display:grid;place-items:center;font-size:18px}.branch-head h3{margin:0;color:var(--navy);font-size:22px}.branch-head small{color:var(--muted);font-size:11px;font-weight:700}.details{display:grid;gap:11px;padding:15px 0}.detail{display:grid;grid-template-columns:36px 1fr;gap:10px}.detail i{width:36px;height:36px;border-radius:11px;background:#f7f9fd;color:var(--red);display:grid;place-items:center}.detail b{display:block;font-size:10px;text-transform:uppercase;color:var(--navy);letter-spacing:.06em;margin-bottom:3px}.detail p,.detail a{margin:0;color:#4f6079;line-height:1.55;font-size:12.5px}.branch-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.branch-actions a{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 7px;border-radius:10px;font-size:11px;font-weight:900;border:1px solid var(--line)}.branch-actions .call{background:var(--red);border-color:var(--red);color:#fff}.branch-actions .wa{background:var(--green);border-color:var(--green);color:#fff}.branch-actions .light{background:#fff;color:var(--navy)}
/* Footer */
.branch-strip{padding:42px 0 64px}.branch-mini-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.branch-mini{display:grid;grid-template-columns:38px 1fr 13px;align-items:center;gap:8px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:14px}.branch-mini .pin{width:38px;height:38px;border-radius:12px;background:#fff2f2;color:var(--red);display:grid;place-items:center}.branch-mini strong{display:block;color:var(--navy);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branch-mini small{display:block;color:var(--muted);font-size:8.5px;margin-top:2px}.branch-mini>i{color:#9aa7b9}.footer{background:linear-gradient(135deg,#07162f,#102b59);color:#fff}.footer-cta{transform:translateY(-28px);display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,var(--red),var(--red2));padding:20px 22px;border-radius:18px;box-shadow:0 18px 36px rgba(215,14,14,.25)}.footer-cta-copy{display:flex;align-items:center;gap:13px}.footer-cta-icon{width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:20px}.footer-cta h3{margin:0 0 4px;font-size:20px}.footer-cta p{margin:0;color:#ffe3e3;font-size:12px}.footer-cta-actions{display:flex;gap:9px}.footer-cta-actions a{padding:11px 15px;border-radius:10px;font-size:12px;font-weight:900}.footer-cta-actions .white{background:#fff;color:var(--navy)}.footer-cta-actions .outline{border:1px solid rgba(255,255,255,.3);color:#fff}.footer-grid{display:grid;grid-template-columns:1.08fr .9fr 1.12fr;gap:16px;padding:0 0 18px}.footer-card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);border-radius:18px;padding:22px}.footer-card h4{font-size:17px;margin:0 0 15px;padding-bottom:10px;position:relative}.footer-card h4:after{content:'';position:absolute;left:0;bottom:0;width:30px;height:3px;background:var(--red);border-radius:999px}.footer-brand{display:flex;gap:12px;align-items:center;margin-bottom:14px}.footer-logo{width:70px;height:70px;border-radius:15px;overflow:hidden;flex:0 0 70px}.footer-logo img{width:100%;height:100%;object-fit:cover}.footer-brand strong{font-size:18px}.footer-brand span{display:block;color:#ff5a5a;font-size:11px;font-weight:800;margin-top:3px;text-transform:uppercase}.footer-card p{color:#d6e1ef;font-size:12px;line-height:1.8;margin:0}.footer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:15px}.footer-stat{text-align:center;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:9px 5px}.footer-stat strong{display:block;font-size:10px}.footer-stat span{font-size:8.5px;color:#c2cee0}.footer-detail{display:grid;gap:11px}.footer-detail .row{display:grid;grid-template-columns:35px 1fr;gap:9px}.footer-detail i{width:35px;height:35px;border-radius:10px;background:rgba(255,255,255,.07);display:grid;place-items:center;color:#ff6262}.footer-detail b{display:block;font-size:9px;text-transform:uppercase;margin-bottom:3px}.footer-detail p,.footer-detail a{color:#d7e1ef;font-size:11px;line-height:1.6}.social-icons{display:flex;gap:8px;margin:12px 0 14px}.social-icons a{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.07);display:grid;place-items:center}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-box{background:#fff;border-radius:12px;padding:9px;color:var(--navy);min-height:155px;display:flex;flex-direction:column;justify-content:space-between}.review-box iframe{width:100%;height:92px;border:0}.review-box .google-g{font-size:66px;font-weight:900;text-align:center;color:#4285f4;line-height:1}.review-box a.btn-review{background:var(--red);color:#fff;text-align:center;border-radius:8px;padding:8px 6px;font-size:9.5px;font-weight:900}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:15px 0 20px;display:flex;justify-content:space-between;gap:12px;color:#becadb;font-size:10.5px}.footer-bottom b{color:#fff}.footer-bottom span{color:#ff3a3a;font-weight:900}.whatsapp-float{position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:50%;background:#20b759;color:#fff;display:grid;place-items:center;font-size:29px;box-shadow:0 12px 24px rgba(32,183,89,.3);z-index:1000}
/* Inner page */
.page-hero{padding:36px 0}.page-hero .inner{background:linear-gradient(135deg,#0d2348,#17417e);color:#fff;border-radius:28px;padding:42px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.page-hero h1{font-size:40px;line-height:1.05;margin:12px 0 10px}.page-hero p{margin:0;color:#dbe6f7;line-height:1.75;max-width:740px}.page-hero .hero-icon{width:120px;height:120px;border-radius:26px;background:rgba(255,255,255,.09);display:grid;place-items:center;font-size:52px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-card{padding:22px}.info-card h3{margin:0 0 8px;color:var(--navy);font-size:17px}.info-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.table-wrap{overflow:auto}.simple-table{width:100%;border-collapse:collapse;background:#fff}.simple-table th,.simple-table td{padding:13px;border:1px solid var(--line);text-align:left;font-size:12px}.simple-table th{background:#f7f9fd;color:var(--navy)}
@media(max-width:1080px){.brand-row{grid-template-columns:1fr auto}.promo{grid-column:1/-1}.hero-grid{grid-template-columns:1fr 1fr}.quick-enquiry{grid-column:1/-1}.quick-enquiry iframe{height:500px}.grid-4{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(3,1fr)}.branch-mini-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-card:last-child{grid-column:1/-1}.info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.topbar .container{justify-content:flex-start;gap:9px 18px}.brand-row{grid-template-columns:1fr}.call-box{justify-self:stretch}.nav-inner{justify-content:flex-start;position:relative}.nav-toggle{display:block}.nav-list{display:none;position:absolute;top:100%;left:0;right:0;background:var(--red);flex-direction:column;align-items:stretch;padding:7px 14px 14px}.nav-list.open{display:flex}.nav-list>li>a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.13)}.nav-list .dropdown{position:static;display:none;background:#d81515;box-shadow:none;padding:5px}.nav-list li.open>.dropdown{display:block}.dropdown a{color:#fff}.hero-grid{grid-template-columns:1fr}.network{border-left:0;border-top:1px solid #edf1f6}.grid-3,.grid-4,.two-col,.branch-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.branch-actions{grid-template-columns:repeat(2,1fr)}.branch-mini-grid{grid-template-columns:repeat(2,1fr)}.footer-cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.footer-card:last-child{grid-column:auto}.page-hero .inner{grid-template-columns:1fr}.page-hero .hero-icon{display:none}.info-grid{grid-template-columns:1fr}}
@media(max-width:540px){.container{width:min(100% - 18px,1180px)}.brand-logo{width:58px;height:58px;flex-basis:58px}.brand-copy strong{font-size:20px}.brand-copy b{font-size:10.5px}.promo strong{white-space:normal}.hero-copy{padding:30px 20px}.hero h1{font-size:32px}.stats{grid-template-columns:repeat(2,1fr)}.section{padding:45px 0}.section-head h2{font-size:30px}.process{grid-template-columns:1fr}.branch-mini-grid{grid-template-columns:1fr}.footer-cta-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.page-hero .inner{padding:28px 22px}.page-hero h1{font-size:31px}.cta-band{flex-direction:column;align-items:flex-start}}
