/* ===========================================================
   IQS International Limited — Website Styles
   Design system: Deep Navy + Gold, clean corporate
   =========================================================== */

:root {
  /* Brand */
  --navy-900: #001a33;
  --navy-800: #002a52;
  --navy-700: #003366;   /* primary */
  --navy-600: #0a437d;
  --navy-500: #1b5897;
  --navy-tint: #eef3f9;

  --gold-600: #b8862b;
  --gold-500: #cda23f;   /* accent */
  --gold-400: #e0bd62;
  --gold-100: #f7eccd;

  /* Neutrals */
  --ink: #1b2733;
  --ink-soft: #46566a;
  --ink-faint: #74859a;
  --line: #e3e9f0;
  --line-soft: #eef2f7;
  --paper: #ffffff;
  --mist: #f5f8fb;
  --mist-2: #eef3f8;

  /* Type */
  --sans: "Libre Franklin", system-ui, -apple-system, sans-serif;
  --display: "Archivo", system-ui, sans-serif;

  --shadow-sm: 0 1px 2px rgba(16, 36, 64, .06), 0 1px 3px rgba(16, 36, 64, .05);
  --shadow-md: 0 10px 30px -12px rgba(8, 30, 60, .25);
  --shadow-lg: 0 30px 60px -20px rgba(8, 30, 60, .35);

  --maxw: 1200px;
  --radius: 14px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 128px; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--navy-700);
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--gold-500);
  display: inline-block;
}

.section { padding: 96px 0; }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin-top: 16px;
}
.section-head p {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 8px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn-gold {
  background: var(--gold-500);
  color: var(--navy-900);
  box-shadow: 0 8px 20px -10px rgba(205, 162, 63, .8);
}
.btn-gold:hover { background: var(--gold-400); transform: translateY(-2px); }
.btn-navy { background: var(--navy-700); color: #fff; }
.btn-navy:hover { background: var(--navy-600); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-outline { background: transparent; color: var(--navy-700); border-color: var(--line); }
.btn-outline:hover { border-color: var(--navy-700); transform: translateY(-2px); }

/* ===========================================================
   HEADER
   =========================================================== */
.topbar {
  background: var(--navy-900);
  color: #cdd9e6;
  font-size: 13.5px;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 42px; }
.topbar a { color: #cdd9e6; transition: color .15s; }
.topbar a:hover { color: var(--gold-400); }
.topbar-left { display: flex; gap: 26px; align-items: center; }
.topbar-left span { display: inline-flex; align-items: center; gap: 8px; }
.topbar-left svg { width: 14px; height: 14px; color: var(--gold-400); }
.topbar-right { display: flex; gap: 16px; align-items: center; }
.topbar-right .div { width: 1px; height: 14px; background: rgba(255,255,255,.18); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }

/* Logo */
.logo-img {
  height: 46px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}
.logo { display: flex; align-items: center; gap: 13px; }
.logo .mark {
  width: 42px; height: 42px;
  position: relative;
  flex: none;
}
.logo .mark .diamond {
  position: absolute; inset: 0;
  transform: rotate(45deg);
  border-radius: 6px;
}
.logo .mark .d1 { background: var(--navy-700); inset: 2px; }
.logo .mark .d2 {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  inset: 11px;
  border-radius: 3px;
}
.logo .wordmark { display: flex; flex-direction: column; line-height: 1; }
.logo .wordmark .name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 24px;
  color: var(--navy-700);
  letter-spacing: .01em;
}
.logo .wordmark .name b { color: var(--gold-600); }
.logo .wordmark .sub {
  font-size: 10.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 4px;
  font-weight: 600;
}

/* Nav menu */
.menu { display: flex; align-items: center; gap: 4px; }
.menu > li { position: relative; }
.menu > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 11px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  border-radius: 7px;
  transition: color .15s, background .15s;
}
.menu > li > a:hover,
.menu > li.open > a { color: var(--navy-700); background: var(--navy-tint); }
.menu .caret { width: 9px; height: 9px; transition: transform .2s; opacity: .6; }
.menu > li.open .caret { transform: rotate(180deg); }

/* Dropdown */
.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 300px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 50;
}
.dropdown.right { left: auto; right: 0; }
.menu > li:hover .dropdown,
.menu > li.open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown::before {
  content: "";
  position: absolute; top: -12px; left: 0; right: 0; height: 12px;
}
.dropdown li > a {
  display: block;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  transition: background .14s, color .14s, padding .14s;
}
.dropdown li > a small {
  display: block;
  font-size: 12px;
  color: var(--ink-faint);
  font-weight: 400;
  margin-top: 2px;
}
.dropdown li > a:hover {
  background: var(--navy-tint);
  color: var(--navy-700);
  padding-left: 18px;
}
.dropdown li > a:hover small { color: var(--navy-500); }

/* Submenu (multi-level) */
.has-sub { position: relative; }
.has-sub > a::after {
  content: "›";
  position: absolute; right: 14px;
  font-size: 18px; line-height: 1; color: var(--ink-faint);
}
.submenu {
  position: absolute;
  top: -10px; left: calc(100% + 6px);
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 10px;
  opacity: 0; visibility: hidden;
  transform: translateX(8px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateX(0); }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.hamburger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  align-items: center; justify-content: center;
}
.hamburger svg { width: 22px; height: 22px; color: var(--navy-700); }

/* ===========================================================
   HERO — full-bleed rotating background slideshow
   =========================================================== */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  isolation: isolate;
}

/* Slideshow layers */
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--navy-800);
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.5s ease;
  will-change: opacity, transform;
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s ease, transform 7.5s ease-out;
}
/* Navy overlay for legibility + grid texture */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(95deg, rgba(0,16,34,.93) 0%, rgba(0,26,51,.85) 38%, rgba(0,26,51,.5) 72%, rgba(0,26,51,.35) 100%),
    linear-gradient(180deg, rgba(0,16,34,.35), rgba(0,10,24,.78));
}
.hero-overlay::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(1100px 620px at 78% 4%, #000, transparent 72%);
          mask-image: radial-gradient(1100px 620px at 78% 4%, #000, transparent 72%);
}
.hero .wrap {
  position: relative; z-index: 2;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 110px;
  max-width: var(--maxw);
}
.hero-text { max-width: 680px; }

/* Slideshow controls */
.hero-dots {
  position: absolute; z-index: 3;
  left: 50%; transform: translateX(-50%);
  bottom: 34px;
  display: flex; gap: 11px; align-items: center;
}
.hero-dots button {
  width: 34px; height: 4px; border-radius: 4px;
  border: none; cursor: pointer; padding: 0;
  background: rgba(255,255,255,.28);
  transition: background .25s, width .25s;
}
.hero-dots button.active { background: var(--gold-500); width: 50px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  padding: 8px 16px 8px 10px;
  border-radius: 50px;
  font-size: 13px; font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 26px;
}
.hero-badge .dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold-500); color: var(--navy-900);
  display: grid; place-items: center;
}
.hero-badge .dot svg { width: 13px; height: 13px; }
.hero h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}
.hero h1 .gold { color: var(--gold-400); }
.hero .lede {
  margin-top: 24px;
  font-size: 19px;
  color: #d2deeb;
  max-width: 560px;
  text-shadow: 0 1px 12px rgba(0,10,24,.4);
}
.hero-cta { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex; gap: 36px; flex-wrap: wrap;
}
.hero-trust .t-num {
  font-family: var(--display); font-weight: 800;
  font-size: 30px; color: #fff;
}
.hero-trust .t-num span { color: var(--gold-400); }
.hero-trust .t-lab { font-size: 13.5px; color: #a9bace; margin-top: 2px; }

/* Hero side card */
.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 26px;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-lg);
}
.hero-card h3 {
  color: #fff; font-size: 17px;
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 18px; margin-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.hero-card h3 svg { width: 18px; height: 18px; color: var(--gold-400); }
.std-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.std-chip {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  padding: 12px 13px;
  transition: background .15s, border-color .15s, transform .15s;
}
.std-chip:hover { background: rgba(205,162,63,.14); border-color: rgba(205,162,63,.4); transform: translateY(-2px); }
.std-chip .code { font-family: var(--display); font-weight: 700; font-size: 15px; color: #fff; }
.std-chip .desc { font-size: 11.5px; color: #9fb1c6; margin-top: 2px; }

/* ===========================================================
   PARTNERS / ACCREDITATION STRIP
   =========================================================== */
.strip {
  background: var(--mist);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}
.strip .wrap { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: space-between; }
.strip .label {
  font-family: var(--display); font-weight: 600; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint);
  flex: none;
}
.strip .logos { display: flex; gap: 34px; flex-wrap: wrap; align-items: center; }
.strip .logos .acc {
  font-family: var(--display); font-weight: 800; font-size: 17px;
  color: var(--navy-600); opacity: .65; letter-spacing: .02em;
  transition: opacity .2s;
}
.strip .logos .acc:hover { opacity: 1; }
.strip .logos .acc span { color: var(--gold-600); }

/* ===========================================================
   ABOUT
   =========================================================== */
.about .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.about-figure { position: relative; }
.ph {
  position: relative;
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, var(--mist-2) 0 14px, #e4ebf3 14px 28px);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  overflow: hidden;
}
.figimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  display: block;
  background: var(--mist-2);
}
.about-figure .figimg { aspect-ratio: 4/3.4; }
.why-figure .figimg { aspect-ratio: 4/4.3; }
.sd-media .figimg { aspect-ratio: 4/3.3; }
.ph .ph-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12.5px;
  color: var(--ink-faint);
  background: rgba(255,255,255,.85);
  padding: 7px 13px;
  border-radius: 6px;
  border: 1px solid var(--line);
}
.about-figure .ph { aspect-ratio: 4/3.4; }
.about-figure .badge-float {
  position: absolute; bottom: -22px; left: -22px;
  background: var(--navy-700); color: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 16px;
}
.about-figure .badge-float .big {
  font-family: var(--display); font-weight: 800; font-size: 38px; color: var(--gold-400); line-height: 1;
}
.about-figure .badge-float .txt { font-size: 13.5px; color: #cdd9e6; max-width: 120px; }
.about-text p { color: var(--ink-soft); font-size: 17px; margin-top: 20px; }
.about-points { margin-top: 28px; display: grid; gap: 14px; }
.about-points li { display: flex; gap: 13px; align-items: flex-start; }
.about-points .ck {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--gold-100); color: var(--gold-600);
  display: grid; place-items: center; margin-top: 1px;
}
.about-points .ck svg { width: 14px; height: 14px; }
.about-points b { color: var(--navy-700); font-family: var(--display); }

/* ===========================================================
   SERVICES
   =========================================================== */
.services { background: var(--mist); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.svc-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--navy-700), var(--gold-500));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon {
  width: 58px; height: 58px; border-radius: 13px;
  background: var(--navy-tint);
  display: grid; place-items: center;
  margin-bottom: 22px;
  transition: background .22s;
}
.svc-icon svg { width: 28px; height: 28px; color: var(--navy-700); transition: color .22s; }
.svc-card:hover .svc-icon { background: var(--navy-700); }
.svc-card:hover .svc-icon svg { color: var(--gold-400); }
.svc-card h3 { font-size: 21px; margin-bottom: 12px; }
.svc-card .svc-desc { color: var(--ink-soft); font-size: 15px; margin-bottom: 18px; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.svc-tags span {
  font-size: 12px; font-weight: 600;
  font-family: var(--display);
  color: var(--navy-600);
  background: var(--navy-tint);
  border: 1px solid #dde7f2;
  padding: 5px 10px; border-radius: 6px;
}
.svc-more {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 20px;
  font-family: var(--display); font-weight: 600; font-size: 14px;
  color: var(--navy-700);
}
.svc-more svg { width: 15px; height: 15px; transition: transform .2s; }
.svc-card:hover .svc-more svg { transform: translateX(4px); color: var(--gold-600); }

/* ===========================================================
   PROCESS
   =========================================================== */
.process { background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.process::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(900px 500px at 20% 10%, #000, transparent 70%);
          mask-image: radial-gradient(900px 500px at 20% 10%, #000, transparent 70%);
}
.process .wrap { position: relative; z-index: 2; }
.process .section-head h2 { color: #fff; }
.process .section-head p { color: #b6c6d8; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.step {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 26px 22px;
  position: relative;
  transition: background .2s, border-color .2s, transform .2s;
}
.step:hover { background: rgba(205,162,63,.1); border-color: rgba(205,162,63,.35); transform: translateY(-4px); }
.step .num {
  font-family: var(--display); font-weight: 800;
  font-size: 15px;
  width: 40px; height: 40px; border-radius: 11px;
  background: var(--gold-500); color: var(--navy-900);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.step h4 { color: #fff; font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 13.5px; color: #a9bace; }
.step .connector {
  position: absolute; top: 46px; right: -20px; width: 20px; height: 2px;
  background: rgba(255,255,255,.18); z-index: 1;
}

/* ===========================================================
   WHY CHOOSE US
   =========================================================== */
.why .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.why-figure .ph { aspect-ratio: 4/4.3; }
.why-figure { position: relative; }
.why-figure .ribbon {
  position: absolute; top: 26px; right: -16px;
  background: var(--gold-500); color: var(--navy-900);
  font-family: var(--display); font-weight: 700; font-size: 14px;
  padding: 12px 20px; border-radius: 8px;
  box-shadow: var(--shadow-md);
}
.why-list { display: grid; gap: 8px; margin-top: 8px; }
.why-item {
  display: flex; gap: 18px;
  padding: 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: background .2s, border-color .2s;
}
.why-item:hover { background: var(--mist); border-color: var(--line); }
.why-item .wi-icon {
  flex: none; width: 50px; height: 50px; border-radius: 12px;
  background: var(--navy-700);
  display: grid; place-items: center;
}
.why-item .wi-icon svg { width: 24px; height: 24px; color: var(--gold-400); }
.why-item h4 { font-size: 18px; margin-bottom: 6px; }
.why-item p { color: var(--ink-soft); font-size: 15px; }

/* ===========================================================
   STATS
   =========================================================== */
.stats {
  background:
    radial-gradient(700px 400px at 85% 120%, rgba(205,162,63,.18), transparent 60%),
    linear-gradient(120deg, var(--navy-700), var(--navy-900));
  color: #fff;
  padding: 70px 0;
}
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat .s-num {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(40px, 5vw, 56px);
  color: #fff; line-height: 1;
}
.stat .s-num .suf { color: var(--gold-400); }
.stat .s-lab {
  margin-top: 12px; font-size: 15px; color: #c4d2e2;
  font-family: var(--display); font-weight: 500;
  letter-spacing: .02em;
}
.stat { position: relative; }
.stat:not(:last-child)::after {
  content: ""; position: absolute; right: -15px; top: 10%; height: 80%;
  width: 1px; background: rgba(255,255,255,.14);
}

/* ===========================================================
   CLIENTS
   =========================================================== */
.clients { background: var(--mist); }
.client-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.client-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 20px;
  min-height: 104px;
  display: flex; flex-direction: column; justify-content: center;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.client-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-400); }
.client-tile .c-name { font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--navy-700); }
.client-tile .c-meta { font-size: 12.5px; color: var(--ink-faint); margin-top: 5px; }

/* ---- Scrolling logo marquee ---- */
.logo-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.logo-marquee + .logo-marquee { margin-top: 18px; }
.marquee-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: marquee-l 46s linear infinite;
}
.marquee-track.reverse { animation-name: marquee-r; animation-duration: 52s; }
.logo-marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee-l { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-r { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

.logo-pill {
  flex: none;
  width: 220px;
  height: 96px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; padding: 0 18px; text-align: center;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.logo-pill:hover { border-color: var(--gold-400); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.logo-pill .lp-mark {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: var(--navy-tint); color: var(--navy-700);
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 14px;
  letter-spacing: .02em;
}
.logo-pill .lp-name {
  font-family: var(--display); font-weight: 700; font-size: 14.5px;
  color: var(--navy-700); line-height: 1.2;
}
.logo-pill .lp-row { display: flex; align-items: center; gap: 11px; }
.clients-cta { text-align: center; margin-top: 44px; }

/* ===========================================================
   REVIEWS / TESTIMONIALS
   =========================================================== */
.reviews { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Review slider */
.review-slider { position: relative; overflow: hidden; padding: 6px; margin: 0 -6px; }
.review-track {
  display: flex;
  gap: 24px;
  transition: transform .55s cubic-bezier(.4,.1,.2,1);
  will-change: transform;
}
.review-track .review-card { flex: 0 0 calc((100% - 48px) / 3); }
.review-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 38px; }
.rev-arrow {
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  background: #fff; border: 1.5px solid var(--line);
  display: grid; place-items: center; cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s, color .2s;
  color: var(--navy-700);
}
.rev-arrow:hover { background: var(--navy-700); border-color: var(--navy-700); color: #fff; transform: translateY(-2px); }
.rev-arrow svg { width: 20px; height: 20px; }
.review-dots { display: flex; gap: 9px; align-items: center; }
.review-dots button {
  width: 9px; height: 9px; border-radius: 50%; padding: 0;
  border: none; cursor: pointer; background: var(--line);
  transition: background .25s, width .25s;
}
.review-dots button.active { background: var(--gold-500); width: 28px; border-radius: 5px; }
.review-card {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 30px;
  display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; background: #fff; }
.review-quote { color: var(--gold-500); margin-bottom: 16px; }
.review-quote svg { width: 38px; height: 38px; }
.review-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.review-stars svg { width: 17px; height: 17px; color: var(--gold-500); }
.review-text { color: var(--ink); font-size: 16px; line-height: 1.65; flex: 1; }
.review-person { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.review-avatar {
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  background: var(--navy-700); color: #fff;
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 700; font-size: 17px;
}
.review-person .rp-name { font-family: var(--display); font-weight: 700; font-size: 15.5px; color: var(--navy-700); }
.review-person .rp-role { font-size: 13px; color: var(--ink-faint); margin-top: 2px; }

/* ===========================================================
   TEA / APPOINTMENT SECTION (animated steaming cup)
   =========================================================== */
.tea {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.tea-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.tea-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,16,34,.82), rgba(0,20,40,.74) 50%, rgba(0,12,28,.88));
}
.tea .wrap { position: relative; z-index: 2; padding: 104px 0; max-width: 820px; }
.tea h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  margin-top: 8px;
}
.tea h2 .gold { color: var(--gold-400); }
.tea p { color: #d2deeb; font-size: 18px; margin: 20px auto 0; max-width: 640px; }
.tea .btns { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* The cup */
.tea-cup { position: relative; width: 150px; height: 150px; margin: 0 auto; }
.cup-saucer {
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 132px; height: 22px;
  background: linear-gradient(#f4f0e6, #d8d0bd);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(0,0,0,.3);
}
.cup-body {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  width: 98px; height: 70px;
  z-index: 2;
  background: linear-gradient(100deg, #ffffff 0%, #f6f2e8 55%, #e7e0cf 100%);
  border-radius: 10px 10px 44px 44px / 8px 8px 50px 50px;
  box-shadow: inset 0 5px 0 rgba(0,0,0,.05);
}
.cup-body::before {
  content: ""; position: absolute; top: -7px; left: 0; right: 0;
  height: 16px; background: #fffef9;
  border-radius: 50%;
  box-shadow: inset 0 -4px 6px rgba(0,0,0,.12);
}
.cup-handle {
  position: absolute; z-index: 1;
  top: 78px; left: 106px;
  width: 40px; height: 40px;
  border: 8px solid #ece5d5;
  border-radius: 50%;
  background: transparent;
}
.cup-steam {
  position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%);
  width: 64px; height: 84px;
}
.cup-steam path {
  fill: none;
  stroke: rgba(224,189,98,.85);
  stroke-width: 4; stroke-linecap: round;
  transform-origin: bottom center;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .tea[data-on] .cup-steam .s1 { animation: steam 3.4s ease-in-out infinite; }
  .tea[data-on] .cup-steam .s2 { animation: steam 3.4s ease-in-out .9s infinite; }
  .tea[data-on] .cup-steam .s3 { animation: steam 3.4s ease-in-out 1.8s infinite; }
}
@keyframes steam {
  0%   { opacity: 0; transform: translateY(10px) scaleY(.7); }
  25%  { opacity: .9; }
  60%  { opacity: .5; }
  100% { opacity: 0; transform: translateY(-14px) scaleY(1.2); }
}

/* ===========================================================
   CONTACT
   =========================================================== */
.contact .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; }
.contact-info { }
.contact-info h2 { font-size: clamp(28px, 3.6vw, 40px); margin-top: 16px; }
.contact-info > p { color: var(--ink-soft); font-size: 17px; margin-top: 18px; }
.info-cards { margin-top: 34px; display: grid; gap: 16px; }
.info-card {
  display: flex; gap: 18px; align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 22px;
  transition: border-color .2s, box-shadow .2s;
}
.info-card:hover { border-color: var(--gold-400); box-shadow: var(--shadow-sm); }
.info-card .ic {
  flex: none; width: 46px; height: 46px; border-radius: 11px;
  background: var(--navy-tint); display: grid; place-items: center;
}
.info-card .ic svg { width: 21px; height: 21px; color: var(--navy-700); }
.info-card .ic-label { font-family: var(--display); font-weight: 600; font-size: 13px; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .08em; }
.info-card .ic-val { font-size: 15.5px; color: var(--ink); margin-top: 4px; }
.info-card .ic-val a { transition: color .15s; }
.info-card .ic-val a:hover { color: var(--navy-700); }

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 36px;
  box-shadow: var(--shadow-md);
}
.contact-form h3 { font-size: 24px; margin-bottom: 6px; }
.contact-form .fsub { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label {
  display: block; font-size: 13px; font-weight: 600;
  font-family: var(--display); color: var(--ink);
  margin-bottom: 7px;
}
.field label .req { color: var(--gold-600); }
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 15px;
  padding: 13px 15px;
  border: 1.5px solid var(--line);
  border-radius: 9px;
  background: var(--mist);
  color: var(--ink);
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--navy-500);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(27,88,151,.1);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.form-note { font-size: 12.5px; color: var(--ink-faint); margin-top: 14px; text-align: center; }
.form-success {
  display: none;
  background: var(--gold-100);
  border: 1px solid var(--gold-400);
  color: var(--gold-600);
  padding: 13px 16px;
  border-radius: 9px;
  font-size: 14px; font-weight: 600;
  margin-bottom: 18px;
}
.form-success.show { display: block; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { background: var(--navy-900); color: #b6c6d8; padding: 72px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 52px; }
.footer .logo .wordmark .name { color: #fff; }
.footer .logo .wordmark .sub { color: #8197af; }
.footer-about { margin-top: 22px; font-size: 14.5px; color: #9fb1c6; max-width: 320px; }
.footer-social { display: flex; gap: 11px; margin-top: 24px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: grid; place-items: center;
  transition: background .2s, transform .2s;
}
.footer-social a:hover { background: var(--gold-500); transform: translateY(-3px); }
.footer-social a:hover svg { color: var(--navy-900); }
.footer-social svg { width: 18px; height: 18px; color: #cdd9e6; transition: color .2s; }
.footer h5 {
  font-family: var(--display); font-weight: 700; font-size: 15px;
  color: #fff; margin-bottom: 20px; letter-spacing: .03em;
}
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: 14.5px; color: #9fb1c6; transition: color .15s, padding .15s; display: inline-block; }
.footer-links a:hover { color: var(--gold-400); padding-left: 5px; }
.footer-contact li { display: flex; gap: 11px; font-size: 14px; margin-bottom: 14px; color: #9fb1c6; }
.footer-contact svg { width: 16px; height: 16px; color: var(--gold-400); flex: none; margin-top: 3px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13.5px; color: #8197af; flex-wrap: wrap; gap: 12px;
}
.footer-bottom a:hover { color: var(--gold-400); }

/* ===========================================================
   MOBILE NAV PANEL
   =========================================================== */
.mobile-nav {
  position: fixed; inset: 0;
  background: rgba(0,12,28,.5);
  backdrop-filter: blur(3px);
  z-index: 200;
  opacity: 0; visibility: hidden;
  transition: opacity .25s, visibility .25s;
}
.mobile-nav.open { opacity: 1; visibility: visible; }
.mobile-panel {
  position: absolute; top: 0; right: 0;
  width: min(360px, 86vw); height: 100%;
  background: #fff;
  box-shadow: var(--shadow-lg);
  transform: translateX(100%);
  transition: transform .3s ease;
  padding: 24px;
  overflow-y: auto;
}
.mobile-nav.open .mobile-panel { transform: translateX(0); }
.mobile-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.mobile-close {
  width: 42px; height: 42px; border-radius: 8px;
  border: 1px solid var(--line); background: #fff; cursor: pointer;
  display: grid; place-items: center;
}
.mobile-close svg { width: 22px; height: 22px; color: var(--navy-700); }
.m-menu > li { border-bottom: 1px solid var(--line-soft); }
.m-menu > li > a, .m-link-toggle {
  display: flex; justify-content: space-between; align-items: center;
  padding: 15px 4px;
  font-family: var(--display); font-weight: 600; font-size: 16px;
  color: var(--ink); cursor: pointer; width: 100%;
  background: none; border: none; text-align: left;
}
.m-sub { display: none; padding: 0 0 10px 14px; }
.m-sub.open { display: block; }
.m-sub a { display: block; padding: 9px 4px; font-size: 14.5px; color: var(--ink-soft); }
.m-sub a:hover { color: var(--navy-700); }
.m-link-toggle .caret { width: 12px; height: 12px; transition: transform .2s; }
.m-link-toggle.open .caret { transform: rotate(180deg); }
.mobile-cta { margin-top: 24px; display: grid; gap: 12px; }
.mobile-cta .btn { width: 100%; justify-content: center; }

/* ===========================================================
   REVEAL ANIMATION
   =========================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step .connector { display: none; }
  .client-grid { grid-template-columns: repeat(3, 1fr); }
  .review-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .review-track .review-card { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 640px) {
  .review-track .review-card { flex: 0 0 100%; }
}
@media (max-width: 1160px) {
  .menu, .nav-actions .btn { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .about .wrap, .why .wrap, .contact .wrap { grid-template-columns: 1fr; gap: 44px; }
  .about-figure .badge-float { left: 0; }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .stat:nth-child(2)::after { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .wrap { padding: 0 20px; }
  .svc-grid, .client-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .stats .wrap { grid-template-columns: 1fr; }
  .stat::after { display: none; }
  .footer-top { grid-template-columns: 1fr; }
  .topbar-left span:nth-child(2), .topbar-right { display: none; }
  .hero-trust { gap: 24px; }
  .contact-form { padding: 26px 22px; }
}
