/*
Theme Name: SourcePilot Global
Theme URI: https://www.sourcepilotglobal.com
Author: SourcePilot Global
Author URI: https://www.sourcepilotglobal.com
Description: Professional China sourcing agent website theme. Factory-direct pricing, quality inspection, logistics support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sourcepilot
Tags: business, e-commerce, one-column, custom-menu, featured-images, translation-ready
*/

/* =============================================
   SourcePilot Global — Main Stylesheet
   Colors: Navy #0d2b4e | Gold #f5a623 | Light #f8f9fa
   ============================================= */

/* ---------- SVG Icon System ---------- */
.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

/* ---------- Service Card — Hover Reveal ---------- */
.svc-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 260px;
  cursor: pointer;
}
.svc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.svc-card:hover img {
  transform: scale(1.08);
}
.svc-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 22px;
  background: linear-gradient(0deg, rgba(13,43,78,0.85) 0%, transparent 100%);
  transition: opacity 0.35s ease;
}
.svc-card-label h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}
.svc-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13,43,78,0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.svc-card-overlay p {
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
.svc-card:hover .svc-card-label {
  opacity: 0;
}
.svc-card:hover .svc-card-overlay {
  opacity: 1;
}
@media (max-width: 768px) {
  .svc-card { height: 200px; }
  .svc-card-overlay { padding: 20px; }
  .svc-card-overlay p { font-size: 0.88rem; }
}

/* Card icons — image variant */
.card-icon-img {
  width: 300px; height: 200px;
  background: none;
  overflow: hidden;
  padding: 10px 0;
}
.card-icon-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* Card icons — large display icons */
.card-icon .ic {
  width: 32px;
  height: 32px;
  color: var(--navy);
}
.cat-card .cat-icon .ic {
  width: 40px;
  height: 40px;
  color: rgba(255,255,255,0.92);
}
.service-card-icon .ic {
  width: 36px;
  height: 36px;
  color: rgba(255,255,255,0.92);
}
.why-icon .ic {
  width: 28px;
  height: 28px;
  color: rgba(255,255,255,0.92);
}
.contact-icon .ic {
  width: 24px;
  height: 24px;
  color: rgba(255,255,255,0.9);
}
.about-img-block .about-big-icon .ic {
  width: 64px;
  height: 64px;
  color: var(--gold);
}
.value-card .value-icon .ic {
  width: 36px;
  height: 36px;
  color: var(--navy-mid);
}

/* Trust bar icons */
.trust-item .trust-ic {
  width: 18px;
  height: 18px;
  color: var(--navy);
  flex-shrink: 0;
}

/* Footer contact icons */
.footer-contact-item .foot-ic {
  width: 16px;
  height: 16px;
  color: rgba(255,255,255,0.55);
  flex-shrink: 0;
}

/* Timeline badges inline icons */
.tl-ic {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
}

/* Process hero mini card icons */
.step-ic {
  width: 16px;
  height: 16px;
  color: rgba(255,255,255,0.7);
}

/* Section hero large icon */
.section-hero-icon .ic {
  width: 56px;
  height: 56px;
  color: rgba(255,255,255,0.9);
}

/* Sidebar service block icon */
.service-block-icon .ic {
  width: 56px;
  height: 56px;
  color: rgba(255,255,255,0.9);
}

/* Contact detail icon wrapper */
.contact-detail .contact-icon .ic {
  width: 22px;
  height: 22px;
}

/* Button icon */
.btn .btn-ic {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* FAQ category header icon */
.faq-cat-ic {
  width: 28px;
  height: 28px;
  color: var(--navy);
}

/* Small inline icon in lists */
.li-ic {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Card sub-section small icon */
.card-sub-ic {
  width: 28px;
  height: 28px;
  color: var(--navy-mid);
}

/* Hero badge icon */
.badge-ic {
  width: 14px;
  height: 14px;
  color: var(--gold);
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #0d2b4e;
  --navy-mid:   #1a4a7a;
  --navy-light: #1e5799;
  --gold:       #f5a623;
  --gold-dark:  #d4881a;
  --white:      #ffffff;
  --light:      #f4f7fb;
  --gray:       #6b7280;
  --dark:       #1f2937;
  --border:     #e5e7eb;
  --radius:     8px;
  --shadow:     0 4px 24px rgba(13,43,78,0.10);
  --shadow-lg:  0 8px 40px rgba(13,43,78,0.15);
  --transition: 0.25s ease;
  --font:       system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-head:  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
  font-size: 16px;
}

a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
}
h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h4 { font-size: 1.15rem; }

p { color: var(--gray); line-height: 1.8; }

/* ---------- Utility ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.text-gold  { color: var(--gold) !important; }
.text-navy  { color: var(--navy) !important; }

.section { padding: 80px 0; }
.section-light { background: var(--light); }
.section-navy  { background: var(--navy); }

.section-label {
  display: inline-block;
  background: rgba(245,166,35,0.12);
  color: var(--gold-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.section-title { margin-bottom: 16px; }
.section-sub   { font-size: 1.05rem; max-width: 640px; margin: 0 auto 48px; }

.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,166,35,0.40);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.6);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
}
.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-navy:hover {
  background: var(--navy-mid);
  border-color: var(--navy-mid);
  transform: translateY(-2px);
}
.btn-lg { padding: 18px 44px; font-size: 1.05rem; }
.btn-sm { padding: 10px 22px; font-size: 0.88rem; }

/* ---------- Navigation ---------- */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--navy);
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
  transition: all var(--transition);
}
.navbar.scrolled {
  background: rgba(13,43,78,0.97);
  backdrop-filter: blur(8px);
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.01em;
}
.logo-name span { color: var(--gold); }
.logo-tagline {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all var(--transition);
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
  background: rgba(245,166,35,0.10);
}
.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: 9px 20px !important;
  border-radius: var(--radius) !important;
  font-weight: 700 !important;
}
.nav-cta:hover {
  background: var(--gold-dark) !important;
  color: var(--navy) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(30,87,153,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.3);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.hero-badge::before { content: '◆'; }

.hero h1 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
}
.hero h1 span { color: var(--gold); }

.hero-sub {
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  margin-bottom: 36px;
  max-width: 520px;
  line-height: 1.75;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-stats {
  display: flex;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat { }
.hero-stat-num {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold);
}
.hero-stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
}

/* Hero visual card */
.hero-visual {
  position: relative;
  z-index: 1;
}
.hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(10px);
}
.hero-card-title {
  color: var(--gold);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.process-mini {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.process-step-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all var(--transition);
}
.process-step-mini:hover {
  background: rgba(245,166,35,0.1);
  border-color: rgba(245,166,35,0.3);
}
.step-num-mini {
  width: 28px; height: 28px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}
.step-text {
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  font-weight: 500;
}

/* ---------- Trust Bar ---------- */
.trust-bar {
  background: var(--gold);
  padding: 18px 0;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
}
.trust-item .icon { font-size: 1.1rem; }

/* ---------- Cards ---------- */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: rgba(245,166,35,0.3);
}
.card-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(13,43,78,0.08), rgba(245,166,35,0.12));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.card h3 { color: var(--navy); margin-bottom: 10px; font-size: 1.15rem; }
.card p  { font-size: 0.92rem; }

.card-accent::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--navy-light));
  border-radius: 16px 16px 0 0;
}

/* ---------- Services ---------- */
.service-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.service-card-header {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  padding: 28px 28px 20px;
  position: relative;
}
.service-card-icon { font-size: 2rem; margin-bottom: 12px; }
.service-card-header h3 { color: var(--white); font-size: 1.15rem; }
.service-card-body { padding: 24px 28px; }
.service-list { display: flex; flex-direction: column; gap: 8px; }
.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--gray);
}
.service-list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ---------- Process Steps ---------- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(100% / 14);
  right: calc(100% / 14);
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--navy-light));
  z-index: 0;
}
.process-step {
  text-align: center;
  padding: 20px 16px;
  position: relative;
  z-index: 1;
}
.process-step-num {
  width: 56px; height: 56px;
  background: var(--navy);
  border: 3px solid var(--gold);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 auto 16px;
  position: relative;
  z-index: 2;
  transition: all var(--transition);
}
.process-step:hover .process-step-num {
  background: var(--gold);
  color: var(--navy);
  transform: scale(1.1);
}
.process-step h4 { color: var(--navy); font-size: 0.92rem; margin-bottom: 6px; }
.process-step p  { font-size: 0.8rem; }

/* ---------- Product Categories ---------- */
.cat-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  padding: 36px 28px;
  transition: all var(--transition);
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.06);
}
.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.cat-card::before {
  content: '';
  position: absolute;
  bottom: -30px; right: -30px;
  width: 120px; height: 120px;
  background: rgba(245,166,35,0.10);
  border-radius: 50%;
  transition: all var(--transition);
}
.cat-card:hover::before { transform: scale(1.5); opacity: 0.6; }
.cat-icon { font-size: 2.4rem; margin-bottom: 16px; }
.cat-card h3 { color: var(--white); margin-bottom: 10px; font-size: 1.1rem; }
.cat-card p  { color: rgba(255,255,255,0.65); font-size: 0.88rem; }
.cat-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  margin-top: 14px;
}

/* ---------- Global Reach Map Section ---------- */
.gmap-section {
  background: var(--navy);
  padding-bottom: 0;
  overflow: hidden;
}
.gmap-section .section-title { color: var(--white); }
.gmap-section .section-sub   { color: rgba(255,255,255,0.65); }
.gmap-section .section-label { color: var(--gold); background: rgba(245,166,35,0.15); }

.gmap-wrap {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 32px auto 0;
  line-height: 0;
}
.gmap-img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: screen;
  opacity: .92;
}

/* ── Pins ── */
.gmap-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.gmap-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  pointer-events: all;
  cursor: pointer;
  z-index: 4;
}
/* Teardrop pin — square base so shape is never distorted */
.gmap-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: #f5a623;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  border: 2px solid rgba(255,255,255,0.85);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
  animation: pinBlink 2.4s ease-in-out infinite;
}
.gmap-icon::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 7px; height: 7px;
  background: white;
  border-radius: 50%;
}
/* Alternate accent pin */
.gmap-icon-alt { background: rgba(245,166,35,0.6); }

/* Blinking pulse */
@keyframes pinBlink {
  0%, 100% { box-shadow: 0 0 0 0   rgba(245,166,35,0.7); }
  50%       { box-shadow: 0 0 0 7px rgba(245,166,35,0);   }
}
.gmap-pin:hover .gmap-icon {
  transform: rotate(-45deg) scale(1.3);
  animation: none;
  box-shadow: 0 0 14px rgba(245,166,35,0.65);
}

/* Source pin — China */
.gmap-pin-src {
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px; height: 16px;
}
.gmap-dot-src {
  display: block;
  width: 14px; height: 14px;
  background: #f5a623;
  border-radius: 50%;
  border: 2.5px solid white;
  position: relative;
  z-index: 2;
}
.gmap-ripple {
  display: block;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(245,166,35,0.4);
  animation: gmapRipple 2.2s ease-out infinite;
  z-index: 1;
}
.gr2 { animation-delay: .8s; background: rgba(245,166,35,0.2); }
@keyframes gmapRipple {
  0%   { transform: translate(-50%,-50%) scale(1); opacity: .7; }
  100% { transform: translate(-50%,-50%) scale(5); opacity: 0; }
}

/* Tooltip */
.gmap-tooltip {
  position: absolute;
  background: white;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 20px;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .18s;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  transform: translateX(-50%);
  z-index: 10;
  letter-spacing: 0.02em;
}

/* Stats bar below map */
.gmap-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 32px;
}
.gmap-stat {
  text-align: center;
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.gmap-stat:last-child { border-right: none; }
.gmap-stat-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
  font-family: var(--font-head);
}
.gmap-stat-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .gmap-stats { grid-template-columns: repeat(2,1fr); gap: 16px 0; }
  .gmap-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 16px; }
  .gmap-stat:nth-child(3), .gmap-stat:last-child { border-bottom: none; }
  .gmap-stat-num { font-size: 1.8rem; }
  .gmap-pin { width: 12px; height: 16px; }
}

/* ---------- Cat Card — Image Style A ---------- */
.cat-card-img {
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all var(--transition);
  border: 1px solid rgba(13,43,78,0.06);
}
.cat-card-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}
.cat-card-cover {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.cat-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cat-card-img:hover .cat-card-cover img {
  transform: scale(1.06);
}
.cat-card-body {
  padding: 22px 24px 24px;
}
.cat-card-body h3 {
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.cat-card-body p {
  color: var(--text-light);
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 12px;
}
.cat-card-body .cat-badge {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cat-card-cover { height: 140px; }
  .cat-card-body { padding: 16px 18px 18px; }
}

/* ---------- Why Choose Us — Q&A Style A ---------- */
.qa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.qa-item {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  transition: all var(--transition);
}
.qa-item:hover {
  background: rgba(255,255,255,1);
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}
.qa-question {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.qa-item p {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  .qa-grid { grid-template-columns: 1fr; }
  .qa-item { padding: 20px 22px; }
}

/* ---------- Section Background Image Overlay ---------- */
.section-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(245,247,250,0.88);
  z-index: 0;
}
.section-bg > .container {
  position: relative;
  z-index: 1;
}
.section-bg-dark::before {
  background: rgba(13,43,78,0.88);
}
.section-bg-dark .section-label { color: var(--gold); background: rgba(245,166,35,0.15); }
.section-bg-dark .section-title { color: var(--white); }
.section-bg-dark .section-title span { color: var(--gold); }
.section-bg-dark .section-sub { color: rgba(255,255,255,0.7); }
.section-bg-dark .process-step { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.1); }
.section-bg-dark .process-step:hover { background: rgba(255,255,255,0.12); }
.section-bg-dark .process-step-num { background: var(--gold); color: var(--navy); }
.section-bg-dark .process-step h4 { color: var(--white); }
.section-bg-dark .process-step p { color: rgba(255,255,255,0.65); }
.section-bg-dark .btn-primary { background: var(--gold); color: var(--navy); }
.section-bg-dark .btn-primary:hover { background: #e69a1e; }

/* ---------- Hero — Full Map Layout ---------- */
.hero-fullmap {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: auto;
}
.hero-map-bg {
  position: relative;
  width: 100%;
  line-height: 0;
}
.hero-map-img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 480px;
  object-fit: cover;
  object-position: center center;
}
/* Left gradient overlay — keeps text readable */
.hero-map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13,43,78,0.90) 0%,
    rgba(13,43,78,0.72) 35%,
    rgba(13,43,78,0.15) 65%,
    rgba(13,43,78,0.0)  100%
  );
}
/* Text directly over map */
.hero-over-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-top: 72px;
  z-index: 3;
}
.hero-over-text h1 { color: var(--white); }
.hero-over-text .hero-sub { max-width: 520px; }
/* Pins overlay — covers entire image */
.hmap-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hmap-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  pointer-events: all;
  cursor: pointer;
  z-index: 5;
}
/* Teardrop pin */
.hmap-icon {
  display: block;
  width: 20px;
  height: 26px;
  background: #f5a623;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  border: 2px solid rgba(255,255,255,0.85);
  transition: transform .2s ease;
  position: relative;
}
.hmap-icon::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 6px; height: 6px;
  background: white;
  border-radius: 50%;
}
.hmap-pin:hover .hmap-icon {
  transform: rotate(-45deg) scale(1.3);
}
/* Source pin — China */
.hmap-pin-src {
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px; height: 16px;
}
.hmap-dot-src {
  display: block;
  width: 14px; height: 14px;
  background: #f5a623;
  border-radius: 50%;
  border: 2.5px solid white;
  position: relative;
  z-index: 2;
}
.hmap-ripple {
  display: block;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(245,166,35,0.35);
  animation: hmapRipple 2.2s ease-out infinite;
  z-index: 1;
}
.hmap-r2 { animation-delay: .8s; background: rgba(245,166,35,0.2); }
@keyframes hmapRipple {
  0%   { transform: translate(-50%,-50%) scale(1);  opacity: .6; }
  100% { transform: translate(-50%,-50%) scale(5);  opacity: 0; }
}
/* Tooltip */
.hmap-tooltip {
  position: absolute;
  background: white;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .18s;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 960px) {
  .hero-text-col { width: 70%; }
  .hero-map-img { min-height: 380px; }
  .hmap-pin { display: none; }
}
@media (max-width: 768px) {
  .hero-text-col { width: 100%; }
  .hero-map-img { min-height: 320px; }
  .hero-map-overlay {
    background: rgba(13,43,78,0.82);
  }
}

/* Hero Background Image */
.hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,43,78,0.88) 0%, rgba(13,43,78,0.55) 100%);
  z-index: 0;
}
.hero-bg > .container {
  position: relative;
  z-index: 1;
}

/* CTA Background Image */
.cta-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.cta-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,43,78,0.72) 0%, rgba(13,43,78,0.58) 100%);
  z-index: 0;
}
.cta-bg > .container {
  position: relative;
  z-index: 1;
}

/* ---------- FAQ ---------- */
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 12px;
  transition: all var(--transition);
}
.faq-item:hover { border-color: rgba(245,166,35,0.4); }
.faq-question {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  font-size: 0.95rem;
  user-select: none;
}
.faq-question:hover { background: var(--light); }
.faq-icon {
  width: 28px; height: 28px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  display: none;
  padding: 0 24px 20px;
  font-size: 0.93rem;
  color: var(--gray);
  background: var(--white);
  border-top: 1px solid var(--border);
  line-height: 1.8;
}
.faq-item.open .faq-answer { display: block; }

/* ---------- Contact Form ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.contact-info { }
.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}
.contact-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-detail-label {
  font-size: 0.8rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.contact-detail-value { font-weight: 600; color: var(--navy); font-size: 0.95rem; }

.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow);
}
.form-title { font-size: 1.3rem; margin-bottom: 8px; }
.form-sub   { font-size: 0.9rem; margin-bottom: 28px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 0.93rem;
  color: var(--dark);
  background: var(--white);
  transition: border-color var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--navy-mid);
  box-shadow: 0 0 0 3px rgba(26,74,122,0.10);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* ---------- Who We Serve ---------- */
.serve-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.serve-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.serve-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(245,166,35,0.2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.serve-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: rgba(245,166,35,0.25);
}
.serve-card:hover::after { transform: scaleX(1); }
.serve-icon {
  margin-bottom: 20px;
}
.serve-icon svg {
  width: 44px;
  height: 44px;
}
.serve-card h3 {
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.4;
}
.serve-card > p {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 16px;
}
.serve-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.serve-list li {
  font-size: 0.82rem;
  color: var(--text);
  padding-left: 16px;
  position: relative;
}
.serve-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
@media (max-width: 1024px) {
  .serve-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .serve-grid { grid-template-columns: 1fr; gap: 16px; }
  .serve-card { padding: 24px 20px; }
}

/* ---------- Blog Preview ---------- */
.blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.blog-preview-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all var(--transition);
}
.blog-preview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.blog-preview-img {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
}
.blog-preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-preview-card:hover .blog-preview-img img {
  transform: scale(1.06);
}
.blog-preview-img-fallback {
  background: linear-gradient(135deg, var(--navy), #1a4a6e);
}
.blog-preview-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog-preview-body {
  padding: 22px 24px 26px;
}
.blog-preview-meta {
  font-size: 0.78rem;
  color: var(--gray);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-preview-dot { opacity: 0.4; }
.blog-preview-body h3 {
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 10px;
}
.blog-preview-body h3 a {
  color: var(--navy);
  text-decoration: none;
  transition: color var(--transition);
}
.blog-preview-body h3 a:hover { color: var(--gold); }
.blog-preview-body p {
  font-size: 0.87rem;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 16px;
}
.blog-preview-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  transition: opacity var(--transition);
}
.blog-preview-link:hover { opacity: 0.75; }
@media (max-width: 900px) {
  .blog-preview-grid { grid-template-columns: 1fr; gap: 20px; }
  .blog-preview-img { height: 180px; }
}

/* ---------- Shipping Comparison Table ---------- */
.ship-table-wrap { overflow: hidden; border-radius: 14px; }
.ship-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.ship-table thead {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
}
.ship-table th {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.ship-table tbody tr {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: all var(--transition);
}
.ship-table tbody tr:last-child { border-bottom: none; }
.ship-table tbody tr:hover { background: rgba(245,166,35,0.04); }
.ship-table td {
  padding: 18px 20px;
  color: var(--text);
  font-size: 0.9rem;
}
.ship-method { font-weight: 700; color: var(--navy); }
.ship-time { font-weight: 700; color: var(--navy); font-size: 1rem; }
.ship-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ship-fastest { background: rgba(245,166,35,0.15); color: #a06b00; }
.ship-fast { background: rgba(29,158,117,0.12); color: #0f6e56; }
.ship-economy { background: rgba(13,43,78,0.08); color: var(--navy); }
.ship-balanced { background: rgba(133,79,11,0.10); color: #854f0b; }

/* Mobile: hide table, show cards */
.ship-cards-mobile { display: none; }
@media (max-width: 768px) {
  .ship-table-wrap { display: none; }
  .ship-cards-mobile {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .ship-card-m {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
  }
  .ship-card-m-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  }
  .ship-card-m-head .ship-method { color: var(--white); font-size: 0.95rem; }
  .ship-card-m-body { padding: 4px 0; }
  .ship-card-m-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(0,0,0,0.04);
  }
  .ship-card-m-row:last-child { border-bottom: none; }
  .ship-card-m-label { color: var(--gray); font-size: 0.82rem; }
  .ship-card-m-row .ship-time { font-size: 0.95rem; }
}

/* ---------- Trust Bar — Scrolling ---------- */
.trust-bar {
  background: var(--navy);
  padding: 0;
  overflow: hidden;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid rgba(245,166,35,0.2);
}
.trust-scroll-track {
  display: flex;
  width: max-content;
  animation: trustScroll 35s linear infinite;
}
.trust-scroll-track:hover { animation-play-state: paused; }
@keyframes trustScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.trust-scroll-inner {
  display: flex;
  align-items: center;
  padding: 14px 0;
  white-space: nowrap;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.03em;
  padding: 0 28px;
  text-transform: uppercase;
}
.trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.trust-sep {
  color: var(--gold);
  font-size: 0.65rem;
  opacity: 0.6;
  flex-shrink: 0;
}

/* ---------- Services Full-Bleed ---------- */
.section-services-bleed { padding-bottom: 0; }
.section-services-bleed .container:last-child { padding-top: 0; padding-bottom: 48px; }
.svc-bleed-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 48px;
}
.svc-bleed-grid .svc-card {
  border-radius: 0;
  height: 300px;
}
.svc-bleed-grid .svc-card:first-child { border-radius: 0; }
@media (max-width: 1100px) {
  .svc-bleed-grid { grid-template-columns: repeat(3, 1fr); }
  .svc-bleed-grid .svc-card { height: 240px; }
}
@media (max-width: 768px) {
  .svc-bleed-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-bleed-grid .svc-card { height: 200px; }
}

/* ---------- How It Works — Horizontal Timeline ---------- */
.process-timeline { padding: 48px 0 16px; position: relative; }
.ptl-row {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.ptl-row::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(100% / 14);
  right: calc(100% / 14);
  height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(245,166,35,0.3) 100%);
  z-index: 0;
}
.ptl-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ptl-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--navy);
  border: 2.5px solid var(--gold);
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
  box-shadow: 0 0 0 4px rgba(245,166,35,0.1);
}
.ptl-num-final {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 0 0 4px rgba(245,166,35,0.2);
}
.ptl-step:hover .ptl-num {
  background: var(--gold);
  color: var(--navy);
  transform: scale(1.12);
}
.ptl-content {
  text-align: center;
  padding: 0 8px;
  width: 100%;
}
.ptl-above {
  padding-top: 16px;
}
.ptl-below {
  order: -1;
  padding-bottom: 16px;
  padding-top: 0;
}
.ptl-below + .ptl-num { margin-top: 0; }
.ptl-content h4 {
  color: var(--white);
  font-size: 0.85rem;
  margin-bottom: 6px;
  font-weight: 700;
}
.ptl-content p {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}
@media (max-width: 900px) {
  .process-timeline { padding: 24px 0; }
  .ptl-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .ptl-row::before {
    top: calc(100% / 14);
    bottom: calc(100% / 14);
    left: 27px;
    right: auto;
    width: 2px;
    height: auto;
  }
  .ptl-step {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 12px 0;
    width: 100%;
  }
  .ptl-content.ptl-above,
  .ptl-content.ptl-below {
    order: 0;
    padding: 0;
    text-align: left;
  }
  .ptl-num { flex-shrink: 0; }
}

/* ---------- Counter Stats ---------- */
.counter-section {
  background: linear-gradient(135deg, var(--navy) 0%, #0f3460 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.counter-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(245,166,35,0.1), transparent 70%);
}
.counter-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(245,166,35,0.06), transparent 70%);
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}
.counter-item {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.counter-item:last-child { border-right: none; }
.counter-num {
  font-size: 3rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--font-head);
  letter-spacing: -0.02em;
}
.counter-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 900px) {
  .counter-grid { grid-template-columns: repeat(3, 1fr); gap: 32px 0; }
  .counter-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); padding: 0 16px 24px; }
  .counter-item:nth-child(3), .counter-item:last-child { border-bottom: none; }
  .counter-num { font-size: 2.4rem; }
}
@media (max-width: 600px) {
  .counter-grid { grid-template-columns: repeat(2, 1fr); }
  .counter-item:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,0.06); }
}

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3f6e 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(245,166,35,0.12), transparent 70%);
}
.cta-banner h2 { color: var(--white); margin-bottom: 16px; }
.cta-banner p  { color: rgba(255,255,255,0.72); margin-bottom: 36px; font-size: 1.05rem; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer {
  background: #07192d;
  color: rgba(255,255,255,0.65);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand { }
.footer-logo { margin-bottom: 16px; }
.footer-desc { font-size: 0.88rem; line-height: 1.8; margin-bottom: 20px; }
.footer-contact-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.85rem; margin-bottom: 8px;
}
.footer-contact-item a:hover { color: var(--gold); }

.footer-heading {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--white);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* ---------- Page Hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3f6e 100%);
  padding: 140px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(245,166,35,0.10), transparent 70%);
}
.page-hero h1 { color: var(--white); margin-bottom: 14px; }
.page-hero p  { color: rgba(255,255,255,0.72); max-width: 600px; margin: 0 auto; font-size: 1.05rem; }
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 0.85rem;
}
.breadcrumb a { color: rgba(255,255,255,0.55); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ---------- Testimonials — Auto Scroll ---------- */
.testimonial-section { overflow: hidden; }
.testimonial-scroll-wrap {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 16px;
}
.testimonial-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: testimonialScroll 40s linear infinite;
}
.testimonial-track:hover { animation-play-state: paused; }
@keyframes testimonialScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 30px;
  position: relative;
  transition: all var(--transition);
  min-width: 340px;
  max-width: 340px;
  flex-shrink: 0;
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px; left: 24px;
  font-size: 5rem;
  color: rgba(245,166,35,0.12);
  font-family: Georgia, serif;
  line-height: 1;
}
.stars { color: var(--gold); font-size: 1rem; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-text { color: var(--gray); font-size: 0.9rem; line-height: 1.7; margin-bottom: 18px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 0.95rem;
}
.author-name { font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.author-title { font-size: 0.8rem; color: var(--gray); }
@media (max-width: 768px) {
  .testimonial-card { min-width: 280px; max-width: 280px; padding: 22px 24px; }
  .testimonial-track { gap: 16px; }
}

/* ---------- About Page ---------- */
.about-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-img-block {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.about-img-block::before {
  content: '';
  position: absolute;
  bottom: -40px; right: -40px;
  width: 200px; height: 200px;
  background: rgba(245,166,35,0.10);
  border-radius: 50%;
}
.about-big-icon { font-size: 4rem; margin-bottom: 20px; }
.about-img-block h3 { color: var(--white); margin-bottom: 10px; }
.about-img-block p  { color: rgba(255,255,255,0.65); font-size: 0.9rem; }

.value-card {
  padding: 28px;
  border-radius: 14px;
  border: 1px solid var(--border);
  transition: all var(--transition);
  text-align: center;
}
.value-card:hover { box-shadow: var(--shadow); border-color: rgba(245,166,35,0.3); }
.value-icon { font-size: 2rem; margin-bottom: 14px; }
.value-card h4 { color: var(--navy); margin-bottom: 8px; }
.value-card p  { font-size: 0.88rem; }

/* ---------- Inner Page Layout Grids ---------- */

/* Services page — alternating image/text sections */
.svc-detail {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.svc-detail-rev {
  grid-template-columns: 1.2fr 1fr;
}

/* Shipping method sub-grid inside services */
.shipping-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Products page — category detail sections */
.prod-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Process page — timeline + sticky sidebar */
.process-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
}
.process-sidebar {
  position: sticky;
  top: 100px;
}

/* FAQ page — main content + sticky sidebar */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}
.faq-sidebar {
  position: sticky;
  top: 100px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 20px; }
  /* Collapse sidebar layouts at tablet */
  .process-layout { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .process-sidebar, .faq-sidebar { position: static; }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .hero { min-height: auto; padding: 100px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > .contact-info { order: 2; }
  .contact-grid > div:not(.contact-info) { order: 1; }
  .about-mission { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid::before { display: none; }
  .trust-bar-inner { gap: 20px; }
  .cta-bg { background-attachment: scroll; }
  .hgw { height: 320px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .cta-actions { flex-direction: column; align-items: center; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  /* Collapse inner page grids to single column */
  .svc-detail,
  .svc-detail.svc-detail-rev,
  .prod-detail {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .shipping-options-grid { grid-template-columns: 1fr 1fr; }
  /* Timeline items: reduce horizontal padding on mobile */
  .timeline { padding-left: 36px; }
  .timeline-item { padding: 24px; }
  .timeline-item::before { left: -38px; width: 30px; height: 30px; font-size: 0.75rem; }
  /* Services table — make it horizontally scrollable */
  .services-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn-lg { padding: 14px 28px; font-size: 0.95rem; }
  .shipping-options-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 110px 0 56px; }
  .page-hero h1 { font-size: 1.8rem; }
}

/* Mobile menu open state */
.nav-links.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--navy);
  padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 999;
  gap: 4px;
}
.nav-links.open a {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ============================================================
   DROPDOWN NAVIGATION
   ============================================================ */

/* Nav item wrapper — contains parent link + dropdown */
.nav-item {
  position: relative;
}

/* Parent link row */
.nav-parent {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  white-space: nowrap;
}

/* Chevron icon */
.drop-chev {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  transition: transform 0.25s;
  opacity: 0.7;
}
.nav-item:hover .drop-chev,
.nav-item.drop-open .drop-chev {
  transform: rotate(180deg);
  opacity: 1;
}

/* ── Level-2 dropdown ── */
.dropdown {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(13,43,78,0.18);
  padding: 10px 8px;
  min-width: 220px;
  z-index: 1200;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  pointer-events: none;
}
.dropdown.wide {
  min-width: 540px;
  padding: 16px;
}
.nav-item:hover > .dropdown,
.nav-item.drop-open > .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
}

/* Multi-column layout inside wide dropdowns */
.dropdown-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}

/* Section title inside dropdown */
.drop-section-title {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--gold);
  padding: 4px 12px 6px;
  margin-top: 6px;
}
.drop-section-title:first-child { margin-top: 0; }

/* Regular dropdown link */
.drop-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.drop-link:hover {
  background: var(--light);
  color: var(--navy);
}
.drop-link.drop-all {
  color: var(--gold);
  font-weight: 700;
  margin-top: 4px;
  border-top: 1px solid var(--border);
  border-radius: 0 0 8px 8px;
  padding-top: 10px;
}
.drop-link.drop-all:hover {
  background: #fff8ec;
}

/* ── Level-3 sub-menu ── */
.has-sub {
  position: relative;
}
.has-sub > .drop-link {
  justify-content: space-between;
}
.sub-chev {
  width: 12px;
  height: 12px;
  opacity: 0.45;
  flex-shrink: 0;
  transition: opacity 0.15s;
}
.has-sub:hover .sub-chev { opacity: 1; }

.dropdown-sub {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(13,43,78,0.18);
  padding: 10px 8px;
  min-width: 200px;
  z-index: 1300;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  pointer-events: none;
}
.has-sub:hover > .dropdown-sub {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
}

/* ── Arrow pointer on dropdown ── */
.dropdown::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom: 7px solid var(--border);
  border-top: none;
  filter: drop-shadow(0 -1px 0 var(--border));
}
.dropdown::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: none;
}

/* ── Mobile overrides ── */
@media (max-width: 960px) {
  .nav-item { width: 100%; }
  .nav-parent {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    justify-content: space-between;
  }
  .nav-parent span { color: #fff; }
  .drop-chev { color: #fff; }

  .dropdown,
  .dropdown.wide {
    display: none;
    visibility: visible !important;
    position: static;
    transform: none !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: rgba(255,255,255,0.05);
    padding: 0 0 0 16px;
    min-width: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: none;
  }
  .nav-item.drop-open > .dropdown {
    display: block;
  }
  .dropdown.wide { min-width: 0; }
  .dropdown-cols { grid-template-columns: 1fr; gap: 0; }
  .drop-section-title { padding: 8px 12px 4px; }

  /* Arrow pointers — hide on mobile */
  .dropdown::before,
  .dropdown::after { display: none; }

  .drop-link { color: rgba(255,255,255,0.85); font-size: 0.875rem; }
  .drop-link:hover { background: rgba(255,255,255,0.08); color: #fff; }
  .drop-link.drop-all { border-top: 1px solid rgba(255,255,255,0.1); color: var(--gold); }
  .drop-link.drop-all:hover { background: rgba(255,255,255,0.08); }

  /* Level-3 sub on mobile: inline nested */
  .dropdown-sub {
    display: none;
    visibility: visible !important;
    position: static;
    transform: none !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: rgba(255,255,255,0.04);
    padding: 0 0 0 12px;
    min-width: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: none;
  }
  .has-sub.sub-open > .dropdown-sub { display: block; }
  .sub-chev { color: #fff; }
}

/* ── Desktop nav-parent link styling (matches .nav-links a) ── */
.nav-item {
  display: flex;
  align-items: center;
}
.nav-parent {
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all var(--transition);
  user-select: none;
}
.nav-parent:hover,
.nav-item:hover .nav-parent,
.nav-parent .active {
  color: var(--gold);
  background: rgba(245,166,35,0.10);
}
.nav-parent span {
  color: inherit;
}
.nav-parent span.active {
  color: var(--gold);
}
/* Hamburger active state (X) */
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,6px); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-6px); }

/* ============================================================
   FLOATING WHATSAPP / CONTACT BUTTON
   ============================================================ */
.float-wa {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.float-wa-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  padding: 13px 20px;
  border-radius: 50px;
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.float-wa-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.55);
  background: #1ebe5c;
}
.float-wa-btn svg { flex-shrink: 0; }
.float-wa-label { font-size: 0.78rem; opacity: 0.9; }
.float-email-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: #fff;
  padding: 13px 20px;
  border-radius: 50px;
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(13,43,78,0.35);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.float-email-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(13,43,78,0.5);
  background: #163d6a;
}
.float-email-btn svg { flex-shrink: 0; }
@media (max-width: 600px) {
  .float-wa { bottom: 18px; right: 16px; }
  .float-wa-btn { padding: 12px 16px; font-size: 0.82rem; }
  .float-email-btn { padding: 12px 16px; font-size: 0.82rem; }
  .float-wa-label { display: none; }
  .float-wa-btn span, .float-email-btn span { display: none; }
}

/* ============================================================
   PROCESS PAGE — 2-column layout responsive
   ============================================================ */
@media (max-width: 960px) {
  /* Stack the timeline + sidebar into a single column */
  .process-layout-grid {
    grid-template-columns: 1fr !important;
  }
  .process-sidebar-sticky {
    position: static !important;
  }
}

/* ============================================================
   PRODUCTS PAGE — Category Quick Navigation Bar
   ============================================================ */
.prod-cat-nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 72px;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(13,43,78,0.07);
}
.prod-cat-nav-inner {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  padding: 0 4px;
  scrollbar-width: none;
}
.prod-cat-nav-inner::-webkit-scrollbar { display: none; }
.prod-cat-link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 18px;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gray);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
}
.prod-cat-link:hover,
.prod-cat-link.active {
  color: var(--navy);
  border-bottom-color: var(--gold);
  background: rgba(245,166,35,0.05);
}
.prod-cat-link svg { color: var(--navy-mid); transition: color 0.2s; }
.prod-cat-link:hover svg,
.prod-cat-link.active svg { color: var(--gold); }

/* ============================================================
   LEGAL PAGES (Privacy, Terms, Returns)
   ============================================================ */
.legal-content {
  color: var(--body);
  line-height: 1.85;
  font-size: 0.95rem;
}
.legal-content h2 {
  color: var(--navy);
  font-size: 1.3rem;
  margin: 44px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  color: var(--navy);
  font-size: 1.05rem;
  margin: 28px 0 10px;
}
.legal-content p {
  margin-bottom: 14px;
}
.legal-content ul, .legal-content ol {
  margin: 10px 0 18px 24px;
}
.legal-content li {
  margin-bottom: 8px;
}
.legal-content a {
  color: var(--navy-mid);
  font-weight: 600;
  text-decoration: none;
}
.legal-content a:hover {
  color: var(--gold);
}
.legal-content strong {
  color: var(--navy);
}
.legal-date {
  display: inline-block;
  background: var(--light);
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 24px;
}

/* ============================================================
   ADDITIONAL MOBILE FIXES (WordPress theme)
   ============================================================ */

/* ── 3-question banner mobile ── */
@media (max-width: 768px) {
  .section [style*="grid-template-columns:repeat(3,1fr)"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* ── Inline grid overrides for mobile ── */
@media (max-width: 600px) {
  [style*="display:grid"][style*="repeat(3,1fr)"],
  [style*="display:grid"][style*="repeat(4,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  [style*="display:flex"][style*="gap:28px"],
  [style*="display:flex"][style*="gap:24px"] {
    flex-wrap: wrap;
  }
  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .cta-actions {
    flex-direction: column;
    gap: 12px;
  }
  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* ── WordPress admin bar offset ── */
body.admin-bar .navbar {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .navbar {
    top: 46px;
  }
}

/* ── WordPress search form ── */
.search-form {
  margin-bottom: 24px;
}
.search-form .form-group input[type="search"] {
  width: 100%;
}

/* ── WordPress comments styling ── */
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-respond label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 0.92rem;
  transition: border-color 0.2s;
  margin-bottom: 14px;
}
.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: var(--gold);
  outline: none;
}

/* ── Search results styling ── */
.search-result-item {
  padding: 24px;
  background: white;
  border-radius: 14px;
  border: 1.5px solid var(--border);
  margin-bottom: 16px;
  transition: border-color 0.2s;
}
.search-result-item:hover {
  border-color: var(--gold);
}
.search-result-item h3 {
  margin-bottom: 8px;
}
.search-result-item h3 a {
  color: var(--navy);
  text-decoration: none;
}
.search-result-item h3 a:hover {
  color: var(--gold);
}
.search-result-item p {
  color: var(--gray);
  font-size: 0.9rem;
  line-height: 1.6;
}
.search-result-item mark {
  background: rgba(245,166,35,0.25);
  color: var(--navy);
  padding: 1px 3px;
  border-radius: 3px;
}

/* ============================================================
   TIMELINE — How It Works page
   ============================================================ */
.timeline { position: relative; padding-left: 48px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 20px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--navy-light, #c0d0e0));
}
.timeline-item {
  position: relative;
  margin-bottom: 48px;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: all 0.25s ease;
}
.timeline-item:hover {
  box-shadow: 0 8px 40px rgba(13,43,78,0.12);
  border-color: rgba(245,166,35,0.4);
  transform: translateX(4px);
}
.timeline-item::before {
  content: attr(data-step);
  position: absolute;
  left: -44px;
  top: 28px;
  width: 36px; height: 36px;
  background: var(--navy);
  border: 3px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--white);
}
.timeline-step-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-dark, #c68a10);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.timeline-item h3 { color: var(--navy); margin-bottom: 10px; }
.timeline-item p  { font-size: 0.93rem; margin-bottom: 16px; }
.timeline-detail {
  display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px;
}
.timeline-badge {
  background: var(--light);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid var(--border);
}
.timeline-time {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(245,166,35,0.1);
  color: var(--gold-dark, #c68a10);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
}
.tl-ic { width: 12px; height: 12px; }
@media (max-width: 768px) {
  .timeline { padding-left: 36px; }
  .timeline-item { padding: 24px; }
  .timeline-item::before { left: -38px; width: 30px; height: 30px; font-size: 0.75rem; }
}

/* ============================================================
   MOBILE — Background image visibility
   Reduce overlay opacity so background photos show through
   ============================================================ */
@media (max-width: 768px) {
  /* Hero */
  .hero-bg::before {
    background: linear-gradient(180deg, rgba(13,43,78,0.78) 0%, rgba(13,43,78,0.60) 100%);
  }
  /* Dark sections (How It Works, etc.) */
  .section-bg-dark::before {
    background: rgba(13,43,78,0.78);
  }
  /* Light bg sections (Why Choose Us) */
  .section-bg::before {
    background: rgba(245,247,250,0.80);
  }
  /* CTA */
  .cta-bg::before {
    background: linear-gradient(135deg, rgba(13,43,78,0.72) 0%, rgba(13,43,78,0.52) 100%);
  }
  /* Ensure background images aren't hidden */
  .hero-bg,
  .section-bg,
  .section-bg-dark,
  .cta-bg {
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* fixed doesn't work on iOS */
  }
}

/* ============================================================
   REDUCED MOTION — Accessibility
   Respects user system setting "Reduce Motion"
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  /* Stop all scrolling tracks */
  .trust-scroll-track,
  .testimonial-track { animation: none !important; }

  /* Stop globe fly dots */
  .hfly,
  .hf1, .hf1b, .hf2, .hf2b, .hf3, .hf4,
  .hf5, .hf6, .hf7, .hf8, .hf9, .hf10,
  .hf11, .hf12, .hf13,
  .fly, .fl1, .fl1b, .fl2, .fl2b, .fl3, .fl4,
  .fl5, .fl6, .fl7, .fl8, .fl9 { display: none !important; }

  /* Freeze globe route dashflow animations */
  .hgw svg path[style*="animation"],
  .hgw svg circle[style*="animation"] { animation: none !important; }

  /* Disable hover transforms */
  .svc-card:hover img,
  .blog-preview-card:hover,
  .serve-card:hover,
  .cat-card-img:hover,
  .testimonial-card:hover { transform: none !important; }

  /* Disable card enter animations */
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ============================================================
   ABOUT PAGE — All section styles
   ============================================================ */

/* ── Page Hero with BG Image ── */
.page-hero-bg {
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-hero-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(13,43,78,0.82);
}
.page-hero-bg > .container { position: relative; z-index: 1; }

.about-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 36px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 24px 40px;
  flex-wrap: wrap;
  gap: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.about-hero-stat {
  text-align: center;
  padding: 0 32px;
  flex: 1;
  min-width: 120px;
}
.about-hero-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 6px;
}
.about-hero-label {
  display: block;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.about-hero-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* ── Our Story ── */
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-story-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.about-story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13,43,78,0.92) 0%, rgba(13,43,78,0.40) 60%, rgba(13,43,78,0.15) 100%);
}
.about-story-quote {
  position: relative;
  z-index: 1;
  padding: 36px;
}
.about-story-quote-mark {
  font-size: 5rem;
  line-height: 0.8;
  color: var(--gold);
  font-family: Georgia, serif;
  margin-bottom: 12px;
  opacity: 0.7;
}
.about-story-quote p {
  color: rgba(255,255,255,0.88);
  font-size: 1.05rem;
  line-height: 1.7;
  font-style: italic;
}
.about-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-mv-item {
  background: var(--light);
  border-radius: 12px;
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
}
.about-mv-label {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.9rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.about-mv-item p {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.65;
  margin: 0;
}

/* ── Team / Founder ── */
.about-team-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}
.founder-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}
.founder-img-wrap {
  height: 280px;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.founder-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13,43,78,0.5) 0%, transparent 60%);
}
.founder-info {
  padding: 28px 32px 32px;
}
.founder-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  min-height: 1.5em;
}
.founder-title {
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.founder-bio {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 20px;
}
.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.founder-tags span {
  background: rgba(13,43,78,0.07);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
}
.about-culture-block h3 {
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 16px;
}
.about-culture-block > p {
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 32px;
}
.about-culture-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.about-culture-stats > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  gap: 16px;
}
.about-culture-stats > div:last-child { border-bottom: none; }
.about-culture-stats strong { color: var(--navy); font-size: 0.92rem; flex-shrink: 0; }
.about-culture-stats span { color: var(--gray); font-size: 0.88rem; text-align: right; }

/* ── Milestones Timeline ── */
.milestone-track {
  position: relative;
  display: flex;
  gap: 0;
  align-items: flex-start;
  padding-top: 60px;
}
.milestone-line {
  position: absolute;
  top: 32px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(245,166,35,0.3));
}
.milestone-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.milestone-dot {
  width: 16px;
  height: 16px;
  background: var(--gold);
  border-radius: 50%;
  border: 3px solid rgba(13,43,78,0.8);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(245,166,35,0.25);
  margin-bottom: 16px;
}
.milestone-year {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-head);
  margin-bottom: 10px;
}
.milestone-content strong {
  display: block;
  color: var(--white);
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.milestone-content p {
  color: rgba(255,255,255,0.55);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}

/* ── Core Values Numbered ── */
.value-num-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-num-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  transition: all var(--transition);
  overflow: hidden;
}
.value-num-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(245,166,35,0.2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.value-num-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.07);
  border-color: rgba(245,166,35,0.2);
}
.value-num-card:hover::before { transform: scaleX(1); }
.value-num {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(245,166,35,0.18);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.value-num-card h4 {
  color: var(--navy);
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.value-num-card p {
  color: var(--gray);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}

/* ── Capabilities Asymmetric ── */
.cap-asym-layout {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
}
.cap-statement-col {
  position: sticky;
  top: 100px;
}
.cap-statement-col p {
  color: var(--gray);
  line-height: 1.75;
  margin: 16px 0 0;
}
.cap-list-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cap-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.cap-item:last-child { border-bottom: none; }
.cap-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.cap-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: var(--gold);
}
.cap-item p {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.65;
  margin: 0;
  padding-left: 20px;
}

/* ── How We Work ── */
.about-workflow {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.about-wstep {
  flex: 1;
  text-align: center;
  padding: 0 24px;
}
.about-wstep-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 800;
  font-family: var(--font-head);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 3px solid var(--gold);
  transition: all var(--transition);
}
.about-wstep:hover .about-wstep-num {
  background: var(--gold);
  color: var(--navy);
}
.about-wstep-body h4 {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 1rem;
}
.about-wstep-body p {
  color: var(--gray);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}
.about-wstep-arrow {
  flex-shrink: 0;
  font-size: 1.5rem;
  color: var(--gold);
  padding-top: 20px;
  opacity: 0.6;
}

/* ── About FAQ ── */
.about-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color var(--transition);
}
.about-faq-item.faq-open {
  border-color: rgba(245,166,35,0.35);
}
.about-faq-q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
  gap: 16px;
  transition: background var(--transition);
}
.about-faq-q:hover { background: var(--light); }
.about-faq-chev {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--light);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 400;
  transition: background var(--transition), color var(--transition);
}
.faq-open .about-faq-chev {
  background: var(--gold);
  color: var(--navy);
}
.about-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.about-faq-a p {
  padding: 0 24px 20px;
  color: var(--gray);
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0;
}

/* ── Location ── */
.about-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-location-text .section-title { color: var(--white); }
.about-location-text > p {
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 32px;
}
.about-location-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  overflow: hidden;
}
.about-location-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  gap: 12px;
}
.about-location-item:last-child { border-bottom: none; }
.about-location-item strong {
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  min-width: 100px;
}
.about-location-item span {
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  text-align: right;
}
.about-location-visual {
  display: flex;
  justify-content: center;
}
.about-location-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  width: 100%;
  max-width: 340px;
}
.about-location-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}
.about-location-badges span {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
}

/* ── About Page Responsive ── */
@media (max-width: 1024px) {
  .cap-asym-layout { grid-template-columns: 1fr; gap: 40px; }
  .cap-statement-col { position: static; }
  .about-team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-story-visual { min-height: 300px; }
  .milestone-track { flex-direction: column; align-items: flex-start; padding: 0 0 0 40px; }
  .milestone-line { top: 0; bottom: 0; left: 16px; right: auto; width: 2px; height: auto; }
  .milestone-item { flex-direction: row; text-align: left; gap: 20px; padding: 0 0 32px; align-items: flex-start; }
  .milestone-dot { flex-shrink: 0; margin-bottom: 0; margin-left: -48px; }
  .value-num-grid { grid-template-columns: repeat(2, 1fr); }
  .about-workflow { flex-direction: column; align-items: center; gap: 24px; }
  .about-wstep-arrow { transform: rotate(90deg); padding: 0; }
  .about-location-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-hero-stats { padding: 20px 24px; }
  .about-hero-divider { height: 1px; width: 100%; }
  .about-hero-stat { padding: 12px 16px; }
  .about-mv-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .value-num-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ABOUT PAGE — Scroll Animation System
   ============================================================ */

/* ── Base AOS ── */
.aos {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1),
              transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.aos.aos-left  { transform: translateX(-42px); }
.aos.aos-right { transform: translateX(42px); }
.aos.aos-scale { transform: scale(0.93); }
.aos.aos-in    { opacity: 1 !important; transform: none !important; }

/* ── Stagger children ── */
.aos-child {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1),
              transform 0.55s cubic-bezier(0.22,1,0.36,1);
}
.aos-child.aos-in { opacity: 1; transform: none; }

/* ── Milestone ── */
.milestone-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.milestone-item.milestone-visible {
  opacity: 1;
  transform: none;
}
.milestone-line {
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1) 0.2s;
}
.milestone-track.ms-visible .milestone-line {
  transform: scaleX(1);
}
.milestone-dot {
  transition: box-shadow 0.4s ease;
}
.milestone-item.milestone-visible .milestone-dot {
  box-shadow: 0 0 0 8px rgba(245,166,35,0.2), 0 0 20px rgba(245,166,35,0.3);
}

/* ── How We Work steps ── */
.about-wstep {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.about-wstep.wstep-in {
  opacity: 1;
  transform: none;
}

/* ── Location badges initial state ── */
.about-location-badges span {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* ── Hero stat container — subtle float animation ── */
.about-hero-stats {
  animation: heroStatFloat 6s ease-in-out infinite;
}
@keyframes heroStatFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-4px); }
}

/* ── About story visual — subtle zoom on load ── */
.about-story-visual.aos-in {
  animation: storyImgZoom 8s ease-in-out infinite alternate;
}
@keyframes storyImgZoom {
  0%   { background-size: 105%; }
  100% { background-size: 112%; }
}

/* ── Value card number pulse on hover ── */
.value-num-card:hover .value-num {
  color: rgba(245,166,35,0.55);
  transition: color 0.3s ease;
}

/* ── Reduced motion: disable all animations ── */
@media (prefers-reduced-motion: reduce) {
  .aos, .aos-child, .milestone-item, .about-wstep,
  .about-location-badges span {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .milestone-line { transform: none !important; }
  .about-hero-stats { animation: none; }
}

/* ============================================================
   SHARED PAGE COMPONENTS — All pages
   ============================================================ */

/* ── Hero stat pills (Services, Products, Process) ── */
.page-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 32px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 18px 32px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.phs-item { text-align: center; padding: 0 24px; flex: 1; min-width: 100px; }
.phs-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 4px;
}
.phs-label {
  display: block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.phs-div { width: 1px; height: 36px; background: rgba(255,255,255,0.15); flex-shrink: 0; }

/* ── Service Anchor Nav ── */
.svc-anchor-nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 72px;
  z-index: 90;
}
.svc-anchor-inner {
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.svc-anchor-inner::-webkit-scrollbar { display: none; }
.svc-anchor-link {
  padding: 16px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
}
.svc-anchor-link:hover { color: var(--navy); }
.svc-anchor-link.active { color: var(--navy); border-bottom-color: var(--gold); }

/* ── Service Detail Layout (shared with Products) ── */
.svc-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.svc-detail-rev { direction: rtl; }
.svc-detail-rev > * { direction: ltr; }
.svc-text-col { }
.svc-lead {
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 28px;
  font-style: italic;
}
.svc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.svc-list-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text);
}
.svc-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 7px;
}
.svc-list-item strong { color: var(--navy); }

/* ── Service Visual Block ── */
.svc-visual-col {
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.svc-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,43,78,0.85), rgba(13,43,78,0.70));
}
.svc-visual-content {
  position: relative;
  z-index: 1;
  padding: 36px;
  width: 100%;
}
.svc-visual-num {
  font-size: 5rem;
  font-weight: 800;
  color: rgba(245,166,35,0.18);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.svc-visual-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.svc-visual-stat {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
}
.svc-visual-stat span { color: var(--gold); font-weight: 700; }

/* ── Service Differentiators ── */
.svc-diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.svc-diff-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 28px 24px;
}
.svc-diff-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(245,166,35,0.22);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 14px;
}
.svc-diff-item h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 10px; }
.svc-diff-item p  { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.65; margin: 0; }

/* ── Products — Category Nav Option C ── */
.pcat-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.prod-cat-link:hover .pcat-icon { transform: scale(1.15); }

/* ── Product Tags ── */
.prod-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.prod-tags span {
  background: rgba(13,43,78,0.07);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
}

/* ── Value num dark variant (Process trust section) ── */
.value-num-dark {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.value-num-dark h4 { color: var(--white); }
.value-num-dark p  { color: rgba(255,255,255,0.60); }
.value-num-dark .value-num { color: rgba(245,166,35,0.30); }

/* ── Process sidebar check ── */
.sidebar-check {
  width: 24px;
  height: 24px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--navy);
  flex-shrink: 0;
}

/* ── FAQ category block ── */
.faq-cat-block { margin-bottom: 52px; }
.faq-cat-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--border);
}
.faq-cat-num {
  width: 36px;
  height: 36px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  font-family: var(--font-head);
  flex-shrink: 0;
}
.faq-cat-header h2 { font-size: 1.25rem; color: var(--navy); margin: 0; }

/* ── FAQ Sidebar clean ── */
.faq-sidebar-contact {
  background: var(--navy);
  border-radius: 20px;
  padding: 32px;
  color: white;
  margin-bottom: 20px;
}
.faq-sidebar-contact h4 { color: var(--gold); margin-bottom: 12px; font-size: 1rem; }
.faq-sidebar-contact > p { font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.faq-contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-contact-links a {
  background: rgba(255,255,255,0.08);
  padding: 12px 16px;
  border-radius: 8px;
  color: white;
  font-size: 0.88rem;
  font-weight: 500;
  transition: background .2s;
  text-decoration: none;
}
.faq-contact-links a:hover { background: rgba(245,166,35,0.2); }
.faq-sidebar-links {
  background: var(--light);
  border-radius: 16px;
  padding: 24px;
}
.faq-sidebar-links h4 { color: var(--navy); margin-bottom: 14px; font-size: 0.92rem; font-weight: 700; }
.faq-sidebar-links a {
  display: block;
  font-size: 0.88rem;
  color: var(--navy-mid);
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: color var(--transition);
}
.faq-sidebar-links a:last-child { border-bottom: none; }
.faq-sidebar-links a:hover { color: var(--gold); }

/* ── Contact page — Guarantee Strip ── */
.contact-guarantee-strip {
  background: var(--navy);
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cgs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  flex-wrap: wrap;
}
.cgs-item { text-align: center; padding: 8px 28px; flex: 1; min-width: 100px; }
.cgs-num {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 3px;
}
.cgs-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cgs-div { width: 1px; height: 36px; background: rgba(255,255,255,0.12); flex-shrink: 0; }

/* ── Contact detail clean ── */
.contact-detail-clean {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.contact-detail-clean:last-of-type { border-bottom: none; }
.cdc-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.cdc-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.cdc-value a { color: var(--navy); text-decoration: none; transition: color var(--transition); }
.cdc-value a:hover { color: var(--gold); }
.cdc-hint { font-size: 0.82rem; color: var(--gray); }

/* ── Contact include box ── */
.contact-include-box {
  background: var(--light);
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
.contact-include-box h4 { color: var(--navy); margin-bottom: 14px; font-size: 1rem; font-weight: 700; }
.contact-include-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-include-list li {
  font-size: 0.88rem;
  color: var(--gray);
  padding-left: 16px;
  position: relative;
}
.contact-include-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* ── Contact stat cards ── */
.contact-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.contact-stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  border-top: 4px solid var(--gold);
  transition: all var(--transition);
}
.contact-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.07);
}
.contact-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 8px;
}
.contact-stat-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.contact-stat-card p { font-size: 0.85rem; color: var(--gray); line-height: 1.65; margin: 0; }

/* ── Contact pre-FAQ grid ── */
.contact-prefaq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.contact-mini-faq {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.cmf-item {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.cmf-item:last-child { border-bottom: none; }
.cmf-q {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.cmf-a {
  font-size: 0.86rem;
  color: var(--gray);
  line-height: 1.65;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .svc-diff-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .svc-detail, .svc-detail-rev { grid-template-columns: 1fr; direction: ltr; }
  .svc-visual-col { min-height: 280px; }
  .contact-prefaq-grid { grid-template-columns: 1fr; gap: 32px; }
  .page-hero-stats { padding: 14px 16px; }
  .phs-div { height: 1px; width: 100%; }
  .phs-item { padding: 8px 12px; }
}
@media (max-width: 768px) {
  .svc-diff-grid { grid-template-columns: 1fr; }
  .contact-stat-grid { grid-template-columns: 1fr; }
  .cgs-inner { flex-direction: column; gap: 0; }
  .cgs-div { width: 80%; height: 1px; margin: 4px auto; }
  .phs-item { min-width: 80px; }
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
.btt-btn {
  position: fixed;
  bottom: 32px;
  right: 140px; /* sit left of the WhatsApp button stack */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  border: 1.5px solid rgba(255,255,255,0.15);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, background .2s;
  pointer-events: none;
  z-index: 800;
}
.btt-btn.btt-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.btt-btn:hover { background: var(--gold); }
@media (max-width: 600px) {
  .btt-btn { right: 20px; bottom: 90px; }
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: bottom .45s cubic-bezier(0.22,1,0.36,1);
  padding: 0 20px 20px;
}
.cookie-banner.cookie-visible { bottom: 0; }
.cookie-inner {
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 18px 24px;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.25);
}
.cookie-text {
  flex: 1;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  min-width: 200px;
}
.cookie-text strong { color: white; }
.cookie-text a { color: var(--gold); text-decoration: underline; }
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-btn-decline {
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: rgba(255,255,255,0.65);
  font-size: 0.82rem;
  cursor: pointer;
  transition: all .2s;
}
.cookie-btn-decline:hover { border-color: rgba(255,255,255,0.5); color: white; }
.cookie-btn-accept {
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}
.cookie-btn-accept:hover { background: #e69a1e; }
@media (max-width: 600px) {
  .cookie-inner { flex-direction: column; gap: 14px; }
  .cookie-actions { width: 100%; }
  .cookie-btn-accept, .cookie-btn-decline { flex: 1; text-align: center; }
}

/* ============================================================
   404 PAGE
   ============================================================ */
.not-found-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.not-found-wrap {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.not-found-svg {
  margin-bottom: 28px;
}
.not-found-svg svg {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.not-found-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.not-found-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: white;
  margin-bottom: 14px;
}
.not-found-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 36px;
}
.not-found-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.not-found-links {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.not-found-links span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-right: 4px;
}
.not-found-links a {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  padding: 5px 14px;
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  transition: all .2s;
}
.not-found-links a:hover {
  background: rgba(245,166,35,0.2);
  color: var(--gold);
}
