/* ============================================================
   Metropolitan Security Services Ltd — Homepage
   ============================================================ */

:root{
  --dark:#20262D;
  --dark2:#2E3A43;
  --gold:#E5C269;
  --white:#fff;
  --ff-head:"Dosis",Helvetica,Arial,sans-serif;
  --ff-body:"Assistant",Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}

body{
  margin:0;
  font-family:var(--ff-body);
  font-size:16px;
  font-weight:500;
  line-height:1.5;
  color:var(--white);
  background:var(--dark);
}

img{max-width:100%;height:auto;border:0;display:block}
a{text-decoration:none;color:inherit}
ul{margin:0;padding:0}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}

h1,h2,h3,h4,h5,h6{
  font-family:var(--ff-head);
  font-weight:500;
  color:var(--gold);
  margin:0 0 10px;
  line-height:1.2;
}
h1{font-size:28.8px;line-height:1.2}
h2{font-size:38px;line-height:45.6px}
h3{font-size:20px;line-height:1.2}

/* ---------- layout helpers ---------- */
.section{position:relative;padding:40px 0;overflow:hidden}
.row{
  width:80%;
  max-width:1140px;
  margin:0 auto;
  padding:27px 0;
  position:relative;
  z-index:2;
}
.row--1080{width:80%;max-width:1080px}
.row--90{width:90%;max-width:1283px}
.row--60{width:60%;max-width:855px}
.cols{display:flex;flex-wrap:wrap;gap:0 60px;align-items:flex-start}
.cols>*{flex:1 1 0;min-width:0}
.cols--equal{align-items:stretch}
.overlay{position:absolute;inset:0;z-index:1}

/* ---------- buttons ---------- */
.btn{
  display:inline-block;
  font-family:var(--ff-body);
  font-size:18px;
  font-weight:400;
  line-height:1.7;
  text-transform:uppercase;
  color:var(--white);
  background:rgba(229,194,105,.8);
  border:2px solid var(--white);
  border-radius:50px;
  padding:5px 18px;
  transition:background .3s,color .3s,border-color .3s,padding .3s;
  cursor:pointer;
}
.btn:hover{background:var(--white);color:var(--dark);border-color:var(--white)}
.btn--ghost{background:var(--dark2)}
.btn--ghost:hover{background:var(--gold);color:var(--dark)}
.btn--outline{background:transparent}
.btn--outline:hover{background:var(--gold);color:var(--dark)}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;
  top:0;
  z-index:9000;
  background:var(--dark2);
  padding-bottom:15px;
}

/* --- top gold bar --- */
.topbar{
  background:var(--gold);
  border-bottom:1px solid rgba(32,38,45,.12);
}
.topbar__inner{
  display:flex;
  align-items:center;
  gap:0 28px;
  width:100%;
  max-width:1425px;
  margin:0 auto;
  padding:9px 26px;
}

/* social cluster, left */
.topbar__social{flex:0 0 auto}
.social{display:flex;list-style:none;gap:7px}
.social a{
  display:flex;align-items:center;justify-content:center;
  width:29px;height:29px;border-radius:100%;
  background:var(--white);color:var(--gold);
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.social a:hover{background:var(--dark2);color:var(--gold);transform:translateY(-2px)}
.social svg{width:14px;height:14px;fill:currentColor}

/* contact cluster, right */
.topbar__contacts{
  flex:1 1 auto;
  display:flex;
  list-style:none;
  justify-content:flex-end;
  align-items:center;
  gap:0;
}
.topbar__contacts li{
  position:relative;
  padding:0 26px;
  text-align:center;
  line-height:1.2;
}
.topbar__contacts li + li::before{
  content:"";
  position:absolute;left:0;top:50%;
  transform:translateY(-50%);
  width:1px;height:26px;
  background:rgba(32,38,45,.2);
}
.topbar__contacts li:last-child{padding-right:0}

.topbar__label{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-family:var(--ff-body);
  font-size:11px;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
  color:rgba(32,38,45,.66);
  margin-bottom:3px;
  white-space:nowrap;
}
.topbar__label img{
  display:block;
  width:20px;height:13px;
  border-radius:1px;
  flex:0 0 auto;
}
.topbar__contacts a{
  display:block;
  font-family:var(--ff-body);
  font-size:14px;
  font-weight:700;
  letter-spacing:.2px;
  color:var(--dark);
  white-space:nowrap;
  transition:opacity .25s ease;
}
.topbar__contacts a:hover{opacity:.62}

/* --- nav row --- */
.navrow{
  display:flex;
  align-items:center;
  width:100%;
  max-width:1425px;
  margin:0 auto;
  padding:0;
  min-height:100px;
}
.brand{width:310px;flex:0 0 310px;align-self:stretch;position:relative;z-index:20}
.brand img{
  width:145px;height:130px;object-fit:contain;
  position:absolute;
  top:42px;left:82px;
  filter:drop-shadow(0 3px 6px rgba(0,0,0,.35));
}
.mainnav{flex:1 1 auto;min-width:0;display:flex;align-items:center;padding:0 0 15px 11px}
.menu{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  width:100%;
  margin:0 -11px;
}
.menu>li{position:relative;padding:0 11px;margin-top:8px;white-space:nowrap}
.menu>li>a{
  font-family:var(--ff-head);
  font-size:16px;
  font-weight:500;
  line-height:14px;
  text-transform:uppercase;
  color:var(--gold);
  padding:0 0 8px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  transition:opacity .3s;
}
.menu>li>a:hover,.menu>li.current>a{opacity:.7}
.menu>li.current>a{color:var(--gold)}
.caret{
  width:0;height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:4px solid var(--gold);
  display:inline-block;
}
/* dropdowns */
.submenu{
  position:absolute;
  top:100%;left:0;
  list-style:none;
  min-width:250px;
  background:var(--dark2);
  border-top:3px solid var(--gold);
  padding:12px 0;
  opacity:0;visibility:hidden;
  transform:translateY(10px);
  transition:opacity .25s,transform .25s,visibility .25s;
  box-shadow:0 8px 24px rgba(0,0,0,.35);
  z-index:9500;
}
.menu>li:hover>.submenu,.menu>li:focus-within>.submenu{opacity:1;visibility:visible;transform:translateY(0)}
.menu>li.submenu-right>.submenu{left:auto;right:0}
.submenu a{
  display:block;
  padding:7px 20px;
  font-family:var(--ff-head);
  font-size:15px;
  font-weight:500;
  color:var(--gold);
  transition:background .2s,color .2s;
}
.submenu a:hover{background:var(--gold);color:var(--dark)}

/* mobile toggle */
.navtoggle{
  display:none;
  background:none;border:0;padding:8px;
  margin-left:auto;cursor:pointer;
}
.navtoggle span{display:block;width:26px;height:3px;background:var(--gold);margin:5px 0;border-radius:2px;transition:.3s}
.navtoggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.navtoggle.is-open span:nth-child(2){opacity:0}
.navtoggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.floatcall{
  position:fixed;
  right:0;top:50%;
  transform:translateY(-50%);
  z-index:8000;
  width:46px;height:46px;
  display:flex;align-items:center;justify-content:center;
  background:var(--gold);
  color:var(--white);
  box-shadow:0 2px 10px rgba(0,0,0,.3);
  transition:background .3s;
}
.floatcall:hover{background:#d4ab48}
.floatcall svg{width:20px;height:20px;fill:currentColor}

.totop{
  position:fixed;
  right:24px;bottom:24px;
  z-index:8000;
  width:46px;height:46px;
  display:none;align-items:center;justify-content:center;
  background:rgba(229,194,105,.75);
  color:var(--white);
  border:0;border-radius:3px;
  cursor:pointer;
  transition:background .3s;
}
.totop.is-visible{display:flex}
.totop:hover{background:var(--gold)}
.totop svg{width:18px;height:18px;fill:currentColor}

/* ============================================================
   S0 — HERO
   ============================================================ */
.hero{
  background:
    linear-gradient(rgba(32,38,45,.4) 0%,rgba(32,38,45,.66) 100%),
    url("images/fa28d5_5d52f5cc4a0e4b08905d8e148958945fmv2.jpg") center/cover no-repeat;
  min-height:700px;
  display:flex;align-items:center;
}
.hero .row{width:80%;max-width:1140px}
.hero h2{margin:0 0 10px}
.hero__copy p{font-size:16px;line-height:24px;color:var(--white);margin:0 0 16px}
.hero__copy .btn{margin-top:14px;background:rgba(229,194,105,.8);border:2px solid var(--white)}
.hero__media{position:relative;display:flex;justify-content:center;align-items:flex-start}

/* circular gallery */
.circlegal{
  position:relative;
  width:350px;height:350px;
  max-width:100%;
  border-radius:100%;
  overflow:hidden;
  outline:75px solid rgba(229,194,105,.3);
  margin:0 auto 31px;
  flex:0 0 auto;
}
.circlegal img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity 1s ease-in-out;
}
.circlegal img.is-active{opacity:1}
.hero__badge{
  position:absolute;
  top:-120px;right:-70px;
  width:296px;
  z-index:500;
  display:block;
  transition:transform .3s ease;
}
.hero__badge:hover{transform:scale(1.04)}
.hero__badge img{width:100%}

/* ============================================================
   S1 — TRUSTED PROVIDER
   ============================================================ */
.s-trusted{background:var(--dark)}
.s-trusted .cols{align-items:center}
.s-trusted__img{flex:0 0 396px;max-width:396px}
.s-trusted__copy{flex:1 1 624px}
.s-trusted__copy p{font-size:18px;line-height:24px;color:var(--white);margin:0 0 18px}
.s-trusted__copy a.inline{color:var(--gold);text-decoration:underline}
.s-trusted__copy .btn{margin-top:6px}

/* ============================================================
   S2 — SERVICES WE PROVIDE / WHY CHOOSE
   ============================================================ */
.s-provide{background:var(--dark)}
.s-provide .cols{align-items:center}
.row--boxed{background:rgba(0,0,0,.51)}
.s-provide__copy{padding:50px 30px 0}
.s-provide__media{padding:10px}
.tick-list{list-style:disc;padding-left:20px;margin:0}
.tick-list li{margin:0 0 14px;font-size:16px;line-height:24px;color:var(--white)}
.tick-list li:last-child{margin-bottom:0}
.framed-circle{
  width:490px;max-width:100%;
  aspect-ratio:1/1;
  border:50px solid rgba(173,146,78,.69);
  border-radius:100%;
  overflow:hidden;
  box-sizing:border-box;
  margin:0 auto;
}
.framed-circle img{width:100%;height:100%;object-fit:cover}
.framed-circle--lg{width:510px}

.splitbox{
  display:flex;
  align-items:stretch;
  background:rgba(13,13,13,.82);
  border:1px solid rgba(229,194,105,.28);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(0,0,0,.35);
}
.splitbox__media{
  flex:0 0 50%;
  min-height:560px;
  background:url("images/Metro-K9-Security.jpg") center 22%/cover no-repeat;
}
.splitbox__copy{
  flex:1 1 50%;
  padding:48px 44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.splitbox__copy .tick-list li{margin-bottom:12px}
.splitbox__partner{margin-top:26px;padding-top:24px;border-top:1px solid rgba(229,194,105,.25)}
.splitbox__partner h3{
  font-size:24px;line-height:1.35;color:var(--gold);
  margin:0 0 14px;font-weight:500;
}
.splitbox__partner p{font-size:16px;line-height:24px;color:var(--white)}

/* ============================================================
   S3 — HOVER BOXES
   ============================================================ */
.s-hoverboxes{background:var(--dark);padding:40px 0;overflow:hidden}
.hb-row{
  width:80%;max-width:1140px;
  margin:0 auto;
  padding:0 100px;
  display:flex;
  flex-wrap:wrap;
}
.hoverbox{
  flex:1 1 0;
  min-width:0;
  height:400px;
  position:relative;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  overflow:hidden;
}
.hoverbox__front,.hoverbox__back{
  width:100%;
  text-align:center;
  transition:opacity .45s ease,transform .45s ease;
}
.hoverbox__front{padding:15px 0}
.hoverbox__back{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%) translateY(12px);
  width:76%;max-width:230px;
  max-height:76%;
  display:flex;flex-direction:column;justify-content:center;
  opacity:0;
}
.hoverbox:hover .hoverbox__front{opacity:0;transform:translateY(-12px)}
.hoverbox:hover .hoverbox__back{opacity:1;transform:translate(-50%,-50%)}
.hoverbox__title{
  font-family:var(--ff-head);
  font-size:20px;font-weight:700;line-height:1.4;
  color:var(--gold);
  margin:0;
  padding-left:10px;
}
.hoverbox__back .hoverbox__title{
  font-family:var(--ff-body);
  font-size:19px;font-weight:700;line-height:22px;
  color:var(--white);
  display:block;margin-bottom:8px;padding:0;
  text-shadow:0 1px 4px rgba(0,0,0,.8);
}
.hoverbox__back p{
  font-size:13.5px;line-height:19px;color:var(--white);margin:0;
  text-shadow:0 1px 4px rgba(0,0,0,.8);
}
/* scrim keeps the description readable over the photo */
.hoverbox::after{
  content:"";
  position:absolute;left:50%;top:50%;
  width:74%;aspect-ratio:1/1;
  transform:translate(-50%,-50%);
  border-radius:100%;
  background:radial-gradient(circle,rgba(0,0,0,.62) 55%,rgba(0,0,0,0) 72%);
  opacity:0;transition:opacity .5s ease;
  pointer-events:none;
}
.hoverbox:hover::after{opacity:1}
.hoverbox__front{position:relative;z-index:2}
.hoverbox__back{z-index:2}

/* ============================================================
   S4 — COUNTERS
   ============================================================ */
.s-counters{
  position:relative;
  overflow:hidden;
  background:
    url("images/lock-and-unlock-1024x576.png") center/cover no-repeat,
    linear-gradient(#E5C269 0%,#AD924E 100%);
  padding:2px 20px;
}
/* dark scrim so the gold numerals read cleanly over the fence photo */
.s-counters::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(18,22,26,.86) 0%,rgba(18,22,26,.74) 50%,rgba(18,22,26,.86) 100%);
}
.s-counters::after{
  content:"";position:absolute;left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,transparent,var(--gold) 20%,var(--gold) 80%,transparent);
}
.s-counters .row{padding:26px 0;width:80%;max-width:1140px;z-index:2}
.counters{display:flex;flex-wrap:wrap;text-align:center;gap:24px 0}
.counter{
  flex:1 1 200px;
  margin:0 10px;
  padding:6px 14px;
  position:relative;
}
.counter + .counter::before{
  content:"";position:absolute;left:-10px;top:14%;
  width:1px;height:72%;
  background:linear-gradient(transparent,rgba(229,194,105,.45),transparent);
}
.counter__icon{
  display:flex;align-items:center;justify-content:center;
  width:44px;height:44px;margin:0 auto 12px;
  border:1px solid rgba(229,194,105,.5);
  border-radius:100%;
  background:rgba(229,194,105,.1);
}
.counter__icon svg{width:21px;height:21px;fill:var(--gold)}
.counter__num{
  font-family:var(--ff-body);
  font-size:45px;font-weight:700;line-height:52px;
  color:var(--gold);
  margin:0 0 6px;
  letter-spacing:-.5px;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}
.counter__label{
  font-family:var(--ff-head);
  font-size:15px;font-weight:600;line-height:20px;
  text-transform:uppercase;
  letter-spacing:.6px;
  color:rgba(255,255,255,.88);
  margin:0 auto;padding:0;
  max-width:200px;
}

/* ============================================================
   S5 — ACCREDITATIONS
   ============================================================ */
.s-accred{position:relative;background:var(--dark);padding:40px 0}
.s-accred__bg{
  position:absolute;inset:0;
  background:url("images/metro-car-2.jpg") center/cover no-repeat;
  z-index:0;
}
.s-accred__tint{position:absolute;inset:0;background:rgba(32,38,45,.84);z-index:1}
.s-accred .row{z-index:2}
.s-accred h2{text-align:center}
.s-accred__intro{text-align:center;font-size:16px;line-height:24px;color:var(--white)}
.badges{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:34px 30px;
  justify-items:center;
  align-items:center;
}
.badges img{width:188px;max-width:100%}
.s-accred__cta{text-align:center}

/* ============================================================
   S6 — CUSTOMER CENTRIC
   ============================================================ */
.s-centric{overflow:hidden;
  background:
    linear-gradient(rgba(53,72,80,.72) 0%,rgba(53,72,80,.77) 99%,rgba(53,72,80,.77) 100%),
    url("images/Metro-team-at-Warrington.jpeg") center/cover no-repeat;
  padding:40px 0;
}
.s-centric .cols{align-items:center}
.s-centric__video{flex:0 0 510px;display:flex;justify-content:center}
.videoframe{
  width:380px;max-width:100%;height:476px;
  border:none;overflow:hidden;
  background:#000;
}
.s-centric__copy p{font-size:16px;line-height:24px;color:var(--white)}

/* ============================================================
   S7 — WHAT WE DO
   ============================================================ */
.s-whatwedo{background:var(--dark);padding:40px 0;overflow:hidden}
.s-whatwedo .cols{align-items:flex-start}
.s-whatwedo p{font-size:16px;line-height:24px;color:var(--white)}
.checklist{list-style:none;columns:1;font-style:italic}
.checklist li{
  font-size:18px;line-height:1.8;
  color:var(--white);
  font-style:italic;
}
.checklist li::before{content:"✔ ";color:var(--white)}
.s-whatwedo .btn{margin-top:18px}

/* ============================================================
   S8 — SERVICE SPECIALTIES (gold overlay)
   ============================================================ */
.s-specialties{
  overflow:hidden;
  position:relative;
  padding:50px 0 40px;
  background:var(--dark);
}
.s-specialties__bg{
  position:absolute;inset:0;
  background:url("images/metro-security-2.jpeg") center/cover no-repeat;
  z-index:0;
}
.s-specialties__tint{position:absolute;inset:0;background:rgba(173,146,78,.85);z-index:1}
.s-specialties .row{z-index:2}
.blurbs{display:flex;flex-wrap:wrap;gap:30px 0;text-align:center}
.blurb{flex:1 1 200px;padding:0 10px}
.blurb__icon{
  font-size:75px;line-height:1;
  color:var(--white);
  margin-bottom:18px;
  display:flex;justify-content:center;
}
.blurb__icon svg{width:70px;height:70px;fill:currentColor}
.blurb h3{
  font-family:var(--ff-head);
  font-size:20px;font-weight:500;line-height:24px;
  color:var(--gold);
  margin:0 0 10px;
}
.blurb p{font-size:16px;line-height:24px;color:var(--white);margin:0}

/* ============================================================
   S9 — WHY METROPOLITAN + CLIENT CIRCLES
   ============================================================ */
.s-why{background:var(--dark);padding:40px 0;overflow:hidden}
.s-why .cols{align-items:center}
.s-why p{font-size:16px;line-height:24px;color:var(--white)}
.s-why .checklist li{margin-bottom:8px}
.s-why__solutions{text-align:center;margin-top:10px}
.clientcircles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px 63px;
  justify-items:center;
  padding-top:27px;
}
.clientcircle{
  width:200px;height:200px;
  border-radius:100%;
  display:flex;align-items:center;justify-content:center;
  text-align:center;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}
.clientcircle::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(rgba(46,58,67,.69) 0%,rgba(46,58,67,.67) 100%);
}
.clientcircle h3{
  position:relative;
  font-family:var(--ff-head);
  font-size:20px;font-weight:500;line-height:1.3;
  color:var(--white);
  margin:0;padding:0 18px;
}

/* ============================================================
   S10 — PROFILE CARD
   ============================================================ */
.s-profile{background:var(--gold);padding:40px 0;overflow:hidden}
.profilecard{
  width:90%;max-width:1283px;
  margin:0 auto;
  background:var(--dark2);
  border-radius:20px;
  padding:48px 52px;
  box-shadow:0 20px 44px rgba(0,0,0,.18);
}
.profilecard .cols{align-items:center;padding:0;gap:0 56px}
.profilecard h2{color:var(--white);text-align:center;margin-bottom:16px}
.profilecard p{text-align:center;font-size:16px;line-height:24px;color:var(--white);margin-bottom:22px}
.profilecard__btns{display:flex;flex-direction:column;align-items:center;gap:14px}
.profilecard__img{border-radius:10px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.3)}
.profilecard__img img{width:100%}

/* ============================================================
   S11 — SPONSORSHIPS / COMMUNITY
   ============================================================ */
.s-sponsor{overflow:hidden;
  background:
    linear-gradient(rgba(53,72,80,.8) 0%,rgba(53,72,80,.85) 98%,rgba(53,72,80,.85) 100%),
    url("images/Metropolitan-Security-Patrol-2.jpeg") center/cover no-repeat;
  padding:40px 0;
}
.s-sponsor h2{text-align:center}
.s-sponsor__intro{text-align:center;font-size:16px;line-height:24px;color:var(--white)}
.logogrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px 20px;
  justify-items:center;
  align-items:center;
  padding:10px 0;
}
.logogrid img{width:200px;max-width:100%}
.s-sponsor__cta{text-align:center;padding:14px 0}
.s-sponsor__community{text-align:center}
.s-sponsor__community img{width:200px;margin:8px auto 24px}

/* ============================================================
   S12 — TESTIMONIALS
   ============================================================ */
.s-testimonials{background:var(--dark);padding:40px 0;position:relative;overflow:hidden}
.s-testimonials .row{padding:27px 0}
.quotewrap{display:flex;align-items:flex-start;gap:0 40px}
.quotemark{flex:0 0 168px;display:flex;justify-content:center;padding-top:10px}
.quotemark img{width:70px;opacity:.9}
.quotemark--end{align-items:flex-end;align-self:flex-end;padding-top:0;padding-bottom:10px}
.quotecenter{flex:1 1 624px;text-align:center}
.stars{font-size:22px;color:var(--gold);letter-spacing:2px;margin-bottom:6px}
.s-testimonials h2{text-align:center;margin-bottom:8px}
.s-testimonials__sub{
  font-size:16px;font-weight:700;line-height:24px;
  color:var(--white);margin:0;
}
.tslider{
  position:relative;
  width:60%;max-width:855px;
  margin:0 auto;
  padding:27px 0;
}
.tslider__viewport{position:relative;min-height:220px}
.tslide{
  position:absolute;inset:0;
  opacity:0;visibility:hidden;
  transition:opacity .6s ease;
  display:flex;align-items:center;
  padding:0 60px;
}
.tslide.is-active{opacity:1;visibility:visible;position:relative}
.tslide p{font-size:16px;line-height:24px;color:var(--white);margin:0;text-align:left}
.tslider__nav{
  position:absolute;top:50%;transform:translateY(-50%);
  background:none;border:0;cursor:pointer;
  color:var(--white);opacity:.6;
  font-size:34px;line-height:1;
  padding:6px 10px;
  transition:opacity .3s;
  z-index:3;
}
.tslider__nav:hover{opacity:1}
.tslider__nav--prev{left:0}
.tslider__nav--next{right:0}
.tslider__disc{
  position:absolute;
  left:-60px;top:20px;
  width:320px;height:320px;
  border-radius:100%;
  background:rgba(255,255,255,.035);
  z-index:0;
  pointer-events:none;
}

/* ============================================================
   S13 — CTA
   ============================================================ */
.s-cta{background:var(--gold);padding:40px 0;text-align:center;overflow:hidden}
.s-cta h2{color:var(--white);text-align:center;font-size:30px;line-height:36px}
.s-cta h2 strong{color:var(--dark);font-weight:700}
.s-cta__contacts{display:flex;flex-wrap:wrap;gap:20px;padding:14px 0}
.s-cta__contacts div{flex:1 1 300px;color:var(--white);font-size:16px}
.s-cta__contacts a{color:var(--white)}
.s-cta__contacts a:hover{color:var(--dark)}
.s-cta .btn{border-color:var(--white);background:transparent}
.s-cta .btn:hover{background:var(--white);color:var(--dark)}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--dark);padding:54px 0;overflow:hidden}
.site-footer .row{width:90%;max-width:1283px}
.footer-cols{display:flex;flex-wrap:wrap;gap:40px 60px}
.footer-cols>div{flex:1 1 320px}
.footer-h{
  font-family:var(--ff-head);
  font-size:30px;font-weight:500;line-height:1.2;
  color:var(--white);
  margin:0 0 16px;
  padding-bottom:10px;
  border-bottom:2px solid var(--gold);
}
.footer-contact p{font-size:18px;line-height:1.5;color:var(--white);margin:0 0 4px}
.footer-contact .lbl{font-weight:500}
.footer-contact a{color:var(--gold);display:inline-block;margin-bottom:14px}
.footer-contact a:hover{opacity:.75}
.footer-contact img.flag{display:inline-block;width:20px;height:13px;vertical-align:-1px;margin-right:4px}
.footer-btns{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:20px}
.footer-map{
  width:100%;height:230px;
  border:0;border-radius:2px;
  background:#dfe3e6;
  display:block;
}
.footer-nsi{width:141px;margin:22px auto 0}
.footer-address{font-size:16px;line-height:1.6;color:var(--white)}
.footer-address strong{
  display:block;color:var(--gold);
  font-style:italic;font-weight:700;
  margin:18px 0 6px;
}
.footer-address strong:first-child{margin-top:0}
.footer-address img.flag{display:inline-block;width:20px;height:13px;vertical-align:-1px;margin-right:4px}

.site-footer--legal{background:#111;padding:0}
.legal-row{
  width:100%;max-width:1274px;
  margin:0 auto;
  display:flex;flex-wrap:wrap;
  align-items:center;
  padding:22px 20px;
  gap:20px;
}
.legal-side{flex:0 0 199px;display:flex;align-items:center;justify-content:center}
.legal-side img{max-width:100%}
.legal-mid{flex:1 1 400px;text-align:center}
.legal-mid img.metropay{width:147px;margin:0 auto 18px}
.legal-mid p{font-size:17px;line-height:1.5;color:var(--white);margin:0 0 14px}
.legal-links{padding:0 0 26px;text-align:center}
.legal-links a{font-size:16px;color:var(--white);text-decoration:underline}
.legal-links a:hover{color:var(--gold)}
.legal-links span{color:var(--white);padding:0 6px}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1240px){
  .menu{gap:0 14px}
  .menu>li>a{font-size:15px}
  .brand{width:250px;flex:0 0 250px}
  .brand img{left:20px;width:125px}
  .hb-row{padding:0 40px}
}

@media (max-width:1100px){
  .hero__badge{width:230px;top:-90px;right:-20px}
  .circlegal{outline-width:52px}
  .framed-circle{border-width:36px}
  .splitbox__media{min-height:0}
  .splitbox__copy{padding:36px 30px}
  .badges{grid-template-columns:repeat(4,1fr);gap:24px 16px}
  .badges img{width:150px}
  .logogrid img{width:160px}
}

@media (max-width:980px){
  .site-header{position:relative}

  .topbar__inner{flex-direction:column;gap:12px;padding:12px 20px}
  .topbar__contacts{flex-wrap:wrap;justify-content:center;gap:14px 0;width:100%}
  .topbar__contacts li{flex:1 1 50%;padding:0 14px}
  .topbar__contacts li + li::before{display:none}
  .topbar__contacts li:nth-child(even)::after{
    content:"";position:absolute;left:0;top:50%;
    transform:translateY(-50%);width:1px;height:26px;
    background:rgba(32,38,45,.2);
  }
  .social{justify-content:center;flex-wrap:wrap}

  .navrow{flex-wrap:wrap;min-height:0;padding:10px 20px;position:relative}
  .brand{width:auto;flex:0 0 auto}
  .brand img{position:relative;top:0;left:0;width:110px;height:auto}
  .navtoggle{display:block}
  .mainnav{
    flex:1 1 100%;
    padding:0;display:block;
    max-height:0;overflow:hidden;
    transition:max-height .4s ease;
  }
  .mainnav.is-open{max-height:1400px;overflow-y:auto}
  .menu{flex-direction:column;align-items:stretch;margin:0;padding:10px 0}
  .menu>li{padding:0;margin-top:0}
  .menu>li>a{padding:11px 4px;justify-content:space-between;width:100%}
  .submenu{
    position:static;opacity:1;visibility:visible;transform:none;
    box-shadow:none;border-top:0;padding:0 0 0 16px;
    max-height:0;overflow:hidden;transition:max-height .3s ease;
  }
  .menu>li.is-open>.submenu{max-height:900px}
  .menu>li:hover>.submenu{max-height:0}
  .menu>li.is-open:hover>.submenu{max-height:900px}

  .row,.row--1080,.row--90,.row--60,.hb-row,.site-footer .row{width:90%;max-width:100%;padding-left:0;padding-right:0}
  .cols{flex-direction:column;gap:34px}
  .cols>*{flex:1 1 auto;width:100%}
  .s-trusted__img,.s-centric__video,.s-centric__video{flex:1 1 auto;max-width:100%}
  .s-trusted__img img{margin:0 auto}
  .hero{min-height:0;padding:30px 0}
  .hero__media{margin-top:40px}
  .hero__badge{position:relative;top:0;right:0;margin:20px auto 0;width:240px}
  .row--boxed{padding:10px 0 34px}
  .s-provide__copy{padding:24px 20px 0}
  .s-provide__media{padding:0}
  .splitbox{flex-direction:column}
  .splitbox__media{flex:0 0 auto;width:100%;height:300px;min-height:0}
  .splitbox__copy{flex:1 1 auto;padding:30px 24px}
  .counter + .counter::before{display:none}
  .counter{flex:1 1 42%}
  .hb-row{flex-direction:column;padding:0}
  .hoverbox{flex:0 0 auto;width:100%;height:340px;background-size:contain}
  .badges{grid-template-columns:repeat(3,1fr)}
  .logogrid{grid-template-columns:repeat(2,1fr)}
  .profilecard{padding:34px 26px}
  .profilecard .cols{padding:0}
  .tslider{width:100%}
  .tslide{padding:0 40px}
  .tslider__disc{display:none}
  .quotewrap{gap:0 12px}
  .quotemark{flex:0 0 50px}
  .quotemark img{width:40px}
  .videoframe{height:420px}
  .framed-circle,.framed-circle--lg{width:360px;border-width:34px}
  .legal-row{flex-direction:column}
  .legal-side{flex:0 0 auto}
}

@media (max-width:600px){
  h2{font-size:30px;line-height:36px}
  h1{font-size:26px}
  /* keep the contacts 2-up so the bar stays shallow on phones */
  .topbar__contacts{gap:12px 0}
  .topbar__contacts li{flex:1 1 50%;padding:0 8px}
  .topbar__label{font-size:10px;letter-spacing:.5px;gap:4px}
  .topbar__label img{width:17px;height:11px}
  .topbar__contacts a{font-size:12.5px}
  .badges{grid-template-columns:repeat(2,1fr)}
  .badges img{width:130px}
  .clientcircle{width:170px;height:170px}
  .clientcircle h3{font-size:17px}
  .counter__num{font-size:36px;line-height:44px}
  .s-cta h2{font-size:24px;line-height:30px}
  .tslide{padding:0 30px}
  .footer-h{font-size:26px}
  .profilecard{padding:26px 18px}
  .profilecard .cols{padding:0}
  .hoverbox{height:300px;flex:0 0 auto;width:100%}
  .circlegal{outline-width:34px}
  .framed-circle,.framed-circle--lg{width:280px;border-width:26px}
  .counter{flex:1 1 100%}
  .counter__num{font-size:38px;line-height:46px}
  .splitbox__media{height:220px}
  .splitbox__copy{padding:24px 18px}
}


/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
}
.reveal.is-in{opacity:1;transform:none}
.reveal--left{transform:translateX(-34px)}
.reveal--right{transform:translateX(34px)}
.reveal--zoom{transform:scale(.94)}
.reveal--d1{transition-delay:.08s}
.reveal--d2{transition-delay:.16s}
.reveal--d3{transition-delay:.24s}
.reveal--d4{transition-delay:.32s}

/* gentle lift on the card-like blocks */
.badges img,.logogrid img{transition:transform .35s ease}
.badges img:hover,.logogrid img:hover{transform:translateY(-6px) scale(1.04)}
.clientcircle{transition:transform .35s ease,box-shadow .35s ease}
.clientcircle:hover{transform:translateY(-6px);box-shadow:0 14px 30px rgba(0,0,0,.35)}
.counter__num{transition:none}

@media (prefers-reduced-motion:reduce){
  .reveal,.reveal--left,.reveal--right,.reveal--zoom{
    opacity:1!important;transform:none!important;transition:none!important;
  }
  .circlegal img{transition:none}
  *{scroll-behavior:auto!important}
}

@media (max-width:339px){
  .topbar__contacts li{flex:1 1 100%;padding:0}
  .topbar__contacts li:nth-child(even)::after{display:none}
}
