
:root{--blue:#0b376d;--blue2:#eaf5ff;--accent:#f6a713;--text:#0f172a;--muted:#64748b;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f8fbff;color:var(--text)}
a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:auto}
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e6edf5}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px;color:var(--blue)}
.brand img{height:48px;width:48px;object-fit:contain}.menu{display:flex;gap:24px;font-weight:700;color:#334155}.menu a:hover{color:var(--accent)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;padding:14px 22px;font-weight:900;cursor:pointer;background:var(--accent);color:#111;box-shadow:0 10px 22px rgba(246,167,19,.28)}
.btn.blue{background:var(--blue);color:white}.hero{padding:62px 0 40px;background:linear-gradient(135deg,#f7fbff,#eaf5ff)}
.heroGrid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.badge{display:inline-flex;background:white;border:1px solid #dbeafe;color:var(--blue);padding:8px 14px;border-radius:999px;font-weight:800}
h1{font-size:50px;line-height:1.04;margin:18px 0 12px;color:#071b36}.hero p{font-size:20px;color:#475569;line-height:1.55}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.heroCard{background:white;border-radius:30px;padding:16px;box-shadow:0 24px 60px rgba(11,55,109,.16)}.heroCard img{width:100%;border-radius:24px;display:block}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.stat{background:white;border:1px solid #e2e8f0;border-radius:18px;padding:16px;text-align:center}.stat b{display:block;color:var(--blue);font-size:24px}
.section{padding:64px 0}.title{text-align:center;margin-bottom:28px}.title h2{font-size:36px;margin:0 0 8px;color:#071b36}.title p{color:var(--muted);margin:0;font-size:17px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid #e6edf5;border-radius:24px;padding:24px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.icon{width:52px;height:52px;border-radius:16px;background:var(--blue2);display:grid;place-items:center;font-size:26px;margin-bottom:12px}.card h3{margin:0 0 8px}.card p{color:var(--muted);line-height:1.5}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{position:relative;background:var(--blue);color:white;border-radius:26px;padding:28px}.step span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--accent);color:#111;font-weight:900}.step p{color:#dbeafe}
.formWrap{background:white;border-radius:30px;padding:26px;box-shadow:0 20px 60px rgba(11,55,109,.12);border:1px solid #e6edf5}.formGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.fieldset{border:1px solid #e6edf5;border-radius:24px;padding:20px;background:#fbfdff}.fieldset h3{margin:0 0 16px;color:var(--blue)}
.input{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:13px 14px;font-size:15px;background:white}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{margin-bottom:12px}.field label{display:block;margin-bottom:6px;font-weight:800;color:#334155}.radioGroup{display:flex;gap:10px;flex-wrap:wrap}.pill{padding:10px 14px;border:1px solid #cbd5e1;border-radius:999px;background:white;cursor:pointer}.pill input{margin-right:6px}
.preview{font-size:12px;color:var(--muted);margin-top:5px}.success,.error{padding:14px;border-radius:16px;margin-bottom:18px;font-weight:800}.success{background:#e8fff1;color:#166534}.error{background:#fff0f0;color:#991b1b}
.footer{background:#071b36;color:white;padding:34px 0}.foot{display:flex;justify-content:space-between;gap:20px;align-items:center}.foot p{color:#cbd5e1}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25d366;color:white;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:28px;box-shadow:0 14px 30px rgba(0,0,0,.22);z-index:99}
@media(max-width:820px){.menu{display:none}.nav{height:64px}.brand{font-size:20px}.brand img{height:42px;width:42px}.hero{padding:28px 0}.heroGrid,.formGrid,.steps,.cards{grid-template-columns:1fr}.heroGrid{gap:18px}h1{font-size:32px}.hero p{font-size:16px}.stats{grid-template-columns:1fr 1fr}.section{padding:42px 0}.title h2{font-size:28px}.formWrap{padding:14px;border-radius:22px}.fieldset{padding:16px}.row{grid-template-columns:1fr}.btn{width:100%;padding:15px}.foot{display:block}.heroActions{display:grid}.heroCard{border-radius:22px;padding:8px}}

.searchBox{background:white;border-radius:26px;padding:18px;box-shadow:0 20px 50px rgba(11,55,109,.12);display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;border:1px solid #e6edf5}
.storageGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.locationCard{background:white;border:1px solid #e6edf5;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.locationImg{height:170px;background:linear-gradient(135deg,#dbeafe,#fff);display:grid;place-items:center;font-size:64px}
.locationBody{padding:18px}.price{font-size:24px;font-weight:900;color:var(--blue)}.small{color:var(--muted);font-size:14px}
.bookingPanel{position:fixed;inset:0;background:rgba(7,27,54,.55);z-index:999;display:none;align-items:end}
.bookingSheet{background:white;width:100%;max-width:560px;margin:auto auto 0;border-radius:28px 28px 0 0;padding:22px;max-height:92vh;overflow:auto}
.closeBtn{float:right;background:#eef2ff;border:0;border-radius:12px;padding:8px 12px;font-weight:900}
@media(max-width:820px){.searchBox{grid-template-columns:1fr}.storageGrid{grid-template-columns:1fr}.locationImg{height:135px}.bookingSheet{border-radius:24px 24px 0 0}}

/* V4 Mobile App Like Experience */
.mobileBottomNav,.mobileTopApp,.installBar{display:none}
@media(max-width:820px){
body{background:#f6f9ff;padding-bottom:78px}
.header{display:none}
.mobileTopApp{display:flex;position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);height:64px;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e6edf5}
.mobileTopApp .mBrand{display:flex;align-items:center;gap:8px;font-weight:900;color:#0b376d;font-size:18px}
.mobileTopApp img{height:38px;width:38px;object-fit:contain}
.mIconBtn{width:40px;height:40px;border:0;border-radius:14px;background:#eaf5ff;color:#0b376d;font-size:20px;font-weight:900}
.hero{padding-top:18px;border-radius:0 0 32px 32px}
.heroGrid{display:block}
.heroCard{margin-top:18px;box-shadow:0 18px 38px rgba(11,55,109,.12)}
.badge{font-size:12px;padding:7px 12px}
h1{font-size:28px;letter-spacing:-.5px}
.hero p{font-size:15px}
.stats{grid-template-columns:repeat(3,1fr);gap:8px}
.stat{padding:12px 8px;border-radius:18px}.stat b{font-size:19px}.stat small{font-size:11px}
.section{padding:34px 0}.cards{gap:12px}.card{border-radius:22px;padding:18px}
.searchBox{position:relative;border-radius:24px;margin-top:-4px;padding:14px}
.storageGrid{gap:14px}.locationCard{border-radius:24px}.locationBody h3{font-size:18px;margin:0 0 6px}
.locationImg{height:118px;font-size:52px}
.formWrap{box-shadow:0 12px 30px rgba(11,55,109,.10)}
.fieldset{margin-bottom:12px}
.mobileBottomNav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:10px;right:10px;bottom:10px;z-index:300;background:white;border:1px solid #e6edf5;border-radius:24px;box-shadow:0 16px 40px rgba(7,27,54,.18);padding:8px}
.mobileBottomNav a{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px;font-weight:900;color:#64748b;padding:7px 2px;border-radius:16px}
.mobileBottomNav a span{font-size:21px}.mobileBottomNav a.active,.mobileBottomNav a:hover{background:#eaf5ff;color:#0b376d}
.installBar{display:flex;position:fixed;left:12px;right:12px;bottom:84px;background:#071b36;color:white;border-radius:18px;padding:12px;z-index:250;align-items:center;justify-content:space-between;box-shadow:0 14px 30px rgba(0,0,0,.22)}
.installBar b{font-size:14px}.installBar small{display:block;color:#cbd5e1}
.installBar button{border:0;border-radius:12px;padding:9px 12px;background:#f6a713;font-weight:900}
.whatsapp{bottom:88px;width:52px;height:52px;font-size:24px}
.bookingPanel{align-items:flex-end}.bookingSheet{border-radius:28px 28px 0 0}
}

/* V5 Beautiful Mobile UI */
@media(max-width:820px){
body{background:linear-gradient(180deg,#eef7ff 0%,#f8fbff 44%,#ffffff 100%);padding-bottom:92px}
.container{width:92%}
.mobileTopApp{height:68px;border-radius:0 0 22px 22px;box-shadow:0 12px 28px rgba(11,55,109,.08)}
.mobileTopApp .mBrand{font-size:19px;letter-spacing:.2px}
.mobileTopApp img{height:42px;width:42px;border-radius:14px;background:white;box-shadow:0 8px 18px rgba(11,55,109,.12)}
.mIconBtn{background:linear-gradient(135deg,#eaf5ff,#fff);box-shadow:inset 0 0 0 1px #dbeafe}
.hero{background:radial-gradient(circle at top right,#dff0ff 0,#f8fbff 38%,#ffffff 100%);padding:22px 0 30px}
.badge{background:#ffffff;border:1px solid #dbeafe;box-shadow:0 8px 20px rgba(11,55,109,.08)}
h1{font-size:30px;line-height:1.12;margin-top:14px}
.hero p{color:#475569;line-height:1.55}
.heroActions{grid-template-columns:1fr 1fr;gap:10px}
.heroActions .btn{border-radius:18px;font-size:13px;padding:14px 10px}
.heroCard{padding:7px;border-radius:28px;background:linear-gradient(145deg,#ffffff,#eef7ff)}
.heroCard img{border-radius:23px}
.stats{margin-top:14px}
.stat{background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid #e4f0ff;box-shadow:0 10px 24px rgba(11,55,109,.07)}
.title{text-align:left;margin-bottom:18px}
.title h2{font-size:25px;line-height:1.15}
.title p{font-size:14px}
.card{background:rgba(255,255,255,.92);border:1px solid #e6f0fb;box-shadow:0 14px 32px rgba(11,55,109,.08)}
.icon{background:linear-gradient(135deg,#eaf5ff,#fff4da);box-shadow:inset 0 0 0 1px #e3efff}
.searchBox{background:linear-gradient(145deg,#ffffff,#f3f9ff);border:1px solid #dbeafe;box-shadow:0 16px 38px rgba(11,55,109,.12)}
.input{border-radius:16px;background:#fff;border-color:#d8e5f3}
.locationCard{background:#fff;border:1px solid #e1ecf8;box-shadow:0 16px 36px rgba(11,55,109,.10);transform:translateZ(0)}
.locationImg{height:130px;background:linear-gradient(135deg,#eaf5ff,#fff7e6);position:relative;overflow:hidden}
.locationImg:before{content:"";position:absolute;right:-35px;top:-40px;width:120px;height:120px;border-radius:50%;background:rgba(246,167,19,.18)}
.locationImg:after{content:"Verified Storage";position:absolute;left:12px;bottom:12px;background:#0b376d;color:white;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900}
.locationBody{padding:16px}
.price{font-size:22px}
.btn{border-radius:18px;box-shadow:0 12px 24px rgba(246,167,19,.20)}
.btn.blue{box-shadow:0 12px 24px rgba(11,55,109,.18)}
.formWrap{background:linear-gradient(145deg,#ffffff,#f8fbff);border:1px solid #e1ecf8}
.fieldset{border-radius:22px;background:#ffffff;box-shadow:0 10px 22px rgba(11,55,109,.05)}
.fieldset h3{font-size:18px}
.pill{border-radius:14px;background:#f8fbff}
.mobileBottomNav{left:12px;right:12px;bottom:12px;border-radius:28px;padding:9px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}
.mobileBottomNav a{border-radius:20px;font-size:10.5px}
.mobileBottomNav a span{font-size:22px}
.mobileBottomNav a.active{background:linear-gradient(135deg,#0b376d,#155aa8);color:white}
.installBar{border-radius:22px;background:linear-gradient(135deg,#071b36,#0b376d)}
.bookingSheet{border-radius:32px 32px 0 0;padding:20px;background:linear-gradient(180deg,#ffffff,#f8fbff)}
.closeBtn{border-radius:14px}
.whatsapp{box-shadow:0 14px 32px rgba(37,211,102,.32)}
}

/* V6 Bug Fix + Premium Footer */
.footer{
  background:linear-gradient(135deg,#071b36,#0b376d);
  color:white;
  padding:46px 0 22px;
  border-radius:34px 34px 0 0;
  margin-top:20px;
}
.footerGrid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px;align-items:start}
.footerLogo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:900}
.footerLogo img{width:52px;height:52px;object-fit:contain;background:white;border-radius:16px;padding:4px}
.footer h3{margin:0 0 12px;font-size:18px}
.footer p,.footer a{color:#dbeafe;line-height:1.7;font-weight:600}
.footer a{display:block;margin:7px 0}
.footerBottom{border-top:1px solid rgba(255,255,255,.16);margin-top:26px;padding-top:16px;text-align:center;color:#cbd5e1;font-size:14px}
.socialBtns{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.socialBtns a{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:white;font-size:18px}
img{max-width:100%}
button,input,select,textarea{font-family:inherit}
textarea{resize:vertical}
.bookingPanel{padding:0}
.installBar{display:none}
@media(min-width:821px){.mobileTopApp,.mobileBottomNav,.installBar{display:none!important}}
@media(max-width:820px){
  .footer{padding:34px 0 100px;border-radius:28px 28px 0 0}
  .footerGrid{grid-template-columns:1fr;gap:18px}
  .footerLogo{font-size:22px}
  .footer p,.footer a{font-size:14px}
}

/* V7 Near Me + Map + Live Booking */
.nearMeHero{
  background:linear-gradient(135deg,#071b36,#0b376d);
  color:#fff;
  border-radius:30px;
  padding:24px;
  margin-bottom:22px;
  box-shadow:0 20px 50px rgba(7,27,54,.18);
}
.nearMeHero h2{margin:0 0 8px;font-size:32px;color:#fff}
.nearMeHero p{color:#dbeafe;margin:0 0 16px}
.nearActions{display:flex;gap:12px;flex-wrap:wrap}
.mapBox{
  height:360px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid #dbeafe;
  box-shadow:0 16px 40px rgba(11,55,109,.12);
  background:#eaf5ff;
  margin:18px 0;
}
.mapBox iframe{width:100%;height:100%;border:0}
.distanceBadge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf5ff;
  color:#0b376d;
  font-weight:900;
  font-size:12px;
  margin-bottom:8px;
}
.liveDot{
  width:9px;height:9px;background:#22c55e;border-radius:50%;
  display:inline-block;margin-right:6px;box-shadow:0 0 0 5px rgba(34,197,94,.12)
}
.receiptBox{
  display:none;background:#fff;border:1px solid #dbeafe;border-radius:24px;padding:18px;
  margin-top:16px;box-shadow:0 16px 40px rgba(11,55,109,.10)
}
.receiptCode{font-size:28px;font-weight:900;color:#0b376d;letter-spacing:1px}
.qrDemo{
  width:96px;height:96px;border-radius:14px;background:
  linear-gradient(90deg,#071b36 10px,transparent 10px),
  linear-gradient(#071b36 10px,transparent 10px),#fff;
  background-size:24px 24px;border:8px solid #fff;box-shadow:inset 0 0 0 2px #071b36;
}
@media(max-width:820px){
  .nearMeHero{border-radius:24px;padding:18px}
  .nearMeHero h2{font-size:25px}
  .nearActions{display:grid}
  .mapBox{height:260px;border-radius:22px}
  .receiptCode{font-size:22px}
}

/* V12 Startup Frontend */
#startupLoader{position:fixed;inset:0;z-index:99999;background:radial-gradient(circle at top,#eaf5ff,#fff 55%,#f7fbff);display:grid;place-items:center;transition:opacity .7s,visibility .7s;overflow:hidden}
#startupLoader.hide{opacity:0;visibility:hidden}.loaderRoute{position:absolute;inset:0;background:linear-gradient(120deg,transparent 45%,rgba(11,55,109,.08) 46%,transparent 48%);animation:routeMove 2.8s linear infinite}.loaderCard{text-align:center;position:relative;z-index:2}.loaderIcon{width:110px;height:110px;margin:auto;border-radius:34px;background:linear-gradient(135deg,#071b36,#0b376d);display:grid;place-items:center;color:#f6a713;font-size:54px;box-shadow:0 25px 70px rgba(7,27,54,.25);animation:bagMove 1.7s ease-in-out infinite}.pinPulse{width:26px;height:26px;border-radius:50%;background:#f6a713;margin:16px auto 0;box-shadow:0 0 0 0 rgba(246,167,19,.55);animation:pulse 1.2s infinite}.loaderCard h2{font-size:34px;margin:18px 0 6px;color:#071b36}.loaderCard p{color:#0b376d;font-weight:900;margin:0}
@keyframes bagMove{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-13px) scale(1.04)}}@keyframes pulse{70%{box-shadow:0 0 0 24px rgba(246,167,19,0)}}@keyframes routeMove{0%{transform:translateX(-40%)}100%{transform:translateX(40%)}}
.startupSection{background:#fff;border-radius:34px;margin:22px auto;padding:34px;box-shadow:0 18px 44px rgba(11,55,109,.08);border:1px solid #e2efff}.infoGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.infoBox{background:linear-gradient(145deg,#fff,#f5fbff);border:1px solid #e2efff;border-radius:26px;padding:22px;box-shadow:0 12px 30px rgba(11,55,109,.06)}.infoBox h3{margin:0 0 10px;color:#071b36}.infoBox p{color:#64748b;line-height:1.6;font-weight:650}
.galleryGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.galleryItem{background:#fff;border:1px solid #e2efff;border-radius:24px;min-height:150px;padding:18px;display:flex;flex-direction:column;justify-content:center;text-align:center;box-shadow:0 12px 30px rgba(11,55,109,.06)}.galleryItem .docIcon{font-size:40px;margin-bottom:10px}.galleryItem b{color:#0b376d}.soonTag{display:inline-flex;background:#fff7ed;color:#c2410c;border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;margin-bottom:8px}.pricingStrip{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.pricePill{background:#eaf5ff;color:#0b376d;border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px}
.noticeModal{position:fixed;inset:0;background:rgba(7,27,54,.62);z-index:9999;display:none;align-items:center;justify-content:center;padding:16px}.noticeBox{background:#fff;border-radius:28px;max-width:560px;width:100%;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.noticeBox h2{margin-top:0;color:#991b1b}.noticeBox p{color:#475569;line-height:1.6;font-weight:700}.locPhoto{height:135px;border-radius:22px;background:linear-gradient(135deg,#dbeafe,#fff7e6);display:grid;place-items:center;font-size:46px;margin-bottom:12px;position:relative;overflow:hidden}.locPhoto:after{content:"Service Starting Soon";position:absolute;left:10px;top:10px;background:#fff7ed;color:#c2410c;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}
@media(max-width:820px){.loaderCard h2{font-size:28px}.startupSection{padding:20px;border-radius:26px}.infoGrid,.galleryGrid{grid-template-columns:1fr}.galleryItem{min-height:120px}.locPhoto{height:120px}.bookingSheet{padding-bottom:92px}}

/* V14 Premium Footer + Mobile App Bottom Buttons */
.trustBand{background:#fff;border-top:1px solid #e6edf5;border-bottom:1px solid #e6edf5;padding:28px 0}
.trustGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.trustItem{background:#f8fbff;border:1px solid #e2efff;border-radius:22px;padding:18px;text-align:center;box-shadow:0 10px 24px rgba(11,55,109,.05)}
.trustItem b{display:block;color:#071b36;font-size:18px}.trustItem span{color:#64748b;font-size:13px;font-weight:800}
.premiumFooter{background:linear-gradient(135deg,#071b36,#0b376d);color:white;border-radius:34px 34px 0 0;padding:44px 0 18px;margin-top:0}
.footerCols{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr 1.3fr;gap:26px}
.footerBrand{display:flex;gap:10px;align-items:center;font-size:24px;font-weight:900;margin-bottom:12px}
.footerBrand img{width:54px;height:54px;background:white;border-radius:17px;padding:4px;object-fit:contain}
.premiumFooter h3{margin:0 0 14px;font-size:17px}.premiumFooter p,.premiumFooter a{color:#dbeafe;line-height:1.75;font-weight:650;font-size:14px}.premiumFooter a{display:block;margin:5px 0;text-decoration:none}.premiumFooter a:hover{color:#f6a713}
.storeBtns{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.storeBtn{background:#020617;color:white!important;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:9px 12px!important;font-size:12px!important}
.socialRow{display:flex;gap:10px;margin-top:12px}.socialRow a{width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.12);display:grid;place-items:center;color:white!important;font-size:17px;margin:0}
.newsletter input{width:100%;border:0;border-radius:14px;padding:13px;margin-bottom:10px}.newsletter button{width:100%;border:0;border-radius:14px;padding:13px;background:#f6a713;font-weight:900}
.footerBottom2{border-top:1px solid rgba(255,255,255,.16);margin-top:26px;padding-top:16px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#cbd5e1;font-size:13px}
.mobileAppNav{display:none}.mobileLiveCta{display:none}
@media(max-width:1000px){.footerCols{grid-template-columns:1fr 1fr 1fr}.trustGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){
body{padding-bottom:102px}
.trustGrid{grid-template-columns:1fr 1fr;gap:10px}.trustItem{padding:14px;border-radius:18px}.trustItem b{font-size:15px}
.premiumFooter{padding:32px 0 116px;border-radius:28px 28px 0 0}.footerCols{grid-template-columns:1fr;gap:18px}.footerBottom2{display:block;text-align:center}
.mobileAppNav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:10px;right:10px;bottom:10px;background:rgba(7,27,54,.96);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:28px;box-shadow:0 18px 44px rgba(7,27,54,.28);z-index:999;padding:8px}
.mobileAppNav a{display:flex;flex-direction:column;align-items:center;gap:4px;color:#dbeafe;text-decoration:none;font-size:10.5px;font-weight:900;padding:7px 2px;border-radius:18px}
.mobileAppNav a span{font-size:21px}.mobileAppNav a.active,.mobileAppNav a:hover{background:#f6a713;color:#071b36}
.mobileLiveCta{display:flex;position:fixed;left:14px;right:14px;bottom:84px;z-index:998;background:#071b36;color:white;border-radius:22px;padding:12px;align-items:center;justify-content:space-between;box-shadow:0 14px 34px rgba(7,27,54,.25)}
.mobileLiveCta b{display:block}.mobileLiveCta small{color:#dbeafe}.mobileLiveCta a{background:#f6a713;color:#111;text-decoration:none;border-radius:14px;padding:10px 14px;font-weight:900}
.whatsapp{bottom:150px!important}
}

/* V15 EXACT MOCKUP STYLE OVERRIDE */
body{background:#f7fbff!important}
.header{background:#fff!important;border-bottom:1px solid #e6edf5!important;box-shadow:0 8px 28px rgba(7,27,54,.06)}
.nav{height:86px!important}
.brand img{width:48px!important;height:48px!important;background:white;border-radius:14px}
.hero{background:linear-gradient(rgba(7,27,54,.74),rgba(7,27,54,.72)),url('assets/images/destinations-banner.png') center/cover!important;border-radius:0 0 28px 28px!important;padding:62px 0 72px!important;color:white!important}
.heroGrid{grid-template-columns:1.18fr .82fr!important;align-items:center!important}
.hero h1{color:#fff!important;font-size:54px!important;max-width:620px!important}
.hero h1 span,.hero .yellow{color:#f6a713!important}
.hero p{color:#fff!important;font-weight:800!important}
.heroCard{background:rgba(7,27,54,.72)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:24px!important;padding:22px!important;box-shadow:0 24px 60px rgba(0,0,0,.25)!important}
.heroCard img{display:none!important}
.heroCard:before{content:"Find Luggage Storage Near You";display:block;color:#fff;font-size:22px;font-weight:900;margin-bottom:14px}
.heroCard:after{content:"Search Now";display:block;background:#f6a713;color:#111;text-align:center;font-weight:900;border-radius:14px;padding:15px;margin-top:14px}
.heroCard .mockInput{display:block}
.mockBookingBox{display:block}
.stats{background:#fff!important;border-radius:18px!important;margin:-34px auto 0!important;position:relative!important;z-index:3!important;max-width:960px!important;padding:10px!important;box-shadow:0 16px 40px rgba(11,55,109,.12)!important}
.stat{box-shadow:none!important;border:0!important;border-right:1px solid #e6edf5!important;border-radius:0!important}.stat:last-child{border-right:0!important}
.cards{grid-template-columns:repeat(4,1fr)!important}
.serviceSoonWrap{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.locationMiniGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.locationMini{background:#fff;border:1px solid #e6edf5;border-radius:18px;padding:10px;text-align:center;box-shadow:0 12px 28px rgba(11,55,109,.08)}
.locationMini .pic{height:95px;border-radius:14px;background:linear-gradient(135deg,#dbeafe,#fff4d6);display:grid;place-items:center;font-size:38px;margin-bottom:8px}
.locationMini b{display:block;font-size:13px;color:#071b36}.locationMini small{display:inline-block;background:#fff0f0;color:#dc2626;border-radius:999px;padding:4px 7px;margin-top:6px;font-weight:900;font-size:10px}
.darkInfoBand{background:linear-gradient(135deg,#071b36,#0b376d);color:white;padding:30px 0}
.darkInfoGrid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:24px}
.darkBox h3{color:white;margin:0 0 12px}.darkBox p,.darkBox li{color:#dbeafe;line-height:1.55;font-size:14px}.darkBox ul{padding-left:18px;margin:0}.darkBox .yellowBtn{display:inline-flex;background:#f6a713;color:#111!important;border-radius:12px;padding:12px 18px;font-weight:900;margin-top:10px}
.docMiniGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.docMini{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:12px;text-align:center;color:#fff;font-size:12px}
.premiumFooter{border-radius:0!important;margin-top:0!important}
.mobileAppNav,.mobileLiveCta{display:none}
@media(max-width:820px){
.header{display:none!important}
.mobileTopApp{display:flex!important}
.hero{padding:26px 0 28px!important;border-radius:0!important}
.heroGrid{display:block!important}
.hero h1{font-size:30px!important}
.hero p{font-size:15px!important}
.heroCard{margin-top:16px!important}
.heroCard:before{font-size:17px}
.stats{margin:0 auto!important;display:grid!important;grid-template-columns:repeat(2,1fr)!important;border-radius:20px!important}
.stat{border-right:0!important;border-bottom:1px solid #e6edf5!important}
.cards{grid-template-columns:repeat(2,1fr)!important}
.serviceSoonWrap{grid-template-columns:1fr!important}
.locationMiniGrid{display:flex!important;overflow-x:auto!important;gap:12px;padding-bottom:8px}
.locationMini{min-width:150px}
.darkInfoGrid{grid-template-columns:1fr!important}
.mobileAppNav{display:grid!important;grid-template-columns:repeat(5,1fr);position:fixed;left:10px;right:10px;bottom:10px;background:rgba(7,27,54,.96);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:28px;box-shadow:0 18px 44px rgba(7,27,54,.28);z-index:999;padding:8px}
.mobileAppNav a{display:flex;flex-direction:column;align-items:center;gap:4px;color:#dbeafe;text-decoration:none;font-size:10.5px;font-weight:900;padding:7px 2px;border-radius:18px}
.mobileAppNav a span{font-size:21px}.mobileAppNav a.active,.mobileAppNav a:hover{background:#f6a713;color:#071b36}
.mobileLiveCta{display:flex!important;position:fixed;left:14px;right:14px;bottom:84px;z-index:998;background:#071b36;color:white;border-radius:22px;padding:12px;align-items:center;justify-content:space-between;box-shadow:0 14px 34px rgba(7,27,54,.25)}
.mobileLiveCta a{background:#f6a713;color:#111;text-decoration:none;border-radius:14px;padding:10px 14px;font-weight:900}
}
