/* =========================================================
   KS Cargo Packers And Movers — Stylesheet
   Theme: Navy Blue + Red (matches brand logo)
   ========================================================= */

:root{
  --navy-900:#081C3F;
  --navy-800:#0C2A5E;
  --navy-700:#123B82;
  --blue-600:#1B57B0;
  --blue-500:#2B6FD6;
  --red-600:#D8262C;
  --red-700:#B31E23;
  --red-tint:#FDEBEC;
  --ink:#101828;
  --slate-600:#475467;
  --slate-400:#8A94A6;
  --line:#E4E8F0;
  --bg-light:#F5F7FB;
  --white:#FFFFFF;
  --radius-sm:6px;
  --radius-md:10px;
  --shadow-1:0 1px 2px rgba(8,28,63,0.06), 0 1px 1px rgba(8,28,63,0.04);
  --shadow-2:0 12px 32px rgba(8,28,63,0.14);
  --maxw:1180px;
  --font-head:'Poppins', 'Segoe UI', sans-serif;
  --font-body:'Inter', 'Segoe UI', sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:var(--font-head);
  color:var(--navy-900);
  line-height:1.22;
  margin:0 0 .5em;
  font-weight:600;
}
h1{font-size:clamp(2rem,4vw,3rem); font-weight:700;}
h2{font-size:clamp(1.5rem,3vw,2.1rem);}
h3{font-size:1.2rem;}
p{margin:0 0 1em; color:var(--slate-600);}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
ul{margin:0; padding:0; list-style:none;}
.container{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
section{padding:72px 0;}
.section-alt{background:var(--bg-light);}
.eyebrow{
  display:inline-block; color:var(--red-600); font-weight:600;
  font-size:.85rem; letter-spacing:.02em; margin-bottom:10px;
}
.lede{max-width:640px; color:var(--slate-600); font-size:1.05rem;}
.center{text-align:center; margin-left:auto; margin-right:auto;}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:13px 26px; border-radius:var(--radius-sm);
  font-weight:600; font-size:.95rem; cursor:pointer;
  border:2px solid transparent; transition:transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover{transform:translateY(-1px);}
.btn-primary{background:var(--red-600); color:var(--white);}
.btn-primary:hover{background:var(--red-700);}
.btn-outline{border-color:var(--white); color:var(--white);}
.btn-outline:hover{background:var(--white); color:var(--navy-900);}
.btn-navy{background:var(--navy-800); color:var(--white);}
.btn-navy:hover{background:var(--navy-900);}
.btn-row{display:flex; gap:14px; flex-wrap:wrap; margin-top:26px;}

/* ===== Topbar ===== */
.topbar{background:var(--navy-900); color:#C9D6EE; font-size:.85rem;}
.topbar .container{display:flex; justify-content:space-between; align-items:center; padding-top:8px; padding-bottom:8px; flex-wrap:wrap; gap:6px;}
.topbar a{color:#C9D6EE;}
.topbar-left{display:flex; gap:22px; flex-wrap:wrap;}
.topbar-left span{display:inline-flex; align-items:center; gap:6px;}
.topbar-right a{font-weight:600; color:var(--white);}

/* ===== Header / Nav ===== */
header.site-header{
  position:sticky; top:0; z-index:100; background:var(--white);
  box-shadow:var(--shadow-1);
}
.nav-wrap{display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:var(--maxw); margin:0 auto;}
.logo{display:flex; align-items:center; gap:10px; font-family:var(--font-head); font-weight:700; font-size:1.25rem; color:var(--navy-900);}
.logo .mark{width:40px; height:40px; border-radius:8px; background:linear-gradient(135deg,var(--navy-800),var(--blue-600)); display:flex; align-items:center; justify-content:center; color:var(--white); font-weight:800; position:relative;}
.logo .mark::after{content:''; position:absolute; width:10px; height:10px; background:var(--red-600); border-radius:50%; bottom:-3px; right:-3px; border:2px solid var(--white);}
.logo span.brand-sub{color:var(--red-600);}
nav.main-nav{display:flex; align-items:center; gap:30px;}
nav.main-nav ul{display:flex; gap:26px;}
nav.main-nav a{font-weight:500; font-size:.95rem; color:var(--ink); position:relative; padding:6px 0;}
nav.main-nav a:hover, nav.main-nav a.active{color:var(--red-600);}
.has-dropdown{position:relative;}
.dropdown{
  position:absolute; top:100%; left:0; background:var(--white); min-width:220px;
  box-shadow:var(--shadow-2); border-radius:var(--radius-md); padding:10px;
  opacity:0; visibility:hidden; transform:translateY(6px); transition:all .18s ease;
}
.has-dropdown:hover .dropdown{opacity:1; visibility:visible; transform:translateY(0);}
.dropdown a{display:block; padding:9px 12px; border-radius:6px; font-size:.9rem;}
.dropdown a:hover{background:var(--bg-light);}
.nav-cta{display:flex; align-items:center; gap:16px;}
.call-btn{display:flex; align-items:center; gap:8px; font-weight:700; color:var(--navy-900);}
.call-btn .ico{width:34px; height:34px; border-radius:50%; background:var(--red-tint); color:var(--red-600); display:flex; align-items:center; justify-content:center; font-size:1rem;}
.hamburger{display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none;}
.hamburger span{width:26px; height:2.5px; background:var(--navy-900); border-radius:2px;}

/* ===== Hero ===== */
.hero{
  background:linear-gradient(120deg,var(--navy-900) 0%, var(--navy-800) 55%, var(--blue-600) 100%);
  color:var(--white); padding:92px 0 80px; position:relative; overflow:hidden;
}
.hero::before{
  content:''; position:absolute; right:-120px; top:-120px; width:420px; height:420px;
  background:radial-gradient(circle, rgba(216,38,44,.35), transparent 70%);
}
.hero .container{position:relative; z-index:1; display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center;}
.hero h1{color:var(--white); margin-bottom:18px;}
.hero p.lede{color:#CBD8EF;}
.hero-badges{display:flex; gap:28px; margin-top:36px; flex-wrap:wrap;}
.hero-badges .badge b{display:block; font-size:1.6rem; color:var(--white); font-family:var(--font-head);}
.hero-badges .badge span{font-size:.82rem; color:#AFC0E2;}
.hero-panel{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); border-radius:var(--radius-md); padding:26px; backdrop-filter:blur(6px);}
.hero-panel h3{color:var(--white); margin-bottom:14px; font-size:1.05rem;}
.hero-panel ul li{display:flex; gap:10px; align-items:flex-start; margin-bottom:12px; color:#DCE5F5; font-size:.93rem;}
.hero-panel ul li::before{content:'✓'; color:var(--red-600); font-weight:800; background:var(--white); border-radius:50%; width:18px; height:18px; display:flex; align-items:center; justify-content:center; font-size:.7rem; flex-shrink:0;}

/* breadcrumb / page header (interior pages) */
.page-hero{
  background:linear-gradient(120deg,var(--navy-900), var(--navy-700));
  color:var(--white); padding:60px 0 48px;
}
.page-hero h1{color:var(--white); margin-bottom:8px;}
.breadcrumb{font-size:.85rem; color:#AEC0E4;}
.breadcrumb a{color:#AEC0E4;}
.breadcrumb a:hover{color:var(--white);}
.breadcrumb span{margin:0 6px;}

/* ===== Cards / grids ===== */
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
.grid-2{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center;}

.service-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-md);
  padding:30px 26px; box-shadow:var(--shadow-1); transition:transform .18s ease, box-shadow .18s ease;
}
.service-card:hover{transform:translateY(-4px); box-shadow:var(--shadow-2);}
.service-card .icon{
  width:52px; height:52px; border-radius:12px; background:var(--red-tint); color:var(--red-600);
  display:flex; align-items:center; justify-content:center; font-size:1.4rem; margin-bottom:18px;
}
.service-card ul{margin:14px 0 18px;}
.service-card ul li{display:flex; gap:8px; font-size:.88rem; color:var(--slate-600); margin-bottom:6px;}
.service-card ul li::before{content:'—'; color:var(--red-600);}
.service-card a.more{font-weight:600; color:var(--navy-800); font-size:.9rem;}
.service-card a.more:hover{color:var(--red-600);}

.stat-strip{background:var(--navy-900); color:var(--white);}
.stat-strip .grid-4{text-align:center;}
.stat-strip b{display:block; font-family:var(--font-head); font-size:2.1rem; color:var(--white);}
.stat-strip span{font-size:.85rem; color:#AEC0E4;}

.feature-row{display:flex; gap:18px; margin-bottom:26px;}
.feature-row .num{
  flex-shrink:0; width:46px; height:46px; border-radius:50%; border:2px solid var(--red-600);
  color:var(--red-600); display:flex; align-items:center; justify-content:center; font-weight:700; font-family:var(--font-head);
}
.feature-row h4{margin-bottom:6px; font-size:1.05rem;}
.feature-row p{margin:0; font-size:.92rem;}

.testimonial-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-md);
  padding:28px; box-shadow:var(--shadow-1); height:100%;
}
.testimonial-card .quote{color:var(--navy-900); font-size:1.7rem; font-family:var(--font-head); color:var(--red-600);}
.testimonial-card p{font-style:italic; color:var(--ink);}
.testimonial-card .author{font-weight:700; color:var(--navy-900); margin-top:14px; font-size:.92rem;}
.testimonial-card .role{color:var(--slate-400); font-size:.8rem;}

/* Location list chips */
.area-chips{display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 0;}
.area-chips span{
  background:var(--bg-light); border:1px solid var(--line); color:var(--navy-800);
  padding:7px 14px; border-radius:20px; font-size:.85rem; font-weight:500;
}

/* Location grid on Locations page */
.location-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-md);
  padding:24px; box-shadow:var(--shadow-1); text-align:left;
}
.location-card h3{margin-bottom:6px;}
.location-card p{font-size:.9rem;}
.location-card a.more{color:var(--red-600); font-weight:600; font-size:.88rem;}

/* CTA band */
.cta-band{
  background:linear-gradient(120deg,var(--red-700),var(--red-600));
  color:var(--white); border-radius:var(--radius-md); padding:44px 40px;
  display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap;
}
.cta-band h2{color:var(--white); margin-bottom:6px;}
.cta-band p{color:#FBE0E1; margin:0;}

/* Forms */
.form-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius-md); box-shadow:var(--shadow-2); padding:34px;}
.form-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
.field{margin-bottom:16px; display:flex; flex-direction:column; gap:6px;}
.field label{font-size:.85rem; font-weight:600; color:var(--navy-900);}
.field input, .field select, .field textarea{
  padding:12px 14px; border:1px solid var(--line); border-radius:var(--radius-sm);
  font-family:var(--font-body); font-size:.95rem; background:var(--bg-light); color:var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus{outline:2px solid var(--blue-500); outline-offset:1px; background:var(--white);}
.field.full{grid-column:1/-1;}
.form-msg{margin-top:14px; font-size:.9rem; font-weight:600;}
.form-msg.success{color:#1B7A3D;}
.form-msg.error{color:var(--red-600);}

/* FAQ accordion */
.faq-item{border-bottom:1px solid var(--line); padding:18px 0;}
.faq-q{display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; color:var(--navy-900); gap:16px;}
.faq-q .plus{font-size:1.3rem; color:var(--red-600); transition:transform .2s ease; flex-shrink:0;}
.faq-item.open .plus{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .25s ease;}
.faq-item.open .faq-a{max-height:400px; padding-top:10px;}

/* Map embed */
.map-embed{border-radius:var(--radius-md); overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow-1);}
.map-embed iframe{width:100%; height:340px; border:0; display:block;}

/* Footer */
footer.site-footer{background:var(--navy-900); color:#B7C3DE; padding-top:64px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:36px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,.1);}
.footer-grid h4{color:var(--white); font-size:1rem; margin-bottom:16px;}
.footer-grid p{color:#93A2C2; font-size:.9rem;}
.footer-grid ul li{margin-bottom:10px;}
.footer-grid ul a{color:#B7C3DE; font-size:.9rem;}
.footer-grid ul a:hover{color:var(--white);}
.footer-logo{display:flex; align-items:center; gap:10px; font-family:var(--font-head); font-weight:700; font-size:1.2rem; color:var(--white); margin-bottom:14px;}
.social-row{display:flex; gap:10px; margin-top:16px;}
.social-row a{width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; color:var(--white); font-size:.85rem;}
.social-row a:hover{background:var(--red-600);}
.footer-bottom{display:flex; justify-content:space-between; padding:22px 0; font-size:.82rem; color:#7C8AAC; flex-wrap:wrap; gap:10px;}
.footer-bottom a{color:#9AA8C8;}
.footer-bottom a:hover{color:var(--white);}

/* Sticky call button (mobile) */
.sticky-call{
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:200;
  background:var(--red-600); color:var(--white); text-align:center; padding:14px;
  font-weight:700; letter-spacing:.02em;
}

/* Utility */
.mt-0{margin-top:0;} .mb-0{margin-bottom:0;}
.tag-list{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:16px;}
.tag-list span{background:var(--red-tint); color:var(--red-600); font-size:.75rem; font-weight:700; padding:4px 10px; border-radius:12px; letter-spacing:.02em;}

/* ===== Responsive ===== */
@media (max-width:980px){
  nav.main-nav{position:fixed; top:0; right:-100%; width:78%; max-width:320px; height:100vh; background:var(--white);
    flex-direction:column; align-items:flex-start; padding:90px 26px 26px; box-shadow:-8px 0 24px rgba(0,0,0,.12);
    transition:right .25s ease; z-index:150;}
  nav.main-nav.open{right:0;}
  nav.main-nav ul{flex-direction:column; gap:4px; width:100%;}
  nav.main-nav ul li{width:100%;}
  nav.main-nav a{display:block; padding:12px 0; border-bottom:1px solid var(--line);}
  .dropdown{position:static; opacity:1; visibility:visible; box-shadow:none; transform:none; display:none; padding-left:12px;}
  .has-dropdown.open .dropdown{display:block;}
  .hamburger{display:flex;}
  .nav-cta .call-btn span.label{display:none;}
  .hero .container{grid-template-columns:1fr;}
  .grid-3, .grid-4{grid-template-columns:1fr 1fr;}
  .grid-2{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .form-grid{grid-template-columns:1fr;}
  .topbar{display:none;}
  .sticky-call{display:block;}
  body{padding-bottom:52px;}
}
@media (max-width:620px){
  .grid-3, .grid-4, .footer-grid{grid-template-columns:1fr;}
  section{padding:52px 0;}
  .cta-band{flex-direction:column; text-align:center;}
}
