:root{
  --bg:#05070b;
  --surface:#0b111b;
  --surface-2:#101a28;
  --line:rgba(255,255,255,.12);
  --text:#ffffff;
  --muted:#b6c0d2;
  --soft:#dce5f4;
  --accent:#f58420;
  --accent-2:#ffb562;
  --blue:#1a88ff;
  --shadow:0 24px 80px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:auto;overflow-x:hidden;width:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;width:100%;line-height:1.65}
img{max-width:100%;display:block}
a{text-decoration:none}
.page-bg{position:fixed;inset:0;background:linear-gradient(180deg,rgba(5,7,11,.84),rgba(5,7,11,.96)),url('../img/texture-black.png') center/cover no-repeat;z-index:-2}
.page-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(245,132,32,.18),transparent 32%),radial-gradient(circle at 85% 12%,rgba(26,136,255,.12),transparent 30%)}
.container{position:relative;z-index:2}
.site-header{padding:16px clamp(14px,3vw,44px);transition:.28s ease;z-index:1000}
.site-header.is-scrolled{padding-top:10px;padding-bottom:10px;background:rgba(4,7,12,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-shell{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.12);background:rgba(7,13,22,.58);backdrop-filter:blur(20px);border-radius:999px;padding:10px 12px 10px 18px;box-shadow:0 10px 40px rgba(0,0,0,.25)}
.brand img{width:230px;height:auto}.desktop-nav{gap:8px;align-items:center}.desktop-nav a{color:#dfe7f6;font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase;padding:13px 16px;border-radius:999px;transition:.25s}.desktop-nav a:hover{background:rgba(255,255,255,.08);color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.mail-pill{align-items:center;gap:8px;color:#fff;background:linear-gradient(135deg,var(--accent),#ff9e3e);font-size:13px;font-weight:800;padding:12px 18px;border-radius:999px;box-shadow:0 12px 32px rgba(245,132,32,.28)}
.menu-btn{width:48px;height:48px;border:0;background:var(--accent);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-btn span{width:21px;height:2px;background:#fff;border-radius:5px}
.mobile-panel{background:#06101f;color:#fff;border-left:1px solid var(--line);width:min(88vw,390px)!important}.mobile-panel .offcanvas-header{padding:22px;border-bottom:1px solid var(--line)}.mobile-panel .offcanvas-header img{width:205px}.mobile-panel .offcanvas-body{display:flex;flex-direction:column;gap:10px;padding:24px}.mobile-panel .offcanvas-body>a{font-size:18px;font-weight:900;color:#fff;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-contact{margin-top:18px;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:22px;padding:18px;overflow-wrap:anywhere}.mobile-contact p{margin:12px 0 4px;color:var(--accent);font-weight:900}.mobile-contact a{color:#dce6f8}.social-row{display:flex;gap:12px;margin-top:12px}.social-row a,.footer-social a{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.09);border:1px solid var(--line);transition:.25s}.social-row a:hover,.footer-social a:hover{background:var(--accent);transform:translateY(-3px)}
.hero-section{min-height:100vh;height:100svh;position:relative}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,11,.94) 0%,rgba(5,7,11,.72) 45%,rgba(5,7,11,.22) 100%)}.hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(245,132,32,.20),transparent 34%,rgba(26,136,255,.08))}.hero-content{position:absolute;left:0;right:0;top:50%;transform:translateY(-46%);max-width:1320px}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:18px}.eyebrow:before,.section-label:before{content:"";width:34px;height:3px;background:var(--accent);border-radius:10px}.hero-content h1{max-width:840px;font-size:clamp(42px,7vw,96px);line-height:.94;font-weight:950;letter-spacing:-.065em;margin:0 0 26px}.hero-content p{max-width:710px;color:#e1e8f5;font-size:clamp(16px,1.5vw,22px);margin-bottom:32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn-primary-custom,.btn-outline-custom{border-radius:999px;padding:15px 25px;font-weight:900;letter-spacing:.02em}.btn-primary-custom{background:linear-gradient(135deg,var(--accent),#ffab4d);border:0;color:#fff;box-shadow:0 18px 45px rgba(245,132,32,.28)}.btn-primary-custom:hover{background:#ff9c38;color:#fff;transform:translateY(-2px)}.btn-outline-custom{border:1px solid rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.06)}.btn-outline-custom:hover{background:#fff;color:#05070b}.custom-indicators{bottom:58px;margin-left:calc((100% - min(1320px, calc(100% - 24px)))/2);margin-right:0;justify-content:flex-start;gap:9px}.custom-indicators [data-bs-target]{width:44px;height:4px;border:0;border-radius:20px;background:#fff;opacity:.38}.custom-indicators .active{background:var(--accent);opacity:1}
.intro-strip{position:relative;margin-top:-78px;z-index:4;padding:0 0 70px}.mini-card{height:100%;background:rgba(12,18,30,.82);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.mini-card span{color:var(--accent);font-weight:950;letter-spacing:.15em}.mini-card h3{font-size:22px;font-weight:900;margin:12px 0;color:#fff}.mini-card p{color:var(--muted);margin:0}.accent-card{background:linear-gradient(135deg,rgba(245,132,32,.92),rgba(96,45,12,.88))}.accent-card span,.accent-card p{color:#fff}
.mini-card .card-icon{width:56px;height:56px;object-fit:contain;margin-bottom:14px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.35))}.accent-card .card-icon{filter:drop-shadow(0 12px 20px rgba(0,0,0,.28))}
.section{padding:110px 0}.about-section{position:relative}.image-frame{position:relative;border-radius:34px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);clip-path:polygon(0 0,100% 0,100% 86%,86% 100%,0 100%)}.image-frame img{width:100%;height:620px;object-fit:cover}.about-section h2,.services-section h2,.cap-content h2,.standards-section h2,.contact-panel h2{font-size:clamp(34px,4.2vw,62px);line-height:1.02;font-weight:950;letter-spacing:-.045em;margin-bottom:20px}.about-section p,.section-head p,.cap-content p,.standards-section p,.contact-panel p{color:var(--muted);font-size:17px}.office-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}.office-grid div{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:20px;padding:18px}.office-grid strong{display:block;color:#fff;font-size:15px;margin-bottom:7px}.office-grid span{display:block;color:#cbd5e7}
.section-head{max-width:800px;margin:0 auto 50px}.section-head h2{margin-bottom:16px}.service-card{height:100%;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:28px;padding:28px;transition:.28s}.service-card:after{content:"";position:absolute;width:130px;height:130px;right:-60px;top:-60px;border-radius:50%;background:rgba(245,132,32,.14)}.service-card:hover{transform:translateY(-8px);border-color:rgba(245,132,32,.48);box-shadow:0 22px 55px rgba(0,0,0,.28)}.service-card img{width:64px;height:64px;margin-bottom:22px}.service-card h3{font-size:22px;font-weight:950;margin-bottom:10px}.service-card p{color:var(--muted);margin:0}
.capability-section{padding-top:60px}.capability-block{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}.capability-block.reverse{grid-template-columns:.95fr 1.05fr}.capability-block.reverse .cap-img{order:2}.cap-img{overflow:hidden;clip-path:polygon(0 0,100% 0,86% 100%,0 100%)}.capability-block.reverse .cap-img{clip-path:polygon(14% 0,100% 0,100% 100%,0 100%)}.cap-img img{width:100%;height:100%;object-fit:cover}.cap-content{padding:80px clamp(28px,6vw,110px);display:flex;flex-direction:column;justify-content:center;background:rgba(11,17,27,.78);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cap-content ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:12px}.cap-content li{color:#e6edf8;font-weight:800}.cap-content li:before{content:"✓";color:var(--accent);margin-right:10px}
.standards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.standards-grid div{background:rgba(255,255,255,.07);border:1px solid var(--line);border-radius:26px;padding:26px}.standards-grid span{display:inline-flex;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;background:var(--accent);font-weight:950;margin-bottom:18px}.standards-grid h3{font-weight:950;font-size:24px}.standards-grid p{margin:0;color:var(--muted);font-size:15px}.standards-grid .standard-icon{width:54px;height:54px;object-fit:contain;margin-bottom:18px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.35))}
.contact-section{padding-top:60px}.contact-panel{background:linear-gradient(135deg,rgba(245,132,32,.92),rgba(15,29,49,.96));border:1px solid rgba(255,255,255,.18);border-radius:38px;padding:clamp(28px,5vw,64px);display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;box-shadow:var(--shadow);overflow:hidden}.contact-panel .section-label{color:#fff}.contact-panel .section-label:before{background:#fff}.contact-panel p{color:#fff}.contact-cards{display:grid;gap:14px}.contact-cards a,.contact-cards div{display:flex;align-items:center;gap:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:18px;color:#fff;overflow-wrap:anywhere}.contact-cards i{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#fff;color:var(--accent);font-size:22px;flex:0 0 auto}.contact-cards span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#ffe4cc}.contact-cards strong{display:block;font-size:17px}
.global-office-panel{margin-top:34px;background:rgba(10,17,28,.74);border:1px solid var(--line);border-radius:34px;padding:clamp(24px,4vw,44px);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.global-office-head{max-width:720px;margin:0 auto 26px}.global-office-head .section-label{margin-bottom:12px}.global-office-head h3{font-size:clamp(26px,3vw,42px);line-height:1.1;font-weight:950;letter-spacing:-.035em;margin:0}.global-office-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.global-office-card{position:relative;min-height:170px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;text-align:left;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:26px;padding:18px;transition:.28s;background-size:cover;background-position:center;background-repeat:no-repeat;isolation:isolate}.global-office-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,18,.18),rgba(4,10,18,.56) 55%,rgba(4,10,18,.82));z-index:0}.global-office-card:hover{transform:translateY(-6px);border-color:rgba(245,132,32,.48)}.global-office-card img{position:relative;z-index:1;width:50px;height:50px;object-fit:contain;margin:0;filter:drop-shadow(0 12px 22px rgba(0,0,0,.35))}.global-office-card h4{position:relative;z-index:1;font-size:22px;font-weight:950;margin:0;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.35)}.office-london{background-image:url("../img/office-london.png")}.office-dubai{background-image:url("../img/office-dubai.png")}.office-singapore{background-image:url("../img/office-singapore.png")}
.site-footer{padding:70px 0 26px;background:rgba(3,6,11,.88);border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:260px 1fr auto;gap:28px;align-items:center}.footer-grid img{width:240px}.footer-grid p{color:var(--muted);margin:0}.footer-social{display:flex;gap:10px}.copyright{text-align:center;color:#7f8da5;font-size:14px;margin-top:35px}.back-to-top{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border:0;border-radius:50%;background:var(--accent);color:#fff;z-index:999;opacity:0;visibility:hidden;transition:.25s}.back-to-top.show{opacity:1;visibility:visible}
@media(max-width:1199px){.desktop-nav a{padding:11px 10px}.brand img{width:205px}.mail-pill{display:none!important}.hero-content h1{max-width:740px}.capability-block,.capability-block.reverse{grid-template-columns:1fr}.capability-block.reverse .cap-img{order:0}.cap-img,.capability-block.reverse .cap-img{clip-path:none}.cap-img img{height:440px}.cap-content{padding:58px 24px}.contact-panel{grid-template-columns:1fr}}
@media(max-width:991px){.site-header{padding:10px}.header-shell{border-radius:24px}.hero-content{padding:0 22px}.custom-indicators{margin-left:22px}.intro-strip{margin-top:0;padding-top:40px}.section{padding:78px 0}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-grid img{margin:auto}.footer-social{justify-content:center}.image-frame img{height:430px}}
@media(max-width:575px){body{width:100%;min-width:0}.site-header{padding:8px}.header-shell{width:100%;border-radius:18px;padding:9px 10px}.brand img{width:178px}.menu-btn{width:44px;height:44px}.hero-section{height:100svh;min-height:720px}.hero-img{object-fit:contain;background:#05070b}.hero-overlay{background:linear-gradient(180deg,rgba(5,7,11,.68),rgba(5,7,11,.96) 58%,rgba(5,7,11,1))}.hero-content{top:auto;bottom:86px;transform:none;padding:0 16px}.hero-content h1{font-size:42px;letter-spacing:-.05em}.hero-content p{font-size:16px}.btn-primary-custom,.btn-outline-custom{width:100%;text-align:center}.custom-indicators{bottom:36px}.mini-card{padding:22px}.standards-grid{grid-template-columns:1fr}.contact-cards a,.contact-cards div{align-items:flex-start}.contact-cards strong{font-size:15px}.mobile-panel{width:86vw!important}}


/* Small laptop hero responsiveness patch */
@media (min-width:992px) and (max-width:1399.98px){.site-header{padding:12px clamp(14px,2.2vw,30px)}.header-shell{padding:9px 11px 9px 16px}.brand img{width:205px}.desktop-nav a{padding:11px 12px;font-size:12px}.mail-pill{padding:11px 15px;font-size:12px}.hero-section{height:800px;min-height:800px}.hero-content{top:52%;transform:translateY(-42%);max-width:1120px}.hero-content h1{max-width:760px;font-size:clamp(50px,5.1vw,74px);line-height:.96;margin-bottom:20px}.hero-content p{max-width:660px;font-size:18px;line-height:1.55;margin-bottom:26px}.eyebrow{margin-bottom:14px}.custom-indicators{bottom:58px}.intro-strip{margin-top:-58px}}
@media (min-width:992px) and (max-height:820px){.hero-section{height:780px;min-height:780px}.hero-content{top:52%;transform:translateY(-40%)}.hero-content h1{font-size:clamp(46px,4.8vw,68px);max-width:720px}.hero-content p{font-size:17px;max-width:640px;margin-bottom:22px}.hero-actions .btn-primary-custom,.hero-actions .btn-outline-custom{padding:13px 22px}.custom-indicators{bottom:50px}.intro-strip{margin-top:-54px}}
@media(max-width:767.98px){.global-office-grid{grid-template-columns:1fr}.global-office-card{min-height:150px;padding:16px}.global-office-panel{border-radius:28px}}


/* Real photo asset tuning */
.hero-img, .image-frame img, .cap-img img, .split-media img, .image-card img {
  image-rendering: auto;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .hero-img {
    object-fit: cover;
    object-position: center center;
  }
}

/* Supplied square icon assets */
.card-icon,.standard-icon,.service-card img,.global-office-card img{border-radius:18px}
.service-card img{background:transparent}


/* Header brand alignment fix */
.brand{display:flex;align-items:center;line-height:0;flex:0 0 auto;min-width:0}
.brand img{display:block;width:230px;height:auto;max-width:100%}

/* Hero slider controls */
.carousel-indicators.custom-indicators{display:none!important}
.hero-control{width:58px;height:58px;top:50%;bottom:auto;transform:translateY(-50%);opacity:1;background:rgba(7,13,22,.50);border:1px solid rgba(255,255,255,.16);border-radius:50%;backdrop-filter:blur(10px);transition:.25s;z-index:5}
.hero-control:hover{background:rgba(245,132,32,.92);border-color:rgba(245,132,32,.92)}
.carousel-control-prev.hero-control{left:26px}
.carousel-control-next.hero-control{right:26px}
.hero-control .carousel-control-prev-icon,.hero-control .carousel-control-next-icon{width:22px;height:22px;background-size:100% 100%;filter:brightness(0) invert(1)}
@media(max-width:1199px){.brand img{width:205px}.hero-control{width:52px;height:52px}.carousel-control-prev.hero-control{left:18px}.carousel-control-next.hero-control{right:18px}}
@media(max-width:991px){.brand img{width:190px}.hero-control{width:48px;height:48px}.carousel-control-prev.hero-control{left:14px}.carousel-control-next.hero-control{right:14px}}
@media(max-width:575px){.brand img{width:172px}.hero-control{width:42px;height:42px}.hero-control .carousel-control-prev-icon,.hero-control .carousel-control-next-icon{width:18px;height:18px}.carousel-control-prev.hero-control{left:10px}.carousel-control-next.hero-control{right:10px}}


/* ===============================
   V5: Header alignment refinement
   =============================== */
.site-header{padding:18px clamp(18px,3vw,52px)}
.header-shell{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 18px 12px 20px;
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  line-height:0;
  margin:0;
  padding:0;
}
.brand img{
  width:228px;
  height:auto;
  display:block;
}
.desktop-nav{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:0;
}
.header-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:6px;
}
.mail-pill{white-space:nowrap}
.mobile-panel .offcanvas-header img{width:220px;height:auto;display:block}
.carousel-indicators.custom-indicators{display:none!important;visibility:hidden!important}
.hero-control{
  width:58px;height:58px;top:50%;bottom:auto;transform:translateY(-50%);
  opacity:1;display:flex;align-items:center;justify-content:center;border-radius:50%;
  background:rgba(7,13,22,.54);border:1px solid rgba(255,255,255,.20);
  box-shadow:0 14px 36px rgba(0,0,0,.35);backdrop-filter:blur(12px);transition:.25s ease;z-index:10;
}
.hero-control:hover,.hero-control:focus{opacity:1;background:linear-gradient(135deg,var(--accent),#ff9e3e);border-color:rgba(245,132,32,.95)}
.carousel-control-prev.hero-control{left:34px;right:auto}
.carousel-control-next.hero-control{right:34px;left:auto}
.hero-control i{color:#fff;font-size:26px;line-height:1;font-weight:900}
.hero-control .carousel-control-prev-icon,.hero-control .carousel-control-next-icon{display:none!important}
@media(max-width:1399.98px){
  .site-header{padding:14px clamp(16px,2.2vw,34px)}
  .header-shell{min-height:78px;padding:10px 14px 10px 18px;gap:12px}
  .brand img{width:214px}
  .desktop-nav{gap:6px}
  .desktop-nav a{padding:11px 10px;font-size:12px}
  .mail-pill{padding:11px 15px;font-size:12px}
  .carousel-control-prev.hero-control{left:22px}
  .carousel-control-next.hero-control{right:22px}
}
@media(max-width:1199.98px){
  .header-shell{min-height:74px;padding:9px 14px 9px 18px;gap:10px}
  .brand img{width:206px}
  .mail-pill{display:none!important}
  .desktop-nav a{padding:10px 8px;font-size:11px}
  .hero-control{width:52px;height:52px}
  .hero-control i{font-size:23px}
}
@media(max-width:991.98px){
  .site-header{padding:10px}
  .header-shell{min-height:68px;padding:9px 12px 9px 16px;border-radius:24px}
  .brand img{width:194px}
  .hero-control{width:48px;height:48px}
  .carousel-control-prev.hero-control{left:14px}
  .carousel-control-next.hero-control{right:14px}
}
@media(max-width:575.98px){
  .site-header{padding:8px}
  .header-shell{min-height:62px;padding:8px 10px 8px 12px;border-radius:18px}
  .brand img{width:168px}
  .hero-control{width:42px;height:42px;background:rgba(7,13,22,.62)}
  .hero-control i{font-size:20px}
  .carousel-control-prev.hero-control{left:10px}
  .carousel-control-next.hero-control{right:10px}
}


/* V6: transparent hero slider arrows */
.hero-control{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.hero-control:hover,
.hero-control:focus{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
.hero-control i{
  color:#ffffff;
  text-shadow:0 3px 12px rgba(0,0,0,.45);
}
@media(max-width:575.98px){
  .hero-control{background:transparent !important;}
}

/* Mobile: hide hero slider arrows */
@media (max-width: 767.98px){
  .hero-control,
  .carousel-control-prev.hero-control,
  .carousel-control-next.hero-control{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}


/* V8 logo update */
.brand img,.mobile-panel .offcanvas-header img,.footer-grid img{filter:drop-shadow(0 0 16px rgba(245,132,32,.16));}


/* V14 office card text centered on image */
.global-office-card{
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.global-office-card h4{
  margin:0 !important;
}

/* V15: Re:amaze SMS compliance contact updates */
.contact-cards .contact-phone-wide{
  background:rgba(255,255,255,.14);
}
.contact-cards .sms-consent-card{
  display:grid !important;
  grid-template-columns:50px minmax(0,1fr);
  align-items:start !important;
  gap:6px 16px;
}
.contact-cards .sms-consent-card i{
  grid-row:1 / span 3;
}
.contact-cards .sms-consent-card span,
.contact-cards .sms-consent-card strong,
.contact-cards .sms-consent-card small{
  grid-column:2;
}
.contact-cards .sms-consent-card small{
  display:block;
  color:#fff3e8;
  font-size:14px;
  font-weight:600;
  line-height:1.58;
}
.mobile-sms-consent{
  display:block;
  color:#dce6f8;
  font-size:13px;
  line-height:1.55;
  margin-top:4px;
}
@media(max-width:575.98px){
  .contact-cards .sms-consent-card{
    grid-template-columns:44px minmax(0,1fr);
  }
  .contact-cards .sms-consent-card small{
    font-size:13px;
  }
}


/* V16: Global office live city time */
.office-time-content{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
}
.global-office-card .city-live-time{
  position:relative;
  z-index:1;
  margin:0;
  padding:7px 13px;
  border-radius:999px;
  color:#ffffff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.20);
  font-size:14px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:.03em;
  text-shadow:0 3px 12px rgba(0,0,0,.35);
  backdrop-filter:blur(10px);
  box-shadow:0 10px 26px rgba(0,0,0,.22);
}
@media(max-width:575.98px){
  .global-office-card .city-live-time{
    font-size:13px;
    padding:7px 12px;
  }
}
