:root{
  --bg:#FFFFFF;
  --panel:#FFFFFF;
  --panel2:#F8FAFC;
  --text:#0F172A;
  --muted:#475569;
  --accent:#0B63CE;
  --accent-2:#2563EB;
  --border:rgba(15,23,42,.10);
  --shadow:0 14px 34px rgba(2,6,23,.10);
  --radius:18px;
  --radius-sm:14px;
  --max:1180px;
}

*{box-sizing:border-box}
html,body{
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--panel2);
  color:var(--text);
  line-height:1.6;
}
body{
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--panel2);
  color:var(--text);
  line-height:1.6;
}

a{color:inherit;text-decoration:none}
a:hover{color:var(--accent)}

.container{width:min(var(--max), calc(100% - 40px)); margin-inline:auto}
.site-main{min-height:60vh}

.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0}

.site-header{
  position:sticky; top:0; z-index:999;
  background:rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  display:flex; align-items:center; gap:18px;
  padding:12px 0;
}
.brand{display:flex; align-items:center; gap:12px; min-width:260px}
.brand-logo{width:44px;height:44px; object-fit:contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.55))}
.brand-text{display:flex; flex-direction:column; gap:2px}
.brand-name{font-weight:800; letter-spacing:.2px}
.brand-tag{font-size:12px; color:var(--muted); letter-spacing:.12em}

.site-nav{display:flex; gap:18px; align-items:center; margin-left:auto}
.site-nav a{font-weight:600; color:var(--text); opacity:.92}
.site-nav a:hover{opacity:1}

.header-cta{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  letter-spacing:.2px;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
  cursor:pointer;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0px)}
.btn-primary{
  background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color:#FFFFFF;
  box-shadow:0 12px 26px rgba(37,99,235,.18);
}
.btn-outline{
  background:transparent;
  border-color:rgba(11,99,206,.35);
  color:var(--accent);
}
.btn-ghost{
  background:rgba(15,23,42,.04);
  border-color:rgba(15,23,42,.10);
  color:var(--text);
}
.btn-sm{padding:8px 12px; font-size:14px}
.btn-block{width:100%}
.tiny{font-size:12px}

.nav-toggle{
  display:none;
  background:transparent;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:10px;
}
.nav-toggle-bar{display:block; width:18px; height:2px; background:#EDEDED; margin:4px 0; opacity:.9}

.hero{
  position:relative;
  padding:74px 0 52px;
  overflow:hidden;
}
.hero-inner{
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap:24px;
  align-items:stretch;
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(248,250,252,.78) 55%, rgba(248,250,252,.92) 100%),
    url("../assets/section_workers.jpeg");
  background-size:cover;
  background-position:center;
  pointer-events:none;
}
.eyebrow{
  color:var(--muted);
  letter-spacing:.14em;
  font-size:12px;
  font-weight:700;
  margin:0 0 10px;
}
.hero h1{
  margin:0 0 14px;
  font-size:clamp(34px, 4.2vw, 56px);
  line-height:1.06;
  letter-spacing:-.02em;
}
.lead{
  color:rgba(15,23,42,.82);
  font-size:18px;
  margin:0 0 18px;
  max-width:62ch;
}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 10px}
.trustline{color:var(--muted); font-weight:600; margin:10px 0 0}
.destinations{color:rgba(15,23,42,.82); opacity:1; margin:6px 0 0; font-weight:600}

.hero-card{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,23,42,.12);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:20px;
  position:relative;
}
.hero-card:before{
  content:"";
  position:absolute; inset:0;
  background:radial-gradient(420px 260px at 50% 0%, rgba(37,99,235,.12), rgba(37,99,235,0) 60%);
  border-radius:var(--radius);
  pointer-events:none;
}
.hero-card-top{position:relative}
.hero-card h3{margin:0 0 6px}
.muted{color:var(--muted)}
.checklist{list-style:none; padding:0; margin:14px 0 18px; display:grid; gap:10px; position:relative}
.checklist li{
  padding-left:26px;
  position:relative;
}
.checklist li:before{
  content:"✓";
  position:absolute; left:0; top:0;
  color:var(--accent);
  font-weight:800;
}

.section{padding:58px 0}
.section-alt{
  background:var(--panel);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.section-head{display:flex; flex-direction:column; gap:8px; margin-bottom:18px}
.section-head h2{margin:0; font-size:28px; letter-spacing:-.01em}
.section-head p{margin:0}

.grid{display:grid; gap:14px}
.cards-1{grid-template-columns:1fr}
.cards-2{grid-template-columns:repeat(2,1fr)}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-4{grid-template-columns:repeat(4,1fr)}
.two-col{grid-template-columns:1.1fr .9fr; gap:20px}

.card{
  background:var(--panel);
  border:1px solid var(--border);
  border-radius:var(--radius-sm);
  padding:18px;
  box-shadow:0 10px 26px rgba(2,6,23,.08);
}
.card h3{margin:0 0 8px}
.card p{margin:0}

.tiles-6{grid-template-columns:repeat(6, 1fr)}
.tile{
  display:flex; flex-direction:column; gap:6px;
  padding:16px;
  border-radius:var(--radius-sm);
  border:1px solid rgba(15,23,42,.10);
  background:var(--panel);
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.tile:hover{transform:translateY(-2px); border-color:rgba(11,99,206,.30); box-shadow:0 14px 34px rgba(2,6,23,.10)}
.tile-title{font-weight:800; font-size:18px; display:flex; align-items:center; gap:0}
.tile-sub{color:var(--muted); font-weight:600; font-size:13px}

.timeline{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.timeline li{
  display:grid;
  grid-template-columns: 44px 1fr;
  gap:14px;
  align-items:flex-start;
  padding:14px;
  border:1px solid var(--border);
  border-radius:var(--radius-sm);
  background:rgba(15,23,42,.02);
}
.step{
  width:40px; height:40px;
  display:grid; place-items:center;
  border-radius:14px;
  background:rgba(37,99,235,.10);
  border:1px solid rgba(37,99,235,.18);
  color:var(--accent);
  font-weight:900;
}
.timeline h3{margin:0 0 4px}
.timeline p{margin:0; color:var(--muted)}

.stats{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
.stat{
  border:1px solid rgba(15,23,42,.10);
  border-radius:var(--radius-sm);
  background:rgba(15,23,42,.02);
  padding:16px;
  text-align:center;
}
.stat-num{display:block; font-size:30px; font-weight:900; color:var(--accent)}
.stat-label{display:block; margin-top:6px; color:var(--muted); font-weight:700}

.accordion{display:grid; gap:10px}
.acc-btn{
  width:100%;
  text-align:left;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.8);
  color:var(--text);
  padding:14px 14px;
  font-weight:800;
  cursor:pointer;
}
.acc-panel{
  border-left:2px solid rgba(37,99,235,.35);
  padding:0 14px 14px 14px;
  display:none;
  color:var(--muted);
}
.acc-panel p{margin:10px 0 0}

.cta-band{
  margin-top:18px;
  padding:16px;
  border-radius:var(--radius);
  border:1px solid rgba(15,23,42,.10);
  background:
    radial-gradient(520px 260px at 20% 0%, rgba(37,99,235,.10), rgba(37,99,235,0) 55%),
    rgba(255,255,255,.86);
}
.cta-band h3{margin:0 0 6px}
.cta-band-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}

.page-hero{
  position:relative;
  padding:58px 0 28px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(248,250,252,.86) 55%, rgba(248,250,252,.92) 100%),
    url("../assets/section_workers.jpeg");
  background-size:cover;
  background-position:center;
  border-bottom:1px solid var(--border);
}

/* Contact page hero background (more relevant than construction/workers) */
.page-hero-contact{
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(248,250,252,.86) 55%, rgba(248,250,252,.92) 100%),
    url("../assets/section_workers.jpeg");
  background-size:cover;
  background-position:center;
}

@supports (background: image-set(url("x") type("image/avif"))) {
  .page-hero-contact{
    background:
      linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(248,250,252,.86) 55%, rgba(248,250,252,.92) 100%),
      image-set(
        url("../assets/contact_hero.avif") type("image/avif"),
        url("../assets/section_workers.jpeg") type("image/jpeg")
      );
    background-size:cover;
    background-position:center;
  }
}
.page-hero h1{
  margin:0 0 10px;
  font-size:clamp(30px, 3.6vw, 46px);
  letter-spacing:-.02em;
}
.mt-24{margin-top:24px}
.mt-40{margin-top:40px}
.sep{border:0; border-top:1px solid rgba(255,255,255,.08); margin:18px 0}

.filter-bar{display:flex; gap:12px; flex-wrap:wrap; margin:12px 0 16px}
.input{
  width:100%;
  max-width:420px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.9);
  color:var(--text);
  outline:none;
}
select.input{
  width:100%;
  max-width:420px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.9);
  color:var(--text);
  outline:none;
}
textarea.input{
  width:100%;
  max-width:420px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.9);
  color:var(--text);
  outline:none;
}

.form-grid{grid-template-columns:repeat(2,1fr)}
label{display:grid; gap:8px; font-weight:700}
.form{display:grid; gap:12px}

.bullet{margin:0; padding-left:18px; color:var(--muted)}
.bullet li{margin:6px 0}

.site-footer{
  margin-top:48px;
  border-top:1px solid var(--border);
  background:var(--panel);
  padding:44px 0 18px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.4fr .6fr .6fr .7fr;
  gap:18px;
  align-items:start;
}
.footer-logo{width:54px; height:54px; object-fit:contain; margin-bottom:10px}
.footer-col h4{margin:0 0 10px}
.footer-col a{display:block; color:#EDEDED; opacity:.9; margin:8px 0; font-weight:600}
.footer-pill{
  margin-top:12px;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(37,99,235,.06);
  color:var(--text);
}
.footer-actions{display:flex; gap:10px; flex-wrap:wrap}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-bottom a{color:var(--muted); font-weight:700}
.footer-bottom a:hover{color:var(--accent)}

.float-btn{
  position:fixed;
  right:18px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  color:var(--text);
  font-weight:900;
  box-shadow:0 18px 40px rgba(2,6,23,.12);
  z-index:999;
}
.float-whatsapp{bottom:72px; border-color:rgba(11,99,206,.22)}
.float-call{bottom:20px}
.float-btn:hover{border-color:rgba(11,99,206,.30); color:var(--accent)}

@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr}
  .tiles-6{grid-template-columns:repeat(3, 1fr)}
  .cards-4{grid-template-columns:repeat(2,1fr)}
  .cards-3{grid-template-columns:repeat(2,1fr)}
  .two-col{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column}
}
@media (max-width: 720px){
  .site-nav{display:none; flex-direction:column; gap:10px; padding:14px; background:rgba(0,0,0,.55); border:1px solid rgba(255,255,255,.08); border-radius:14px; position:absolute; left:20px; right:20px; top:74px}
  .site-nav.open{display:flex}
  .header-cta{display:none}
  .nav-toggle{display:inline-block; margin-left:auto}
  .brand{min-width:unset}
  .brand-tag{display:none}
  .tiles-6{grid-template-columns:repeat(2, 1fr)}
  .cards-3{grid-template-columns:1fr}
  .cards-2{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
}

.visual-band{
  position:relative;
  padding:64px 0;
  background:
    linear-gradient(180deg, rgba(11,11,11,.35) 0%, rgba(11,11,11,.92) 85%),
    url("../assets/section_workers.jpeg") center/cover no-repeat;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.visual-band-inner{max-width:70ch}
.visual-band h2{margin:0 0 10px; font-size:28px}
.visual-band p{margin:0 0 18px; color:#E9E9E9}


/* Icons */
.card-icon{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius:14px;
  border:1px solid rgba(217,179,97,.22);
  background:rgba(217,179,97,.08);
  margin-bottom:12px;
  color:var(--accent);
}
.icon{
  width:22px; height:22px;
  stroke:currentColor;
}

/* Carousel */
.carousel{
  position:relative;
  margin-top:10px;
}
.carousel-viewport{
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  padding:2px 2px 12px;
}
.carousel-viewport::-webkit-scrollbar{height:8px}
.carousel-viewport::-webkit-scrollbar-thumb{background:rgba(255,255,255,.10); border-radius:999px}
.carousel-track{
  display:flex;
  gap:14px;
  align-items:stretch;
}
.carousel-item{
  flex:0 0 calc(33.333% - 10px);
  scroll-snap-align:start;
}
.carousel-btn{
  position:absolute;
  top:45%;
  transform:translateY(-50%);
  width:42px; height:42px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(9,9,9,.7);
  color:var(--accent);
  font-size:26px;
  font-weight:900;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}
.carousel-btn:hover{border-color:rgba(11,99,206,.30)}
.carousel-btn.prev{left:-10px}
.carousel-btn.next{right:-10px}
.carousel-dots{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:10px;
}
.carousel-dot{
  width:8px; height:8px;
  border-radius:999px;
  border:1px solid rgba(11,99,206,.25);
  background:rgba(37,99,235,.10);
  cursor:pointer;
}
.carousel-dot.active{
  background:var(--accent);
}

/* Testimonials carousel shows 1-2 cards */
.carousel-testimonials .carousel-item{
  flex:0 0 calc(100% - 6px);
}
@media (max-width: 980px){
  .carousel-item{flex:0 0 calc(50% - 8px)}
  .carousel-btn.prev{left:-6px}
  .carousel-btn.next{right:-6px}
}
@media (max-width: 720px){
  .carousel-item{flex:0 0 calc(92% - 6px)}
  .carousel-btn{display:none}
}


/* Country flags */
.flag-wrap{
  display:inline-grid;
  place-items:center;
  width:26px; height:26px;
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  box-shadow:0 8px 18px rgba(2,6,23,.08);
  margin-right:10px;
  flex:0 0 auto;
}
.flag{width:26px;height:26px;display:block}

/* Section visuals strip */
.section-visuals{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:16px 0 18px;
}
.visual-card{
  height:120px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.10)),
    url("../assets/section_workers.jpeg");
  background-size:cover;
  box-shadow:0 14px 28px rgba(2,6,23,.10);
}
.visual-card.vc1{background-position:20% 30%}
.visual-card.vc2{background-position:55% 30%}
.visual-card.vc3{background-position:75% 55%}
.visual-card.vc4{background-position:35% 70%}

@media (max-width: 980px){
  .section-visuals{grid-template-columns:repeat(2,1fr)}
}


/* Card thumbnails (services / country jobs) */
.card-thumb{
  height:110px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.08)),
    url("../assets/section_workers.jpeg");
  background-size:cover;
  background-position:center;
  margin-bottom:14px;
}
.card-thumb.simg1{background-position:20% 30%}
.card-thumb.simg2{background-position:55% 25%}
.card-thumb.simg3{background-position:75% 55%}
.card-thumb.simg4{background-position:35% 70%}
.card-thumb.simg5{background-position:10% 60%}
.card-thumb.simg6{background-position:80% 30%}
.card-thumb.simg7{background-position:55% 70%}
.card-thumb.simg8{background-position:25% 45%}
.card-thumb.simg9{background-position:65% 40%}
.card-thumb.simg10{background-position:40% 25%}

/* Timeline icons inside step */
.step{
  width:52px; height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  gap:0;
}
.step-icon{display:block; line-height:0}
.step-icon .icon{width:22px;height:22px}
.step-num{display:none}

/* Country hero */
.country-hero{
  display:grid;
  grid-template-columns: 84px 1fr;
  gap:14px;
  align-items:center;
  margin-top:10px;
}
.country-flag{
  width:84px; height:56px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  box-shadow:0 14px 28px rgba(2,6,23,.10);
}
.flag-hero{width:100%; height:100%; display:block}

/* Gallery */
.carousel-gallery .carousel-item{flex:0 0 calc(40% - 10px)}
.gallery-card{
  flex:0 0 calc(40% - 10px);
  height:220px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.10);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.08)),
    url("../assets/section_workers.jpeg");
  background-size:cover;
  box-shadow:0 18px 40px rgba(2,6,23,.10);
}
.gallery-card.g1{background-position:20% 30%}
.gallery-card.g2{background-position:55% 25%}
.gallery-card.g3{background-position:75% 55%}
.gallery-card.g4{background-position:35% 70%}
.gallery-card.g5{background-position:10% 60%}
.gallery-card.g6{background-position:80% 30%}

@media (max-width: 980px){
  .gallery-card{flex:0 0 calc(70% - 10px); height:210px}
}
@media (max-width: 720px){
  .gallery-card{flex:0 0 calc(92% - 10px); height:190px}
}

.gallery-card{scroll-snap-align:start}


/* Topbar (RWS-like utility header) */
.topbar{
  background:rgba(15,23,42,.04);
  border-bottom:1px solid rgba(15,23,42,.08);
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  font-size:13px;
  color:rgba(15,23,42,.78);
}
.topbar-actions a{color:rgba(15,23,42,.78); font-weight:700; text-decoration:none}
.topbar-actions a:hover{color:var(--accent)}
.topbar-actions .sep{opacity:.45; padding:0 8px}
@media (max-width: 860px){
  .topbar-actions{display:none}
}

/* Mega menu */
.site-nav{position:relative}
.nav-row{
  display:flex;
  align-items:center;
  gap:10px;
}
.nav-item{position:relative}
.nav-link{
  appearance:none;
  border:0;
  background:transparent;
  padding:12px 12px;
  border-radius:12px;
  font-weight:800;
  color:var(--text);
  cursor:pointer;
}
.nav-link.simple{display:inline-flex; align-items:center; text-decoration:none}
.nav-link:hover{
  background:rgba(37,99,235,.06);
}
.nav-link:focus-visible{
  outline:2px solid rgba(37,99,235,.35);
  outline-offset:2px;
}
.has-mega > .nav-link:after{
  content:"";
  display:inline-block;
  width:8px; height:8px;
  margin-left:8px;
  border-right:2px solid rgba(15,23,42,.45);
  border-bottom:2px solid rgba(15,23,42,.45);
  transform: rotate(45deg) translateY(-1px);
}
.mega{
  position:absolute;
  left:0;
  top:calc(100% + 10px);
  width:min(980px, 92vw);
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  box-shadow:0 24px 60px rgba(2,6,23,.16);
  padding:16px;
  display:none;
  transform: translateY(8px);
  opacity:0;
  pointer-events:none;
}
/* Show mega menus on hover (desktop) and when toggled open (mobile) */
.nav-item.has-mega:hover > .mega,
.nav-item.has-mega.open > .mega{
  display:block;
  opacity:1;
  pointer-events:auto;
  transform: translateY(0);
}

.nav-item.has-mega.open > .nav-link .nav-caret{ transform: rotate(180deg); }
.nav-item.open > .mega{
  display:block;
  pointer-events:auto;
  animation: megaIn .18s ease forwards;
}
@keyframes megaIn{
  from{opacity:0; transform:translateY(10px)}
  to{opacity:1; transform:translateY(0)}
}
.mega-inner{
  display:grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap:16px;
  align-items:stretch;
}
.mega-col{
  border-right:1px solid rgba(15,23,42,.08);
  padding-right:14px;
}
.mega-col:last-of-type{border-right:none}
.mega-col h4{
  margin:6px 0 10px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.10em;
  color:rgba(15,23,42,.60);
}
.mega-col a{
  display:flex;
  padding:9px 10px;
  border-radius:12px;
  text-decoration:none;
  color:rgba(15,23,42,.88);
  font-weight:800;
}
.mega-col a:hover{
  background:rgba(37,99,235,.06);
  color:var(--accent);
}
.mega-feature{padding-left:6px}
.mega-card{
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(15,23,42,.02);
  overflow:hidden;
  height:100%;
  display:flex;
  flex-direction:column;
}
.mega-card.compact{padding:14px; gap:8px}
.mega-thumb{
  height:132px;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.08)),
    url("../assets/section_workers.jpeg");
  background-size:cover;
  background-position:center;
}
.mega-card-body{padding:14px}
.mega-kicker{
  font-weight:900;
  color:rgba(15,23,42,.60);
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:12px;
  margin:0 0 6px;
}
.mega-card h3{margin:0 0 8px; font-size:18px}
.mega-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.btn-sm{padding:10px 12px; border-radius:12px; font-size:13px}

@media (max-width: 980px){
  .mega{position:static; width:100%; margin-top:10px; box-shadow:none}
  .mega-inner{grid-template-columns:1fr; gap:10px}
  .mega-col{border-right:none; padding-right:0}
}

/* Micro interactions */
.btn{transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0)}
.card{transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease}
.card:hover{transform: translateY(-2px)}

/* Scroll-driven animations (inspired by CSS scroll timelines) */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes softScale {
  from { transform: scale(.98); }
  to   { transform: scale(1); }
}

/* JS fallback reveal */
.reveal{
  opacity:0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}
.reveal.is-visible{
  opacity:1;
  transform:none;
}

/* Native scroll-timeline support (Chrome/Edge) */
@supports (animation-timeline: view()) {
  .reveal{
    opacity:1;
    transform:none;
    transition:none;
    animation: fadeUp 1ms both;
    animation-timeline: view(block);
    animation-range: entry 0% cover 28%;
  }
  .hero-card.reveal,
  .tile.reveal{
    animation: fadeUp 1ms both, softScale 1ms both;
    animation-timeline: view(block);
    animation-range: entry 0% cover 32%;
  }
}


/* Sticky header: shrink on scroll */
.site-header{transition: box-shadow .18s ease, background .18s ease}
.site-header .header-inner{transition: padding .18s ease}
.site-header.is-scrolled{
  box-shadow:0 18px 48px rgba(2,6,23,.10);
}
.site-header.is-scrolled .header-inner{
  padding-top:8px;
  padding-bottom:8px;
}
.brand-logo{transition: transform .18s ease, width .18s ease, height .18s ease}
.site-header.is-scrolled .brand-logo{transform: scale(.92)}

/* Search modal */
.icon-btn{
  width:40px; height:40px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.9);
  cursor:pointer;
  font-weight:900;
}
.icon-btn:hover{border-color:rgba(37,99,235,.25); color:var(--accent)}
.search-modal{
  position:fixed; inset:0;
  display:none;
  z-index:2000;
}
.search-modal.open{display:block}
.search-backdrop{
  position:absolute; inset:0;
  background:rgba(2,6,23,.45);
}
.search-panel{
  position:absolute;
  top:84px;
  left:50%;
  transform:translateX(-50%);
  width:min(860px, 92vw);
  border-radius:22px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  box-shadow:0 30px 90px rgba(2,6,23,.30);
  overflow:hidden;
  animation: panelIn .18s ease both;
}
@keyframes panelIn{
  from{opacity:0; transform:translateX(-50%) translateY(-6px)}
  to{opacity:1; transform:translateX(-50%) translateY(0)}
}
.search-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 16px;
  border-bottom:1px solid rgba(15,23,42,.10);
}
.search-body{padding:16px}
.search-input{
  max-width:100%;
  font-size:18px;
  padding:14px 16px;
  border-radius:16px;
}
.search-suggestions{margin-top:14px}
.chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px}
.chip{
  display:inline-flex;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(15,23,42,.02);
  text-decoration:none;
  color:rgba(15,23,42,.86);
  font-weight:800;
}
.chip:hover{border-color:rgba(37,99,235,.22); background:rgba(37,99,235,.06); color:var(--accent)}
.search-results{margin-top:14px}
.search-result{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.8);
  text-decoration:none;
  color:rgba(15,23,42,.92);
  font-weight:800;
}
.search-result:hover{border-color:rgba(37,99,235,.22); background:rgba(37,99,235,.06); color:var(--accent)}

/* Hero & page hero animated shapes (RWS-like) */
.hero, .page-hero{position:relative}
.hero:before, .page-hero:before{
  content:"";
  position:absolute;
  inset:-120px -60px auto -60px;
  height:340px;
  background:
    radial-gradient(220px 160px at 18% 40%, rgba(37,99,235,.16), rgba(37,99,235,0) 70%),
    radial-gradient(260px 180px at 60% 20%, rgba(37,99,235,.12), rgba(37,99,235,0) 70%),
    radial-gradient(220px 160px at 88% 55%, rgba(15,23,42,.10), rgba(15,23,42,0) 70%);
  pointer-events:none;
  filter:saturate(1.05);
  animation: drift 10s ease-in-out infinite alternate;
}
@keyframes drift{
  from{transform: translateY(0) translateX(0)}
  to{transform: translateY(10px) translateX(8px)}
}
.hero:after, .page-hero:after{
  content:"";
  position:absolute;
  inset:auto -80px -120px -80px;
  height:260px;
  background:
    radial-gradient(260px 200px at 18% 30%, rgba(37,99,235,.10), rgba(37,99,235,0) 70%),
    radial-gradient(300px 220px at 82% 55%, rgba(37,99,235,.08), rgba(37,99,235,0) 70%);
  pointer-events:none;
  animation: drift2 12s ease-in-out infinite alternate;
}
@keyframes drift2{
  from{transform: translateY(0) translateX(0)}
  to{transform: translateY(-10px) translateX(-8px)}
}

/* Logo strip */
.logo-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding:16px 0 0;
}
.logo-pill{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  font-weight:900;
  color:rgba(15,23,42,.72);
}


/* Scroll progress bar */
.scroll-progress{
  position:fixed;
  top:0; left:0; right:0;
  height:3px;
  background:rgba(15,23,42,.06);
  z-index:2500;
}
.scroll-progress-bar{
  height:100%;
  width:0%;
  background:linear-gradient(90deg, var(--accent), rgba(37,99,235,.55));
  transform-origin:left center;
}

/* Parallax targets */
[data-parallax]{
  will-change: transform;
}

/* Counter polish */
.stat-num{
  letter-spacing:-.02em;
}

/* Destinations stats row */
.stats-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:16px;
}
@media (max-width: 900px){
  .stats-row{grid-template-columns:1fr; }
}


/* Footer link hover (animated underline) */
.site-footer a:not(.btn):not(.chip){
  position:relative;
  text-decoration:none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .22s ease, color .22s ease, opacity .22s ease;
}
.site-footer a:not(.btn):not(.chip):hover{
  color: var(--accent);
  opacity: 1;
  background-size: 100% 2px;
}
.site-footer a:not(.btn):not(.chip):focus-visible{
  outline: 2px solid rgba(37,99,235,.35);
  outline-offset: 3px;
  border-radius: 6px;
  background-size: 100% 2px;
}

/* Make footer columns feel interactive */
.site-footer .footer-col h4{
  transition: transform .2s ease;
}
.site-footer .footer-col:hover h4{
  transform: translateY(-1px);
}


/* Footer: deep purple background + white text (RWS-inspired) */
.site-footer{
  background: #3a0066;
  color: rgba(255,255,255,.92);
  border-top: none;
}
.site-footer .muted{
  color: rgba(255,255,255,.72);
}
.site-footer h3,
.site-footer h4{
  color: #ffffff;
}
.site-footer a:not(.btn):not(.chip){
  color: rgba(255,255,255,.86);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.site-footer a:not(.btn):not(.chip):hover{
  color: #ffffff;
  background-size: 100% 2px;
}
.site-footer .footer-bottom{
  border-top: 1px solid rgba(255,255,255,.18);
}
.site-footer .footer-grid{
  gap: 34px;
}
.site-footer .footer-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
}
.site-footer .footer-card strong{
  color:#ffffff;
}
.site-footer .btn{
  border-color: rgba(255,255,255,.30);
}
.site-footer .btn.btn-outline{
  color:#ffffff;
}
.site-footer .btn.btn-outline:hover{
  background: rgba(255,255,255,.10);
}


/* Our Clients marquee (RWS-inspired) */
.clients-head{
  text-align:center;
  margin-bottom:16px;
}
.clients-kicker{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.70);
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(15,23,42,.65);
  margin:0 auto 10px;
}
.clients-marquee{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  padding:18px 0;
}
.clients-track{
  display:flex;
  gap:22px;
  align-items:center;
  width:max-content;
  animation: clientsMarquee 38s linear infinite;
  will-change: transform;
}
.clients-marquee:hover .clients-track{
  animation-play-state: paused;
}
@keyframes clientsMarquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
.client-logo{
  flex:0 0 auto;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(15,23,42,.02);
  font-weight:900;
  color:rgba(15,23,42,.78);
  text-transform:none;
  letter-spacing:-.01em;
  min-width: 210px;
  text-align:center;
  filter: grayscale(1);
  opacity:.85;
  transition: transform .16s ease, opacity .16s ease, filter .16s ease;
}
.client-logo:hover{
  transform: translateY(-2px);
  opacity:1;
  filter: grayscale(0);
}
.clients-note{
  text-align:center;
  margin-top:12px;
}
@media (max-width: 720px){
  .client-logo{min-width: 180px; font-size:14px}
  .clients-track{animation-duration: 44s;}
}
@media (prefers-reduced-motion: reduce){
  .clients-track{animation:none}
}


/* Client logos as images */
.client-logo{
  min-width: 220px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 16px;
}
.client-img{
  height:56px;
  width:auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(1);
  opacity:.88;
  transition: transform .16s ease, opacity .16s ease, filter .16s ease;
}
.client-logo:hover .client-img{
  transform: translateY(-2px);
  opacity:1;
  filter: grayscale(0);
}
@media (max-width: 720px){
  .client-logo{min-width: 190px;}
  .client-img{height:48px; max-width: 160px;}
}


/* Hero background video */
.hero{
  position: relative;
}
.hero-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
  border-radius:24px;
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform: translateZ(0);
}
@media (prefers-reduced-motion: reduce){
  .hero-video{display:none;}
}

/* Hero loader (logo animation while video loads) */
.hero-loader{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background: radial-gradient(1200px 500px at 50% 65%, rgba(255,255,255,0.75), rgba(255,255,255,0.25));
  backdrop-filter: blur(2px);
  opacity:1;
  pointer-events:none;
  transition: opacity .35s ease;
}
.hero-loader-inner{
  position:relative;
  width:92px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-loader-logo{
  width:54px;
  height:54px;
  object-fit:contain;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.18));
  animation: heroLogoPulse 1.2s ease-in-out infinite;
}
.hero-loader-ring{
  position:absolute;
  inset:-8px;
  border-radius:999px;
  border: 3px solid rgba(10,10,10,.15);
  border-top-color: rgba(10,10,10,.55);
  animation: heroRingSpin .9s linear infinite;
}
.hero-video-ready .hero-loader{
  opacity:0;
}
@keyframes heroRingSpin{
  to{ transform: rotate(360deg); }
}
@keyframes heroLogoPulse{
  0%,100%{ transform: scale(1); opacity:.92; }
  50%{ transform: scale(1.06); opacity:1; }
}
@media (prefers-reduced-motion: reduce){
  .hero-loader-logo, .hero-loader-ring{ animation:none; }
}


/* Clients marquee: show logo colors by default */
.client-img{
  filter: none !important;
  opacity: 1 !important;
}
.client-logo:hover .client-img{
  filter: none !important;
  opacity: 1 !important;
}


/* Footer social icons */
.footer-bottom{
  display:flex;
  align-items:center;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.footer-social{
  display:flex;
  align-items:center;
  gap:14px;
}
.social-link{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  transition: transform .16s ease, background .16s ease, border-color .16s ease, opacity .16s ease;
}
.site-footer .social-link svg{
  width:18px;
  height:18px;
  fill: rgba(255,255,255,.90);
}
.social-link:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.34);
}


/* Disable floating contact buttons (removed from HTML) */
.float-btn{display:none !important;}


/* Footer contact list with icons */
.contact-list{
  list-style:none;
  padding:0;
  margin:14px 0 0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.contact-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color: rgba(255,255,255,.86);
  line-height:1.45;
}
.contact-list a{
  color: rgba(255,255,255,.92);
  text-decoration:none;
}
.contact-list a:hover{
  text-decoration:underline;
}
.ci{
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  flex: 0 0 34px;
  margin-top:2px;
}
.site-footer .ci svg{
  width:18px;
  height:18px;
  fill: rgba(255,255,255,.92);
}
