:root{
  --navy:#061a32;--navy-2:#0b2747;--blue:#0b5cad;--blue-2:#1976d2;--gold:#d9a441;--gold-2:#f0c56a;
  --ink:#101820;--muted:#5b6877;--mist:#f3f6f9;--line:#dfe6ee;--white:#fff;--success:#16794a;
  --shadow:0 24px 70px rgba(6,26,50,.12);--shadow-sm:0 12px 34px rgba(6,26,50,.08);--radius:18px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}.skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-150%);background:var(--navy);color:#fff;padding:10px 14px;border-radius:10px}.skip-link:focus{transform:none}.site-header{position:fixed;z-index:1000;top:14px;left:0;right:0}.nav-shell{width:min(calc(100% - 24px),1220px);margin:auto;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 55px rgba(4,22,42,.16);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:18px;transition:.3s ease}.nav-shell.scrolled{background:rgba(255,255,255,.96);box-shadow:0 14px 45px rgba(4,22,42,.2)}.nav-inner{min-height:72px;padding:8px 12px 8px 18px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;min-width:190px}.brand img{width:148px;height:auto}.nav-links{display:flex;align-items:center;justify-content:center;gap:4px;flex:1}.nav-links a{font-size:.87rem;font-weight:750;color:#263443;padding:10px 10px;border-radius:10px;transition:.2s}.nav-links a:hover,.nav-links a[aria-current="page"]{background:#eef4fa;color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:8px}.menu-toggle{display:none;border:0;background:var(--navy);color:#fff;width:44px;height:44px;border-radius:12px;cursor:pointer}.mobile-menu{display:none;padding:0 14px 14px}.mobile-menu.open{display:grid;gap:5px}.mobile-menu a{padding:12px;border-radius:10px;font-weight:800}.mobile-menu a:hover{background:#eef4fa}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 17px;border-radius:12px;font-weight:850;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gold);color:var(--navy);box-shadow:0 12px 26px rgba(217,164,65,.25)}.btn-primary:hover{background:var(--gold-2);box-shadow:0 16px 34px rgba(217,164,65,.34)}.btn-dark{background:var(--navy);color:#fff;box-shadow:0 12px 28px rgba(6,26,50,.2)}.btn-outline{background:#fff;border-color:#cdd7e2}.btn-ghost{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.24);color:#fff}.btn-blue{background:var(--blue);color:#fff}.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;background:var(--navy);color:#fff;padding:150px 0 100px}.hero-media{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(6,26,50,.97) 0%,rgba(6,26,50,.87) 42%,rgba(6,26,50,.34) 100%),linear-gradient(135deg,#061a32,#0b2747);background-size:cover;background-position:center}.hero::after{content:"";position:absolute;width:540px;height:540px;right:-230px;top:80px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:40px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:900;color:var(--blue)}.eyebrow.light{color:var(--gold-2)}.hero .eyebrow{color:#f0c56a;background:rgba(217,164,65,.12);border:1px solid rgba(240,197,106,.25);padding:9px 13px;border-radius:999px}.hero h1{font-size:clamp(3rem,7vw,6.2rem);line-height:.98;letter-spacing:-.055em;max-width:850px;margin:22px 0}.hero p{font-size:clamp(1rem,2vw,1.18rem);line-height:1.8;max-width:730px;color:#d7e1ec}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-card{justify-self:end;width:min(100%,390px);padding:22px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.2);box-shadow:0 35px 80px rgba(0,0,0,.25);backdrop-filter:blur(16px);transform:perspective(900px) rotateY(-6deg) rotateX(2deg);animation:float 6s ease-in-out infinite}.hero-card .route{font-size:2rem;font-weight:950;letter-spacing:-.04em}.hero-card .mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.hero-card .mini{padding:13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:14px}.hero-card .mini strong{display:block}.hero-card .mini span{display:block;font-size:.78rem;color:#c9d5e2;margin-top:3px}.trust-strip{position:relative;z-index:5;margin-top:-45px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.trust-item{padding:22px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item small{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:.66rem;font-weight:900;color:var(--blue)}.trust-item strong{display:block;margin-top:4px;font-size:1rem}.section{padding:96px 0}.section.mist{background:var(--mist)}.section.dark{background:var(--navy);color:#fff}.section-head{max-width:760px}.section-head.center{margin-inline:auto;text-align:center}.section-head h2{font-size:clamp(2.15rem,4vw,3.5rem);line-height:1.04;letter-spacing:-.04em;margin:10px 0 14px}.section-head p{color:var(--muted);font-size:1.03rem;line-height:1.8;margin:0}.dark .section-head p{color:#bdcad8}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.card-body{padding:24px}.lift{transition:transform .3s ease,box-shadow .3s ease}.lift:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.image-card img{width:100%;height:240px;object-fit:cover}.image-card.featured{grid-column:span 2}.image-card.featured img{height:320px}.image-card h3{font-size:1.5rem;margin:0}.image-card p{color:var(--muted);line-height:1.75}.text-link{display:inline-flex;gap:7px;align-items:center;color:var(--blue);font-weight:900}.feature-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.feature-image{min-height:500px;border-radius:22px;background-size:cover;background-position:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.feature-image::after{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.35);border-radius:18px;pointer-events:none}.feature-image.vehicle{background-image:linear-gradient(180deg,rgba(6,26,50,.04),rgba(6,26,50,.32)),url("https://images.pexels.com/photos/29566901/pexels-photo-29566901.jpeg?auto=compress&cs=tinysrgb&w=1600")}.feature-image.cargo{background-image:linear-gradient(180deg,rgba(6,26,50,.04),rgba(6,26,50,.28)),url("https://images.pexels.com/photos/6170405/pexels-photo-6170405.jpeg?auto=compress&cs=tinysrgb&w=1600")}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.check{display:flex;gap:10px;align-items:flex-start}.check i{width:20px;height:20px;display:grid;place-items:center;flex:0 0 20px;border-radius:50%;background:rgba(217,164,65,.16);color:var(--gold);font-style:normal;font-weight:900}.check span{font-weight:750}.method-grid{grid-template-columns:repeat(5,1fr)}.method-card{padding:24px}.method-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#edf5fc;color:var(--blue);font-size:1.15rem}.method-card h3{margin:16px 0 8px}.method-card p{color:var(--muted);font-size:.9rem;line-height:1.7}.steps{grid-template-columns:repeat(4,1fr)}.step{padding:25px}.step-number{color:var(--gold);font-size:.78rem;font-weight:950;letter-spacing:.14em}.step h3{margin:10px 0 8px}.step p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.7}.quote-card{padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#fff,#f7fafc);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:850;font-size:.88rem}.field input,.field select,.field textarea{width:100%;border:1px solid #cfd9e4;background:#fff;color:var(--ink);border-radius:11px;padding:12px 13px;outline:0;transition:border .2s,box-shadow .2s}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,92,173,.1)}.microcopy{font-size:.76rem;color:#687687;line-height:1.6}.form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:20px}.form-status{display:none;margin-top:16px;padding:14px 16px;border-radius:12px;background:#edf8f2;color:var(--success);border:1px solid #b9dfc9;font-weight:750}.form-status.show{display:block}.notice{padding:18px 20px;border-left:4px solid var(--gold);background:#fff9eb;border-radius:12px;color:#5c4a21}.tracking-box{max-width:760px;margin:auto;padding:32px}.tracking-result{display:none;margin-top:22px}.tracking-result.show{display:block}.status-pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:#e9f6ef;color:var(--success);font-weight:900;font-size:.75rem}.timeline{display:grid;gap:0;margin-top:28px}.timeline-item{display:grid;grid-template-columns:32px 1fr;gap:14px;position:relative;padding-bottom:22px}.timeline-item::before{content:"";position:absolute;left:15px;top:31px;bottom:0;width:2px;background:#d9e2eb}.timeline-item:last-child::before{display:none}.timeline-dot{width:32px;height:32px;border-radius:50%;background:var(--navy);border:7px solid #dceaf6;z-index:1}.timeline-item.active .timeline-dot{background:var(--gold);border-color:#f8e7bd}.timeline-item h3{margin:2px 0 2px;font-size:1rem}.timeline-item p{margin:0;color:var(--muted);font-size:.88rem}.article-card{padding:24px}.article-card h3{font-size:1.3rem;line-height:1.25;margin:8px 0}.article-card p{color:var(--muted);line-height:1.7}.tag{display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf4fb;color:var(--blue);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero-page{padding:160px 0 70px;background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;position:relative;overflow:hidden}.hero-page::after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-200px;top:-200px;box-shadow:0 0 0 50px rgba(255,255,255,.02),0 0 0 100px rgba(255,255,255,.015)}.hero-page h1{font-size:clamp(2.5rem,6vw,4.8rem);line-height:1;letter-spacing:-.05em;margin:12px 0}.hero-page p{max-width:720px;color:#c8d5e3;font-size:1.05rem}.breadcrumb{font-size:.8rem;color:#a9bacb}.breadcrumb a{color:#fff;font-weight:800}.legal{max-width:820px}.legal h2{font-size:1.6rem;margin-top:38px}.legal p,.legal li{color:var(--muted);line-height:1.85}.legal ul{padding-left:20px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:#fff;border:0;padding:18px 20px;font-weight:900;cursor:pointer}.faq-answer{display:none;padding:0 20px 20px;color:var(--muted);line-height:1.75}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-question{color:var(--blue)}.footer{background:#041326;color:#fff;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.footer h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#9db0c3}.footer p,.footer a{color:#b8c5d2;font-size:.9rem}.footer a:hover{color:#fff}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#91a3b5;font-size:.78rem}.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:900;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#20b96a;color:#fff;box-shadow:0 16px 34px rgba(32,185,106,.32);font-weight:950}.floating-whatsapp.disabled{background:#738091;box-shadow:none}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.float{animation:float 6s ease-in-out infinite}@keyframes float{0%,100%{transform:perspective(900px) rotateY(-6deg) translateY(0)}50%{transform:perspective(900px) rotateY(-4deg) translateY(-10px)}}@media(max-width:1050px){.nav-links{display:none}.menu-toggle{display:grid;place-items:center}.nav-actions .desktop-only{display:none}.nav-inner{justify-content:space-between}.brand{min-width:0}.hero-grid{grid-template-columns:1fr}.hero-card{justify-self:start;transform:none}.method-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.hero{min-height:700px;padding-top:145px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(3),.trust-item:nth-child(4){border-top:1px solid var(--line)}.feature-layout{grid-template-columns:1fr}.feature-image{min-height:380px}.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr 1fr}.image-card.featured{grid-column:auto}.image-card.featured img{height:240px}.form-grid{grid-template-columns:1fr 1fr}.field.full{grid-column:1/-1}.section{padding:76px 0}.footer-bottom{flex-direction:column}}@media(max-width:560px){.container{width:min(calc(100% - 24px),var(--container))}.nav-shell{width:calc(100% - 14px);top:7px}.brand img{width:128px}.nav-inner{min-height:64px}.hero{min-height:720px;padding:130px 0 75px}.hero h1{font-size:clamp(2.7rem,14vw,4rem)}.hero-card{width:100%}.hero-actions,.hero-actions .btn{width:100%}.trust-strip{margin-top:-28px}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0!important;border-top:1px solid var(--line)}.trust-item:first-child{border-top:0}.grid-2,.grid-3,.grid-4,.method-grid,.steps,.footer-grid{grid-template-columns:1fr}.check-list{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.feature-image{min-height:320px}.footer{padding-top:48px}.footer-bottom{margin-top:30px}.floating-whatsapp{width:52px;height:52px;right:14px;bottom:14px}.hero-page{padding:135px 0 55px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.float{animation:none}.btn,.nav-shell{transition:none}.lift{transition:none}}

/* ==========================================================
   Gomez Layee Logistics — Premium visual refinement layer
   ========================================================== */
:root{
  --font-display:"Manrope",Inter,ui-sans-serif,system-ui,sans-serif;
  --font-body:"Inter",ui-sans-serif,system-ui,sans-serif;
  --shadow-card:0 18px 45px rgba(6,26,50,.10),0 3px 10px rgba(6,26,50,.06);
  --shadow-card-hover:0 30px 75px rgba(6,26,50,.18),0 10px 24px rgba(6,26,50,.10);
  --ease-smooth:cubic-bezier(.22,1,.36,1);
}
body{font-family:var(--font-body);font-size:15.5px;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4,h5,h6,.brand,.btn,.nav-links a,.eyebrow,.tag,.step-number,.trust-item strong{font-family:var(--font-display)}
.nav-shell{transform:translateY(0);transition:transform .45s var(--ease-smooth),box-shadow .35s ease,background .35s ease}
.nav-shell.scrolled{box-shadow:0 20px 55px rgba(4,22,42,.22);transform:translateY(-1px)}
.hero h1{font-size:clamp(2.75rem,6vw,4.85rem);line-height:1.01;max-width:780px}
.hero p{font-size:clamp(.98rem,1.5vw,1.08rem);max-width:680px}
.section-head h2{font-size:clamp(1.95rem,3.4vw,2.85rem);line-height:1.08}
.hero-page h1{font-size:clamp(2.25rem,5vw,3.9rem)}
.hero-page p{font-size:1rem}
.card,.quote-card,.trust-item,.method-card,.step,.article-card,.faq-item{position:relative;box-shadow:var(--shadow-card);transform-style:preserve-3d;transition:transform .45s var(--ease-smooth),box-shadow .45s var(--ease-smooth),border-color .3s ease}
.card::before,.quote-card::before,.trust-item::before,.method-card::before,.step::before,.article-card::before,.faq-item::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.7),transparent 38%,rgba(11,92,173,.025) 100%);opacity:.55;z-index:0}
.card>* ,.quote-card>* ,.trust-item>* ,.method-card>* ,.step>* ,.article-card>* ,.faq-item>*{position:relative;z-index:1}
.card.lift:hover,.card.tilt-active,.quote-card:hover,.trust-item:hover,.method-card:hover,.step:hover,.article-card:hover,.faq-item:hover{box-shadow:var(--shadow-card-hover);border-color:#cbd8e6}
.card.lift:hover{transform:translateY(-10px) rotateX(.6deg)}
.image-card{perspective:1100px}
.image-card img{transition:transform .8s var(--ease-smooth),filter .8s ease}
.image-card:hover img{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}
.image-card .card-body{padding:22px 24px 25px}
.image-card h3{font-size:1.25rem;letter-spacing:-.02em}
.method-card h3,.step h3{font-size:1.12rem;letter-spacing:-.015em}
.article-card h3{font-size:1.18rem}
.trust-item{background:linear-gradient(145deg,#fff,#f8fbfd)}
.trust-item strong{font-size:.94rem}
.hero-media{transform:scale(1.035);will-change:transform;background-image:linear-gradient(90deg,rgba(6,26,50,.94) 0%,rgba(6,26,50,.82) 44%,rgba(6,26,50,.38) 100%),linear-gradient(135deg,#061a32,#0b2747)}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,26,50,.06),rgba(6,26,50,.22));pointer-events:none}
.hero-card{box-shadow:0 40px 100px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.18);border-radius:24px}
.hero-card .mini{box-shadow:inset 0 1px rgba(255,255,255,.08),0 8px 25px rgba(0,0,0,.08)}
.feature-image{transform:translateZ(0);transition:transform .8s var(--ease-smooth),box-shadow .6s ease}
.feature-image:hover{transform:perspective(1100px) rotateY(-2deg) rotateX(1deg) translateY(-6px);box-shadow:var(--shadow-card-hover)}
.feature-image::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 38%);z-index:1;pointer-events:none}
.quote-card{background:linear-gradient(145deg,#fff 0%,#f6f9fc 100%)}
.btn{letter-spacing:-.01em}
.btn-primary,.btn-dark,.btn-blue{box-shadow:0 14px 30px rgba(6,26,50,.16),inset 0 1px rgba(255,255,255,.16)}
.btn-primary:hover,.btn-dark:hover,.btn-blue:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(6,26,50,.2),inset 0 1px rgba(255,255,255,.18)}
.reveal{opacity:0;transform:translate3d(0,28px,0) scale(.985);filter:blur(2px);transition:opacity .8s var(--ease-smooth),transform .8s var(--ease-smooth),filter .8s ease}
.reveal.visible{opacity:1;transform:none;filter:none}
.reveal[data-delay="1"]{transition-delay:.06s}.reveal[data-delay="2"]{transition-delay:.12s}.reveal[data-delay="3"]{transition-delay:.18s}.reveal[data-delay="4"]{transition-delay:.24s}
.scroll-progress{position:fixed;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--gold),var(--blue-2));z-index:1200;box-shadow:0 0 14px rgba(217,164,65,.45);transform-origin:left}
.page-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(25,118,210,.16),transparent 70%);filter:blur(12px);pointer-events:none}
@media(max-width:800px){
  .section{padding:72px 0}.card-body{padding:20px}.quote-card{padding:24px}.trust-item{padding:19px}.method-card,.step,.article-card{padding:21px}
  .hero h1{font-size:clamp(2.5rem,11vw,3.7rem)}
}
@media(max-width:560px){
  body{font-size:15px}.section-head h2{font-size:clamp(1.8rem,8vw,2.35rem)}.hero-page h1{font-size:clamp(2.15rem,11vw,3rem)}
  .image-card h3{font-size:1.18rem}.card,.quote-card,.trust-item,.method-card,.step,.article-card,.faq-item{border-radius:16px}
}
@media(prefers-reduced-motion:reduce){
  .scroll-progress{display:none}.card,.quote-card,.trust-item,.method-card,.step,.article-card,.faq-item,.image-card img,.feature-image,.hero-media{transition:none!important}
}

/* v3.2 — simplified trust/value + editorial arrival journal */
.trust-premium{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:64px;align-items:center}.trust-visual{min-height:560px;border-radius:28px;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(6,26,50,.03),rgba(6,26,50,.28)),url("https://images.pexels.com/photos/28438290/pexels-photo-28438290.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover;box-shadow:0 30px 80px rgba(6,26,50,.18),0 8px 25px rgba(11,92,173,.08);transform:perspective(1200px) rotateY(-1.5deg);transition:transform .6s ease,box-shadow .6s ease}.trust-visual:hover{transform:perspective(1200px) rotateY(0) translateY(-5px);box-shadow:0 40px 100px rgba(6,26,50,.22),0 12px 32px rgba(11,92,173,.12)}.trust-visual::after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.34);border-radius:21px;pointer-events:none}.trust-visual-badge{position:absolute;left:28px;top:28px;z-index:2;padding:11px 15px;border-radius:999px;background:rgba(6,26,50,.72);backdrop-filter:blur(12px);color:#fff;font-size:.76rem;font-weight:800;border:1px solid rgba(255,255,255,.16)}.trust-visual-badge span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#d9a441;margin-right:8px;box-shadow:0 0 0 5px rgba(217,164,65,.12)}.trust-visual-caption{position:absolute;left:28px;bottom:28px;z-index:2;color:#fff;font-weight:900;letter-spacing:.14em;font-size:.78rem;padding:12px 16px;background:rgba(6,26,50,.62);border-radius:12px;backdrop-filter:blur(10px)}.trust-visual-caption b{color:#d9a441;padding:0 7px}.trust-copy{max-width:600px}.trust-copy h2{max-width:520px;margin-bottom:16px}.trust-lead{font-size:1rem;line-height:1.8;color:var(--muted);max-width:560px}.trust-points{display:grid;gap:13px;margin:30px 0 25px}.trust-point{display:flex;gap:15px;align-items:center;padding:15px 17px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(6,26,50,.06);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.trust-point:hover{transform:translateX(5px);border-color:rgba(11,92,173,.24);box-shadow:0 18px 38px rgba(6,26,50,.10)}.trust-point i{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#eef6ff,#fff8e9);color:var(--blue);font-style:normal;font-size:.67rem;font-weight:900}.trust-point:nth-child(2) i{color:#a87512;background:#fff8e9}.trust-point:nth-child(3) i{color:#167b78;background:#edf9f7}.trust-point strong{display:block;font-size:.91rem}.trust-point span{display:block;color:var(--muted);font-size:.78rem;line-height:1.5;margin-top:3px}.trust-link{display:inline-flex;margin-top:3px}.arrivals-section{background:#f7f9fc}.split-head{display:flex;justify-content:space-between;align-items:end;gap:40px}.split-head>p{max-width:470px;margin:0;color:var(--muted);line-height:1.7}.arrivals-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:22px;margin-top:34px}.arrival-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 18px 48px rgba(6,26,50,.08);transition:transform .5s cubic-bezier(.2,.75,.2,1),box-shadow .5s ease;transform-style:preserve-3d}.arrival-card:hover{transform:translateY(-9px) rotateX(.5deg);box-shadow:0 30px 70px rgba(6,26,50,.14)}.arrival-image{display:block;height:230px;background-position:center;background-size:cover;position:relative}.arrival-featured .arrival-image{height:270px}.arrival-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(6,26,50,.24))}.arrival-body{padding:23px}.arrival-tag{display:inline-block;color:var(--blue);font-size:.68rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900;margin-bottom:10px}.arrival-card h3{font-size:1.08rem;line-height:1.25;margin:0 0 9px}.arrival-featured h3{font-size:1.32rem}.arrival-card p{color:var(--muted);font-size:.86rem;line-height:1.7;margin:0 0 17px}.arrival-card .text-link{font-size:.82rem;font-weight:850}@media (max-width:900px){.trust-premium{grid-template-columns:1fr;gap:34px}.trust-visual{min-height:430px;transform:none}.split-head{display:block}.split-head>p{margin-top:14px}.arrivals-grid{grid-template-columns:1fr}.arrival-featured .arrival-image,.arrival-image{height:240px}}@media (prefers-reduced-motion:reduce){.trust-visual,.arrival-card,.trust-point{transition:none;transform:none}.trust-visual:hover,.arrival-card:hover,.trust-point:hover{transform:none}}

/* V3.3 — Consistent brand colors and 3D icons across all card families */
:root{--gl-card-blue:#0b5cad;--gl-card-gold:#d9a441;--gl-card-teal:#167b78;--gl-card-slate:#536579;--gl-card-blue-tint:#eef6ff;--gl-card-gold-tint:#fff8e9;--gl-card-teal-tint:#edf9f7;--gl-card-slate-tint:#f2f5f8}
.card,.service-card,.trust-item,.method-card,.step,.article-card,.blog-card,.faq-item,.destination-card,.delivery-card,.info-card,.feature-card,.contact-card,.resource-card,.requirement-card,.process-card{--gl-accent:var(--gl-card-blue);--gl-tint:var(--gl-card-blue-tint);--gl-shadow:rgba(11,92,173,.14);position:relative;overflow:hidden;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--gl-accent) 7%,transparent),transparent 34%),linear-gradient(145deg,#fff 0%,var(--gl-tint) 100%);border-top:2px solid color-mix(in srgb,var(--gl-accent) 55%,transparent);box-shadow:0 20px 50px rgba(6,26,50,.09),0 7px 20px var(--gl-shadow);transition:transform .45s var(--ease-smooth),box-shadow .45s var(--ease-smooth),border-color .3s ease}
.service-card:nth-child(4n+2),.trust-item:nth-child(4n+2),.method-card:nth-child(4n+2),.step:nth-child(4n+2),.article-card:nth-child(4n+2),.blog-card:nth-child(4n+2),.faq-item:nth-child(4n+2),.destination-card:nth-child(4n+2),.delivery-card:nth-child(4n+2),.info-card:nth-child(4n+2),.feature-card:nth-child(4n+2),.contact-card:nth-child(4n+2),.resource-card:nth-child(4n+2),.requirement-card:nth-child(4n+2),.process-card:nth-child(4n+2){--gl-accent:var(--gl-card-gold);--gl-tint:var(--gl-card-gold-tint);--gl-shadow:rgba(217,164,65,.15)}
.service-card:nth-child(4n+3),.trust-item:nth-child(4n+3),.method-card:nth-child(4n+3),.step:nth-child(4n+3),.article-card:nth-child(4n+3),.blog-card:nth-child(4n+3),.faq-item:nth-child(4n+3),.destination-card:nth-child(4n+3),.delivery-card:nth-child(4n+3),.info-card:nth-child(4n+3),.feature-card:nth-child(4n+3),.contact-card:nth-child(4n+3),.resource-card:nth-child(4n+3),.requirement-card:nth-child(4n+3),.process-card:nth-child(4n+3){--gl-accent:var(--gl-card-teal);--gl-tint:var(--gl-card-teal-tint);--gl-shadow:rgba(22,123,120,.13)}
.service-card:nth-child(4n+4),.trust-item:nth-child(4n+4),.method-card:nth-child(4n+4),.step:nth-child(4n+4),.article-card:nth-child(4n+4),.blog-card:nth-child(4n+4),.faq-item:nth-child(4n+4),.destination-card:nth-child(4n+4),.delivery-card:nth-child(4n+4),.info-card:nth-child(4n+4),.feature-card:nth-child(4n+4),.contact-card:nth-child(4n+4),.resource-card:nth-child(4n+4),.requirement-card:nth-child(4n+4),.process-card:nth-child(4n+4){--gl-accent:var(--gl-card-slate);--gl-tint:var(--gl-card-slate-tint);--gl-shadow:rgba(83,101,121,.13)}
.card:hover,.service-card:hover,.trust-item:hover,.method-card:hover,.step:hover,.article-card:hover,.blog-card:hover,.faq-item:hover,.destination-card:hover,.delivery-card:hover,.info-card:hover,.feature-card:hover,.contact-card:hover,.resource-card:hover,.requirement-card:hover,.process-card:hover{transform:translateY(-7px) translateZ(4px);box-shadow:0 30px 70px rgba(6,26,50,.14),0 10px 28px var(--gl-shadow);border-top-color:color-mix(in srgb,var(--gl-accent) 82%,transparent)}
.card .icon,.service-card .icon,.trust-item .icon,.method-card .icon,.step .icon,.article-card .icon,.blog-card .icon,.faq-item .icon,.destination-card .icon,.delivery-card .icon,.info-card .icon,.feature-card .icon,.contact-card .icon,.resource-card .icon,.requirement-card .icon,.process-card .icon,.card-icon,.service-icon,.method-icon,.step-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;border-radius:14px;color:var(--gl-accent);background:linear-gradient(145deg,color-mix(in srgb,var(--gl-accent) 14%,#fff),color-mix(in srgb,var(--gl-accent) 5%,#fff));border:1px solid color-mix(in srgb,var(--gl-accent) 22%,transparent);box-shadow:inset 0 1px rgba(255,255,255,.9),0 10px 24px color-mix(in srgb,var(--gl-accent) 15%,transparent);transform:translateZ(14px);transition:transform .4s var(--ease-smooth),box-shadow .4s ease}
.card:hover .icon,.service-card:hover .icon,.trust-item:hover .icon,.method-card:hover .icon,.step:hover .icon,.article-card:hover .icon,.blog-card:hover .icon,.faq-item:hover .icon,.destination-card:hover .icon,.delivery-card:hover .icon,.info-card:hover .icon,.feature-card:hover .icon,.contact-card:hover .icon,.resource-card:hover .icon,.requirement-card:hover .icon,.process-card:hover .icon,.card:hover .card-icon,.card:hover .service-icon,.card:hover .method-icon,.card:hover .step-icon{transform:translateZ(20px) scale(1.06) rotate(-2deg);box-shadow:inset 0 1px rgba(255,255,255,.95),0 15px 30px color-mix(in srgb,var(--gl-accent) 20%,transparent)}
.card .eyebrow,.card .tag,.card .text-link,.service-card .eyebrow,.service-card .text-link,.article-card .tag,.article-card .text-link,.blog-card .tag,.blog-card .text-link,.resource-card .tag,.resource-card .text-link{color:var(--gl-accent)}
@media (max-width:767px){.card:hover,.service-card:hover,.trust-item:hover,.method-card:hover,.step:hover,.article-card:hover,.blog-card:hover,.faq-item:hover,.destination-card:hover,.delivery-card:hover,.info-card:hover,.feature-card:hover,.contact-card:hover,.resource-card:hover,.requirement-card:hover,.process-card:hover{transform:translateY(-3px)}}


/* ==========================================================
   V3.5 — Context-aware text contrast
   Typography scale and existing card palette are retained.
   Foreground colors are changed only where necessary for
   readable contrast against the actual surface.
   ========================================================== */
:root{
  --gl-ink:#111827;
  --gl-body:#344054;
  --gl-muted:#667085;
  --gl-on-dark:#ffffff;
  --gl-on-dark-muted:#d6dfeb;
}

/* Light surfaces: clear, natural text. */
.card,.service-card,.trust-item,.method-card,.step,
.article-card,.blog-card,.faq-item,.destination-card,
.delivery-card,.info-card,.feature-card,.contact-card,
.resource-card,.requirement-card,.process-card,
.quote-card,.form-card,.panel,.box{
  color:var(--gl-body);
}
.card h1,.card h2,.card h3,.card h4,.card h5,.card h6,
.service-card h1,.service-card h2,.service-card h3,.service-card h4,
.trust-item h1,.trust-item h2,.trust-item h3,.trust-item h4,
.method-card h1,.method-card h2,.method-card h3,.method-card h4,
.step h1,.step h2,.step h3,.step h4,
.article-card h1,.article-card h2,.article-card h3,.article-card h4,
.blog-card h1,.blog-card h2,.blog-card h3,.blog-card h4,
.faq-item h1,.faq-item h2,.faq-item h3,.faq-item h4,
.destination-card h1,.destination-card h2,.destination-card h3,.destination-card h4,
.delivery-card h1,.delivery-card h2,.delivery-card h3,.delivery-card h4{
  color:var(--gl-ink);
}
.card small,.card .muted,.card .meta,.card .helper,
.service-card small,.trust-item small,.method-card small,
.article-card small,.blog-card small,.faq-item small{
  color:var(--gl-muted);
}

/* Dark/image surfaces: force readable light foregrounds. */
.section.dark,.dark-panel,.dark-card,.footer{
  color:var(--gl-on-dark);
}
.section.dark p,.dark-panel p,.dark-card p,.footer p,
.footer li,.footer small{
  color:var(--gl-on-dark-muted);
}
.hero .hero-content,.hero .hero-content h1,.hero .hero-content h2,
.hero .hero-content h3,.hero .hero-content p,.hero .hero-content li{
  color:var(--gl-on-dark);
}
.hero .hero-content p{color:var(--gl-on-dark-muted)}

/* Form controls stay high-contrast on white. */
input,select,textarea{
  color:var(--gl-ink);
  background:#fff;
}
input::placeholder,textarea::placeholder{
  color:#667085;
  opacity:1;
}

/* V3.6 — compact floating header only */
.site-header .nav-shell{padding-top:7px;padding-bottom:7px}
.site-header .nav-inner{min-height:56px;height:56px}
.site-header .brand img{max-height:34px;width:auto}
.site-header .nav-links a{padding-top:8px;padding-bottom:8px}
.site-header .nav-actions .btn{padding-top:9px;padding-bottom:9px}
@media(max-width:767px){.site-header .nav-shell{padding-top:5px;padding-bottom:5px}.site-header .nav-inner{min-height:52px;height:52px}.site-header .brand img{max-height:31px}}

/* V3.6 homepage blog grid */
.blog-home-grid{align-items:stretch}.blog-home-grid .article-card{height:100%;display:flex;flex-direction:column}.blog-home-grid .article-image{aspect-ratio:16/10;overflow:hidden}.blog-home-grid .article-image img{width:100%;height:100%;object-fit:cover;display:block}.blog-home-grid .article-body{padding:22px;display:flex;flex-direction:column;flex:1}.blog-home-grid .article-body .text-link{margin-top:auto;padding-top:14px}

/* V3.8 — interactive fading hero slider */
.hero-slider .hero-media{
  background-image:none;
  overflow:hidden;
}
.hero-slider .hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.04);
  transition:opacity 1.2s ease,transform 7s ease;
  will-change:opacity,transform;
}
.hero-slider .hero-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,26,50,.97) 0%,rgba(6,26,50,.84) 42%,rgba(6,26,50,.30) 100%);
}
.hero-slider .hero-slide.active{
  opacity:1;
  transform:scale(1);
}
.hero-slider .hero-grid{z-index:3}
.hero-slider-controls{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:38px;
  transform:translateX(-50%);
  display:flex;
  gap:9px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(6,26,50,.42);
  backdrop-filter:blur(12px);
  border-radius:999px;
}
.hero-dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.42);
  cursor:pointer;
  transition:all .3s ease;
}
.hero-dot.active{
  width:28px;
  border-radius:999px;
  background:#d9a441;
}
.hero-dot:focus-visible{
  outline:2px solid #fff;
  outline-offset:4px;
}
@media(max-width:800px){
  .hero-slider .hero-slide::after{
    background:linear-gradient(180deg,rgba(6,26,50,.82),rgba(6,26,50,.68));
  }
  .hero-slider-controls{bottom:22px}
}
@media(prefers-reduced-motion:reduce){
  .hero-slider .hero-slide{transition:none}
}

/* V3.8 — ensure Trust / Value remains visually present and readable */
.trust-section{
  background:#f4f7fb !important;
  color:#111827 !important;
  position:relative;
  overflow:hidden;
}
.trust-section .trust-copy,
.trust-section .trust-copy h2,
.trust-section .trust-copy p,
.trust-section .trust-copy strong,
.trust-section .trust-copy span{
  color:inherit;
}
.trust-section .trust-copy h2{color:#081827 !important}
.trust-section .trust-lead{color:#344054 !important}
.trust-section .trust-point span{color:#536579 !important}
.trust-section .trust-point strong{color:#111827 !important}
.trust-section .trust-point i{
  color:#0b5cad;
  background:#eef6ff;
  border:1px solid rgba(11,92,173,.22);
}
.trust-section .trust-link{color:#0b5cad !important}
.trust-section .trust-visual{min-height:500px}

/* V3.8 — live homepage blog cards must render immediately */
.blog-card-live{
  opacity:1 !important;
  transform:none !important;
  visibility:visible !important;
}
.blog-card-live .article-image{
  min-height:220px;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#e9eef4;
}
.blog-card-live .article-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* V3.8 — blog section visibility */
.section-blog{display:block !important;min-height:460px;}
.section-blog .section-head{position:relative;z-index:2;margin-bottom:34px;}

/* V3.8 — hero slide photography */
.hero-slider .hero-slide:nth-child(1){
  background-image:url('https://images.pexels.com/photos/14564147/pexels-photo-14564147.jpeg?auto=compress&cs=tinysrgb&w=2200);
}
.hero-slider .hero-slide:nth-child(2){
  background-image:url('https://images.pexels.com/photos/28438290/pexels-photo-28438290.jpeg?auto=compress&cs=tinysrgb&w=2200);
}
.hero-slider .hero-slide:nth-child(3){
  background-image:url('https://images.pexels.com/photos/28966572/pexels-photo-28966572.jpeg?auto=compress&cs=tinysrgb&w=2200);
}

.blog-noscript{display:none}.blog-home-grid:empty{min-height:360px}


/* V3.9 — Destination evidence card: explicit dark-surface contrast */
.destination-evidence-card{
  padding:32px;
  background:
    radial-gradient(circle at 90% 10%,rgba(25,118,210,.18),transparent 32%),
    linear-gradient(145deg,#061a32,#0b2747) !important;
  color:#fff !important;
  border:1px solid rgba(43,130,217,.45) !important;
  border-top:2px solid #d9a441 !important;
  box-shadow:0 26px 65px rgba(6,26,50,.18);
}
.destination-evidence-card .eyebrow{
  color:#f0c56a !important;
  background:rgba(217,164,65,.11);
  border:1px solid rgba(240,197,106,.22);
  padding:7px 10px;
  border-radius:999px;
}
.destination-evidence-card h2{
  color:#fff !important;
  font-size:clamp(1.7rem,2.8vw,2.15rem);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:14px 0;
  text-shadow:0 2px 12px rgba(0,0,0,.22);
}
.destination-evidence-card p{
  color:#dbe6f1 !important;
  line-height:1.8;
  max-width:600px;
  margin:0;
}
.destination-evidence-card .text-link{
  color:#f0c56a !important;
  margin-top:20px;
  font-weight:900;
}
.destination-evidence-card .text-link:hover{color:#fff !important}


/* V3.9 — enhanced interactive fading hero */
.hero-slider{
  isolation:isolate;
}
.hero-slider .hero-slide{
  filter:saturate(1.03) contrast(1.02);
}
.hero-slider .hero-slide.active::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 32%,rgba(217,164,65,.13),transparent 22%),
    linear-gradient(135deg,transparent 55%,rgba(25,118,210,.08));
  pointer-events:none;
}
.hero-slider-controls{
  left:auto;
  right:max(24px,calc((100vw - 1180px)/2));
  bottom:28px;
  transform:none;
  display:flex;
  align-items:center;
  gap:9px;
  min-width:210px;
  padding:8px 10px;
}
.hero-arrow{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.2);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:#fff;
  cursor:pointer;
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.hero-arrow:hover{
  transform:translateY(-2px);
  background:rgba(217,164,65,.18);
  border-color:rgba(240,197,106,.55);
}
.hero-arrow:focus-visible{
  outline:2px solid #f0c56a;
  outline-offset:3px;
}
.hero-dots{
  display:flex;
  align-items:center;
  gap:8px;
}
.hero-dot{
  width:8px;
  height:8px;
  flex:0 0 auto;
}
.hero-dot.active{width:26px}
.hero-progress{
  width:48px;
  height:3px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.18);
}
.hero-progress i{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:#d9a441;
}
.hero-slide-labels{
  position:absolute;
  z-index:4;
  left:max(24px,calc((100vw - 1180px)/2));
  bottom:29px;
  display:flex;
  align-items:center;
}
.hero-slide-label{
  display:none;
  color:#fff;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(6,26,50,.45);
  backdrop-filter:blur(10px);
}
.hero-slide-label.active{display:inline-flex}
@media(max-width:800px){
  .hero-slider-controls{
    right:18px;
    bottom:18px;
    min-width:190px;
  }
  .hero-slide-labels{
    left:18px;
    bottom:19px;
  }
  .hero-slide-label{font-size:.61rem}
}
@media(max-width:520px){
  .hero-slider-controls{right:14px;bottom:14px}
  .hero-slide-labels{left:14px;bottom:14px}
  .hero-slide-label{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hero-card{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .hero-slider .hero-slide.active::before{display:none}
  .hero-arrow{transition:none}
}

/* V4.0 — unique photographic content assignments */
.feature-image.vehicle-page-feature{
  background-image:linear-gradient(180deg,rgba(6,26,50,.04),rgba(6,26,50,.32)),url("https://images.pexels.com/photos/17761703/pexels-photo-17761703.jpeg?auto=compress&cs=tinysrgb&w=1600") !important;
}
.feature-image.cargo{
  background-image:linear-gradient(180deg,rgba(6,26,50,.04),rgba(6,26,50,.28)),url("https://images.pexels.com/photos/29786116/pexels-photo-29786116.jpeg?auto=compress&cs=tinysrgb&w=1600") !important;
}
.trust-visual{
  background-image:linear-gradient(180deg,rgba(6,26,50,.04),rgba(6,26,50,.30)),url("https://images.pexels.com/photos/38726115/pexels-photo-38726115.jpeg?auto=compress&cs=tinysrgb&w=1600") !important;
}

/* V4.1 — authoritative hero slider rendering fix */
.hero-slider .hero-media{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  overflow:hidden !important;
  background:#061a32 !important;
}
.hero-slider .hero-slide{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  opacity:0 !important;
  visibility:hidden !important;
  background:#061a32 !important;
  transform:scale(1.045) !important;
  transition:opacity 1.15s ease,visibility 0s linear 1.15s,transform 7s ease !important;
}
.hero-slider .hero-slide.active{
  z-index:1 !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:scale(1) !important;
  transition:opacity 1.15s ease,visibility 0s linear 0s,transform 7s ease !important;
}
.hero-slider .hero-slide img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center !important;
}
.hero-slider .hero-slide::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  background:linear-gradient(90deg,rgba(6,26,50,.94) 0%,rgba(6,26,50,.78) 42%,rgba(6,26,50,.28) 100%) !important;
  pointer-events:none !important;
}
.hero-slider .hero-grid{position:relative !important;z-index:3 !important}
.hero-slider .hero-slider-controls,.hero-slider .hero-slide-labels{z-index:5 !important}
.hero-slider .hero-arrow,.hero-slider .hero-dot{position:relative;z-index:6}
@media(max-width:800px){
 .hero-slider .hero-slide::after{background:linear-gradient(180deg,rgba(6,26,50,.78),rgba(6,26,50,.68)) !important}
}
@media(prefers-reduced-motion:reduce){
 .hero-slider .hero-slide,.hero-slider .hero-slide.active{transition:none !important;transform:none !important}
}

/* V4.2 — brighter hero photography / reduced overlay */
.hero-slider{background:#061a32}
.hero-slider .hero-slide{opacity:0;visibility:hidden;background:transparent !important}
.hero-slider .hero-slide::after{
  background:linear-gradient(90deg,rgba(3,18,34,.32) 0%,rgba(3,18,34,.14) 34%,rgba(3,18,34,.035) 70%,rgba(3,18,34,0) 100%) !important;
}
.hero-slider .hero-slide::before{
  background:linear-gradient(180deg,rgba(3,18,34,.035) 0%,rgba(3,18,34,0) 50%,rgba(3,18,34,.06) 100%) !important;
}
.hero-slider .hero-slide img{
  opacity:1 !important;
  filter:saturate(1.08) contrast(1.03) brightness(1.08);
}
.hero-slider .hero-slide.active{opacity:1;visibility:visible}
.hero-slider .hero-content{text-shadow:0 2px 10px rgba(0,0,0,.14)}
.hero-slider .hero-content p{text-shadow:0 1px 7px rgba(0,0,0,.12)}
@media(max-width:767px){
  .hero-slider .hero-slide::after{
    background:linear-gradient(180deg,rgba(3,18,34,.08) 0%,rgba(3,18,34,.035) 48%,rgba(3,18,34,.18) 100%) !important;
  }
  .hero-slider .hero-slide img{filter:saturate(1.06) contrast(1.02) brightness(1.06)}
}
@media(prefers-reduced-motion:reduce){
  .hero-slider .hero-slide img{transform:none !important}
}


/* V4.3 — hero overlay visibility correction
   The photographic background is the hero's primary visual.
   Keep overlays extremely light and localized only where text needs support. */
.hero-slider .hero-slide::after{
  background:
    linear-gradient(
      90deg,
      rgba(3,18,34,.12) 0%,
      rgba(3,18,34,.055) 30%,
      rgba(3,18,34,.015) 58%,
      rgba(3,18,34,0) 78%
    ) !important;
}
.hero-slider .hero-slide::before{
  background:
    linear-gradient(
      180deg,
      rgba(3,18,34,.025) 0%,
      rgba(3,18,34,0) 55%,
      rgba(3,18,34,.035) 100%
    ) !important;
}
.hero-slider .hero-slide img{
  filter:saturate(1.08) contrast(1.02) brightness(1.12) !important;
}
@media(max-width:767px){
  .hero-slider .hero-slide::after{
    background:
      linear-gradient(
        180deg,
        rgba(3,18,34,.035) 0%,
        rgba(3,18,34,.015) 52%,
        rgba(3,18,34,.09) 100%
      ) !important;
  }
  .hero-slider .hero-slide img{
    filter:saturate(1.06) contrast(1.02) brightness(1.10) !important;
  }
}
