/* DHX CARGO — main.css v13.0
   Fonts loaded via wp_enqueue_style (no @import needed)
   #0B1F3A Navy | #1E3A5F Secondary | #D4AF37 Gold
   DM Sans body | Playfair Display headings
================================================================ */

/* ── Custom Properties ─────────────────────────────────────── */
:root {
  --navy:    #0B1F3A;
  --navy2:   #0e2444;
  --navy3:   #1E3A5F;
  --gold:    #D4AF37;
  --gold2:   #e6c84a;
  --gold3:   rgba(212,175,55,.10);
  --white:   #ffffff;
  --off:     #f5f7fa;
  --border:  #dde4ef;
  --text:    #0B1F3A;
  --muted:   #566882;
  --soft:    #8fa3bc;
  --green:   #25d366;
  --r:       12px;
  --max:     1240px;
  --sh:      0 2px 16px rgba(11,31,58,.09);
  --shlg:    0 8px 40px rgba(11,31,58,.16);
}

/* ── Hard Reset ────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  background: #f5f7fa;
  color: #0B1F3A;
  line-height: 1.65;
  overflow-x: hidden;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }
.woocommerce-notices-wrapper,
.woocommerce-breadcrumb { display: none !important; }
.dhx-floats, .dhx-wa-float, .dhx-fl-wa,
.dhx-fl-track, .dhx-wa-float-btn { display: none !important; }

/* ── Layout ────────────────────────────────────────────────── */
.h-wrap { max-width: 1240px; margin: 0 auto; padding: 0 48px; }
.h-section { padding: 88px 0; }
.h-tight { padding-top: 0; padding-bottom: 88px; }
.h-white  { background: #ffffff; }
.h-off    { background: #f5f7fa; }
.h-navy   { background: #0B1F3A; }
.h-navy2  { background: #1E3A5F; }

/* ── Label lines ───────────────────────────────────────────── */
.h-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #D4AF37; margin-bottom: 14px;
}
.h-label::before {
  content: ''; width: 24px; height: 2px;
  background: #D4AF37; border-radius: 2px; flex-shrink: 0;
}
.h-label-g { color: #e6c84a; }
.h-label-g::before { background: #e6c84a; }

/* ── Headings ──────────────────────────────────────────────── */
.h-h2 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 700; line-height: 1.2;
  color: #0B1F3A; margin-bottom: 18px;
}
.h-h2 em { font-style: normal; color: #D4AF37; }
.h-h2-w  { color: #ffffff; }
.h-h2-w em { color: #e6c84a; }

/* ── Body text ─────────────────────────────────────────────── */
.h-body { font-size: 15px; color: #566882; line-height: 1.8; margin-bottom: 14px; }
.h-body-w { color: rgba(255,255,255,.68); }

/* ── Section headers ───────────────────────────────────────── */
.h-sec-hdr {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 52px;
  flex-wrap: wrap; gap: 16px;
}
.h-sec-hdr-l .h-h2 { color: #ffffff; }
.h-center-hdr { text-align: center; margin-bottom: 48px; }
.h-center-hdr .h-label { justify-content: center; }
.h-center-hdr .h-label::before { display: none; }

/* ═══════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════ */
.h-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #D4AF37; color: #0B1F3A;
  border: none; border-radius: 50px;
  padding: 13px 30px; font-size: 14px; font-weight: 700;
  cursor: pointer; text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 18px rgba(212,175,55,.35);
}
.h-btn-primary:hover {
  background: #e6c84a; transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212,175,55,.5); color: #0B1F3A;
}
.h-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.35); color: #fff;
  border-radius: 50px; padding: 13px 30px;
  font-size: 14px; font-weight: 600;
  cursor: pointer; text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
}
.h-btn-secondary:hover {
  background: rgba(255,255,255,.18);
  border-color: #e6c84a; color: #e6c84a;
}
.h-btn-outline {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: #0B1F3A;
  border: 1.5px solid #dde4ef; border-radius: 50px;
  padding: 11px 22px; font-size: 13px; font-weight: 600;
  cursor: pointer; text-decoration: none;
  transition: border-color .2s;
}
.h-btn-outline:hover { border-color: #0B1F3A; }
.h-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #e6c84a;
  border: 1.5px solid rgba(212,175,55,.45); border-radius: 50px;
  padding: 12px 26px; font-size: 13px; font-weight: 600;
  cursor: pointer; text-decoration: none;
  transition: background .2s, border-color .2s;
}
.h-btn-ghost:hover { background: rgba(212,175,55,.12); border-color: #e6c84a; }

/* ═══════════════════════════════════════════════════════
   ANNOUNCE BAR
═══════════════════════════════════════════════════════ */
.dhx-announce {
  background: #0B1F3A;
  color: rgba(255,255,255,.65);
  text-align: center; padding: 8px 20px;
  font-size: 12px; font-weight: 500;
  border-bottom: 1px solid rgba(212,175,55,.2);
  display: flex; align-items: center;
  justify-content: center; gap: 20px; flex-wrap: wrap;
}
.dhx-announce a { color: #e6c84a; font-weight: 700; }
.dhx-announce a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════════ */
#dhx-nav {
  position: sticky; top: 0; z-index: 900;
  background: rgba(11,31,58,.97);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212,175,55,.15);
  transition: box-shadow .3s;
}
.dhx-nav-inner {
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 0 48px; height: 68px; gap: 24px;
}
.dhx-nav-brand {
  display: flex; align-items: center;
  gap: 10px; flex-shrink: 0; text-decoration: none;
}
.dhx-nav-brand img {
  height: 38px; width: 38px;
  object-fit: contain; border-radius: 8px;
}
.dhx-nav-brand span {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px; font-weight: 800;
  color: #ffffff; letter-spacing: .5px;
}
.dhx-nav-brand strong { color: #e6c84a; }
.dhx-nav-links {
  display: flex; align-items: center; gap: 2px; flex: 1;
}
.dhx-nav-links > a,
.dhx-drop > a {
  color: rgba(255,255,255,.72); font-size: 13px;
  font-weight: 500; padding: 7px 12px;
  border-radius: 8px; transition: color .18s, background .18s;
  white-space: nowrap; display: block; cursor: pointer;
}
.dhx-nav-links > a:hover,
.dhx-nav-links > a.active,
.dhx-drop > a:hover {
  color: #e6c84a; background: rgba(212,175,55,.09);
}
.dhx-drop { position: relative; }
.dhx-drop-panel {
  display: none; position: absolute;
  top: calc(100% + 6px); left: 0;
  background: #0e2444;
  border: 1px solid rgba(212,175,55,.2);
  border-radius: 10px; min-width: 240px; max-width: 280px;
  box-shadow: 0 16px 48px rgba(0,0,0,.45);
  z-index: 200; padding: 6px 0;
  max-height: 480px; overflow-y: auto;
}
.dhx-drop-panel a {
  display: block; padding: 9px 16px;
  font-size: 13px; color: rgba(255,255,255,.65);
  transition: color .15s, padding-left .15s, background .15s;
}
.dhx-drop-panel a:hover {
  color: #e6c84a; background: rgba(212,175,55,.07);
  padding-left: 20px;
}
.dhx-drop:hover .dhx-drop-panel { display: block; }
.dhx-drop-head {
  padding: 8px 16px 4px; font-size: 10px;
  font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.3);
}
.dhx-drop-divider { height: 1px; background: rgba(255,255,255,.07); margin: 6px 0; }
.dhx-nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.dhx-btn-wa-nav {
  display: inline-flex; align-items: center; gap: 7px;
  background: #25d366; color: #fff; border-radius: 8px;
  padding: 9px 18px; font-size: 13px; font-weight: 700;
  transition: background .2s, transform .2s; white-space: nowrap;
}
.dhx-btn-wa-nav:hover { background: #1db954; transform: translateY(-1px); color: #fff; }
.dhx-ham {
  display: none; flex-direction: column;
  gap: 5px; cursor: pointer; padding: 5px;
  border: none; background: none;
}
.dhx-ham span {
  display: block; width: 22px; height: 2px;
  background: rgba(255,255,255,.8); border-radius: 2px;
}
.dhx-mob-nav {
  display: none; position: fixed; inset: 0;
  background: #0B1F3A; z-index: 9999;
  flex-direction: column; align-items: center;
  justify-content: center; gap: 22px;
}
.dhx-mob-nav.open { display: flex; }
.dhx-mob-nav a {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px; font-weight: 700;
  color: rgba(255,255,255,.88); transition: color .2s;
}
.dhx-mob-nav a:hover { color: #e6c84a; }
.dhx-mob-close {
  position: absolute; top: 20px; right: 24px;
  font-size: 28px; cursor: pointer;
  border: none; background: none;
  color: rgba(255,255,255,.5);
}

/* ── Currency bar ──────────────────────────────────────── */
.dhx-cur-bar {
  background: #060f1f;
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 7px 48px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.dhx-cur-bar > span:first-child {
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.3);
}
.dhx-cur-bar-note { font-size: 10px; color: rgba(255,255,255,.22); }
.dhx-cur-wrap { position: relative; z-index: 800; }
.dhx-cur-btn,
.dhx-cur-btn-bar {
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.85); border-radius: 8px;
  padding: 6px 14px; font-size: 12px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center;
  gap: 6px; letter-spacing: .5px; transition: all .2s;
}
.dhx-cur-btn:hover,
.dhx-cur-btn.open,
.dhx-cur-btn-bar:hover { border-color: #D4AF37; background: rgba(255,255,255,.1); }
.dhx-cur-dropdown {
  display: none; position: absolute;
  top: calc(100% + 6px); left: 0;
  background: #ffffff; border: 1px solid #dde4ef;
  border-radius: 10px; min-width: 260px;
  max-height: 360px; overflow-y: auto;
  box-shadow: 0 16px 48px rgba(0,0,0,.18); z-index: 900;
}
.dhx-cur-dropdown.open { display: block; }
.dhx-cur-dd-bar { position: absolute; top: calc(100% + 6px); left: 0; }
.dhx-cur-header {
  padding: 10px 16px; font-size: 10px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: #8fa3bc; border-bottom: 1px solid #dde4ef;
  background: #f5f7fa; sticky top: 0;
}
.dhx-cur-option {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; cursor: pointer;
  transition: background .12s;
  border-bottom: 1px solid #f0f4f8;
}
.dhx-cur-option:last-child { border-bottom: none; }
.dhx-cur-option:hover,
.dhx-cur-option.active { background: #f5f7fa; }
.dhx-cur-code { font-size: 13px; font-weight: 800; color: #0B1F3A; min-width: 44px; }
.dhx-cur-name { font-size: 12px; color: #566882; flex: 1; }
.dhx-cur-check { color: #D4AF37; font-weight: 800; }

/* ═══════════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════════ */
.h-hero {
  position: relative; width: 100%;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: #0B1F3A;
}
.h-slides { position: absolute; inset: 0; z-index: 0; }
.h-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center center;
  background-color: #0B1F3A;
  opacity: 0; transition: opacity 1.4s ease;
  will-change: opacity;
}
.h-slide.active { opacity: 1; }
.h-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(11,31,58,.82) 0%,
    rgba(11,31,58,.65) 45%,
    rgba(11,31,58,.85) 100%
  );
}
.h-body {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  width: 100%; max-width: 700px;
  padding: 110px 24px 90px; margin: 0 auto;
}
.h-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #e6c84a;
  background: rgba(11,31,58,.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212,175,55,.35); border-radius: 100px;
  padding: 9px 22px; margin-bottom: 28px;
}
.h-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: #D4AF37; flex-shrink: 0;
  animation: hpulse 2s ease-in-out infinite;
}
@keyframes hpulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212,175,55,.5); }
  50%       { box-shadow: 0 0 0 7px rgba(212,175,55,0); }
}
.h-h1 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 6.5vw, 72px);
  font-weight: 800; line-height: 1.12; color: #ffffff;
  letter-spacing: -.5px; margin-bottom: 22px;
  text-shadow: 0 2px 24px rgba(0,0,0,.5);
}
.h-h1 em { font-style: normal; color: #e6c84a; display: block; }
.h-sub-line { font-size: clamp(18px, 2.5vw, 26px); font-weight: 400; color: rgba(255,255,255,.7); letter-spacing: .5px; }
.h-desc {
  font-size: clamp(15px, 1.8vw, 17px);
  color: rgba(255,255,255,.82); line-height: 1.75;
  margin-bottom: 32px; max-width: 560px;
  text-shadow: 0 1px 10px rgba(0,0,0,.3);
}
.h-pills {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; width: 100%; max-width: 420px;
  margin-bottom: 36px;
}
.h-pills span {
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22); border-radius: 100px;
  padding: 11px 14px; font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,.9); text-align: center;
}
.h-ctas {
  display: flex; flex-direction: column; gap: 12px;
  width: 100%; max-width: 380px; margin-bottom: 52px;
}
.h-ctas .h-btn-primary,
.h-ctas .h-btn-secondary {
  width: 100%; justify-content: center;
  padding: 16px 24px; font-size: 16px; border-radius: 10px;
}
.h-stats {
  display: flex; align-items: center;
  flex-wrap: wrap; justify-content: center;
}
.h-stats > div:not(.h-div) { text-align: center; padding: 0 20px; }
.h-stats strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 36px); font-weight: 800;
  color: #e6c84a; line-height: 1;
}
.h-stats span {
  font-size: 11px; color: rgba(255,255,255,.45);
  text-transform: uppercase; letter-spacing: 1.5px;
}
.h-div { width: 1px; height: 34px; background: rgba(255,255,255,.15); flex-shrink: 0; }
.h-dots {
  position: absolute; bottom: 22px; left: 50%;
  transform: translateX(-50%); z-index: 3;
  display: flex; gap: 8px;
}
.h-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.3); border: none;
  cursor: pointer; padding: 0;
  transition: all .3s;
}
.h-dot.active { background: #D4AF37; width: 22px; border-radius: 4px; }
.h-dot:hover  { background: rgba(255,255,255,.6); }

/* ═══════════════════════════════════════════════════════
   TICKER / MARQUEE
═══════════════════════════════════════════════════════ */
.h-ticker { background: #D4AF37; overflow: hidden; padding: 10px 0; }
.h-ticker-inner {
  display: flex; white-space: nowrap;
  animation: htick 50s linear infinite;
}
.h-ticker-inner:hover { animation-play-state: paused; }
@keyframes htick {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.333%); }
}
.h-ticker-inner span {
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #0B1F3A;
  padding: 0 22px; display: inline-block;
}
.h-ticker-inner i {
  font-size: 7px; color: rgba(11,31,58,.35);
  font-style: normal; padding: 0 4px;
  display: inline-block; vertical-align: middle;
}

/* ═══════════════════════════════════════════════════════
   QUICK TRACK BAR
═══════════════════════════════════════════════════════ */
.h-track-bar {
  background: #0e2444;
  border-bottom: 1px solid rgba(212,175,55,.12);
  padding: 20px 0;
}
.h-track-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.h-track-lbl { font-size: 13px; font-weight: 700; color: #e6c84a; white-space: nowrap; flex-shrink: 0; }
.h-track-inp {
  flex: 1; min-width: 200px; padding: 12px 18px;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.14);
  border-radius: 8px; color: #ffffff; font-size: 14px;
  outline: none; letter-spacing: .5px;
  transition: border-color .2s;
}
.h-track-inp::placeholder { color: rgba(255,255,255,.28); }
.h-track-inp:focus { border-color: #D4AF37; }
.h-track-go { flex-shrink: 0; padding: 12px 28px; font-size: 14px; border-radius: 8px; }

/* ═══════════════════════════════════════════════════════
   STATS BAND
═══════════════════════════════════════════════════════ */
.h-stats-band {
  background: #f5f7fa;
  border-top: 1px solid #dde4ef;
  border-bottom: 1px solid #dde4ef;
}
.h-stats-grid { display: flex; align-items: stretch; flex-wrap: wrap; }
.h-sbox {
  flex: 1; min-width: 130px; text-align: center;
  padding: 26px 14px; border-right: 1px solid #dde4ef;
  transition: background .2s;
}
.h-sbox:last-child { border-right: none; }
.h-sbox:hover { background: #ffffff; }
.h-sbox strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px; font-weight: 800; color: #0B1F3A;
  line-height: 1; margin-bottom: 6px;
}
.h-sbox span { font-size: 11px; color: #566882; text-transform: uppercase; letter-spacing: 1px; }

/* ═══════════════════════════════════════════════════════
   SPLIT LAYOUT
═══════════════════════════════════════════════════════ */
.h-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.h-split-r .h-split-text { order: 2; }
.h-split-r .h-split-img  { order: 1; }
.h-split-img {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(11,31,58,.16);
  position: relative;
}
.h-split-img img {
  width: 100%; height: 100%; object-fit: cover;
  aspect-ratio: 4 / 3; transition: transform .5s;
}
.h-split-img:hover img { transform: scale(1.03); }
.h-split-img::after {
  content: ''; position: absolute; inset: 0; border-radius: 14px;
  box-shadow: inset 0 0 0 1.5px rgba(212,175,55,.2);
  pointer-events: none;
}
.h-img-pill {
  position: absolute; bottom: 20px; right: 20px;
  background: #D4AF37; border-radius: 10px;
  padding: 12px 16px; text-align: center;
}
.h-img-pill strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px; font-weight: 800; color: #0B1F3A; line-height: 1;
}
.h-img-pill span {
  font-size: 10px; font-weight: 700; color: #0B1F3A;
  text-transform: uppercase; letter-spacing: 1px; opacity: .7;
}
.h-checks { display: flex; flex-direction: column; gap: 10px; margin: 20px 0 28px; }
.h-checks li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: #0B1F3A; font-weight: 500; line-height: 1.5;
}
.h-checks span { color: #D4AF37; font-weight: 800; font-size: 17px; flex-shrink: 0; margin-top: 1px; }
.h-about-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.h-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0 28px; }
.h-mini-grid > div {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 16px 18px;
}
.h-mini-grid strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px; font-weight: 800; color: #e6c84a; line-height: 1; margin-bottom: 4px;
}
.h-mini-grid span { font-size: 12px; color: rgba(255,255,255,.5); }

/* ═══════════════════════════════════════════════════════
   FULL-WIDTH IMAGE BANDS
═══════════════════════════════════════════════════════ */
.h-band {
  position: relative;
  background-size: cover; background-position: center;
  background-attachment: fixed; overflow: hidden;
}
.h-band-overlay {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(110deg,rgba(11,31,58,.92) 0%,rgba(11,31,58,.82) 50%,rgba(11,31,58,.68) 100%);
}
.h-band-r .h-band-overlay {
  background: linear-gradient(250deg,rgba(11,31,58,.92) 0%,rgba(11,31,58,.82) 50%,rgba(11,31,58,.68) 100%);
}
.h-band-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr auto;
  gap: 56px; align-items: center;
  padding-top: 80px; padding-bottom: 80px;
}
.h-band-text { max-width: 520px; }
.h-band-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; min-width: 280px; }
.h-bstat {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(212,175,55,.2);
  border-radius: 10px; padding: 18px 16px;
  text-align: center; transition: background .2s;
}
.h-bstat:hover { background: rgba(255,255,255,.11); }
.h-bstat strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px; font-weight: 800; color: #e6c84a; line-height: 1; margin-bottom: 5px;
}
.h-bstat span { font-size: 11px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }

/* ═══════════════════════════════════════════════════════
   SERVICES GRID  (navy bg)
═══════════════════════════════════════════════════════ */
.h-svcs { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.h-svc {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(212,175,55,.14);
  border-radius: 12px; padding: 24px 20px;
  transition: background .25s, border-color .25s, transform .25s;
}
.h-svc:hover { background: rgba(255,255,255,.09); border-color: rgba(212,175,55,.45); transform: translateY(-3px); }
.h-svc-ic { font-size: 26px; margin-bottom: 10px; }
.h-svc-time {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #D4AF37; margin-bottom: 8px;
}
.h-svc h3 { font-size: 15px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.h-svc p  { font-size: 13px; color: rgba(255,255,255,.52); line-height: 1.65; }

/* ═══════════════════════════════════════════════════════
   PRODUCTS
═══════════════════════════════════════════════════════ */
.h-prods { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.h-prod {
  background: #ffffff; border: 1px solid #dde4ef;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(11,31,58,.09);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column;
}
.h-prod:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(11,31,58,.16); border-color: #D4AF37; }
.h-prod-img {
  position: relative; aspect-ratio: 1; overflow: hidden;
  background: #f5f7fa; display: block; flex-shrink: 0;
}
.h-prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.h-prod:hover .h-prod-img img { transform: scale(1.06); }
.h-prod-none { width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.h-prod-tag {
  position: absolute; top: 10px; left: 10px;
  background: #0B1F3A; color: #e6c84a;
  font-size: 10px; font-weight: 700;
  letter-spacing: 1px; padding: 3px 10px; border-radius: 4px;
}
.h-prod-body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
.h-prod-body h3 { font-size: 14px; font-weight: 600; color: #0B1F3A; margin-bottom: 5px; line-height: 1.4; flex: 1; }
.h-prod-body h3 a { color: inherit; }
.h-prod-meta { font-size: 11px; color: #8fa3bc; margin-bottom: 10px; }
.h-prod-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 700; color: #0B1F3A; margin-bottom: 12px;
}
.h-prod-btn {
  display: flex; align-items: center; justify-content: center;
  padding: 10px; border-radius: 8px; background: #0B1F3A;
  color: #ffffff; font-size: 12px; font-weight: 700;
  text-decoration: none; transition: background .2s, color .2s;
  margin-top: auto;
}
.h-prod-btn:hover { background: #D4AF37; color: #0B1F3A; }

/* ═══════════════════════════════════════════════════════
   HOW IT WORKS STEPS
═══════════════════════════════════════════════════════ */
.h-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start; margin-top: 48px;
}
.h-step {
  background: #ffffff; border: 1px solid #dde4ef;
  border-radius: 12px; padding: 28px 22px; text-align: center;
  box-shadow: 0 2px 16px rgba(11,31,58,.09);
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.h-step:hover { border-color: #D4AF37; transform: translateY(-3px); box-shadow: 0 8px 40px rgba(11,31,58,.16); }
.h-step-n { font-size: 10px; font-weight: 800; letter-spacing: 3px; color: #D4AF37; text-transform: uppercase; margin-bottom: 12px; }
.h-step-ic { font-size: 30px; margin-bottom: 12px; }
.h-step h3 { font-size: 15px; font-weight: 700; color: #0B1F3A; margin-bottom: 8px; }
.h-step p  { font-size: 13px; color: #566882; line-height: 1.65; }
.h-step-arr { font-size: 22px; color: #D4AF37; align-self: center; padding: 0 12px; margin-top: 16px; opacity: .6; }

/* ═══════════════════════════════════════════════════════
   SHIPPING SOLUTIONS
═══════════════════════════════════════════════════════ */
.h-ship { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.h-ship-card {
  background: #ffffff; border: 1px solid #dde4ef;
  border-radius: 12px; padding: 28px 22px;
  box-shadow: 0 2px 16px rgba(11,31,58,.09);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.h-ship-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #D4AF37; }
.h-ship-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(11,31,58,.16); border-color: #D4AF37; }
.h-ship-ic { font-size: 28px; margin-bottom: 10px; }
.h-ship-time {
  font-size: 10px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: #D4AF37;
  background: rgba(212,175,55,.1); display: inline-block;
  padding: 3px 10px; border-radius: 4px; margin-bottom: 10px;
}
.h-ship-card h3 { font-size: 16px; font-weight: 700; color: #0B1F3A; margin-bottom: 8px; }
.h-ship-card p  { font-size: 13px; color: #566882; line-height: 1.65; margin-bottom: 14px; }
.h-ship-link { font-size: 12px; font-weight: 700; color: #0B1F3A; transition: color .2s; }
.h-ship-link:hover { color: #D4AF37; }

/* ═══════════════════════════════════════════════════════
   IMAGE STRIP
═══════════════════════════════════════════════════════ */
.h-strip-outer { position: relative; padding: 24px 0 8px; }
.h-strip {
  display: flex; gap: 14px; overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0 48px 12px; height: 290px;
  scrollbar-width: none;
}
.h-strip::-webkit-scrollbar { display: none; }
.h-strip-card {
  flex: 0 0 270px; height: 270px; scroll-snap-align: start;
  border-radius: 12px; overflow: hidden; position: relative;
  border: 1px solid #dde4ef;
  box-shadow: 0 2px 16px rgba(11,31,58,.09);
  flex-shrink: 0; transition: transform .25s;
}
.h-strip-card:hover { transform: scale(1.02); z-index: 2; }
.h-strip-card img { width: 100%; height: 100%; object-fit: cover; }
.h-strip-lbl {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(11,31,58,.9), transparent);
  color: #ffffff; font-size: 12px; font-weight: 600;
  padding: 22px 12px 10px; letter-spacing: .3px;
}
.h-strip-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(11,31,58,.8); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2); color: #ffffff;
  font-size: 16px; cursor: pointer; z-index: 10;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s;
}
.h-strip-btn:hover { background: #0B1F3A; border-color: #D4AF37; }
.h-strip-p { left: 10px; }
.h-strip-n { right: 10px; }

/* ═══════════════════════════════════════════════════════
   CERTIFICATIONS  (navy bg)
═══════════════════════════════════════════════════════ */
.h-certs { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.h-cert {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(212,175,55,.18);
  border-radius: 12px; overflow: hidden;
  text-align: center; transition: all .25s;
  display: flex; flex-direction: column;
}
.h-cert:hover { background: rgba(255,255,255,.1); border-color: rgba(212,175,55,.5); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.h-cert-img { background: rgba(255,255,255,.08); padding: 14px; flex-shrink: 0; }
.h-cert-img img { width: 100%; aspect-ratio: 1; object-fit: contain; object-position: center; }
.h-cert span {
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,.55);
  padding: 10px 10px 12px; flex: 1; letter-spacing: .3px;
}
.h-cert-note {
  text-align: center; margin-top: 22px;
  font-size: 13px; color: rgba(255,255,255,.38); font-style: italic;
}

/* ═══════════════════════════════════════════════════════
   REVIEWS
═══════════════════════════════════════════════════════ */
.h-reviews { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.h-review {
  background: #ffffff; border: 1px solid #dde4ef;
  border-radius: 12px; padding: 20px 18px;
  box-shadow: 0 2px 16px rgba(11,31,58,.09);
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.h-review:hover { border-color: #D4AF37; transform: translateY(-3px); box-shadow: 0 8px 40px rgba(11,31,58,.16); }
.h-stars { color: #f59e0b; font-size: 13px; letter-spacing: 1px; margin-bottom: 10px; }
.h-review > p { font-size: 13px; color: #566882; line-height: 1.65; font-style: italic; flex: 1; margin-bottom: 14px; }
.h-review-who { display: flex; align-items: center; gap: 10px; }
.h-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: #0B1F3A; color: #e6c84a;
  font-size: 14px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.h-review-who strong { display: block; font-size: 13px; font-weight: 700; color: #0B1F3A; }
.h-review-who span   { font-size: 11px; color: #8fa3bc; }

/* ═══════════════════════════════════════════════════════
   PAYMENT METHODS
═══════════════════════════════════════════════════════ */
.h-pays { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.h-pay {
  background: #f5f7fa; border: 1px solid #dde4ef;
  border-radius: 12px; padding: 22px 18px; text-align: center;
  position: relative; transition: border-color .25s, box-shadow .25s;
}
.h-pay:hover { border-color: #D4AF37; box-shadow: 0 2px 16px rgba(11,31,58,.09); }
.h-pay-star { border-color: #D4AF37; background: rgba(212,175,55,.06); }
.h-pay-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: #D4AF37; color: #0B1F3A;
  font-size: 10px; font-weight: 800;
  padding: 3px 12px; border-radius: 0 0 8px 8px; white-space: nowrap;
}
.h-pay-ico { font-size: 28px; margin: 12px 0 8px; }
.h-pay h4 { font-size: 14px; font-weight: 700; color: #0B1F3A; margin-bottom: 8px; }
.h-pay-addr {
  font-family: 'JetBrains Mono', 'Courier New', Courier, monospace;
  font-size: 10px; color: #566882;
  word-break: break-all; line-height: 1.6; margin-bottom: 10px;
}
.h-pay > p { font-size: 12px; color: #566882; margin-bottom: 10px; }
.h-copy {
  display: inline-block;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.3);
  color: #D4AF37; border-radius: 8px;
  padding: 7px 14px; font-size: 12px; font-weight: 700;
  cursor: pointer; transition: background .2s, color .2s; text-decoration: none;
}
.h-copy:hover { background: #D4AF37; color: #0B1F3A; }
.h-escrow-bar {
  margin-top: 22px;
  background: rgba(11,31,58,.04);
  border: 1px solid #dde4ef;
  border-left: 3px solid #D4AF37;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px; font-size: 13px; color: #566882;
}
.h-escrow-bar strong { color: #0B1F3A; }

/* ═══════════════════════════════════════════════════════
   QUOTE FORM
═══════════════════════════════════════════════════════ */
.h-quote-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.h-qperks { display: flex; flex-direction: column; gap: 10px; margin: 20px 0 22px; }
.h-qperks li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.75); }
.h-qperks span { color: #e6c84a; font-weight: 800; flex-shrink: 0; }
.h-qhint {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px; padding: 16px 18px;
  font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.8;
}
.h-qhint strong { color: rgba(255,255,255,.7); font-weight: 600; }
.h-qform {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 36px;
}
.h-qform-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 700; color: #ffffff; margin-bottom: 24px;
}
.h-qfld { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.h-qfld label {
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: rgba(255,255,255,.4);
}
.h-qfld input,
.h-qfld select,
.h-qfld textarea {
  width: 100%; padding: 11px 14px;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.14);
  border-radius: 8px; color: #ffffff;
  font-size: 14px; outline: none;
  transition: border-color .2s;
}
.h-qfld input:focus,
.h-qfld select:focus,
.h-qfld textarea:focus { border-color: #D4AF37; }
.h-qfld input::placeholder,
.h-qfld textarea::placeholder { color: rgba(255,255,255,.25); }
.h-qfld select option { background: #0B1F3A; }
.h-qfld textarea { resize: vertical; min-height: 80px; }
.h-qrow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.h-wa-btn {
  width: 100%; padding: 15px; margin-top: 4px;
  background: #25d366; color: #ffffff;
  border: none; border-radius: 10px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  gap: 10px; transition: background .2s, transform .2s;
}
.h-wa-btn:hover { background: #1db954; transform: translateY(-2px); }

/* ═══════════════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════════════ */
.h-faqs { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.h-faq {
  background: #ffffff; border: 1px solid #dde4ef;
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(11,31,58,.09);
}
.h-faq-q {
  width: 100%; text-align: left; padding: 18px 22px;
  background: transparent; border: none; cursor: pointer;
  display: flex; justify-content: space-between;
  align-items: center; gap: 16px;
  transition: background .2s;
}
.h-faq-q:hover { background: #f5f7fa; }
.h-faq-q > span:first-child { font-size: 15px; font-weight: 600; color: #0B1F3A; }
.h-faq-ic {
  width: 26px; height: 26px; border-radius: 50%;
  background: #f5f7fa; border: 1.5px solid #dde4ef;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 700; color: #D4AF37; flex-shrink: 0;
  transition: background .3s, color .3s, transform .3s;
}
.h-faq.open .h-faq-ic { background: #D4AF37; color: #0B1F3A; border-color: #D4AF37; transform: rotate(45deg); }
.h-faq-a {
  display: none; padding: 0 22px 18px;
  font-size: 14px; color: #566882; line-height: 1.8;
  border-top: 1px solid #dde4ef;
}
.h-faq.open .h-faq-a { display: block; }
.h-faq-foot { text-align: center; margin-top: 40px; }
.h-faq-foot p { font-size: 14px; color: #566882; margin-bottom: 16px; }

/* ═══════════════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════════════ */
.dhx-trust-bar { background: #ffffff; border-top: 1px solid #dde4ef; }
.dhx-trust-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(6,1fr); }
.dhx-trust-inner > div { display: flex; align-items: center; gap: 12px; padding: 18px 16px; border-right: 1px solid #dde4ef; }
.dhx-trust-inner > div:last-child { border-right: none; }
.dhx-trust-inner > div > span { font-size: 20px; flex-shrink: 0; }
.dhx-trust-inner b { display: block; font-size: 13px; font-weight: 700; color: #0B1F3A; }
.dhx-trust-inner small { font-size: 11px; color: #8fa3bc; }

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
.dhx-footer { background: #0B1F3A; }
.dhx-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; max-width: 1240px; margin: 0 auto; padding: 64px 48px 40px; }
.dhx-footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.dhx-footer-logo img { height: 40px; width: 40px; object-fit: contain; border-radius: 8px; }
.dhx-footer-logo span { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 800; color: #ffffff; letter-spacing: .5px; }
.dhx-footer-logo strong { color: #e6c84a; }
.dhx-footer-brand > p { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.75; max-width: 270px; margin-bottom: 18px; }
.dhx-footer-contacts { display: flex; flex-direction: column; gap: 7px; }
.dhx-footer-contacts a,
.dhx-footer-contacts span { font-size: 12px; color: rgba(255,255,255,.42); transition: color .2s; line-height: 1.5; }
.dhx-footer-contacts a:hover { color: #e6c84a; }
.dhx-footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 16px; }
.dhx-footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.dhx-footer-col ul a { font-size: 13px; color: rgba(255,255,255,.48); transition: color .2s; }
.dhx-footer-col ul a:hover { color: #e6c84a; }
.dhx-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); max-width: 1240px; margin: 0 auto; padding: 18px 48px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.dhx-footer-bottom > span { font-size: 12px; color: rgba(255,255,255,.22); }
.dhx-footer-bottom div { display: flex; gap: 20px; }
.dhx-footer-bottom a { font-size: 12px; color: rgba(255,255,255,.22); transition: color .2s; }
.dhx-footer-bottom a:hover { color: #e6c84a; }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
═══════════════════════════════════════════════════════ */
@media (max-width: 1279px) {
  .h-svcs { grid-template-columns: repeat(3,1fr); }
  .h-prods { grid-template-columns: repeat(3,1fr); }
  .h-reviews { grid-template-columns: repeat(3,1fr); }
  .h-pays { grid-template-columns: repeat(3,1fr); }
  .h-certs { grid-template-columns: repeat(5,1fr); }
}
@media (max-width: 1023px) {
  .h-wrap { padding: 0 24px; }
  .h-section { padding: 64px 0; }
  .dhx-nav-inner { padding: 0 20px; }
  .dhx-nav-links, .dhx-drop, .dhx-cur-wrap { display: none; }
  .dhx-ham { display: flex; }
  .h-split { grid-template-columns: 1fr; gap: 40px; }
  .h-split-r .h-split-text { order: 2; }
  .h-split-r .h-split-img  { order: 1; }
  .h-svcs  { grid-template-columns: repeat(2,1fr); }
  .h-prods { grid-template-columns: repeat(2,1fr); }
  .h-ship  { grid-template-columns: repeat(2,1fr); }
  .h-reviews { grid-template-columns: repeat(2,1fr); }
  .h-pays { grid-template-columns: repeat(2,1fr); }
  .h-certs { grid-template-columns: repeat(4,1fr); }
  .h-quote-grid { grid-template-columns: 1fr; gap: 40px; }
  .h-steps { grid-template-columns: 1fr; }
  .h-step-arr { display: none; }
  .h-band { background-attachment: scroll; }
  .h-band-inner { grid-template-columns: 1fr; gap: 32px; padding-top: 60px; padding-bottom: 60px; }
  .h-band-stats { min-width: 0; width: 100%; }
  .dhx-trust-inner { grid-template-columns: repeat(3,1fr); }
  .dhx-footer-grid { grid-template-columns: 1fr 1fr; padding: 40px 24px 28px; }
  .dhx-footer-bottom, .dhx-cur-bar { padding-left: 24px; padding-right: 24px; }
  .h-strip { padding: 0 16px 12px; }
  .h-strip-btn { display: none; }
  .h-body { padding: 90px 24px 72px; }
  .h-stats-grid { flex-wrap: wrap; }
  .h-sbox { flex: 1; min-width: 120px; }
}
@media (max-width: 767px) {
  .h-wrap { padding: 0 16px; }
  .h-section { padding: 52px 0; }
  .h-svcs, .h-ship { grid-template-columns: 1fr; }
  .h-prods { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .h-reviews { grid-template-columns: 1fr; }
  .h-pays { grid-template-columns: 1fr 1fr; }
  .h-certs { grid-template-columns: repeat(3,1fr); }
  .h-qrow { grid-template-columns: 1fr; }
  .h-qform { padding: 24px 18px; }
  .h-mini-grid { grid-template-columns: 1fr 1fr; }
  .h-band-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .dhx-trust-inner { grid-template-columns: repeat(2,1fr); }
  .dhx-footer-grid { grid-template-columns: 1fr; padding: 36px 16px 24px; }
  .dhx-footer-bottom { padding: 14px 16px; flex-direction: column; text-align: center; }
  .h-about-btns { flex-direction: column; }
  .h-about-btns .h-btn-primary,
  .h-about-btns .h-btn-outline { justify-content: center; }
}
@media (max-width: 479px) {
  .h-prods { grid-template-columns: 1fr; }
  .h-pays  { grid-template-columns: 1fr; }
  .h-certs { grid-template-columns: repeat(2,1fr); }
  .dhx-trust-inner { grid-template-columns: 1fr; }
  .dhx-trust-inner > div { border-right: none; border-bottom: 1px solid #dde4ef; }
}
