/* ================================================================
   ADMEXA premium.css
   Premium refinements: typography, spacing, hierarchy, tone.
   Loaded last — overrides everything cleanly.
================================================================ */

/* ── Google Fonts — editorial serif + clean sans ── */
/* ── Base typography ── */
body {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: -0.01em !important;
}

/* ================================================================
   NAV — refined, airy
================================================================ */
nav { height: 64px !important; }
.nav-inner { padding: 0 56px !important; height: 64px !important; }
.nav-logo-text {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #fff !important;
}
nav ul { gap: 40px !important; }
nav ul a {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.5) !important;
  text-transform: uppercase !important;
  transition: color .2s !important;
}
nav ul a:hover { color: #fff !important; }
.nav-cta {
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
}

/* ================================================================
   HERO — dominant, editorial
================================================================ */
.hero { min-height: 100vh !important; }
.hero-grid { padding: 0 80px !important; gap: 100px !important; }

.hero-tag {
  font-size: 9px !important;
  letter-spacing: 4px !important;
  padding: 7px 18px !important;
  border-radius: 2px !important;
  font-weight: 600 !important;
  color: rgba(192,57,43,0.9) !important;
  border-color: rgba(192,57,43,0.25) !important;
  background: rgba(192,57,43,0.06) !important;
  margin-bottom: 32px !important;
}

.hero h1 {
  font-size: 64px !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 28px !important;
  color: #fff !important;
}
.hero h1 span {
  color: #c0392b !important;
  display: block !important;
}
.hero p {
  font-size: 18px !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.58) !important;
  max-width: 500px !important;
  margin-bottom: 48px !important;
  font-weight: 400 !important;
}

/* Premium CTAs */
.hero-btns { gap: 16px !important; }
.btn-primary {
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  padding: 16px 36px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.btn-outline {
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  padding: 16px 32px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.5) !important;
  border-color: rgba(255,255,255,0.15) !important;
}
.btn-outline:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,0.4) !important;
  background: transparent !important;
}

/* ================================================================
   STATS BAR — trust markers, not startup metrics
================================================================ */
.stats-bar {
  background: rgba(255,255,255,0.02) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  padding: 40px 80px !important;
  gap: 0 !important;
  justify-content: space-between !important;
}
.stat-item {
  text-align: left !important;
  flex: 1 !important;
  border-right: 1px solid rgba(255,255,255,0.06) !important;
  padding: 0 48px !important;
}
.stat-item:first-child { padding-left: 0 !important; }
.stat-item:last-child { border-right: none !important; }

.stat-num {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.stat-num span { color: #c0392b !important; }
.stat-label {
  font-size: 10px !important;
  letter-spacing: 2.5px !important;
  color: rgba(255,255,255,0.35) !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}

/* ================================================================
   SECTIONS — generous breathing room
================================================================ */
.sec { padding: 120px 80px !important; }
.sec-w { max-width: 1200px !important; margin: 0 auto !important; }

.sec-label {
  font-size: 9px !important;
  letter-spacing: 4px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: rgba(192,57,43,0.8) !important;
  margin-bottom: 20px !important;
  display: block !important;
}
.sec-title {
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  margin-bottom: 24px !important;
  color: #fff !important;
}
.sec-title:not(.light) { color: #fff !important; }

.sec-sub {
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.5) !important;
  max-width: 600px !important;
  margin-bottom: 64px !important;
  font-weight: 400 !important;
}

/* ================================================================
   MODEL SECTION — "One strategic point of contact"
================================================================ */
#model .sec-title {
  font-size: 52px !important;
  max-width: 700px !important;
}
#model .sec-sub {
  font-size: 18px !important;
  max-width: 560px !important;
  color: rgba(255,255,255,0.45) !important;
}

/* ================================================================
   WWD CARDS — cleaner, less cluttered
================================================================ */
.wwd-grid {
  grid-template-columns: repeat(3,1fr) !important;
  gap: 1px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}
.wwd-card {
  background: #0d1228 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 40px 36px !important;
  gap: 0 !important;
  transition: background .3s !important;
}
.wwd-card:hover {
  background: rgba(255,255,255,0.03) !important;
  transform: none !important;
  box-shadow: none !important;
  border: none !important;
}
.wwd-card::before { display: none !important; }
.wwd-card::after  { display: none !important; }

.wwd-num {
  font-size: 10px !important;
  letter-spacing: 3px !important;
  color: rgba(192,57,43,0.5) !important;
  margin-bottom: 32px !important;
  font-weight: 600 !important;
  display: block !important;
}
.wwd-icon {
  font-size: 14px !important;
  color: rgba(192,57,43,0.6) !important;
  margin-bottom: 16px !important;
  display: block !important;
}
.wwd-card h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 12px !important;
  line-height: 1.25 !important;
  color: #fff !important;
}
.wwd-card p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.45) !important;
  font-weight: 400 !important;
}
.wwd-expand { grid-column: span 1 !important; }

/* Infographic legend — remove */
.infographic-wrap { display: none !important; }

/* CTA row under services */
.srv-cta-row {
  margin-top: 40px !important;
  padding: 32px 40px !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
}
.srv-cta-row p {
  font-size: 15px !important;
  color: rgba(255,255,255,0.5) !important;
  line-height: 1.7 !important;
}

/* ================================================================
   GAINS — clean 2-col grid with proper cards
================================================================ */
.gains-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  margin-top: 56px !important;
}
.gains-steps {
  display: contents !important; /* flattens into grid */
}
.gain-step {
  padding: 32px 28px !important;
  gap: 24px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  align-items: flex-start !important;
  transition: border-color .25s, background .25s !important;
}
.gain-step:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(192,57,43,0.2) !important;
  transform: none !important;
  box-shadow: none !important;
}
.gain-num {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: rgba(192,57,43,0.8) !important;
  background: rgba(192,57,43,0.08) !important;
  border: 1px solid rgba(192,57,43,0.2) !important;
  box-shadow: none !important;
}
.gain-step h4 {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 6px !important;
  color: #fff !important;
}
.gain-step p {
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.45) !important;
}
/* Hide canvas placeholder */
.svg-center canvas { display: none !important; }
.svg-center { display: none !important; }

/* ================================================================
   WHY CARDS — less cluttered
================================================================ */
.why-grid {
  grid-template-columns: repeat(2,1fr) !important;
  gap: 1px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}
.why-card {
  background: #0d1228 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 48px 40px !important;
  gap: 28px !important;
  transition: background .25s !important;
}
.why-card:hover {
  background: rgba(255,255,255,0.025) !important;
  transform: none !important;
  box-shadow: none !important;
  border: none !important;
}
.why-badge {
  width: 40px !important; height: 40px !important;
  border-radius: 8px !important;
  background: rgba(192,57,43,0.08) !important;
  flex-shrink: 0 !important;
}
.why-card h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 12px !important;
  color: #fff !important;
}
.why-card p {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.45) !important;
  font-weight: 400 !important;
}

/* ================================================================
   SRV CARDS (services page)
================================================================ */
.srv-grid { gap: 16px !important; }
.srv-card {
  padding: 32px 28px !important;
  border-radius: 12px !important;
}
.srv-card h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 10px !important;
}
.srv-card p {
  font-size: 13px !important;
  line-height: 1.7 !important;
}

/* ================================================================
   CTA — confident, not salesy
================================================================ */
.cta-sec { padding: 120px 80px !important; }
.cta-compact { max-width: 640px !important; gap: 20px !important; }
.cta-compact-text h2 {
  font-size: 36px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.1 !important;
  margin-bottom: 12px !important;
  color: #fff !important;
}
.cta-compact-text p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.45) !important;
  max-width: 500px !important;
}
.cta-btn {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  padding: 16px 36px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin-top: 8px !important;
}

/* ================================================================
   PHOTO BANNER
================================================================ */
.photo-banner-overlay h3 {
  font-size: 34px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  color: #fff !important;
}
.photo-banner-overlay h3 span { color: rgba(192,57,43,0.9) !important; }

/* ================================================================
   PAGE HEROES — inner pages
================================================================ */
.page-hero { padding: 120px 80px !important; }
.page-hero-title {
  font-size: 52px !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.06 !important;
  color: #fff !important;
  margin-bottom: 24px !important;
}
.page-hero-sub {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.5) !important;
  max-width: 560px !important;
  font-weight: 400 !important;
}

/* ================================================================
   FOOTER
================================================================ */
.footer-inner { padding: 72px 80px 48px !important; }
.footer-tagline { font-size: 13px !important; color: rgba(255,255,255,0.3) !important; }
.footer-col a { font-size: 13px !important; }
.footer-col p { font-size: 13px !important; }

/* ================================================================
   GLOBAL TEXT OVERRIDES — everything reads clearly
================================================================ */
h1, h2, h3, h4, h5, h6 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}
.sec-title, .page-hero-title, .cta-compact-text h2 {
  letter-spacing: -0.035em !important;
}
p { font-size: 14px !important; }

/* ================================================================
   MOBILE RESPONSIVE
================================================================ */
@media (max-width: 1024px) {
  .sec { padding: 80px 40px !important; }
  .hero-grid { padding: 0 40px !important; gap: 60px !important; }
  .stats-bar { padding: 32px 40px !important; }
  .cta-sec { padding: 80px 40px !important; }
  .page-hero { padding: 80px 40px !important; }
  .nav-inner { padding: 0 32px !important; }
}

@media (max-width: 768px) {
  .sec { padding: 64px 24px !important; }
  .hero-grid {
    padding: 56px 24px !important;
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
  .hero h1 { font-size: 40px !important; }
  .hero p  { font-size: 16px !important; }
  .sec-title { font-size: 32px !important; }
  .page-hero-title { font-size: 34px !important; }
  .page-hero { padding: 64px 24px !important; }
  .stats-bar {
    padding: 28px 24px !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .stat-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    padding: 20px 0 !important;
    text-align: left !important;
  }
  .stat-item:last-child { border-bottom: none !important; }
  .stat-num { font-size: 28px !important; }
  .wwd-grid {
    grid-template-columns: 1fr !important;
    gap: 1px !important;
  }
  .wwd-card { padding: 28px 24px !important; }
  .why-grid {
    grid-template-columns: 1fr !important;
    gap: 1px !important;
  }
  .why-card { padding: 32px 24px !important; }
  .gains-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .gain-step { padding: 24px 20px !important; }
  .cta-sec { padding: 64px 24px !important; }
  .cta-compact-text h2 { font-size: 26px !important; }
  .nav-inner { padding: 0 20px !important; }
  .footer-inner { padding: 48px 24px 32px !important; }
  .btn-primary, .btn-outline { font-size: 11px !important; padding: 14px 24px !important; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 32px !important; }
  .sec-title { font-size: 26px !important; }
  .hero-btns { flex-direction: column !important; }
  .btn-primary, .btn-outline { width: 100% !important; text-align: center !important; }
}

/* ================================================================
   WHAT YOU GAIN — redesigned animated section
================================================================ */
.gains-section { overflow: hidden; }

.gains-header {
  max-width: 640px;
  margin-bottom: 80px;
}
.gains-header .sec-sub { margin-bottom: 0 !important; }

/* ── Track layout ── */
.gains-track { position: relative; }

.gains-line {
  position: absolute;
  left: 20px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(255,255,255,0.06);
  overflow: hidden;
}
.gains-line-fill {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 0%;
  background: linear-gradient(180deg, #c0392b, rgba(192,57,43,0.3));
  transition: height 0.1s linear;
  box-shadow: 0 0 8px rgba(192,57,43,0.4);
}

/* ── Individual items ── */
.gains-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 60px;
}

.gains-item {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: grid;
  grid-template-columns: 1fr;
  opacity: 0.35;
  transform: translateX(-16px);
  transition:
    opacity 0.6s cubic-bezier(.16,1,.3,1),
    transform 0.6s cubic-bezier(.16,1,.3,1);
}
.gains-item:last-child { border-bottom: none; }
.gains-item.active {
  opacity: 1;
  transform: translateX(0);
}

/* Dot on the line */
.gains-dot {
  position: absolute;
  left: -52px;
  top: 44px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--navy-3, #0d1228);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .4s, background .4s, box-shadow .4s;
}
.gains-dot span {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(255,255,255,0.3);
  transition: color .4s;
}
.gains-item.active .gains-dot {
  border-color: rgba(192,57,43,0.7);
  background: rgba(192,57,43,0.12);
  box-shadow: 0 0 16px rgba(192,57,43,0.25);
}
.gains-item.active .gains-dot span {
  color: #c0392b;
}

/* ── Card ── */
.gains-card {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 120px;
}
.gains-card-num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.08);
  transition: -webkit-text-stroke-color 0.4s;
  width: 100px;
  text-align: left;
}
.gains-item.active .gains-card-num {
  -webkit-text-stroke-color: rgba(192,57,43,0.25);
}
.gains-card h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  color: #fff !important;
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
}
.gains-card p {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.48) !important;
  max-width: 100%;
}
.gains-card-line {
  height: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(192,57,43,0.5), transparent);
  margin-top: 28px;
  transition: width 0.8s cubic-bezier(.16,1,.3,1);
}
.gains-item.active .gains-card-line {
  height: 1px;
  width: 100%;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .gains-items { padding-left: 40px; }
  .gains-line  { left: 12px; }
  .gains-dot   { left: -36px; width: 20px; height: 20px; }
  .gains-card  { grid-template-columns: 1fr; gap: 8px; }
  .gains-card-num { font-size: 40px; }
  .gains-card h3  { font-size: 18px !important; }
  .gains-header   { margin-bottom: 48px; }
  .gains-item     { padding: 28px 0; }
}
