/* ============================================================
   SECURE CITY LIMITED — SHARED STYLESHEET
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=DM+Sans:wght@300;400;500;600;700&family=Rajdhani:wght@500;600;700&display=swap');

:root {
  --gold:#C9A227; --gold2:#E8BE44; --gold3:#9E7D18;
  --gold-pale:#FDF6E3; --gold-tint:#FEF9EE;
  --black:#0D0D0D; --dark:#1A1A1A;
  --text:#1E1E1E; --text2:#4A4A4A; --text3:#787878;
  --border:#E8E8E8; --border2:#F0E8C8;
  --white:#FFFFFF; --off-white:#FAFAFA; --section-bg:#F7F4EE;
  --shadow:0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg:0 16px 64px rgba(0,0,0,0.12);
  --shadow-gold:0 8px 32px rgba(201,162,39,0.2);
  --nav-h:76px;
}

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif;background:var(--white);color:var(--text);overflow-x:hidden;}

/* ── SCROLL PROGRESS ── */
.scroll-bar{position:fixed;top:0;left:0;height:3px;z-index:9999;
  background:linear-gradient(90deg,var(--gold),var(--gold2));width:0%;transition:width .1s;}

/* ── NAVBAR ── */
nav{position:fixed;top:0;width:100%;z-index:1000;
  background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
  padding:0 6%;display:flex;align-items:center;justify-content:space-between;
  height:var(--nav-h);transition:all .3s;}
nav.scrolled{box-shadow:0 2px 32px rgba(0,0,0,0.09);border-bottom-color:var(--border2);}

.logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.logo-mark{width:44px;height:44px;
  background:linear-gradient(135deg,var(--gold),var(--gold3));
  display:flex;align-items:center;justify-content:center;
  clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  flex-shrink:0;}
.logo-mark .material-icons-round{font-size:22px;color:#fff;}
.logo-name{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:19px;
  color:var(--black);letter-spacing:1px;text-transform:uppercase;line-height:1.1;}
.logo-name em{color:var(--gold);font-style:normal;}
.logo-sub{font-size:9px;color:var(--text3);letter-spacing:2px;text-transform:uppercase;}

.nav-menu{display:flex;align-items:center;gap:4px;list-style:none;position:relative;}
.nav-menu > li{position:relative;}
.nav-menu a{font-size:13px;font-weight:500;color:var(--text2);text-decoration:none;
  padding:6px 12px;border-radius:6px;transition:all .2s;letter-spacing:.3px;
  display:flex;align-items:center;gap:4px;}
.nav-menu a:hover,.nav-menu a.active{color:var(--gold);background:var(--gold-tint);}
.nav-menu .cta-btn{background:var(--gold);color:#fff !important;
  padding:9px 20px;border-radius:6px;font-weight:600;
  box-shadow:0 4px 16px rgba(201,162,39,0.35);}
.nav-menu .cta-btn:hover{background:var(--gold3);transform:translateY(-1px);box-shadow:var(--shadow-gold);}
.nav-menu .cta-btn.active{background:var(--gold) !important;}

/* Dropdown */
.has-dropdown > a .material-icons-round{font-size:16px;transition:transform .2s;}
.has-dropdown:hover > a .material-icons-round{transform:rotate(180deg);}
.dropdown{
  position:absolute;top:calc(100% + 8px);left:0;
  background:#fff;border:1px solid var(--border);border-radius:10px;
  box-shadow:var(--shadow-lg);min-width:240px;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:all .25s;z-index:200;overflow:hidden;}
.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.dropdown a{display:flex;align-items:center;gap:10px;padding:11px 16px;
  font-size:13px;color:var(--text2);text-decoration:none;
  border-radius:0;transition:all .2s;border-bottom:1px solid var(--border);}
.dropdown a:last-child{border-bottom:none;}
.dropdown a:hover{background:var(--gold-tint);color:var(--gold);}
.dropdown a .material-icons-round{font-size:18px;color:var(--gold);}

.hamburger{display:none;cursor:pointer;border:none;background:none;padding:4px;}
.hamburger .material-icons-round{font-size:28px;color:var(--gold);}

/* Mobile Nav */
.mobile-nav{display:none;position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;
  background:rgba(255,255,255,.98);backdrop-filter:blur(16px);
  z-index:999;flex-direction:column;padding:24px 6%;overflow-y:auto;}
.mobile-nav.open{display:flex;}
.mobile-nav a{font-size:16px;font-weight:600;color:var(--text);text-decoration:none;
  padding:14px 0;border-bottom:1px solid var(--border);
  display:flex;align-items:center;gap:10px;transition:color .3s;}
.mobile-nav a .material-icons-round{font-size:20px;color:var(--gold);}
.mobile-nav a:hover,.mobile-nav a.active{color:var(--gold);}
.mobile-nav .m-sub{padding-left:30px;font-size:14px;color:var(--text3);}
.mobile-nav .m-cta{margin-top:20px;background:var(--gold);color:#fff !important;
  padding:14px 28px;border-radius:8px;justify-content:center;border-bottom:none;}

/* ── PAGE HERO BANNER (non-home pages) ── */
.page-hero{
  margin-top:var(--nav-h);
  background:linear-gradient(105deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.45) 55%,rgba(0,0,0,.2) 100%),
             var(--hero-bg,url('https://images.unsplash.com/photo-1557804506-669a67965ba0?w=1600&q=80')) center/cover no-repeat;
  padding:80px 6%;min-height:320px;
  display:flex;align-items:center;}
.page-hero-inner{max-width:1400px;margin:0 auto;width:100%;}
.breadcrumb{display:flex;align-items:center;gap:8px;
  font-size:12px;color:rgba(255,255,255,.55);margin-bottom:16px;}
.breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s;}
.breadcrumb a:hover{color:var(--gold2);}
.breadcrumb .material-icons-round{font-size:14px;}
.page-hero h1{font-family:'Playfair Display',serif;font-weight:900;
  font-size:clamp(32px,4.5vw,58px);color:#fff;line-height:1.1;margin-bottom:14px;}
.page-hero h1 em{color:var(--gold2);font-style:normal;}
.page-hero p{font-size:17px;color:rgba(255,255,255,.78);max-width:560px;line-height:1.7;}

/* ── SECTION UTILITIES ── */
.section{padding:96px 6%;}
.section-inner{max-width:1400px;margin:0 auto;}
.section-sm{padding:64px 6%;}

.tag{display:inline-flex;align-items:center;gap:8px;
  font-size:11px;letter-spacing:2.5px;text-transform:uppercase;
  color:var(--gold3);font-weight:700;margin-bottom:14px;}
.tag::before{content:'';width:20px;height:2px;background:var(--gold);}

.h2{font-family:'Playfair Display',serif;font-weight:900;
  font-size:clamp(26px,3.5vw,46px);color:var(--text);line-height:1.12;margin-bottom:14px;}
.h2 em{color:var(--gold3);font-style:normal;}

.h3{font-family:'Playfair Display',serif;font-weight:700;
  font-size:clamp(20px,2.5vw,30px);color:var(--text);line-height:1.2;margin-bottom:12px;}

.lead{font-size:16px;line-height:1.8;color:var(--text3);max-width:600px;margin-bottom:52px;}
.gold-line{width:56px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold2));
  border-radius:2px;margin-bottom:32px;}

/* ── BUTTONS ── */
.btn-gold{display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(135deg,var(--gold),var(--gold3));
  color:#fff;padding:13px 28px;border-radius:8px;font-weight:600;font-size:14px;
  text-decoration:none;border:none;cursor:pointer;
  box-shadow:0 6px 24px rgba(201,162,39,0.35);transition:all .3s;}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgba(201,162,39,0.5);}
.btn-gold .material-icons-round{font-size:18px;}

.btn-outline{display:inline-flex;align-items:center;gap:8px;
  background:transparent;color:var(--gold3);
  padding:12px 26px;border-radius:8px;font-weight:600;font-size:14px;
  text-decoration:none;border:2px solid var(--gold);cursor:pointer;transition:all .3s;}
.btn-outline:hover{background:var(--gold-tint);transform:translateY(-2px);}
.btn-outline .material-icons-round{font-size:18px;}

.btn-white{display:inline-flex;align-items:center;gap:8px;
  background:#fff;color:var(--gold3);
  padding:13px 28px;border-radius:8px;font-weight:600;font-size:14px;
  text-decoration:none;border:none;cursor:pointer;
  box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .3s;}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2);}
.btn-white .material-icons-round{font-size:18px;}

/* ── CARDS ── */
.card{background:var(--white);border-radius:14px;border:1.5px solid var(--border);
  padding:32px 26px;transition:all .4s;cursor:pointer;position:relative;overflow:hidden;}
.card::before{content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,var(--gold-tint),transparent);
  opacity:0;transition:opacity .4s;}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--gold2);}
.card:hover::before{opacity:1;}

.card-icon{width:60px;height:60px;
  background:linear-gradient(135deg,var(--gold),var(--gold3));
  border-radius:14px;display:flex;align-items:center;justify-content:center;
  margin-bottom:20px;box-shadow:0 6px 20px rgba(201,162,39,.28);
  position:relative;z-index:1;transition:all .3s;}
.card:hover .card-icon{transform:scale(1.1) rotate(-4deg);}
.card-icon .material-icons-round{font-size:28px;color:#fff;}

/* ── STATS BAR ── */
.stats-bar{background:var(--white);box-shadow:0 4px 32px rgba(0,0,0,0.07);
  border-bottom:2px solid var(--gold-pale);}
.stats-inner{max-width:1400px;margin:0 auto;padding:0 6%;
  display:grid;grid-template-columns:repeat(4,1fr);}
.stat-item{padding:26px 20px;display:flex;align-items:center;gap:14px;
  border-right:1px solid var(--border);}
.stat-item:last-child{border-right:none;}
.stat-icon{width:48px;height:48px;
  background:linear-gradient(135deg,var(--gold-pale),#FFF3C4);
  border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.stat-icon .material-icons-round{font-size:24px;color:var(--gold3);}
.stat-num{font-family:'Rajdhani',sans-serif;font-size:28px;font-weight:700;
  color:var(--gold3);line-height:1;}
.stat-label{font-size:12px;color:var(--text3);margin-top:2px;}

/* ── FOOTER ── */
footer{background:var(--black);border-top:2px solid rgba(201,162,39,.15);padding:72px 6% 32px;}
.footer-grid{max-width:1400px;margin:0 auto;
  display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:56px;margin-bottom:56px;}
.footer-brand p{font-size:13px;color:rgba(255,255,255,.4);line-height:1.8;margin:16px 0 22px;}
.footer-social{display:flex;gap:10px;}
.social-btn{width:38px;height:38px;border-radius:10px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  text-decoration:none;color:rgba(255,255,255,.45);transition:all .3s;}
.social-btn:hover{background:var(--gold);border-color:var(--gold);color:#fff;}
.social-btn .material-icons-round{font-size:18px;}
.footer-col h4{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:var(--gold);margin-bottom:18px;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-col ul a{font-size:13px;color:rgba(255,255,255,.4);text-decoration:none;
  display:flex;align-items:center;gap:8px;transition:all .3s;}
.footer-col ul a:hover{color:var(--gold);padding-left:4px;}
.footer-col ul a .material-icons-round{font-size:14px;color:var(--gold3);}
.emergency-box{background:rgba(201,162,39,.08);border:1px solid rgba(201,162,39,.25);
  border-radius:12px;padding:18px;margin-top:22px;}
.e-label{font-size:10px;color:var(--gold);letter-spacing:2px;text-transform:uppercase;
  font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:6px;}
.e-label .material-icons-round{font-size:14px;}
.e-num{font-family:'Rajdhani',sans-serif;font-size:20px;font-weight:700;color:#fff;}
.footer-bottom{max-width:1400px;margin:0 auto;
  border-top:1px solid rgba(255,255,255,.07);padding-top:26px;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.3);}
.footer-bottom p span{color:var(--gold);}
.footer-links-bottom{display:flex;gap:20px;}
.footer-links-bottom a{font-size:12px;color:rgba(255,255,255,.3);text-decoration:none;transition:color .3s;}
.footer-links-bottom a:hover{color:var(--gold);}

/* ── BACK TO TOP ── */
.to-top{position:fixed;bottom:32px;right:32px;z-index:999;width:46px;height:46px;
  border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold3));
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 20px rgba(201,162,39,.45);opacity:0;pointer-events:none;
  transition:all .3s;text-decoration:none;}
.to-top.show{opacity:1;pointer-events:all;}
.to-top:hover{transform:translateY(-4px);}
.to-top .material-icons-round{font-size:22px;color:#fff;}

/* ── CTA BAND ── */
.cta-band{background:linear-gradient(135deg,var(--gold3),var(--gold),var(--gold2));
  padding:72px 6%;text-align:center;}
.cta-band-inner{max-width:700px;margin:0 auto;}
.cta-band h2{font-family:'Playfair Display',serif;font-weight:900;
  font-size:clamp(26px,3.5vw,40px);color:#fff;margin-bottom:14px;}
.cta-band p{font-size:16px;color:rgba(255,255,255,.85);line-height:1.75;margin-bottom:32px;}
.cta-band .btn-white{font-size:15px;padding:15px 36px;}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .footer-grid{grid-template-columns:1fr 1fr;}
  .stats-inner{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:900px){
  .nav-menu{display:none;}
  .hamburger{display:flex;}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:640px){
  .footer-grid{grid-template-columns:1fr;}
  .stats-inner{grid-template-columns:1fr 1fr;}
  .section{padding:64px 5%;}
}
