
:root{
  --navy:#061735; --navy2:#0b2d63; --deep:#020817;
  --gold:#d6b66e; --gold2:#f5dea4; --white:#fff;
  --text:#101828; --muted:#667085; --soft:#f5f8fc; --line:#e5edf7;
  --shadow:0 28px 80px rgba(6,23,53,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;overflow-x:hidden;line-height:1.65}
a{text-decoration:none;color:inherit}
img{width:100%;display:block}
.container{width:min(1200px,92%);margin:auto}
.gold{color:var(--gold)}
.section{padding:96px 0}
.soft{background:var(--soft)}
.dark{background:radial-gradient(circle at top left,rgba(214,182,110,.22),transparent 30%),linear-gradient(135deg,var(--deep),var(--navy),var(--navy2));color:#fff}
.eyebrow{color:var(--gold);font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
.section-head{max-width:860px;margin:0 auto 56px;text-align:center}
.section-head h1,.section-head h2{font-size:clamp(34px,4.6vw,60px);line-height:1.08;letter-spacing:-1.8px;color:var(--navy);margin-bottom:16px}
.dark .section-head h2,.dark .section-head p{color:#fff}
.section-head p{color:var(--muted);font-size:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;border:0;font-weight:900;cursor:pointer;transition:.25s}
.btn:hover{transform:translateY(-3px)}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:var(--navy);box-shadow:0 16px 40px rgba(214,182,110,.25)}
.btn-dark{background:var(--navy);color:#fff}
.btn-light{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.22)}
.topbar{background:#01050f;color:#dce7ff;font-size:13px;padding:9px 0}
.topbar .container{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:999;background:rgba(6,23,53,.98);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.09)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{font-size:29px;font-weight:900;color:#fff;letter-spacing:-1px;white-space:nowrap}
.logo span{color:var(--gold)}
.menu{display:flex;align-items:center;gap:6px}
.menu>a,.drop-btn{color:#eef5ff;font-size:14px;font-weight:800;padding:12px 13px;border-radius:999px;background:transparent;border:0;cursor:pointer;font-family:inherit}
.menu>a:hover,.drop:hover .drop-btn,.menu>a.active,.drop-btn.active{background:rgba(255,255,255,.09);color:var(--gold)}
.quote-nav{background:linear-gradient(135deg,var(--gold2),var(--gold))!important;color:var(--navy)!important;margin-left:6px;padding:13px 20px!important}
.drop{position:relative}
.drop-menu{position:absolute;right:0;top:48px;width:315px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:10px;display:none}
.drop:hover .drop-menu{display:block}
.drop-menu a{display:block;color:var(--navy);font-weight:800;font-size:14px;padding:13px 14px;border-radius:15px}
.drop-menu a:hover{background:var(--soft);color:var(--navy2)}
.mobile-btn{display:none;width:46px;height:46px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff;font-size:25px}
.hero{min-height:860px;color:#fff;display:flex;align-items:center;position:relative;background:linear-gradient(110deg,rgba(2,8,23,.96),rgba(6,23,53,.82) 52%,rgba(6,23,53,.25)),var(--hero-image) center/cover no-repeat}
.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,black,transparent)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center;padding:90px 0}
.badge{display:inline-flex;gap:10px;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);font-weight:900;margin-bottom:24px}
.badge i{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 20px var(--gold)}
.hero h1{font-size:clamp(45px,6.4vw,86px);line-height:.98;letter-spacing:-3px;margin-bottom:24px}
.hero p{font-size:18px;color:#dce8ff;max-width:670px;margin-bottom:30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:30px}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.metric{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);border-radius:22px;padding:18px}
.metric b{display:block;color:var(--gold);font-size:30px}
.metric span{font-size:13px;color:#e6eeff;font-weight:800}
.form-card{background:rgba(255,255,255,.98);color:var(--text);border-radius:32px;padding:28px;box-shadow:var(--shadow)}
.form-card h3{font-size:28px;color:var(--navy);margin-bottom:8px}
.form-card p{color:var(--muted);font-size:14px;margin:0 0 16px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
input,select,textarea{width:100%;border:1px solid #dce5f0;background:#f8fafc;border-radius:14px;padding:14px;font-family:inherit;font-size:14px;outline:none}
textarea{grid-column:1/-1;min-height:110px;resize:vertical}
.form-card button,.quote-form button{grid-column:1/-1;width:100%;margin-top:4px}
.trust{margin-top:-58px;position:relative;z-index:5;padding-bottom:70px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow)}
.card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 45px rgba(16,24,40,.06);transition:.28s}
.card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(6,23,53,.14)}
.icon{width:58px;height:58px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy),var(--navy2));color:var(--gold);margin-bottom:18px}
.icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.card h3{color:var(--navy);font-size:22px;line-height:1.25;margin-bottom:10px}
.card p{color:var(--muted)}
.grid-2{display:grid;grid-template-columns:.95fr 1.05fr;gap:52px;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.image-box{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);position:relative}
.image-box img{height:550px;object-fit:cover}
.image-label{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(2,8,23,.78);border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:22px;color:#fff}
.image-label b{display:block;color:var(--gold);font-size:20px;margin-bottom:5px}
.content h2{font-size:clamp(34px,4vw,52px);line-height:1.12;color:var(--navy);letter-spacing:-1.5px;margin-bottom:18px}
.content p{color:var(--muted);font-size:17px;margin-bottom:16px}
.dark .content h2,.dark .content p{color:#fff}
.service-card{overflow:hidden;padding:0}
.service-card img{height:230px;object-fit:cover}
.service-card .body{padding:28px}
.link-more{display:inline-flex;margin-top:16px;color:var(--navy2);font-weight:900}
.page-hero{padding:112px 0;color:#fff;background:linear-gradient(110deg,rgba(2,8,23,.96),rgba(6,23,53,.7)),var(--page-image) center/cover no-repeat}
.page-hero h1{font-size:clamp(42px,5.6vw,74px);line-height:1.04;letter-spacing:-2.4px;margin-bottom:18px}
.page-hero p{max-width:800px;color:#dce8ff;font-size:18px}
.service-detail{display:grid;grid-template-columns:1fr .45fr;gap:34px;align-items:start}
.article{background:#fff;border:1px solid var(--line);border-radius:32px;padding:38px;box-shadow:0 18px 50px rgba(16,24,40,.06)}
.article h2{color:var(--navy);font-size:38px;line-height:1.15;margin-bottom:18px}
.article p{color:var(--muted);font-size:17px;line-height:1.9;margin-bottom:18px}
.sticky-side{position:sticky;top:110px;display:grid;gap:18px}
.side-img{border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.side-img img{height:260px;object-fit:cover}
.check-list{display:grid;gap:12px}
.check-list li{list-style:none;display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;color:var(--navy);font-weight:800}
.carousel{overflow:hidden;border-radius:32px}
.track{display:flex;gap:22px;animation:move 32s linear infinite}
.slide{min-width:340px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:26px;padding:26px;color:#fff}
.slide h3{margin:14px 0 8px}
.slide p{color:#dce8ff}
@keyframes move{to{transform:translateX(-50%)}}
.process-row{display:grid;grid-template-columns:90px 1fr 360px;gap:24px;align-items:center;margin-bottom:26px}
.process-num{font-size:62px;font-weight:900;color:transparent;-webkit-text-stroke:1.5px var(--gold)}
.process-box{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 45px rgba(16,24,40,.06)}
.process-box h3{color:var(--navy);font-size:25px;margin-bottom:8px}
.process-box p{color:var(--muted)}
.process-img{border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.process-img img{height:210px;object-fit:cover}
.industry-tile{min-height:360px;border-radius:30px;overflow:hidden;position:relative;box-shadow:var(--shadow)}
.industry-tile img{height:100%;object-fit:cover}
.overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(2,8,23,.9),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:28px;color:#fff}
.overlay h3{font-size:28px;margin-bottom:8px}
.testimonial{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 45px rgba(16,24,40,.06)}
.stars{color:var(--gold);letter-spacing:3px;margin-bottom:14px}
.testimonial p{color:var(--muted);margin-bottom:16px}
.quote-section{background:linear-gradient(100deg,rgba(2,8,23,.96),rgba(6,23,53,.78)),url('https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=2200&q=85') center/cover fixed;color:#fff}
.quote-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}
.quote-copy h2{font-size:clamp(36px,4.2vw,56px);line-height:1.08;margin-bottom:18px}
.quote-copy p{color:#dce8ff;font-size:18px}
.quote-form{background:#fff;color:var(--text);border-radius:32px;padding:30px;box-shadow:var(--shadow)}
.quote-form h3{font-size:30px;color:var(--navy);margin-bottom:18px}
.modal{position:fixed;inset:0;background:rgba(2,8,23,.75);z-index:2000;display:none;align-items:center;justify-content:center;padding:20px}
.modal.open{display:flex}
.modal-box{max-width:760px;width:100%;position:relative}
.close{position:absolute;right:18px;top:18px;width:40px;height:40px;border-radius:50%;border:0;background:var(--navy);color:#fff;font-size:24px;z-index:2}
.footer{background:#020713;color:#fff;padding:72px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:36px;margin-bottom:40px}
.footer h3{font-size:30px;margin-bottom:15px}
.footer h4{margin-bottom:15px}
.footer p,.footer a,.footer li{color:#aab7d4;list-style:none;margin-bottom:7px}
.footer a:hover{color:var(--gold)}
.copy{border-top:1px solid rgba(255,255,255,.09);padding-top:24px;text-align:center;color:#aab7d4}
.float{position:fixed;right:20px;bottom:20px;z-index:900;border:0}
.reveal{opacity:0;transform:translateY(22px);transition:.65s}
.reveal.show{opacity:1;transform:none}
@media(max-width:1080px){
.mobile-btn{display:block}.nav{height:74px}.menu{position:absolute;top:74px;left:0;right:0;width:100%;display:none;flex-direction:column;align-items:stretch;background:var(--navy);padding:18px 4%;max-height:calc(100vh - 74px);overflow:auto}.menu.open{display:flex}.menu>a,.drop-btn{text-align:left;border-radius:14px;padding:15px}.quote-nav{text-align:center;margin-left:0}.drop-menu{position:static;width:100%;display:none;background:rgba(255,255,255,.07);box-shadow:none;border-color:rgba(255,255,255,.1);margin-top:6px}.drop.open .drop-menu{display:block}.drop:hover .drop-menu{display:none}.drop.open:hover .drop-menu{display:block}.drop-menu a{color:#fff}
.hero-grid,.grid-2,.quote-wrap,.service-detail{grid-template-columns:1fr}.hero{min-height:auto}.trust-grid,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.process-row{grid-template-columns:80px 1fr}.process-img{grid-column:2}.sticky-side{position:static}
}
@media(max-width:680px){
.section{padding:68px 0}.topbar .container{font-size:12px}.logo{font-size:23px}.hero-grid{padding:58px 0 88px}.hero h1{letter-spacing:-1.6px}.hero p{font-size:16px}.metrics,.trust-grid,.grid-3,.grid-4,.form-grid{grid-template-columns:1fr}.image-box img{height:360px}.image-label{position:static;border-radius:0;background:var(--navy)}.service-card img{height:210px}.page-hero{padding:76px 0}.article{padding:24px}.process-row{grid-template-columns:1fr}.process-img{grid-column:auto}.process-num{font-size:48px}.slide{min-width:280px}.footer-grid{grid-template-columns:1fr}.industry-tile{min-height:280px}.float{right:14px;bottom:14px;padding:12px 16px}
}


/* === Final correction upgrade === */
.hero-grid{align-items:stretch}
.hero-grid > .reveal:first-child{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:640px;
}
.hero-grid .form-card{
  min-height:640px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.form-card .form-grid{gap:16px}
.form-card textarea{min-height:135px}
.home-premium-strip{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:22px;
}
.premium-image-card{
  position:relative;
  min-height:420px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.premium-image-card img{height:100%;object-fit:cover}
.premium-image-card .overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(2,8,23,.9),rgba(2,8,23,.08));
  color:#fff;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:28px;
}
.premium-image-card h3{font-size:27px;margin-bottom:8px}
.premium-image-card p{color:#dce8ff}
.stat-wall{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.stat-card{
  background:#fff;border:1px solid var(--line);border-radius:28px;
  padding:30px;text-align:center;box-shadow:0 18px 45px rgba(16,24,40,.06);
}
.stat-card b{display:block;font-size:42px;color:var(--gold);margin-bottom:8px}
.stat-card span{color:var(--navy);font-weight:900}
.service-benefit-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.benefit-card{
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;
  box-shadow:0 18px 45px rgba(16,24,40,.06);
}
.benefit-card h3{font-size:23px;color:var(--navy);margin:14px 0 10px}
.benefit-card p{color:var(--muted)}
.service-split{
  display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;
}
.service-split img{
  height:470px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow);
}
.comparison-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;
}
.comparison-card{
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);
  border-radius:28px;padding:30px;color:#fff;
}
.comparison-card h3{font-size:26px;margin-bottom:14px;color:var(--gold)}
.comparison-card li{list-style:none;margin-bottom:12px;color:#dce8ff}
.industry-showcase{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:26px;
  align-items:stretch;
}
.industry-feature{
  position:relative;min-height:520px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);
}
.industry-feature img{height:100%;object-fit:cover}
.industry-feature .overlay,.industry-small .overlay{
  position:absolute;inset:0;background:linear-gradient(to top,rgba(2,8,23,.92),rgba(2,8,23,.08));
  display:flex;flex-direction:column;justify-content:flex-end;color:#fff;padding:30px;
}
.industry-feature h2{font-size:42px;line-height:1.08;margin-bottom:12px}
.industry-side{display:grid;gap:26px}
.industry-small{position:relative;min-height:247px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.industry-small img{height:100%;object-fit:cover}
.industry-small h3{font-size:25px;margin-bottom:8px}
.industry-icon-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:22px;
}
.industry-icon-card{
  background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;
  box-shadow:0 18px 45px rgba(16,24,40,.06);
}
.industry-icon-card h3{color:var(--navy);font-size:21px;margin:14px 0 8px}
.industry-icon-card p{color:var(--muted)}
.industry-cta{
  border-radius:34px;overflow:hidden;
  background:linear-gradient(100deg,rgba(2,8,23,.96),rgba(6,23,53,.78)),url('https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?auto=format&fit=crop&w=1800&q=85') center/cover;
  padding:70px;color:#fff;box-shadow:var(--shadow);
}
.industry-cta h2{font-size:44px;line-height:1.1;margin-bottom:14px}
.industry-cta p{max-width:720px;color:#dce8ff;font-size:18px;margin-bottom:24px}
@media(max-width:1080px){
  .hero-grid > .reveal:first-child,.hero-grid .form-card{min-height:auto}
  .home-premium-strip,.service-benefit-grid,.comparison-grid,.service-split,.industry-showcase{grid-template-columns:1fr}
  .stat-wall,.industry-icon-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .stat-wall,.industry-icon-grid{grid-template-columns:1fr}
  .premium-image-card{min-height:320px}
  .service-split img{height:330px}
  .industry-feature{min-height:380px}
  .industry-cta{padding:34px}
  .industry-cta h2,.industry-feature h2{font-size:32px}
}


/* Hero right form premium correction */
.hero-grid .form-card{
  justify-content:flex-start !important;
  padding:30px !important;
  gap:18px;
}
.form-card h3{margin-top:0}
.form-card p{margin-bottom:14px}
.hero-form-slider{
  margin-top:22px;
  border-radius:24px;
  overflow:hidden;
  background:#061735;
  border:1px solid #e5edf7;
}
.hero-form-slider-head{
  padding:16px 18px 10px;
  color:#fff;
}
.hero-form-slider-head b{
  display:block;
  font-size:18px;
  margin-bottom:3px;
}
.hero-form-slider-head span{
  color:#cbd8f0;
  font-size:13px;
}
.hero-mini-slider{
  overflow:hidden;
  padding:0 14px 16px;
}
.hero-mini-track{
  display:flex;
  gap:12px;
  animation:heroMiniSlide 22s linear infinite;
}
.hero-mini-card{
  min-width:155px;
  height:112px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  flex:0 0 auto;
}
.hero-mini-card img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.hero-mini-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(2,8,23,.65),transparent);
}
.hero-mini-card span{
  position:absolute;
  left:12px;
  bottom:10px;
  z-index:1;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
@keyframes heroMiniSlide{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:680px){
  .hero-grid .form-card{padding:22px !important}
  .hero-mini-card{min-width:135px;height:98px}
}


/* === Priority fixes: stable services dropdown, page hero separation, industries cleanup === */
.page-hero{
  position:relative;
  overflow:hidden;
  background-attachment:scroll !important;
  isolation:isolate;
  margin-bottom:0;
}
.page-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:34px;
  background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);
  z-index:0;
}
.page-hero .container{position:relative;z-index:2}
.page-hero + .section{position:relative;z-index:3}

.drop{
  position:relative;
}
.drop-btn{
  display:flex;
  align-items:center;
  gap:7px;
}
.drop-btn::after{
  content:"";
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:.25s ease;
}
.drop.open .drop-btn::after,
.drop:hover .drop-btn::after{
  transform:rotate(225deg) translateY(-2px);
}
.drop-menu{
  top:46px !important;
  right:auto !important;
  left:0 !important;
  width:345px !important;
  padding:12px !important;
  z-index:1200 !important;
}
.drop.open .drop-menu{
  display:block !important;
}
.drop-menu a{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:48px;
  border:1px solid transparent;
}
.drop-menu a::before{
  content:"";
  width:28px;
  height:28px;
  border-radius:10px;
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  flex:0 0 28px;
  box-shadow:0 8px 18px rgba(6,23,53,.12);
}
.drop-menu a::after{
  content:"›";
  margin-left:auto;
  color:var(--gold);
  font-size:22px;
  font-weight:900;
  line-height:1;
}
.drop-menu a:hover{
  border-color:var(--line);
  transform:translateX(2px);
}
.industry-showcase{
  display:none !important;
}
.industry-icon-grid{
  margin-top:0;
}
@media(max-width:1080px){
  .drop-menu{
    width:100% !important;
    left:auto !important;
    top:auto !important;
  }
  .drop-menu a::before{
    background:linear-gradient(135deg,var(--gold2),var(--gold));
  }
  .drop-btn::after{
    margin-left:auto;
  }
}


/* === Final polish fixes === */

/* Stable 50/50 hero layout */
.hero{
  min-height:820px !important;
  overflow:hidden !important;
}
.hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  align-items:center !important;
  gap:48px !important;
  padding:72px 0 !important;
}
.hero-grid > .reveal:first-child{
  min-height:auto !important;
  height:auto !important;
  justify-content:center !important;
}
.hero-grid .form-card{
  width:100% !important;
  max-width:100% !important;
  min-height:auto !important;
  height:auto !important;
  max-height:none !important;
  overflow:hidden !important;
  justify-content:flex-start !important;
  padding:26px !important;
}

/* Keep form compact and stop slider expanding */
.hero-grid .form-card h3{
  font-size:26px !important;
  margin-bottom:6px !important;
}
.hero-grid .form-card p{
  font-size:13px !important;
  margin-bottom:14px !important;
}
.hero-grid .form-grid{
  gap:12px !important;
}
.hero-grid input,
.hero-grid select{
  min-height:44px !important;
  padding:12px 14px !important;
}
.hero-grid textarea{
  min-height:82px !important;
  max-height:90px !important;
  padding:12px 14px !important;
}
.hero-grid .form-card button{
  min-height:46px !important;
  margin-top:2px !important;
}
.hero-form-slider{
  margin-top:16px !important;
  max-height:160px !important;
  overflow:hidden !important;
  border-radius:22px !important;
}
.hero-form-slider-head{
  padding:12px 16px 6px !important;
}
.hero-form-slider-head b{
  font-size:16px !important;
}
.hero-form-slider-head span{
  font-size:12px !important;
}
.hero-mini-slider{
  padding:0 12px 12px !important;
}
.hero-mini-card{
  min-width:135px !important;
  height:82px !important;
  border-radius:15px !important;
}
.hero-mini-card span{
  font-size:11px !important;
}

/* Service dropdown icons instead of plain blue boxes */
.drop-menu a::before{
  content:"" !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  color:var(--gold);
  font-size:15px;
  font-weight:900;
  text-align:center;
  line-height:28px;
  background:linear-gradient(135deg,var(--navy),var(--navy2)) !important;
}
.drop-menu a[href*="freight-forwarding"]::before{content:"↗" !important;}
.drop-menu a[href*="air-freight"]::before{content:"✈" !important;}
.drop-menu a[href*="sea-freight"]::before{content:"⚓" !important;}
.drop-menu a[href*="warehousing"]::before{content:"⌂" !important;}
.drop-menu a[href*="customs"]::before{content:"☰" !important;}
.drop-menu a[href*="door-to-door"]::before{content:"➜" !important;}

/* Remove white glow / collapsed separation line on page hero */
.page-hero{
  min-height:430px !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  background-position:center !important;
  background-size:cover !important;
}
.page-hero:after{
  display:none !important;
}
.page-hero + .section{
  margin-top:0 !important;
}

/* Better Process and Contact hero overlay */
body:has(.process-row) .page-hero{
  background-position:center 52% !important;
}
.quote-section{
  background-attachment:scroll !important;
}

/* Improve hero text scaling */
.hero h1{
  font-size:clamp(44px,5.2vw,74px) !important;
  line-height:1.02 !important;
}
.hero p{
  max-width:610px !important;
}

/* Avoid horizontal overflow */
body, html{
  max-width:100%;
  overflow-x:hidden !important;
}
.form-card, .quote-form, .hero-form-slider, .hero-mini-slider{
  max-width:100%;
}

@media(max-width:1080px){
  .hero-grid{
    grid-template-columns:1fr !important;
    padding:58px 0 84px !important;
  }
  .hero-grid .form-card{
    max-width:760px !important;
  }
  .drop-menu a::before{
    color:var(--navy) !important;
    background:linear-gradient(135deg,var(--gold2),var(--gold)) !important;
  }
}
@media(max-width:680px){
  .hero h1{
    font-size:clamp(38px,11vw,54px) !important;
  }
  .hero-grid .form-card{
    padding:20px !important;
  }
  .hero-mini-card{
    min-width:120px !important;
    height:76px !important;
  }
  .page-hero{
    min-height:360px !important;
  }
}


/* === Balanced final correction === */

/* Better banner background visibility */
.hero{
  background:
    linear-gradient(110deg,rgba(2,8,23,.88),rgba(6,23,53,.68) 52%,rgba(6,23,53,.12)),
    var(--hero-image) center/cover no-repeat !important;
}
.page-hero{
  background:
    linear-gradient(110deg,rgba(2,8,23,.86),rgba(6,23,53,.58)),
    var(--page-image) center/cover no-repeat !important;
}

/* Better section spacing after hero/trust */
.section{
  padding:90px 0 !important;
}
.trust{
  padding-bottom:55px !important;
}
.trust-grid{
  transform:translateY(-5px);
}

/* Home hero: balanced 50/50 */
.hero-grid{
  align-items:stretch !important;
}
.hero-copy-panel{
  min-height:640px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-form-wrap{
  min-height:640px;
  display:flex;
}
.hero-form-wrap .form-card{
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-form-wrap .form-card .hero-form-slider{
  flex:0 0 auto;
}

/* If original first reveal has no wrapper, still balance */
.hero-grid > .reveal:first-child{
  min-height:640px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

/* Contact page white layout */
.contact-white-section{
  background:#fff !important;
  color:var(--text) !important;
}
.contact-white-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:36px;
}
.contact-white-card h2,
.contact-white-card h3{
  color:var(--navy);
}
.contact-white-card p{
  color:var(--muted);
}
.contact-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:28px;
}
.contact-feature{
  background:#f8fafc;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
}
.contact-feature h3{
  font-size:20px;
  margin:12px 0 8px;
}
.contact-white-section .quote-form{
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

/* Dropdown icon consistency */
.drop-menu a::before{
  content:"›" !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:28px !important;
  height:28px !important;
  border-radius:10px !important;
  background:linear-gradient(135deg,var(--navy),var(--navy2)) !important;
  color:var(--gold) !important;
  font-size:22px !important;
  font-weight:900 !important;
  line-height:1 !important;
  flex:0 0 28px !important;
}
.drop-menu a::after{
  content:"→" !important;
  color:var(--gold) !important;
  font-size:16px !important;
  font-weight:900 !important;
}
.drop-menu a:hover::before{
  background:linear-gradient(135deg,var(--gold2),var(--gold)) !important;
  color:var(--navy) !important;
}

/* Remove hover dependency that causes flicker */
.drop:hover .drop-menu{
  display:none !important;
}
.drop.open .drop-menu{
  display:block !important;
}

/* Contact hero spacing and readability */
.contact-page-hero{
  min-height:390px !important;
}
.contact-page-hero h1{
  max-width:900px;
}

/* White contact content section */
.contact-main-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:stretch;
}
.contact-main-grid > *{
  min-height:100%;
}

/* Mobile fixes */
@media(max-width:1080px){
  .topbar{
    display:none !important;
  }
  .hero-copy-panel,
  .hero-form-wrap,
  .hero-grid > .reveal:first-child{
    min-height:auto !important;
  }
  .contact-main-grid,
  .contact-feature-grid{
    grid-template-columns:1fr !important;
  }
  .drop-menu{
    display:none !important;
    position:static !important;
    width:100% !important;
    margin-top:6px !important;
    padding:10px !important;
    border-radius:18px !important;
  }
  .drop.open .drop-menu{
    display:block !important;
  }
  .drop-menu a{
    color:#fff !important;
  }
  .drop-menu a::before{
    background:linear-gradient(135deg,var(--gold2),var(--gold)) !important;
    color:var(--navy) !important;
  }
}
@media(max-width:680px){
  .section{
    padding:64px 0 !important;
  }
  .contact-white-card{
    padding:24px;
  }
  .hero-grid{
    gap:28px !important;
  }
}


/* === Contact layout and universal dropdown final fix === */

/* Strong dropdown behavior across all devices */
.drop{
  position:relative !important;
}
.drop-menu{
  pointer-events:auto !important;
}
.drop.open .drop-menu{
  display:block !important;
}
.drop:not(.open) .drop-menu{
  display:none !important;
}
.drop:hover .drop-menu{
  display:none !important;
}
.drop.open:hover .drop-menu{
  display:block !important;
}
.drop-btn{
  user-select:none;
}

/* Gold uniform dropdown icons */
.drop-menu a::before{
  content:"" !important;
  width:30px !important;
  height:30px !important;
  border-radius:10px !important;
  background:linear-gradient(135deg,var(--gold2),var(--gold)) !important;
  color:var(--navy) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 30px !important;
  font-size:0 !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:17px 17px !important;
}
.drop-menu a[href*="freight-forwarding"]::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23061735' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M8 7h9v9'/%3E%3C/svg%3E") !important;
}
.drop-menu a[href*="air-freight"]::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23061735' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11.5 21 4l-7.5 18-3-7.5-7.5-3Z'/%3E%3Cpath d='m10.5 14.5 4-4'/%3E%3C/svg%3E") !important;
}
.drop-menu a[href*="sea-freight"]::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23061735' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17h16l-2 4H6l-2-4Z'/%3E%3Cpath d='M6 17V9h12v8'/%3E%3Cpath d='M9 9V4h6v5'/%3E%3C/svg%3E") !important;
}
.drop-menu a[href*="warehousing"]::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23061735' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21V8l9-5 9 5v13'/%3E%3Cpath d='M7 21v-8h10v8'/%3E%3C/svg%3E") !important;
}
.drop-menu a[href*="customs"]::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23061735' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h7l5 5v13H7V3Z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6M9 17h6'/%3E%3C/svg%3E") !important;
}
.drop-menu a[href*="door-to-door"]::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23061735' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v10H3V6Z'/%3E%3Cpath d='M14 10h4l3 3v3h-7v-6Z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E") !important;
}
.drop-menu a::after{
  content:"→" !important;
  color:var(--gold) !important;
}

/* Premium Contact page redesign */
.contact-redesign{
  background:
    radial-gradient(circle at 15% 20%,rgba(216,182,110,.10),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fc 100%) !important;
}
.contact-layout-pro{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:stretch;
}
.contact-info-pro{
  position:relative;
  background:
    linear-gradient(135deg,rgba(2,8,23,.94),rgba(6,23,53,.82)),
    url('https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?auto=format&fit=crop&w=1400&q=85') center/cover;
  border-radius:34px;
  padding:38px;
  color:#fff;
  overflow:hidden;
  box-shadow:var(--shadow);
  min-height:620px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.contact-info-pro:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:54px 54px;
}
.contact-info-pro > *{position:relative;z-index:1}
.contact-info-pro h2{
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  margin:12px 0 16px;
}
.contact-info-pro p{
  color:#dce8ff;
  font-size:17px;
  max-width:520px;
}
.contact-list-pro{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.contact-list-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  padding:16px;
  backdrop-filter:blur(10px);
}
.contact-list-item .icon{
  width:46px;
  height:46px;
  border-radius:16px;
  margin:0;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:var(--navy);
  flex:0 0 46px;
}
.contact-list-item h3{
  color:#fff;
  font-size:18px;
  margin-bottom:4px;
}
.contact-list-item span{
  color:#dce8ff;
  font-size:14px;
}
.contact-form-pro{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:38px;
  box-shadow:var(--shadow);
  min-height:620px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-form-pro h3{
  color:var(--navy);
  font-size:34px;
  margin-bottom:10px;
}
.contact-form-pro .lead{
  color:var(--muted);
  margin-bottom:24px;
}
.contact-form-pro .form-grid{
  gap:16px;
}
.contact-form-pro input,
.contact-form-pro select{
  min-height:48px;
}
.contact-form-pro textarea{
  min-height:142px;
}
.contact-form-pro button{
  min-height:50px;
}
.contact-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
}
.contact-mini-stat{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:16px;
}
.contact-mini-stat b{
  color:var(--gold);
  display:block;
  font-size:24px;
}
.contact-mini-stat span{
  color:#dce8ff;
  font-size:12px;
  font-weight:800;
}
@media(max-width:1080px){
  .contact-layout-pro{
    grid-template-columns:1fr !important;
  }
  .contact-info-pro,
  .contact-form-pro{
    min-height:auto;
  }
}
@media(max-width:680px){
  .contact-info-pro,
  .contact-form-pro{
    padding:24px;
    border-radius:26px;
  }
  .contact-mini-stats{
    grid-template-columns:1fr;
  }
}


/* === Mobile hero and service dropdown final fixes === */

/* Remove main Services label arrow */
.drop-btn::after{
  display:none !important;
}

/* Service dropdown icons: desktop gold bg + navy icon, mobile white icon */
.drop-menu a::before{
  opacity:1 !important;
  filter:none !important;
}
@media(max-width:1080px){
  .drop-menu a::before{
    background:rgba(255,255,255,.10) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    filter:brightness(0) invert(1) !important;
  }
  .drop-menu a::after{
    color:var(--gold) !important;
  }
}

/* Restore service page tick / flow visual */
.check-list li::before,
.feature-list li::before{
  content:"✓";
  width:26px;
  height:26px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 26px;
}
.check-list li,
.feature-list li{
  align-items:flex-start !important;
  gap:12px !important;
}
.dark .card{
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.16) !important;
  color:#fff !important;
}
.dark .card h3{
  color:#fff !important;
}
.dark .card p{
  color:#dce8ff !important;
}

/* Proper mobile hero structure */
@media(max-width:680px){
  body{
    overflow-x:hidden !important;
  }

  .container{
    width:min(100% - 32px, 1200px) !important;
  }

  .hero{
    min-height:auto !important;
    display:block !important;
    background-position:center top !important;
  }

  .hero-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:26px !important;
    padding:42px 0 58px !important;
    width:100% !important;
  }

  .hero-grid > .reveal:first-child,
  .hero-copy-panel{
    min-height:auto !important;
    width:100% !important;
    overflow:hidden !important;
  }

  .badge{
    max-width:100% !important;
    width:100% !important;
    white-space:normal !important;
    justify-content:flex-start !important;
    font-size:14px !important;
    padding:10px 14px !important;
  }

  .hero h1{
    font-size:42px !important;
    line-height:1.08 !important;
    letter-spacing:-1.2px !important;
    max-width:100% !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }

  .hero p{
    font-size:16px !important;
    line-height:1.65 !important;
    max-width:100% !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    width:100% !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:52px !important;
    text-align:center !important;
  }

  .metrics{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .metric{
    width:100% !important;
    padding:20px !important;
  }

  .hero-form-wrap,
  .hero-grid .form-card{
    width:100% !important;
    min-width:0 !important;
  }

  .hero-grid .form-card{
    padding:20px !important;
    border-radius:26px !important;
  }

  .hero-grid .form-grid{
    grid-template-columns:1fr !important;
  }

  .hero-grid textarea{
    max-height:none !important;
    min-height:95px !important;
  }

  .hero-form-slider{
    max-height:none !important;
  }

  .hero-mini-card{
    min-width:130px !important;
  }

  .float{
    right:14px !important;
    bottom:14px !important;
    padding:12px 18px !important;
    font-size:14px !important;
  }
}

@media(max-width:420px){
  .container{
    width:calc(100% - 28px) !important;
  }

  .hero h1{
    font-size:38px !important;
  }

  .logo{
    font-size:22px !important;
  }

  .mobile-btn{
    width:44px !important;
    height:44px !important;
  }
}
