
:root{
  --black:#030303;
  --black-2:#080806;
  --panel:rgba(18,18,14,.76);
  --panel-soft:rgba(22,21,17,.58);
  --gold:#d6a53c;
  --gold-2:#ffe08a;
  --gold-dark:#8d5d08;
  --white:#f8f6ee;
  --muted:#c8c0aa;
  --line:rgba(214,165,60,.34);
  --line-soft:rgba(214,165,60,.18);
  --shadow:0 18px 50px rgba(0,0,0,.55);
  --radius:18px;
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#030303;
  color:var(--white);
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 70% 10%, rgba(214,165,60,.10), transparent 23rem),
    radial-gradient(circle at 20% 70%, rgba(214,165,60,.06), transparent 34rem),
    linear-gradient(180deg, #020202, #070704 45%, #020202);
  z-index:-2;
}
body:after{
  content:"";
  position:fixed;inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:url("../images/shared-abstract-tech-network-bg.png");
  background-size:cover;
  z-index:-1;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.gold{color:var(--gold)}
.eyebrow{
  display:inline-flex;
  gap:.55rem;
  align-items:center;
  color:var(--gold);
  letter-spacing:.32em;
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:700;
}
.serif{font-family:"Playfair Display", Georgia, serif}
h1,h2,h3{font-family:"Playfair Display",Georgia,serif;line-height:1.05;margin:0 0 1rem}
h1{font-size:clamp(3.1rem,7vw,6.8rem);font-weight:600;letter-spacing:-.04em}
h2{font-size:clamp(2.25rem,4vw,4.2rem);font-weight:500}
h3{font-size:1.45rem;font-weight:500}
p{color:var(--muted);margin:0 0 1rem}
.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(15px);
  background:linear-gradient(180deg, rgba(2,2,2,.92), rgba(2,2,2,.74));
  border-bottom:1px solid var(--line-soft);
}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.logo-wrap{display:flex;align-items:center;min-width:210px}
.logo{width:210px;height:auto;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:2.1rem;font-size:.93rem}
.nav-links a{color:#f4eddd;opacity:.9;position:relative}
.nav-links a.active,.nav-links a:hover{color:var(--gold-2);opacity:1}
.nav-links a.active:after,.nav-links a:hover:after{
  content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent)
}
.nav-cta{display:flex;align-items:center;gap:1rem}
.mobile-toggle{display:none;border:1px solid var(--line);background:rgba(0,0,0,.2);color:var(--gold);border-radius:10px;width:44px;height:44px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.65rem;
  min-height:48px;padding:0 1.35rem;
  border-radius:8px;
  background:linear-gradient(135deg,#f8dc86,#d6a53c 58%,#94600c);
  color:#151008;font-weight:800;border:1px solid rgba(255,232,155,.45);
  box-shadow:0 10px 25px rgba(214,165,60,.18), inset 0 1px 0 rgba(255,255,255,.35);
  cursor:pointer;transition:.28s ease;
}
.btn:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(214,165,60,.28)}
.btn-outline{
  background:rgba(0,0,0,.25);color:var(--gold-2);
  border:1px solid var(--line);box-shadow:none
}
.btn-outline:hover{background:rgba(214,165,60,.1)}
.hero{
  position:relative;min-height:650px;display:grid;align-items:center;overflow:hidden;
  border-bottom:1px solid var(--line-soft);
}
.hero-bg{
  position:absolute;inset:0;background-size:cover;background-position:center right;opacity:.98;
}
.hero-bg:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,#030303 0%,rgba(3,3,3,.94) 28%,rgba(3,3,3,.35) 66%,rgba(3,3,3,.22) 100%),
             linear-gradient(180deg,rgba(0,0,0,.15),#030303 100%);
}
.hero-content{position:relative;z-index:2;padding:7rem 0 6rem;max-width:720px}
.hero h1 span{color:var(--gold)}
.hero p.lead{font-size:1.18rem;max-width:610px;color:#e8e1d0}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin:1.8rem 0 1.5rem}
.trust-line{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:1.6rem}
.avatars{display:flex}
.avatar{width:42px;height:42px;border-radius:50%;border:2px solid var(--gold);background:linear-gradient(135deg,#47300c,#e3b95d);margin-left:-9px}
.avatar:first-child{margin-left:0}
.stars{letter-spacing:.12em;color:var(--gold-2)}
.wave-divider{position:absolute;left:0;right:0;bottom:-1px;height:62px;background:linear-gradient(175deg,transparent 47%,#030303 48%)}
.section{padding:5.5rem 0;position:relative}
.section.slim{padding:3.5rem 0}
.section-title{text-align:center;max-width:760px;margin:0 auto 2.2rem}
.section-title p{font-size:1.05rem}
.stats-band{
  margin-top:-44px;position:relative;z-index:5;
}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  background:rgba(15,15,12,.88);border:1px solid var(--line);
  border-radius:16px;box-shadow:var(--shadow);overflow:hidden;backdrop-filter:blur(14px)
}
.stat{display:flex;gap:1rem;align-items:center;justify-content:center;padding:1.7rem;border-right:1px solid var(--line-soft)}
.stat:last-child{border-right:0}
.stat img{width:44px;height:44px}
.stat strong{font-size:2.2rem;color:var(--gold);font-family:"Playfair Display",Georgia,serif;font-weight:600}
.stat span{display:block;color:var(--white);font-weight:700}
.card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}
.card-grid.cols-6{grid-template-columns:repeat(6,1fr)}
.card-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.card-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.lux-card{
  background:linear-gradient(180deg,rgba(26,25,20,.8),rgba(12,12,10,.74));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:1.5rem;
  box-shadow:var(--shadow);
  position:relative;overflow:hidden;transition:.28s ease;
}
.lux-card:before{
  content:"";position:absolute;inset:-1px;opacity:0;transition:.28s ease;
  background:linear-gradient(135deg,rgba(255,224,138,.22),transparent 32%,rgba(214,165,60,.10));
}
.lux-card:hover{transform:translateY(-7px);border-color:rgba(255,224,138,.7)}
.lux-card:hover:before{opacity:1}
.lux-card > *{position:relative}
.icon-orb{
  width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin-bottom:1.1rem;
  background:radial-gradient(circle,rgba(214,165,60,.32),rgba(214,165,60,.08) 60%,transparent);
  border:1px solid var(--line);
}
.icon-orb img{width:34px;height:34px}
.service-card{text-align:center;min-height:210px}
.service-card .icon-orb{margin-inline:auto}
.arrow{color:var(--gold);font-size:1.45rem;margin-top:.5rem}
.process{
  display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;position:relative
}
.process:before{
  content:"";position:absolute;left:7%;right:7%;top:42px;border-top:1px dashed var(--gold);opacity:.6
}
.step{text-align:center;position:relative;padding-top:.5rem}
.step-num{
  width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 1rem;
  background:radial-gradient(circle,rgba(214,165,60,.28),rgba(10,10,10,.92));
  border:1px solid var(--line);
  color:var(--gold);font-family:"Playfair Display";font-size:1.6rem;
}
.country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.country-card{
  min-height:240px;border:1px solid var(--line);border-radius:14px;overflow:hidden;position:relative;
  background:#111;box-shadow:var(--shadow);transition:.28s ease
}
.country-card:hover{transform:translateY(-6px)}
.country-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.92}
.country-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.88))}
.country-info{position:absolute;z-index:2;left:1rem;right:1rem;bottom:1rem}
.flag{font-size:1.75rem;margin-bottom:.5rem}
.country-info h3{margin-bottom:.25rem}
.country-info p{font-size:.92rem;margin:0 0 .65rem}
.link-gold{color:var(--gold-2);font-weight:700}
.split{
  display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch
}
.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.detail-row{display:flex;gap:1rem;align-items:flex-start}
.detail-row img{width:36px;height:36px;flex:0 0 auto}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
input,select,textarea{
  width:100%;border:1px solid var(--line);border-radius:8px;background:rgba(0,0,0,.28);
  color:var(--white);padding:1rem;font:inherit;outline:none
}
textarea{min-height:150px;resize:vertical;grid-column:1/-1}
input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(214,165,60,.12)}
.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.cta-panel{
  background:linear-gradient(90deg,rgba(10,10,8,.92),rgba(10,10,8,.62)),url("../images/shared-cta-earth-sunrise.png") center/cover;
  border:1px solid var(--line);border-radius:18px;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  box-shadow:var(--shadow)
}
.footer{border-top:1px solid var(--line-soft);padding:3rem 0 1.2rem;background:#030303}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.35fr;gap:2rem}
.footer-logo{width:180px;margin-bottom:1rem}
.footer h4{color:var(--gold);margin:.2rem 0 .8rem}
.footer a,.footer p{display:block;color:#cfc8b8;font-size:.93rem;margin:.25rem 0}
.socials{display:flex;gap:.55rem;margin-top:1rem}
.socials a,.whatsapp-float{
  width:42px;height:42px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;
  background:rgba(214,165,60,.08)
}
.socials img{width:21px;height:21px}
.copy{text-align:center;border-top:1px solid var(--line-soft);margin-top:2rem;padding-top:1rem;color:#8d8573;font-size:.9rem}
.whatsapp-float{
  position:fixed;right:24px;bottom:24px;z-index:80;width:62px;height:62px;
  background:#25D366;border:0;box-shadow:0 12px 35px rgba(37,211,102,.35);
  animation:pulseWhats 2.2s ease-in-out infinite;
}
.whatsapp-float img{width:34px;height:34px;filter:brightness(0) invert(1)}
@keyframes pulseWhats{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}
[data-animate]{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}
[data-animate].show{opacity:1;transform:translateY(0)}
.gold-line{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:1.4rem 0}
.accordion{display:grid;gap:.8rem}
.acc-item{border:1px solid var(--line-soft);border-radius:10px;overflow:hidden;background:rgba(15,15,12,.7)}
.acc-btn{width:100%;background:transparent;color:var(--white);border:0;text-align:left;padding:1rem 1.2rem;font:inherit;display:flex;justify-content:space-between;cursor:pointer}
.acc-panel{max-height:0;overflow:hidden;transition:.3s ease;padding:0 1.2rem}
.acc-item.active .acc-panel{max-height:140px;padding-bottom:1rem}
.map-box{min-height:340px;background:url("../images/countries-world-network-map-labeled-corrected.png") center/cover;border:1px solid var(--line);border-radius:18px;position:relative;overflow:hidden}
.map-box:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 55% 50%,rgba(214,165,60,.24),transparent 33%)}
.map-label{position:absolute;color:var(--gold-2);font-size:.86rem}
.label-canada{left:20%;top:34%}.label-uk{left:47%;top:32%}.label-europe{left:54%;top:37%}.label-uae{left:61%;top:52%}.label-india{left:68%;top:58%}.label-aus{left:79%;top:70%}
.value-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem}
.value{display:flex;gap:.9rem;align-items:flex-start}
.value img{width:38px;height:38px}
.remove-note{display:none}
@media (max-width: 980px){
  .nav{height:auto;min-height:78px;flex-wrap:wrap}
  .mobile-toggle{display:block}
  .nav-links{display:none;flex-basis:100%;flex-direction:column;align-items:flex-start;padding:1rem 0 1.4rem;gap:1rem}
  .nav.open .nav-links{display:flex}
  .logo{width:170px}
  .nav-cta .btn{display:none}
  .hero{min-height:600px}
  .stats-grid,.card-grid,.card-grid.cols-6,.card-grid.cols-4,.card-grid.cols-3,.country-grid,.split,.contact-cards,.footer-grid,.value-row{grid-template-columns:1fr 1fr}
  .process{grid-template-columns:1fr 1fr}
  .process:before{display:none}
}
@media (max-width: 640px){
  .container{width:min(100% - 28px,var(--max))}
  h1{font-size:3rem}
  .hero-content{padding:5rem 0 4rem}
  .stats-grid,.card-grid,.card-grid.cols-6,.card-grid.cols-4,.card-grid.cols-3,.country-grid,.split,.contact-cards,.footer-grid,.value-row,.detail-list,.form-grid,.process{grid-template-columns:1fr}
  .stat{border-right:0;border-bottom:1px solid var(--line-soft);justify-content:flex-start}
  .cta-panel{flex-direction:column;align-items:flex-start}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .contact-cards{gap:.8rem}
}


/* === Mockup alignment corrections === */
:root{
  --max: 1380px;
  --gold: #d8a63d;
  --gold-2: #ffe59a;
  --line: rgba(216,166,61,.42);
  --line-soft: rgba(216,166,61,.20);
}
body{
  letter-spacing:.01em;
}
.container{
  width:min(var(--max), calc(100% - 72px));
}
.header{
  background:rgba(0,0,0,.92);
  border-bottom:1px solid rgba(216,166,61,.28);
}
.nav{
  height:94px;
  align-items:center;
}
.logo{
  width:245px;
  max-height:78px;
  object-fit:contain;
}
.nav-links{
  gap:2.05rem;
  font-size:.94rem;
  letter-spacing:.02em;
}
.nav-cta .btn{
  min-height:54px;
  min-width:198px;
  border-radius:8px;
}

/* Mockup hero: text left, visual composition right, generous black negative space */
.hero{
  min-height:760px;
  isolation:isolate;
}
.hero-bg{
  background-size:cover;
  background-position:center right;
}
.hero-bg:after{
  background:
    linear-gradient(90deg,#030303 0%,rgba(3,3,3,.96) 24%,rgba(3,3,3,.58) 45%,rgba(3,3,3,.10) 78%,rgba(3,3,3,.22) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.08) 72%,#030303 100%);
}
.hero-content{
  max-width:690px;
  padding:8.4rem 0 6.8rem;
}
.eyebrow{
  font-size:.76rem;
  letter-spacing:.34em;
  color:#d8a63d;
}
h1{
  font-size:clamp(3.6rem, 6.25vw, 6.6rem);
  letter-spacing:-.035em;
}
.hero p.lead{
  max-width:615px;
  color:#f1ead8;
  font-size:1.14rem;
}
.hero-actions{
  gap:1.05rem;
  margin:2rem 0 1.6rem;
}
.btn{
  border-radius:8px;
  min-height:52px;
  padding:0 1.55rem;
  font-size:.95rem;
  white-space:nowrap;
}
.btn-outline{
  border-color:rgba(216,166,61,.56);
  background:rgba(0,0,0,.30);
}
.trust-line{
  gap:2.3rem;
}
.wave-divider{
  height:78px;
  background:
    radial-gradient(ellipse at 54% 0%, rgba(216,166,61,.55), transparent 22%),
    linear-gradient(176deg,transparent 48%,#030303 49%);
}

/* Stats band like mockup */
.stats-band{
  margin-top:-66px;
}
.stats-grid{
  border-radius:16px;
  background:linear-gradient(180deg,rgba(20,19,15,.88),rgba(10,10,8,.88));
  box-shadow:0 24px 70px rgba(0,0,0,.72);
}
.stat{
  min-height:110px;
  padding:1.35rem 1.9rem;
}
.stat img{
  width:50px;
  height:50px;
}
.stat strong{
  font-size:2.55rem;
}
.stat span{
  font-size:.92rem;
}

/* Section sizing / card layout closer to the mockup */
.section{
  padding:5.2rem 0;
}
.section.slim{
  padding:4rem 0;
}
.section-title{
  margin-bottom:2.35rem;
}
.section-title h2{
  margin-top:.2rem;
}
.card-grid{
  gap:1.45rem;
}
.card-grid.cols-6{
  grid-template-columns:repeat(6,1fr);
}
.lux-card{
  border-radius:14px;
  border-color:rgba(216,166,61,.40);
  background:
    linear-gradient(180deg,rgba(26,25,20,.82),rgba(9,9,7,.82)),
    radial-gradient(circle at 50% 0%,rgba(216,166,61,.12),transparent 38%);
  box-shadow:0 18px 46px rgba(0,0,0,.54);
}
.service-card{
  min-height:232px;
  padding:1.55rem 1.1rem 1.25rem;
}
.service-card h3{
  font-size:1.18rem;
  min-height:2.6em;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.service-card p{
  font-size:.86rem;
  line-height:1.45;
}
.icon-orb{
  width:78px;
  height:78px;
  margin-bottom:1rem;
}
.icon-orb img{
  width:39px;
  height:39px;
}
.process{
  gap:1.35rem;
  margin-top:.5rem;
}
.process:before{
  top:47px;
  left:8%;
  right:8%;
}
.step-num{
  width:88px;
  height:88px;
  font-size:1.75rem;
  box-shadow:0 0 32px rgba(216,166,61,.16);
}
.step h3{
  font-size:1.05rem;
  color:#ead9a6;
}
.step p{
  font-size:.86rem;
}
.country-grid{
  gap:1.35rem;
}
.country-card{
  min-height:258px;
  border-radius:12px;
}
.country-info h3{
  font-size:1.55rem;
}
.country-info p{
  font-size:.92rem;
}
.value-row{
  gap:1.35rem;
}
.value img{
  width:45px;
  height:45px;
}

/* Inserted section images should feel like mockup panels, not random images */
.lux-card > img,
.lux-card p > img{
  object-fit:cover;
  max-height:520px;
}

/* Contact form mockup alignment */
.form-grid{
  gap:1.05rem;
}
input,select,textarea{
  min-height:50px;
  border-radius:7px;
  background:rgba(0,0,0,.36);
}
textarea{
  min-height:150px;
}
.contact-cards{
  grid-template-columns:repeat(4,1fr);
}

/* CTA panel dimensions like mockup bottom strip */
.cta-panel{
  min-height:150px;
  padding:2.15rem 2.35rem;
  border-radius:14px;
}
.cta-panel h2{
  font-size:clamp(2.1rem, 3vw, 3.4rem);
}

/* Footer mockup spacing */
.footer{
  padding-top:3.2rem;
}
.footer-logo{
  width:210px;
}

/* Clean WhatsApp floating icon, matching the earlier green circular style */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:9999;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25D366;
  border:2px solid rgba(255,255,255,.92);
  box-shadow:0 12px 32px rgba(0,0,0,.45), 0 0 0 6px rgba(37,211,102,.16);
  display:grid;
  place-items:center;
  animation:whatsappPulse 2.4s ease-in-out infinite;
}
.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 18px 42px rgba(0,0,0,.48), 0 0 0 8px rgba(37,211,102,.18);
}
.whatsapp-float img{
  width:58px;
  height:58px;
  filter:none;
  display:block;
}
@keyframes whatsappPulse{
  0%,100%{box-shadow:0 12px 32px rgba(0,0,0,.45),0 0 0 5px rgba(37,211,102,.16)}
  50%{box-shadow:0 12px 32px rgba(0,0,0,.45),0 0 0 11px rgba(37,211,102,.08)}
}
@keyframes pulseWhats{0%,100%{transform:none}50%{transform:none}}

@media (max-width: 1100px){
  .card-grid.cols-6{grid-template-columns:repeat(3,1fr)}
  .hero{min-height:680px}
  .logo{width:205px}
}
@media (max-width: 980px){
  .container{width:min(100% - 36px,var(--max))}
  .nav{min-height:84px}
  .hero-bg:after{
    background:linear-gradient(90deg,#030303 0%,rgba(3,3,3,.88) 58%,rgba(3,3,3,.42) 100%),
               linear-gradient(180deg,rgba(0,0,0,.15),#030303 100%);
  }
  .hero-content{padding:6.4rem 0 5rem}
}
@media (max-width: 640px){
  .container{width:min(100% - 28px,var(--max))}
  .logo{width:168px}
  h1{font-size:3.05rem}
  .hero{min-height:620px}
  .hero-content{padding:5.2rem 0 4.5rem}
  .card-grid.cols-6{grid-template-columns:1fr}
  .whatsapp-float{width:54px;height:54px;right:16px;bottom:16px}
  .whatsapp-float img{width:54px;height:54px}
}


/* === User screenshot correction pass === */

/* 1. Hero content must be left aligned, not centered by .container max-width */
.hero .container.hero-content{
  width:min(720px, calc(100% - 72px));
  max-width:720px;
  margin-left:max(36px, calc((100vw - var(--max)) / 2));
  margin-right:auto;
  text-align:left;
}
.hero-content *{
  text-align:left;
}
.hero h1{
  max-width:720px;
}
.hero-actions{
  justify-content:flex-start;
}
.trust-line{
  justify-content:flex-start;
}

/* Keep the hero image on the right, like selected mockups */
.hero-bg{
  background-position:center right !important;
}
.hero-bg:after{
  background:
    linear-gradient(90deg,#030303 0%,rgba(3,3,3,.98) 18%,rgba(3,3,3,.75) 40%,rgba(3,3,3,.16) 72%,rgba(3,3,3,.25) 100%),
    linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.10) 70%,#030303 100%) !important;
}

/* 2. Countries images: make images visible and card layout close to mockup */
.country-card{
  min-height:255px;
  background:#050505;
  border:1px solid rgba(216,166,61,.55);
  border-radius:10px;
}
.country-card img{
  opacity:1 !important;
  filter:none !important;
  object-fit:cover;
  object-position:center;
  transform:scale(1.01);
}
.country-card:after{
  background:
    linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.10) 40%, rgba(0,0,0,.72) 100%),
    linear-gradient(90deg, rgba(0,0,0,.10), transparent 55%) !important;
}
.country-info{
  left:1.05rem;
  right:1.05rem;
  bottom:1.1rem;
}
.flag{
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:.35rem;
  color:#fff;
}
.country-info h3{
  font-size:1.7rem;
  margin-bottom:.1rem;
  color:#fff;
}
.country-info p{
  color:#f0eadb;
  font-size:.95rem;
  margin-bottom:.65rem;
}
.country-grid{
  grid-template-columns:repeat(3, 1fr);
  gap:1.55rem;
}

/* 3. Use the map with embedded labels. Hide HTML overlay labels if any old span remains. */
.map-label{
  display:none !important;
}
.map-box{
  min-height:355px;
  background-image:url("../images/countries-world-network-map-labeled-corrected.png") !important;
  background-size:cover !important;
  background-position:center !important;
  border-radius:16px;
}
.map-box:after{
  display:none;
}

/* 4. Contact information: no physical address card, only phone/email/whatsapp */
.three-contact-cards{
  grid-template-columns:repeat(3,1fr) !important;
}
.footer-grid{
  grid-template-columns:1.5fr repeat(3,1fr) 1.45fr;
}

/* WhatsApp button clean up */
.whatsapp-float{
  width:56px !important;
  height:56px !important;
  background:#25D366 !important;
  border:2px solid #fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.38),0 0 0 5px rgba(37,211,102,.16) !important;
}
.whatsapp-float img{
  width:48px !important;
  height:48px !important;
  padding:0 !important;
}

@media (max-width:980px){
  .hero .container.hero-content{
    width:min(720px, calc(100% - 36px));
    margin-left:18px;
    margin-right:auto;
  }
  .country-grid{
    grid-template-columns:1fr 1fr;
  }
  .three-contact-cards{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:640px){
  .hero .container.hero-content{
    width:min(100% - 28px, 720px);
    margin-left:14px;
  }
  .country-grid{
    grid-template-columns:1fr;
  }
}


/* Final country cards / map corrections */
.country-card img{
  object-fit:cover;
  object-position:center center;
  transform:none !important;
}
.country-card{
  overflow:hidden;
}
.map-box{
  background-image:url("../images/countries-world-network-map-labeled-corrected.png") !important;
}


/* ===== Final polish: countries cards, mobile optimization, and persistent WhatsApp ===== */

/* Destination cards show more zoomed-out imagery */
.country-card{
  min-height:260px;
  overflow:hidden;
}
.country-card img{
  object-fit:cover !important;
  object-position:center center !important;
  width:100%;
  height:100%;
  opacity:1 !important;
  transform:none !important;
}
.country-card:after{
  background:
    linear-gradient(180deg, rgba(0,0,0,.00) 0%, rgba(0,0,0,.08) 38%, rgba(0,0,0,.70) 100%) !important;
}
.country-info{
  bottom:1rem;
}
.country-info h3{
  font-size:1.65rem;
}
.country-info p{
  max-width:95%;
}

/* Corrected labeled map */
.map-box{
  background-image:url("../images/countries-world-network-map-labeled-corrected.png") !important;
  background-size:cover !important;
  background-position:center center !important;
  min-height:360px;
}

/* Mobile optimization */
@media (max-width: 1100px){
  .card-grid.cols-6{grid-template-columns:repeat(3,1fr) !important;}
  .country-grid{grid-template-columns:repeat(2,1fr) !important;}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr !important;}
}

@media (max-width: 980px){
  .header{position:sticky;top:0;}
  .nav{position:relative;}
  .mobile-toggle{
    display:block;
    margin-left:auto;
    z-index:1002;
  }
  .nav-links{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:rgba(5,5,5,.98);
    border-top:1px solid rgba(216,166,61,.2);
    border-bottom:1px solid rgba(216,166,61,.2);
    padding:1rem 1.25rem 1.25rem;
    box-shadow:0 16px 40px rgba(0,0,0,.45);
  }
  .nav.open .nav-links{
    display:flex !important;
  }
  .nav-links a{
    width:100%;
    padding:.7rem 0;
  }
  .nav-cta .btn{
    display:none !important;
  }
  .hero{
    min-height:660px !important;
  }
  .hero .container.hero-content{
    width:min(100% - 28px, 680px) !important;
    margin-left:14px !important;
    margin-right:auto !important;
    padding:5.7rem 0 4.3rem !important;
  }
  .hero-bg{
    background-position:76% center !important;
  }
  .hero-bg:after{
    background:
      linear-gradient(90deg,#030303 0%,rgba(3,3,3,.96) 35%,rgba(3,3,3,.72) 55%,rgba(3,3,3,.28) 100%),
      linear-gradient(180deg,rgba(0,0,0,.10),#030303 100%) !important;
  }
  h1{
    font-size:clamp(2.7rem, 11vw, 4.4rem) !important;
    line-height:0.98 !important;
  }
  .hero p.lead{
    font-size:1.04rem !important;
  }
  .hero-actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-actions .btn{
    width:100%;
    max-width:320px;
  }
  .trust-line{
    gap:1rem;
    flex-wrap:wrap;
  }
  .stats-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .card-grid.cols-6, .card-grid.cols-5, .card-grid.cols-4{
    grid-template-columns:1fr 1fr !important;
  }
  .country-grid{
    grid-template-columns:1fr 1fr !important;
    gap:1rem !important;
  }
  .split, .contact-cards, .value-row, .footer-grid{
    grid-template-columns:1fr !important;
  }
  .cta-panel{
    padding:1.6rem !important;
  }
  .section{
    padding:4rem 0 !important;
  }
}

@media (max-width: 640px){
  .container{
    width:min(100% - 22px, var(--max)) !important;
  }
  .logo{
    width:152px !important;
  }
  .hero{
    min-height:620px !important;
  }
  .hero .container.hero-content{
    width:calc(100% - 22px) !important;
    margin-left:11px !important;
    padding:5.1rem 0 3.7rem !important;
  }
  .hero-bg{
    background-position:73% center !important;
  }
  .stats-grid, .card-grid.cols-6, .card-grid.cols-5, .card-grid.cols-4, .country-grid, .process, .detail-list, .form-grid{
    grid-template-columns:1fr !important;
  }
  .country-card{
    min-height:240px !important;
  }
  .stat{
    min-height:unset !important;
  }
  .step-num{
    width:74px !important;
    height:74px !important;
  }
  .cta-panel{
    padding:1.35rem !important;
  }
  .footer-grid{
    gap:1rem !important;
  }
}

/* Persistent WhatsApp button on all screen sizes, always visible */
.whatsapp-float{
  position:fixed !important;
  right:max(14px, env(safe-area-inset-right) + 14px) !important;
  bottom:max(16px, env(safe-area-inset-bottom) + 16px) !important;
  z-index:99999 !important;
  display:grid !important;
  place-items:center !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  background:#25D366 !important;
  border:3px solid #fff !important;
  box-shadow:0 14px 32px rgba(0,0,0,.44), 0 0 0 6px rgba(37,211,102,.15) !important;
  opacity:1 !important;
  visibility:visible !important;
}
.whatsapp-float img{
  width:46px !important;
  height:46px !important;
  display:block !important;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.04) !important;
}


/* === Destination sections expansion while preserving current black/gold design === */
.country-grid{
  grid-template-columns:repeat(3,1fr);
  gap:1.35rem;
}
.country-card{
  min-height:255px;
  padding:0 !important;
  border-radius:14px;
  background:#060606;
  border:1px solid rgba(216,166,61,.45);
  overflow:hidden;
}
.country-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:.96 !important;
  transform:none !important;
  filter:none !important;
}
.country-card:after{
  background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.16) 42%,rgba(0,0,0,.82) 100%) !important;
}
.country-info{
  position:absolute;
  left:1.05rem;
  right:1.05rem;
  bottom:1rem;
  z-index:2;
}
.country-info .flag{
  color:#fff;
  font-size:1.1rem;
  font-family:Inter,system-ui,sans-serif;
  font-weight:800;
  letter-spacing:.02em;
  margin-bottom:.25rem;
}
.country-info h3{
  color:#fff;
  font-size:1.55rem;
}
.country-info p{
  color:#efe8d4;
  font-size:.9rem;
  max-width:95%;
}
.country-grid-note{
  color:var(--white);
  font-weight:800;
  font-size:1.25rem;
  text-align:center;
  margin:1.25rem auto 0;
}
.map-box{
  background-image:url("../images/countries-world-network-map-labeled-corrected.png") !important;
  background-size:cover !important;
  background-position:center !important;
}
@media (max-width: 980px){
  .country-grid{grid-template-columns:repeat(2,1fr) !important;}
}
@media (max-width: 640px){
  .country-grid{grid-template-columns:1fr !important;}
  .country-card{min-height:240px;}
}


/* Brightness/map correction update */
.country-card img{
  opacity:1 !important;
  filter: brightness(1.10) contrast(1.03) !important;
}
.map-box{
  background-image:url("../images/countries-world-network-map-labeled-corrected.png") !important;
  background-size: contain !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-color:#050505 !important;
  min-height:420px !important;
}
.map-box:after{
  background:radial-gradient(circle at 52% 50%,rgba(214,165,60,.18),transparent 38%) !important;
}
@media (max-width: 768px){
  .map-box{min-height:300px !important; background-size:contain !important;}
}


/* Final map centering update */
.map-box{
  background-image:url("../images/countries-world-network-map-labeled-corrected.png") !important;
  background-size: 96% auto !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-color:#050505 !important;
  min-height:430px !important;
}
@media (max-width: 1024px){
  .map-box{background-size:95% auto !important; min-height:360px !important;}
}
@media (max-width: 768px){
  .map-box{background-size:94% auto !important; min-height:300px !important;}
}


/* Requested pattern update */
.country-card{
  background:#060606 !important;
  border:1px solid rgba(184,141,35,.65) !important;
}
.country-card img{
  opacity:1 !important;
  filter:none !important;
}
.map-box{
  background-image:url("../images/countries-world-network-map-labeled-corrected.png") !important;
  background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-color:#050505 !important;
  min-height:430px !important;
}
.cta-panel{background:linear-gradient(90deg,rgba(10,10,8,.82),rgba(10,10,8,.38)), url("../images/shared-cta-earth-sunrise.png") center/cover !important;}
