:root{
  --black:#11110f;
  --charcoal:#1a1a17;
  --gold:#d29a2f;
  --gold2:#f0b84c;
  --white:#ffffff;
  --off:#f5f3ee;
  --text-soft:#d8d8d3;   /* body copy */
  --text-dim:#a9a9a3;    /* secondary / meta */
  --logo-gold:#e3c36f;        /* average gold of the FFS emblem */
  --logo-gold-bright:#f0d070; /* its highlight band */
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:#0f0f0d;
  color:#fff;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}

.topbar{
  background:linear-gradient(90deg,#e9c25f 0%,#d9ad45 45%,#c99a2c 100%);
  border-bottom:1px solid rgba(0,0,0,.22);
}
.topbar-inner{
  max-width:1580px;
  margin:auto;
  padding:13px 26px;
  display:flex;
  gap:34px;
  align-items:center;
  flex-wrap:wrap;
}
.contact{
  display:flex;
  gap:9px;
  align-items:center;
  white-space:nowrap;
  font-size:14px;
  font-weight:700;
  color:#11110f;
}
.contact-link{text-decoration:none;color:#11110f;transition:opacity .25s ease}
.contact-link:hover{opacity:.72;text-decoration:none}
.contact .ico{color:#11110f;font-size:16px;display:inline-flex;align-items:center}
.contact .ico svg{width:16px;height:16px;fill:currentColor;display:block}
.contact.address{margin-left:auto}

.header{
  background:#000;
  color:#fff;
  border-bottom:1px solid rgba(210,154,47,.30);
  position:sticky;
  top:0;
  z-index:80;
  transition:box-shadow .3s ease,border-color .3s ease;
}
/* compact state once the page is scrolled */
.header.scrolled{
  box-shadow:0 10px 30px rgba(0,0,0,.45);
  border-bottom-color:var(--gold);
}
.header.scrolled .header-inner{min-height:112px;padding:4px 28px}
.header.scrolled .nav a{padding:12px 0}
.logo{display:block;flex-shrink:0}
.logo img{
  height:132px;
  width:auto;
  display:block;
  mix-blend-mode:screen;
  transition:height .3s ease;
}
.header.scrolled .logo img{height:98px}
.header-inner{
  max-width:1580px;
  margin:auto;
  min-height:148px;
  padding:4px 28px;
  display:flex;
  align-items:center;
  transition:min-height .3s ease,padding .3s ease;
}

/* keep anchor targets clear of the sticky header */
#home,#tracker,#about,#services,#clients,#why,#contact,#security,#footer,
#door-to-door,#freight-forwarding,#warehouse,#customs-clearance{
  scroll-margin-top:140px;
}
.nav{
  margin-left:auto;
  display:flex;
  list-style:none;
  gap:42px;
  padding:0;
  align-items:center;
}
.nav a{
  position:relative;
  font-size:15px;
  font-weight:700;
  padding:18px 0;
  color:var(--logo-gold);
  transition:color .25s ease;
}
.nav a:hover,.nav a.active{color:var(--logo-gold-bright)}
.nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  bottom:4px;
  width:52px;
  height:3px;
  background:var(--logo-gold-bright);
}
.mobile-btn{
  display:none;
  margin-left:auto;
  width:44px;
  height:44px;
  border:1px solid rgba(227,195,111,.40);
  border-radius:8px;
  background:transparent;
  color:var(--logo-gold);
  cursor:pointer;
  font-size:22px;
}

.hero{
  position:relative;
  min-height:590px;
  background:
    linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.69) 28%,rgba(0,0,0,.16) 58%,rgba(0,0,0,0) 72%),
    url("../images/fastrans-freight-forwarding-singapore-hero.webp") center center/cover no-repeat;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(2,5,5,.35) 0%,rgba(2,5,5,.08) 48%,rgba(0,0,0,.02) 100%);
  pointer-events:none;
}
.hero-content{
  position:relative;
  z-index:2;
  max-width:1580px;
  margin:auto;
  min-height:590px;
  padding:100px 68px 150px;
  display:flex;
  align-items:flex-start;
}
.hero-copy{max-width:650px}
.eyebrow{
  color:var(--gold2);
  font-weight:800;
  letter-spacing:1.2px;
  font-size:17px;
  margin-bottom:22px;
}
h1{
  margin:0;
  font-size:78px;
  line-height:1.03;
  letter-spacing:-2px;
}
h1 .gold{color:var(--gold2)}
.hero-copy p{
  font-size:22px;
  line-height:1.5;
  color:var(--text-soft);
  max-width:650px;
  margin:22px 0 28px;
}
.actions{display:flex;gap:20px;flex-wrap:wrap}
.btn{
  border-radius:12px;
  padding:18px 28px;
  font-weight:800;
  font-size:18px;
  cursor:pointer;
  transition:.2s ease;
  border:1px solid var(--gold);
}
.btn-primary{
  background:linear-gradient(180deg,#efb849,#cc8f22);
  color:#fff;
}
.btn-outline{
  background:rgba(5,5,5,.52);
  color:var(--gold2);
}
.btn:hover{transform:translateY(-2px)}

.tracker{
  position:absolute;
  left:0;right:0;bottom:0;
  z-index:3;
  border-top:1px solid rgba(210,154,47,.6);
  background:linear-gradient(90deg,rgba(8,8,7,.95),rgba(20,16,11,.92),rgba(45,29,13,.80));
  backdrop-filter:blur(6px);
}
.tracker-inner{
  max-width:1580px;
  margin:auto;
  padding:20px 28px;
  display:grid;
  grid-template-columns:420px 1fr;
  gap:28px;
  align-items:center;
}
.tracker-label{
  display:flex;
  gap:18px;
  align-items:center;
}
.track-icon{
  width:60px;height:60px;
  border:2px solid var(--gold2);
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--gold2);
  font-size:24px;
}
.tracker-label strong{font-size:19px;display:block}
.tracker-label span{font-size:15px;color:#e8e3da}
.track-form{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
}
.prefix{font-size:28px;font-weight:800}
.track-form input{
  min-width:0;
  height:62px;
  border-radius:8px;
  border:1px solid #ddd;
  padding:0 18px;
  font-size:17px;
  outline:none;
}
.track-form button{
  height:62px;
  border:1px solid var(--gold);
  border-radius:8px;
  padding:0 30px;
  background:linear-gradient(180deg,#efb849,#cc8f22);
  color:#21160f;
  font-weight:800;
  font-size:16px;
  letter-spacing:.3px;
  cursor:pointer;
  transition:filter .25s ease,transform .25s ease,box-shadow .25s ease;
}
.track-form button:hover{
  filter:brightness(1.10);
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(240,184,76,.32);
}

.toast{
  position:fixed;
  right:20px;
  bottom:100px;
  padding:13px 18px;
  border:1px solid var(--gold);
  background:#161613;
  color:#fff;
  border-radius:10px;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:.25s ease;
  z-index:99;
}
.toast.show{opacity:1;transform:translateY(0)}

@media(max-width:1200px){
  .header-inner{min-height:120px}
  .nav{gap:24px}
  h1{font-size:64px}
  .tracker-inner{grid-template-columns:1fr}
}
@media(max-width:900px){
  .contact.address{margin-left:0}
  .header-inner{min-height:101px;padding:4px 16px}
  .logo img{height:89px}
  .header.scrolled .logo img{height:80px}
  .header.scrolled .header-inner{min-height:94px;padding:4px 16px}
  #home,#tracker,#about,#services,#clients,#why,#contact,#security,#footer,
  #door-to-door,#freight-forwarding,#warehouse,#customs-clearance{
    scroll-margin-top:118px;
  }
  .mobile-btn{display:block}
  .nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;right:0;
    background:#000;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    margin:0;
    padding:12px 24px 18px;
    border-top:1px solid rgba(210,154,47,.22);
    box-shadow:0 14px 35px rgba(0,0,0,.55);
  }
  .nav.open{display:flex}
  .nav li{width:100%}
  .nav a{display:block;width:100%;padding:14px 0}
  .hero,.hero-content{min-height:760px}
  .hero-content{padding:80px 28px 210px}
  .hero-copy{max-width:580px}
  h1{font-size:54px}
  .hero-copy p{font-size:19px}
  .track-form{grid-template-columns:1fr}
  .prefix{font-size:22px}
}
@media(max-width:560px){
  .topbar-inner{gap:9px;padding:10px 16px}
  .contact{font-size:12px}
  .header-inner{padding:10px 16px}
  .hero,.hero-content{min-height:820px}
  .hero-content{padding:64px 20px 260px}
  .eyebrow{font-size:14px}
  h1{font-size:42px}
  .hero-copy p{font-size:17px}
  .actions{flex-direction:column}
  .btn{width:100%}
  .tracker-inner{padding:18px 18px}
}

/* ===== ABOUT US / OUR JOURNEY ===== */
.about-section{
  background:
    radial-gradient(circle at 78% 20%,rgba(210,154,47,.06),transparent 32%),
    linear-gradient(135deg,#131516 0%,#0d0f10 55%,#171716 100%);
  padding:72px 0 48px;
  border-top:1px solid rgba(210,154,47,.18);
  color:#fff;
}
.about-inner{
  max-width:1580px;
  margin:0 auto;
  padding:0 58px;
}
.about-grid{
  display:grid;
  grid-template-columns:minmax(0, .82fr) minmax(520px, 1.3fr);
  gap:58px;
  align-items:center;
}
.about-kicker{
  color:var(--gold2);
  font-weight:800;
  letter-spacing:.7px;
  font-size:16px;
  margin-bottom:12px;
}
.about-title{
  margin:0 0 26px;
  font-size:54px;
  line-height:1;
  letter-spacing:-1px;
}
.about-title .gold{color:var(--gold2)}
.about-copy{
  color:var(--text-soft);
  font-size:16px;
  line-height:1.8;
  max-width:620px;
}
.about-copy p{margin:0 0 18px}
.about-rule{
  height:1px;
  width:100%;
  margin-top:38px;
  background:linear-gradient(90deg,var(--gold),rgba(210,154,47,.08));
}
.about-photo-card{
  position:relative;
  border:1px solid rgba(210,154,47,.30);
  border-radius:14px;
  overflow:hidden;
  background:#111;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
}
.about-photo-card img{
  width:100%;
  height:440px;
  object-fit:cover;
  object-position:center 42%;
  display:block;
  padding-bottom:64px;
  background:#0a0a0a;
}
.about-photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.about-photo-caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:block;
}
.about-photo-caption strong{
  position:absolute;
  left:0;
  bottom:64px;
  z-index:2;
  display:flex;
  align-items:center;
  width:34%;
  min-width:245px;
  height:58px;
  padding:0 30px;
  background:linear-gradient(90deg,#efb74a 0%,#d99c31 100%);
  color:#090909;
  font-size:25px;
  line-height:1;
  font-style:italic;
  font-weight:900;
  white-space:nowrap;
  clip-path:polygon(0 0,100% 0,92% 100%,0 100%);
}
.about-photo-caption span{
  display:flex;
  align-items:center;
  width:100%;
  height:64px;
  padding:0 30px;
  background:rgba(7,7,7,.94);
  border-top:1px solid rgba(210,154,47,.34);
  color:#fff;
  font-size:21px;
  letter-spacing:.25px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:clip;
}
.about-highlights{
  margin-top:44px;
  background:linear-gradient(90deg,#171918,#121412);
  border-top:1px solid rgba(255,255,255,.03);
  border-bottom:1px solid rgba(255,255,255,.03);
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.about-highlight{
  min-height:150px;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  align-items:center;
  padding:26px 28px;
  position:relative;
}
.about-highlight:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:30px;
  bottom:30px;
  width:1px;
  background:linear-gradient(var(--gold),rgba(210,154,47,.25));
}
.about-icon{
  width:64px;
  height:64px;
  color:var(--gold2);
  display:grid;
  place-items:center;
}
.about-icon svg{
  width:58px;
  height:58px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-highlight h3{
  margin:0 0 10px;
  color:var(--white);
  font-size:23px;
}
.about-highlight p{
  margin:0;
  color:var(--text-soft);
  line-height:1.55;
  font-size:15px;
}

@media(max-width:1200px){
  .about-inner{padding:0 32px}
  .about-grid{grid-template-columns:1fr;gap:38px}
  .about-photo-card img{height:520px}
  .about-highlights{grid-template-columns:repeat(2,1fr)}
  .about-highlight:nth-child(2)::after{display:none}
}
@media(max-width:760px){
  .about-section{padding-top:52px}
  .about-inner{padding:0 18px}
  .about-title{font-size:42px}
  .about-copy{font-size:15px}
  .about-photo-card img{height:390px}
  .about-photo-caption{position:absolute}
  .about-photo-caption strong{
    width:48%;
    min-width:190px;
    height:52px;
    bottom:58px;
    padding:0 18px;
    font-size:18px;
  }
  .about-photo-caption span{
    height:58px;
    padding:0 18px;
    font-size:14px;
    white-space:nowrap;
  }
  .about-highlights{grid-template-columns:1fr}
  .about-highlight:not(:last-child)::after{
    left:24px;right:24px;top:auto;bottom:0;width:auto;height:1px;
  }
}


/* ===================================================
   MANAGEMENT MESSAGE + OUR SERVICES
   Uses the same tokens as .about-section:
   --gold outlines, --gold2 text/icons, 14px radius.
=================================================== */
.ms-section{
  background:
    radial-gradient(circle at 78% 20%,rgba(210,154,47,.06),transparent 32%),
    linear-gradient(135deg,#131516 0%,#0d0f10 55%,#171716 100%);
  border-top:1px solid rgba(210,154,47,.18);
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  padding:72px 0 64px;
}
.ms-section *{box-sizing:border-box;margin:0;padding:0}
.ms-section .main-wrapper{
  max-width:1580px;
  margin:0 auto;
  padding:0 58px;
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:44px;
  align-items:start;
}

/* ---- Management message card ---- */
.ms-section .management-card{
  background:#111;
  border:1px solid rgba(210,154,47,.22);
  border-radius:14px;
  overflow:hidden;
  display:flex;
  flex-direction:row;
  min-height:580px;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
  transition:border-color .3s ease,box-shadow .3s ease;
}
.ms-section .management-card:hover{
  border-color:var(--gold2);
  box-shadow:0 18px 45px rgba(0,0,0,.26),0 0 0 1px rgba(240,184,76,.22);
}
.ms-section .management-image-container{
  width:48%;
  position:relative;
  background:#0a0a0a;
  overflow:hidden;
}
.ms-section .management-image-container img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 22%;
  display:block;
}
.ms-section .management-content{
  width:52%;
  padding:44px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:radial-gradient(circle at top right,rgba(210,154,47,.06),transparent 70%);
}
.ms-section .quote-icon{margin-bottom:22px;color:var(--gold2)}
.ms-section .management-text{
  font-size:16px;
  line-height:1.8;
  color:var(--text-soft);
  margin-bottom:34px;
}
.ms-section .management-rule{
  height:1px;
  width:100%;
  margin-bottom:22px;
  background:linear-gradient(90deg,var(--gold),rgba(210,154,47,.08));
}
.ms-section .management-title{
  color:var(--white);
  font-size:23px;
  font-weight:800;
  margin-bottom:8px;
  letter-spacing:-.2px;
}
.ms-section .management-author{
  font-size:14px;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-weight:700;
}

/* ---- Services ---- */
.ms-section .services-container{display:flex;flex-direction:column;gap:22px}
.ms-section .services-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  padding:0 2px 14px 2px;
  background:linear-gradient(90deg,var(--gold),rgba(210,154,47,.08)) bottom left/100% 1px no-repeat;
}
.ms-section .section-title{
  font-size:16px;
  font-weight:800;
  color:var(--gold2);
  letter-spacing:.7px;
  text-transform:uppercase;
}
.ms-section .talk-to-team-btn{
  color:var(--gold2);
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:color .3s ease,transform .3s ease;
}
.ms-section .talk-to-team-btn:hover{color:var(--gold);transform:translateX(4px)}
.ms-section .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.ms-section .service-card{
  background:#111;
  border:1px solid rgba(210,154,47,.22);
  border-radius:14px;
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  position:relative;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
  transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;
  cursor:pointer;
}
.ms-section .service-card:hover{
  border-color:var(--gold2);
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(0,0,0,.32),0 0 0 1px rgba(240,184,76,.22);
}
.ms-section .service-body{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:start;
  margin-bottom:22px;
}
.ms-section .service-icon{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  color:var(--gold2);
}
.ms-section .service-icon svg{
  width:58px;
  height:58px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ms-section .service-info{display:flex;flex-direction:column;gap:10px}
.ms-section .service-name{
  font-size:19px;
  font-weight:800;
  color:var(--white);
  line-height:1.3;
  letter-spacing:-.2px;
}
.ms-section .service-description{
  font-size:14px;
  line-height:1.6;
  color:var(--text-soft);
}
.ms-section .learn-more-link{
  margin-top:auto;
  align-self:flex-end;
  color:var(--gold2);
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:6px;
  transition:color .3s ease,transform .3s ease;
}
.ms-section .learn-more-link:hover,
.ms-section .service-card:hover .learn-more-link{
  color:var(--gold);
  transform:translateX(4px);
}

@media (max-width:1200px){
  .ms-section .main-wrapper{grid-template-columns:1fr;max-width:900px;gap:36px}
  .ms-section .management-card{min-height:auto}
}
@media (max-width:768px){
  .ms-section{padding:56px 0 48px}
  .ms-section .main-wrapper{padding:0 20px}
  .ms-section .management-card{flex-direction:column}
  .ms-section .management-image-container,
  .ms-section .management-content{width:100%}
  .ms-section .management-image-container{height:340px}
  .ms-section .management-content{padding:32px 24px}
  .ms-section .services-grid{grid-template-columns:1fr}
  .ms-section .service-body{grid-template-columns:56px 1fr}
  .ms-section .service-icon{width:56px;height:56px}
  .ms-section .service-icon svg{width:50px;height:50px}
}

/* ===================================================
   OUR CLIENTS
   Same tokens as .about-section:
   --gold2 for label + icons, white headings, soft body.
=================================================== */
.cl-section{
  background:
    radial-gradient(circle at 78% 20%,rgba(210,154,47,.06),transparent 32%),
    linear-gradient(135deg,#131516 0%,#0d0f10 55%,#171716 100%);
  border-top:1px solid rgba(210,154,47,.18);
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  padding:72px 0 64px;
}
.cl-section *{box-sizing:border-box;margin:0;padding:0}
.cl-section .clients-inner{
  max-width:1580px;
  margin:0 auto;
  padding:0 58px;
}
.cl-section .clients-header{text-align:center;margin-bottom:44px}
.cl-section .badge{
  display:inline-block;
  font-size:14px;
  font-weight:800;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:1.6px;
  background:rgba(210,154,47,.12);
  border:1px solid rgba(210,154,47,.30);
  padding:7px 18px;
  border-radius:50px;
  margin-bottom:18px;
}
.cl-section .clients-title{
  font-size:42px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:-1px;
  color:var(--white);
  margin-bottom:14px;
}
.cl-section .clients-title span{color:var(--gold2)}
.cl-section .clients-subtitle{
  font-size:16px;
  line-height:1.7;
  color:var(--text-soft);
  max-width:680px;
  margin:0 auto;
}
.cl-section .clients-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.cl-section .client-card{
  background:#111;
  border:1px solid rgba(210,154,47,.22);
  border-radius:14px;
  padding:32px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:190px;
  text-align:center;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
  transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;
  position:relative;
  overflow:hidden;
}
.cl-section .client-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at center,rgba(210,154,47,.08) 0%,transparent 70%);
  opacity:0;
  transition:opacity .3s ease;
  pointer-events:none;
}
.cl-section .client-card:hover{
  border-color:var(--gold2);
  transform:translateY(-5px);
  box-shadow:0 18px 45px rgba(0,0,0,.32),0 0 0 1px rgba(240,184,76,.22);
}
.cl-section .client-card:hover::before{opacity:1}

/* logo slot -- an <img> when a real logo file is dropped in,
   otherwise the .client-mark wordmark fallback below */
.cl-section .client-logo{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.cl-section .client-logo img{
  max-width:190px;
  max-height:88px;
  width:auto;
  height:auto;
  object-fit:contain;
  /* logos keep their own colour by default */
  opacity:.88;
  transition:opacity .3s ease,filter .3s ease,transform .3s ease;
}
.cl-section .client-card:hover .client-logo img{
  opacity:1;
  transform:scale(1.05);
}
/* opt-in: add class="client-logo invert" for a dark/black logo that would
   otherwise disappear on the dark card -- renders it soft white instead */
.cl-section .client-logo.invert img{filter:brightness(0) invert(1)}

/* opt-in: add class="client-logo plate" for a logo whose original artwork is
   dark -- shows the mark unaltered on a white tile instead of recolouring it */
.cl-section .client-logo.plate{
  background:#fff;
  border-radius:10px;
  padding:8px 16px;
  box-shadow:0 6px 18px rgba(0,0,0,.35);
}
.cl-section .client-logo.plate img{max-height:72px;max-width:176px;opacity:1}
.cl-section .client-mark{
  font-size:23px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
  line-height:1.15;
  transition:color .3s ease;
}
.cl-section .client-card:hover .client-mark{color:#fff}
.cl-section .client-name{
  font-size:15px;
  font-weight:700;
  color:var(--white);
  letter-spacing:.3px;
}
.cl-section .client-location{
  font-size:12px;
  color:var(--text-dim);
  text-transform:uppercase;
  letter-spacing:1px;
  margin-top:6px;
}

@media (max-width:992px){
  .cl-section .clients-grid{grid-template-columns:repeat(2,1fr)}
  .cl-section .clients-title{font-size:34px}
}
@media (max-width:768px){
  .cl-section{padding:56px 0 48px}
  .cl-section .clients-inner{padding:0 20px}
  .cl-section .clients-title{font-size:29px}
}
@media (max-width:600px){
  .cl-section .clients-grid{grid-template-columns:1fr}
}

/* ===================================================
   HOW SHIPPING WORKS / WHY US / CONTACT
   Same tokens as .about-section:
   --gold outlines, --gold2 text/icons, 14px radius.
=================================================== */
.fl-section{
  background:
    radial-gradient(circle at 22% 18%,rgba(210,154,47,.06),transparent 32%),
    linear-gradient(135deg,#131516 0%,#0d0f10 55%,#171716 100%);
  border-top:1px solid rgba(210,154,47,.18);
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  line-height:1.6;
  padding:72px 0 64px;
}
.fl-section *{box-sizing:border-box;margin:0;padding:0}
.fl-section .container{
  max-width:1580px;
  margin:0 auto;
  padding:0 58px;
  display:flex;
  flex-direction:column;
  gap:26px;
}
.fl-section .card{
  background:#111;
  border:1px solid rgba(210,154,47,.22);
  border-radius:14px;
  padding:28px 26px;
  position:relative;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
}
.fl-section .category-label{
  color:var(--gold2);
  font-size:16px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:12px;
}
.fl-section .section-title{
  font-size:42px;
  font-weight:800;
  line-height:1.05;
  letter-spacing:-1px;
  margin-bottom:30px;
  position:relative;
}
.fl-section .section-title::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:120px;
  height:1px;
  background:linear-gradient(90deg,var(--gold),rgba(210,154,47,.08));
}

/* ---- Three freight movements ---- */
.fl-section .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.fl-section .feature-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:210px;
  transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;
}
.fl-section .feature-card:hover{
  border-color:var(--gold2);
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(0,0,0,.32),0 0 0 1px rgba(240,184,76,.22);
}
.fl-section .feature-content{display:flex;gap:18px}
.fl-section .feature-icon{
  color:var(--gold2);
  flex-shrink:0;
  width:52px;
  height:52px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  margin-top:2px;
}
.fl-section .feature-text h3{
  font-size:19px;
  font-weight:800;
  color:var(--white);
  letter-spacing:-.2px;
  margin-bottom:10px;
}
.fl-section .feature-text p{color:var(--text-soft);font-size:14px;line-height:1.6}
.fl-section .arrow-link{
  color:var(--gold2);
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:18px;
  align-self:flex-end;
  transition:color .3s ease,transform .3s ease;
}
.fl-section .arrow-link:hover,
.fl-section .feature-card:hover .arrow-link{color:var(--gold);transform:translateX(4px)}

/* ---- Operations / why us / contact ---- */
.fl-section .grid-main{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.fl-section .info-column h2{
  font-size:25px;
  font-weight:800;
  color:var(--white);
  letter-spacing:-.3px;
  margin-bottom:14px;
  line-height:1.25;
}
.fl-section .info-column > p{color:var(--text-soft);font-size:14px;margin-bottom:18px}
.fl-section .check-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
  font-size:14px;
  color:var(--text-soft);
}
.fl-section .check-list li{display:flex;align-items:flex-start;gap:10px}
.fl-section .check-list li svg{
  color:var(--gold2);
  width:19px;
  height:19px;
  flex-shrink:0;
  margin-top:2px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fl-section .image-container{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(210,154,47,.22);
  background:#0a0a0a;
  min-height:240px;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
}
.fl-section .image-container img{width:100%;height:100%;object-fit:cover;display:block}
.fl-section .btn-outline{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 20px;
  border:1px solid var(--gold);
  border-radius:8px;
  color:var(--gold2);
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  margin-top:22px;
  width:fit-content;
  transition:background .3s ease,border-color .3s ease;
}
.fl-section .btn-outline svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fl-section .btn-outline:hover{background:rgba(210,154,47,.12);border-color:var(--gold2)}
.fl-section .contact-card{display:flex;flex-direction:column;justify-content:space-between}
.fl-section .contact-box{
  border:1px solid var(--gold);
  border-radius:8px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--gold2);
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  margin-bottom:12px;
  transition:background .3s ease,border-color .3s ease;
}
.fl-section .contact-box:hover{background:rgba(210,154,47,.12);border-color:var(--gold2)}
.fl-section .contact-box svg,
.fl-section .address-info svg{
  width:19px;
  height:19px;
  flex-shrink:0;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fl-section .address-info{
  display:flex;
  gap:12px;
  color:var(--text-soft);
  font-size:14px;
  line-height:1.55;
  margin-top:10px;
}
.fl-section .address-info svg{color:var(--gold2);margin-top:2px}

/* ---- Bottom highlights (matches .about-highlights) ---- */
.fl-section .bottom-bar{
  background:linear-gradient(90deg,#171918,#121412);
  border:1px solid rgba(210,154,47,.18);
  border-radius:14px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
}
.fl-section .highlight-item{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:150px;
  padding:26px 28px;
  position:relative;
}
.fl-section .highlight-item:not(:last-child){
  border-right:none;
  padding-right:28px;
}
.fl-section .highlight-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:30px;
  bottom:30px;
  width:1px;
  background:linear-gradient(var(--gold),rgba(210,154,47,.25));
}
.fl-section .highlight-icon{
  color:var(--gold2);
  flex-shrink:0;
  width:58px;
  height:58px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fl-section .highlight-text h3{
  font-size:23px;
  font-weight:800;
  color:var(--white);
  letter-spacing:-.2px;
  margin-bottom:8px;
}
.fl-section .highlight-text p{font-size:15px;color:var(--text-soft);line-height:1.55}

.fl-section .contact-card h2{
  font-size:25px;
  font-weight:800;
  color:var(--white);
  letter-spacing:-.3px;
  line-height:1.25;
  margin-bottom:14px;
}
.fl-section .contact-card p{color:var(--text-soft);font-size:14px;margin-bottom:22px}

@media (max-width:1200px){
  .fl-section .grid-main{grid-template-columns:1fr 1fr}
  .fl-section .image-container{min-height:300px}
}
@media (max-width:992px){
  .fl-section .grid-3{grid-template-columns:1fr}
  .fl-section .grid-main{grid-template-columns:1fr}
  .fl-section .section-title{font-size:34px}
  .fl-section .bottom-bar{grid-template-columns:1fr}
  .fl-section .highlight-item{min-height:auto}
  .fl-section .highlight-item:not(:last-child)::after{
    top:auto;
    left:28px;
    right:28px;
    bottom:0;
    width:auto;
    height:1px;
    background:linear-gradient(90deg,var(--gold),rgba(210,154,47,.25));
  }
}
@media (max-width:768px){
  .fl-section{padding:56px 0 48px}
  .fl-section .container{padding:0 20px}
  .fl-section .section-title{font-size:29px}
}

/* ===================================================
   CARGO SECURITY / TESTIMONIALS / CONTACT + LOCATIONS
   Same tokens as .about-section:
   --gold2 for labels, icons and CTAs; white headings;
   --text-soft body; quiet gold outlines.
=================================================== */
.ft-section{
  background:
    radial-gradient(circle at 50% 0%,rgba(210,154,47,.08) 0%,transparent 45%),
    radial-gradient(circle at 22% 18%,rgba(210,154,47,.05),transparent 32%),
    linear-gradient(135deg,#131516 0%,#0d0f10 55%,#171716 100%);
  border-top:1px solid rgba(210,154,47,.18);
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  line-height:1.5;
  padding:72px 0 72px;
}
.ft-section *{box-sizing:border-box;margin:0;padding:0}
.ft-section .main-container{
  max-width:1580px;
  margin:0 auto;
  padding:0 58px;
  display:flex;
  flex-direction:column;
  gap:56px;
}

/* ---- section headers ---- */
.ft-section .section-title{
  text-align:center;
  font-size:30px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--white);
  margin-bottom:28px;
}
.ft-section .section-title .gold-text{
  background:linear-gradient(135deg,#f0b84c 0%,#d29a2f 50%,#9a681c 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:var(--gold2);            /* fallback where background-clip:text is unsupported */
}
.ft-section .section-title::after{
  content:'';
  display:block;
  width:120px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  margin:14px auto 0;
}

/* ---- shared card ---- */
.ft-section .card{
  background:#111;
  border:1px solid rgba(210,154,47,.22);
  border-radius:14px;
  padding:26px 24px;
  position:relative;
  display:flex;
  flex-direction:column;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
  transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;
}
.ft-section .card:hover{
  border-color:var(--gold2);
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(0,0,0,.32),0 0 0 1px rgba(240,184,76,.22);
}

/* ---- 1. cargo security ---- */
.ft-section .security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ft-section .security-card{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  align-items:start;
}
.ft-section .feature-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  color:var(--gold2);
}
.ft-section .feature-icon svg{
  width:50px;
  height:50px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ft-section .feature-content h3{
  font-size:19px;
  font-weight:800;
  color:var(--white);
  letter-spacing:-.2px;
  margin-bottom:10px;
}
.ft-section .feature-content p{
  font-size:14px;
  color:var(--text-soft);
  line-height:1.6;
}

/* ---- 2. testimonials ---- */
.ft-section .testimonials-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:22px}
.ft-section .testimonial-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:170px;
}
.ft-section .quote-header{display:flex;gap:16px;margin-bottom:18px}
.ft-section .quote-icon{color:var(--gold2);flex-shrink:0;margin-top:-2px}
.ft-section .quote-icon svg{width:30px;height:30px;fill:currentColor}
.ft-section .testimonial-text{
  font-size:15px;
  color:var(--text-soft);
  line-height:1.65;
}
.ft-section .testimonial-author{
  font-size:13px;
  font-weight:700;
  color:var(--text-dim);
  text-transform:uppercase;
  letter-spacing:1px;
  margin-left:46px;
  margin-top:auto;
}

/* ---- 3. contact + locations ---- */
.ft-section .contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.35fr;
  gap:22px;
  align-items:stretch;
}
.ft-section .get-in-touch-card{
  background:radial-gradient(circle at 100% 0%,rgba(210,154,47,.12) 0%,transparent 60%),#12120f;
  border:1px solid var(--gold);
  box-shadow:0 18px 45px rgba(0,0,0,.26),0 0 22px rgba(210,154,47,.10);
}
.ft-section .card-heading{
  font-size:16px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  color:var(--white);
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}
.ft-section .card-heading svg{
  color:var(--gold2);
  width:20px;
  height:20px;
  flex-shrink:0;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ft-section .card-intro{font-size:14px;color:var(--text-soft);line-height:1.6}
.ft-section .company-subheading{
  font-size:13px;
  font-weight:700;
  color:var(--text-soft);
  letter-spacing:.6px;
  margin-bottom:14px;
}
.ft-section .contact-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:18px;
  font-size:14px;
}
.ft-section .contact-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:var(--text-soft);
  line-height:1.5;
}
.ft-section .contact-list a{color:inherit;text-decoration:none;transition:color .3s ease}
.ft-section .contact-list a:hover{color:var(--gold2)}
.ft-section .contact-list svg{
  width:18px;
  height:18px;
  color:var(--gold2);
  flex-shrink:0;
  margin-top:2px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ft-section .contact-list svg.stroked{stroke:currentColor;fill:none;stroke-width:1.8}
.ft-section .contact-list svg.filled{fill:currentColor;stroke:none}
.ft-section .office-info{
  font-size:14px;
  color:var(--text-soft);
  display:flex;
  flex-direction:column;
  gap:12px;
  line-height:1.6;
}
.ft-section .office-info strong{color:var(--white);font-weight:700}
.ft-section .office-info .direct-contacts{margin-top:auto;padding-top:10px}
.ft-section .office-info a{color:var(--text-soft);text-decoration:none;transition:color .3s ease}
.ft-section .office-info a:hover{color:var(--gold2)}
.ft-section .office-note{font-size:13px;color:var(--text-dim);line-height:1.55;margin-top:10px}

/* ---- contact form ---- */
.ft-section .form-wrapper{display:flex;flex-direction:column;gap:12px}
.ft-section .form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ft-section .form-control{
  width:100%;
  background:#141412;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  padding:12px 15px;
  color:#fff;
  font-family:inherit;
  font-size:14px;
  outline:none;
  transition:border-color .25s ease,box-shadow .25s ease;
}
.ft-section .form-control::placeholder{color:var(--text-dim)}
.ft-section .form-control:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 2px rgba(210,154,47,.20);
}
.ft-section textarea.form-control{resize:vertical;min-height:82px}
.ft-section .btn-submit{
  background:linear-gradient(135deg,#f0b84c 0%,#d29a2f 50%,#9a681c 100%);
  color:#11110f;
  border:none;
  border-radius:8px;
  padding:13px 22px;
  font-family:inherit;
  font-size:14px;
  font-weight:800;
  letter-spacing:.3px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:filter .25s ease,transform .25s ease,box-shadow .25s ease;
  margin-top:2px;
}
.ft-section .btn-submit:hover{
  filter:brightness(1.12);
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(240,184,76,.30);
}
.ft-section .btn-submit svg{width:17px;height:17px;fill:currentColor}
.ft-section .form-note{font-size:12px;color:var(--text-dim);line-height:1.5;margin-top:2px}

@media (max-width:1200px){
  .ft-section .security-grid{grid-template-columns:repeat(2,1fr)}
  .ft-section .contact-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
  .ft-section .testimonials-grid{grid-template-columns:1fr}
  .ft-section .contact-grid{grid-template-columns:1fr}
  .ft-section .section-title{font-size:25px}
}
@media (max-width:768px){
  .ft-section{padding:56px 0}
  .ft-section .main-container{padding:0 20px;gap:44px}
}
@media (max-width:580px){
  .ft-section .security-grid{grid-template-columns:1fr}
  .ft-section .form-row-2{grid-template-columns:1fr}
}

/* ===================================================
   SITE FOOTER
=================================================== */
.site-footer{
  background:
    radial-gradient(circle at 78% 0%,rgba(210,154,47,.07),transparent 40%),
    linear-gradient(180deg,#0d0f10 0%,#0a0b0b 100%);
  border-top:1px solid rgba(210,154,47,.28);
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  padding:64px 0 0;
}
.site-footer *{box-sizing:border-box;margin:0;padding:0}
.site-footer .footer-inner{
  max-width:1580px;
  margin:0 auto;
  padding:0 58px;
}
.site-footer .footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1.3fr;
  gap:52px;
  padding-bottom:52px;
}

/* ---- brand column ---- */
.site-footer .footer-logo{
  display:inline-block;
  margin-bottom:24px;
}
.site-footer .footer-logo img{display:block;height:132px;width:auto;mix-blend-mode:screen}
.site-footer .footer-blurb{
  font-size:15px;
  line-height:1.75;
  color:var(--text-soft);
  max-width:400px;
  margin-bottom:26px;
}
.site-footer .footer-social{display:flex;gap:12px}
.site-footer .footer-social a{
  width:44px;
  height:44px;
  border:1px solid rgba(210,154,47,.32);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold2);
  transition:border-color .3s ease,background .3s ease,transform .3s ease;
}
.site-footer .footer-social a:hover{
  border-color:var(--gold2);
  background:rgba(210,154,47,.12);
  transform:translateY(-3px);
}
.site-footer .footer-social svg{width:19px;height:19px}
.site-footer .footer-social svg.stroked{
  stroke:currentColor;fill:none;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;
}
.site-footer .footer-social svg.filled{fill:currentColor;stroke:none}

/* ---- link columns ---- */
.site-footer .footer-col h4{
  font-size:16px;
  font-weight:800;
  color:var(--white);
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:22px;
  position:relative;
  padding-bottom:12px;
}
.site-footer .footer-col h4::after{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:44px;
  height:1px;
  background:linear-gradient(90deg,var(--gold),rgba(210,154,47,.08));
}
.site-footer .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:13px}
.site-footer .footer-col a{
  font-size:15px;
  color:var(--text-soft);
  text-decoration:none;
  transition:color .3s ease,padding-left .3s ease;
  display:inline-block;
}
.site-footer .footer-col a:hover{color:var(--gold2);padding-left:5px}

/* ---- contact column ---- */
.site-footer .footer-contact{list-style:none;display:flex;flex-direction:column;gap:16px}
.site-footer .footer-contact li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:15px;
  line-height:1.55;
  color:var(--text-soft);
}
.site-footer .footer-contact a{color:inherit;text-decoration:none;transition:color .3s ease}
.site-footer .footer-contact a:hover{color:var(--gold2)}
.site-footer .footer-contact svg{
  width:18px;
  height:18px;
  color:var(--gold2);
  flex-shrink:0;
  margin-top:2px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.site-footer .footer-contact svg.stroked{stroke:currentColor;fill:none;stroke-width:1.8}
.site-footer .footer-contact svg.filled{fill:currentColor;stroke:none}

/* ---- bottom bar ---- */
.site-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.07);
  padding:26px 0 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.site-footer .footer-copy{font-size:14px;color:var(--text-dim);line-height:1.6}
.site-footer .to-top{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:14px;
  font-weight:700;
  color:var(--gold2);
  text-decoration:none;
  border:1px solid rgba(210,154,47,.32);
  border-radius:50px;
  padding:9px 18px;
  transition:border-color .3s ease,background .3s ease;
}
.site-footer .to-top:hover{border-color:var(--gold2);background:rgba(210,154,47,.12)}
.site-footer .to-top svg{
  width:15px;height:15px;
  stroke:currentColor;fill:none;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;
}

@media (max-width:1100px){
  .site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:44px}
}
@media (max-width:768px){
  .site-footer{padding-top:52px}
  .site-footer .footer-inner{padding:0 20px}
  .site-footer .footer-grid{grid-template-columns:1fr;gap:38px;padding-bottom:38px}
  .site-footer .footer-bottom{flex-direction:column;align-items:flex-start}
  .site-footer .footer-logo img{height:104px}
}

/* ===================================================
   FLOATING WHATSAPP BUTTON
=================================================== */
.wa-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:90;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#25d366;                 /* WhatsApp brand green */
  display:grid;
  place-items:center;
  box-shadow:0 8px 26px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.06);
  transition:transform .25s ease,box-shadow .25s ease;
}
.wa-float svg{width:34px;height:34px;fill:#fff;display:block}
.wa-float:hover{
  transform:scale(1.07);
  box-shadow:0 12px 32px rgba(37,211,102,.42),0 0 0 1px rgba(255,255,255,.10);
}
.wa-float:focus-visible{outline:3px solid var(--gold2);outline-offset:4px}

/* pulse ring */
.wa-float::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:#25d366;
  opacity:.55;
  z-index:-1;
  animation:wa-pulse 2.4s ease-out infinite;
}
@keyframes wa-pulse{
  0%{transform:scale(1);opacity:.5}
  70%{transform:scale(1.55);opacity:0}
  100%{transform:scale(1.55);opacity:0}
}

/* hover label */
.wa-float .wa-label{
  position:absolute;
  right:74px;
  top:50%;
  transform:translateY(-50%) translateX(6px);
  white-space:nowrap;
  background:#161613;
  border:1px solid var(--gold);
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:700;
  padding:9px 15px;
  border-radius:8px;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease,transform .25s ease;
}
.wa-float:hover .wa-label,
.wa-float:focus-visible .wa-label{opacity:1;transform:translateY(-50%) translateX(0)}

@media (max-width:768px){
  .wa-float{width:54px;height:54px;right:16px;bottom:16px}
  .wa-float svg{width:30px;height:30px}
  .wa-float .wa-label{display:none}
}
@media (prefers-reduced-motion:reduce){
  .wa-float::before{animation:none}
  .wa-float{transition:none}
  .header,.header-inner{transition:none}
}

/* ===================================================
   IMAGE PROTECTION
   Deterrents only -- see note in the script below.
=================================================== */
img,
.about-photo-card,
.ms-section .management-image-container,
.fl-section .image-container,
.cl-section .client-logo{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;   /* stops the iOS long-press "Save Image" sheet */
}
img{
  -webkit-user-drag:none;
  -khtml-user-drag:none;
  -moz-user-drag:none;
  user-drag:none;
  pointer-events:none;          /* the image itself is not the event target */
}
/* the card still needs hover, so re-enable it on the wrappers */
.cl-section .client-card,
.logo,
.ms-section .service-card,
.site-footer .footer-logo{pointer-events:auto}
/* ---- classes replacing former inline styles ---- */
.fl-section .card-wide{padding:30px}
.fl-section .check-list-offset{margin-top:24px}
.icon-sprite{position:absolute}

/* === Company Profile Revamp: PDF-aligned single-page section === */
.profile-revamp{
  position:relative;
  overflow:hidden;
  padding:110px 28px;
  background:
    radial-gradient(circle at 85% 10%, rgba(210,154,47,.16), transparent 30%),
    linear-gradient(180deg,#10100e 0%,#070706 100%);
  border-top:1px solid rgba(210,154,47,.26);
  border-bottom:1px solid rgba(210,154,47,.26);
}
.profile-revamp::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,transparent 0 55%,rgba(255,255,255,.015) 55% 56%,transparent 56% 100%);
}
.profile-wrap{max-width:1320px;margin:0 auto;position:relative;z-index:1}
.profile-heading{max-width:880px;margin-bottom:56px}
.profile-kicker,.profile-subheading>span,.profile-cta span{
  display:inline-block;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:800;
  color:var(--logo-gold);
  text-transform:uppercase;
}
.profile-heading h2{
  margin:14px 0 16px;
  font-size:clamp(38px,5vw,68px);
  line-height:1.02;
  letter-spacing:-.035em;
}
.profile-heading h2 span{color:var(--logo-gold-bright)}
.profile-heading p{max-width:800px;color:var(--text-soft);font-size:18px;line-height:1.75}

.mission-grid,.freight-grid,.why-profile-grid,.highlight-grid{
  display:grid;
  gap:22px;
}
.mission-grid{grid-template-columns:repeat(3,1fr);margin-bottom:82px}
.profile-card{
  min-height:230px;
  padding:30px;
  border:1px solid rgba(227,195,111,.22);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}
.profile-number{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid rgba(227,195,111,.35);
  color:var(--logo-gold-bright);
  font-weight:800;margin-bottom:34px;
}
.profile-card h3,.freight-panel h3,.process-step h3,.why-profile-card h3,.profile-cta h3{
  margin:0;color:#fff;
}
.profile-card h3{font-size:25px;margin-bottom:10px}
.profile-card p,.feature-item p,.process-step p,.why-profile-card p,.highlight-item p{
  color:var(--text-soft);
  line-height:1.68;
  margin:0;
}

.profile-subheading{margin:26px 0 28px}
.profile-subheading h3{
  margin:9px 0 0;
  font-size:clamp(28px,3.3vw,44px);
  line-height:1.12;
}
.profile-subheading.compact h3{font-size:34px}
.freight-grid{grid-template-columns:1fr 1fr;margin-bottom:78px}
.freight-panel{
  position:relative;
  padding:36px;
  border-radius:24px;
  border:1px solid rgba(210,154,47,.28);
  background:linear-gradient(160deg,#1a1a17,#0d0d0b);
  box-shadow:0 28px 70px rgba(0,0,0,.25);
}
.freight-label{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  font-size:11px;font-weight:900;letter-spacing:.15em;
  background:rgba(210,154,47,.12);
  border:1px solid rgba(210,154,47,.35);
  color:var(--logo-gold-bright);
  margin-bottom:18px;
}
.freight-panel h3{font-size:28px;line-height:1.22;margin-bottom:26px}
.freight-panel h3 span{color:var(--logo-gold)}
.feature-list{display:grid;gap:18px}
.feature-item{
  padding:20px 0 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.feature-item strong{display:block;color:#fff;margin-bottom:7px;font-size:16px}

.process-title{margin-top:4px}
.process-grid{
  display:grid;
  gap:16px;
  margin-bottom:80px;
}
.process-step{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:22px;
  align-items:start;
  padding:28px 30px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(227,195,111,.16);
}
.step-index{
  width:58px;height:58px;border-radius:16px;
  display:grid;place-items:center;
  font-size:24px;font-weight:900;
  color:#11110f;
  background:linear-gradient(135deg,var(--logo-gold-bright),var(--gold));
}
.process-step h3{font-size:22px;margin:3px 0 8px}

.why-profile-grid{grid-template-columns:repeat(2,1fr);margin-bottom:76px}
.why-profile-card{
  padding:28px;
  border-left:3px solid var(--gold);
  border-radius:0 18px 18px 0;
  background:linear-gradient(90deg,rgba(210,154,47,.10),rgba(255,255,255,.02));
}
.why-profile-card h3{font-size:21px;margin-bottom:9px}

.service-highlight-panel{
  padding:38px;
  border-radius:26px;
  background:linear-gradient(135deg,rgba(210,154,47,.12),rgba(255,255,255,.025));
  border:1px solid rgba(210,154,47,.3);
  margin-bottom:60px;
}
.highlight-grid{grid-template-columns:repeat(3,1fr);margin-top:24px}
.highlight-item{
  padding:24px;
  background:rgba(0,0,0,.26);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.06);
}
.highlight-item strong{display:block;color:var(--logo-gold-bright);font-size:18px;margin-bottom:9px}

.profile-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:34px 36px;
  border-radius:24px;
  background:linear-gradient(90deg,#171713,#252014);
  border:1px solid rgba(227,195,111,.34);
}
.profile-cta h3{font-size:clamp(24px,3vw,38px);margin-top:8px}
.profile-cta-btn{
  flex:0 0 auto;
  padding:15px 22px;
  border-radius:10px;
  font-weight:800;
  color:#11110f;
  background:linear-gradient(135deg,var(--logo-gold-bright),var(--gold));
  box-shadow:0 10px 28px rgba(210,154,47,.18);
}
.client-text-card .client-text-mark{
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:900;
  color:#11110f;
  background:linear-gradient(135deg,#f6df99,#c8932d);
}
.profile-footer-line{
  display:grid;
  gap:8px;
  margin-top:18px;
  color:var(--text-soft);
  font-size:13px;
  line-height:1.6;
}
.profile-footer-line strong{color:var(--logo-gold-bright);font-size:15px}

@media (max-width:980px){
  .mission-grid,.highlight-grid{grid-template-columns:1fr}
  .freight-grid,.why-profile-grid{grid-template-columns:1fr}
  .profile-cta{align-items:flex-start;flex-direction:column}
}
@media (max-width:620px){
  .profile-revamp{padding:78px 18px}
  .profile-card,.freight-panel,.service-highlight-panel{padding:24px}
  .process-step{grid-template-columns:1fr;padding:23px}
  .profile-heading p{font-size:16px}
}


/* === Clients auto-scrolling carousel === */
.cl-section .clients-carousel-shell{
  position:relative;
}
.cl-section .clients-carousel-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 22px;
}
.cl-section .clients-carousel-status{
  flex:1 1 auto;
  min-width:0;
  display:grid;
  gap:4px;
  text-align:center;
}
.cl-section .clients-carousel-status strong{
  color:#fff;
  font-size:18px;
  font-weight:800;
  letter-spacing:.01em;
}
.cl-section .clients-carousel-status span{
  color:var(--text-dim);
  font-size:14px;
}
.cl-section .client-nav{
  flex:0 0 auto;
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(210,154,47,.35);
  background:linear-gradient(180deg,#1b1b18,#10100e);
  color:var(--gold2);
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.cl-section .client-nav:hover{
  transform:translateY(-2px);
  border-color:rgba(240,184,76,.75);
  color:#fff;
  box-shadow:0 14px 30px rgba(0,0,0,.28);
}
.cl-section .clients-viewport{
  overflow:hidden;
  scroll-behavior:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:6px 2px 10px;
}
.cl-section .clients-viewport::-webkit-scrollbar{display:none}
.cl-section .clients-track{
  display:flex;
  gap:22px;
  width:max-content;
}
.cl-section .clients-track .client-card{
  flex:0 0 280px;
  width:280px;
  min-height:285px;
  scroll-snap-align:start;
}
.cl-section .clients-viewport{
  scroll-snap-type:x proximity;
}
.cl-section .clients-scroll-note{
  margin:14px 0 0;
  text-align:center;
  color:var(--text-dim);
  font-size:13px;
  line-height:1.6;
}

@media (max-width: 720px){
  .cl-section .clients-carousel-controls{
    gap:10px;
  }
  .cl-section .clients-carousel-status strong{
    font-size:16px;
  }
  .cl-section .clients-carousel-status span{
    font-size:12px;
  }
  .cl-section .client-nav{
    width:46px;
    height:46px;
    font-size:24px;
  }
  .cl-section .clients-track .client-card{
    flex:0 0 84vw;
    width:84vw;
    max-width:320px;
  }
}

/* ---- seamless looping track ---- */
.cl-section .clients-track{
  width:max-content;
  will-change:transform;
  transform:translate3d(0,0,0);
}
@media (prefers-reduced-motion:reduce){
  .cl-section .clients-viewport{overflow-x:auto}
}

/* ---- contact bar: keep it on one line as the viewport narrows ---- */
@media (max-width:1300px){
  .topbar-inner{gap:22px;padding:11px 22px}
  .contact{font-size:13.5px}
}
@media (max-width:1180px){
  .topbar-inner{gap:16px;padding:10px 18px}
  .contact{font-size:13px}
  .contact .ico{font-size:15px}
  .contact .ico svg{width:15px;height:15px}
}
@media (max-width:1040px){
  /* the address is the longest item and repeats in the footer and contact
     section, so it steps aside before the bar is forced onto two lines */
  .contact.address{display:none}
  .topbar-inner{gap:20px}
  .contact{font-size:13.5px}
}
@media (max-width:660px){
  .topbar-inner{gap:14px}
  .contact{font-size:12.5px}
}

@media (max-width:560px){
  /* narrow phones: keep only WhatsApp in the contact bar */
  .topbar-inner > .contact{display:none}
  .topbar-inner > .contact[href*="wa.me"]{display:inline-flex}
  .topbar-inner{justify-content:center;gap:0;padding:9px 14px}
}

/* visually-hidden labels: read by screen readers, no visual change */
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}

/* smaller hero file for phones -- identical image, gradients and crop */
@media (max-width:768px){
  .hero{
    background:
      linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.69) 28%,rgba(0,0,0,.16) 58%,rgba(0,0,0,0) 72%),
      url("../images/fastrans-freight-forwarding-singapore-hero-mobile.webp") center center/cover no-repeat;
  }
}
