/* ═══════════════════════════════════════════
   VERTEX CAPITAL MEDIA — Global Stylesheet
   ═══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #1a2e4a;
  --navy-deep:  #0f1e33;
  --navy-mid:   #1e3a5f;
  --blue:       #1d6fa4;
  --blue-mid:   #4a9fd4;
  --blue-light: #8ab8d4;
  --gold:       #f0a500;
  --gold-dark:  #c98a00;
  --gold-light: #fdf3dc;
  --white:      #ffffff;
  --off-white:  #f5f8fb;
  --light-grey: #edf2f7;
  --border:     #e2e8f0;
  --text:       #1e293b;
  --text-mid:   #475569;
  --grey:       #64748b;
  --success:    #10b981;
  --radius-sm:  8px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --shadow-sm:  0 2px 8px rgba(26,46,74,.08);
  --shadow-md:  0 8px 24px rgba(26,46,74,.12);
  --shadow-lg:  0 20px 50px rgba(26,46,74,.15);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { line-height: 1.15; font-weight: 800; }
h1 { font-size: clamp(36px, 5vw, 56px); }
h2 { font-size: clamp(28px, 4vw, 42px); }
h3 { font-size: clamp(18px, 2.5vw, 24px); }
p { line-height: 1.75; }
a { text-decoration: none; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: var(--radius-sm);
  font-weight: 700; font-size: 15px; cursor: pointer;
  text-decoration: none; transition: all .2s; border: none;
  white-space: nowrap; font-family: 'Inter', sans-serif;
}
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(240,165,0,.3); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.4); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 2px solid var(--border); }
.btn-outline-navy:hover { border-color: var(--navy); background: var(--off-white); }
.btn-white { background: var(--white); color: var(--navy-deep); }
.btn-white:hover { background: var(--off-white); }
.btn-lg { padding: 16px 36px; font-size: 17px; }
.btn-sm { padding: 9px 20px; font-size: 14px; }

/* ── TOPBAR ── */
.topbar {
  background: var(--navy-deep); color: rgba(255,255,255,.65);
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 80px; font-size: 13px;
}
.topbar-left { display: flex; gap: 28px; }
.topbar-left a { color: rgba(255,255,255,.65); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color .2s; }
.topbar-left a:hover { color: var(--gold); }
.topbar-right { display: flex; gap: 14px; align-items: center; }
.topbar-social {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.1); display: flex; align-items: center;
  justify-content: center; color: rgba(255,255,255,.65); font-size: 12px;
  text-decoration: none; transition: all .2s; font-weight: 700;
}
.topbar-social:hover { background: var(--gold); color: var(--navy-deep); }

/* ── NAVIGATION ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 80px; height: 76px;
  box-shadow: 0 2px 12px rgba(26,46,74,.06);
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-text { font-size: 18px; font-weight: 800; color: var(--navy); }
.nav-logo-text span { color: var(--blue); }
.nav-links { display: flex; gap: 8px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--text-mid); font-weight: 500;
  font-size: 15px; padding: 8px 16px; border-radius: var(--radius-sm);
  transition: all .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--navy); background: var(--off-white); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

/* ── PAGE HEROES ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 50%, var(--navy-mid) 100%);
  color: var(--white); text-align: center;
  padding: 90px 80px 110px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.page-hero .badge {
  display: inline-block; background: rgba(240,165,0,.15);
  border: 1px solid rgba(240,165,0,.4); color: var(--gold);
  font-size: 12px; font-weight: 700; padding: 6px 16px;
  border-radius: 100px; margin-bottom: 20px;
  letter-spacing: 1px; text-transform: uppercase;
}
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero h1 span { color: var(--gold); }
.page-hero p { font-size: 18px; color: rgba(255,255,255,.72); max-width: 560px; margin: 0 auto 32px; }
.page-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── SECTIONS ── */
section { padding: 100px 80px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.section-title { color: var(--navy); margin-bottom: 16px; }
.section-title span { color: var(--blue); }
.section-sub { font-size: 17px; color: var(--grey); max-width: 580px; }
.centered { text-align: center; }
.centered .section-sub { margin: 0 auto; }
.section-head { margin-bottom: 64px; }
.section-bg { background: var(--off-white); }
.section-dark {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: var(--white);
}
.section-dark .section-title { color: var(--white); }
.section-dark .section-sub { color: rgba(255,255,255,.65); }

/* ── CARDS ── */
.card {
  background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--border); padding: 36px;
  transition: all .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--blue-light); }
.card-icon {
  width: 56px; height: 56px; border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 22px; flex-shrink: 0;
}
.card h3 { color: var(--navy); margin-bottom: 10px; font-size: 20px; }
.card p { color: var(--grey); font-size: 15px; }

/* ── GRID HELPERS ── */
.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; }
.flex-between { display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.flex-center { display: flex; align-items: center; justify-content: center; }

/* ── DIVIDER ── */
.divider { height: 1px; background: var(--border); margin: 24px 0; }
.divider-gold { height: 3px; width: 48px; background: var(--gold); border-radius: 2px; margin: 16px 0 24px; }
.centered .divider-gold { margin: 16px auto 24px; }

/* ── TRUST BADGES ── */
.trust-bar {
  background: var(--white); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 80px;
  display: flex; justify-content: center; gap: 60px; flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--grey); font-weight: 500; }
.trust-icon { font-size: 20px; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
  color: var(--white); text-align: center; padding: 100px 80px;
}
.cta-banner h2 { color: var(--white); margin-bottom: 16px; }
.cta-banner p { font-size: 18px; color: rgba(255,255,255,.7); margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-banner .ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer {
  background: var(--navy-deep); color: rgba(255,255,255,.55);
  padding: 72px 80px 36px;
}
.footer-grid { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.footer-brand-name { font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 14px; }
.footer-brand-name span { color: var(--gold); }
.footer-brand p { font-size: 14px; line-height: 1.8; max-width: 300px; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6); font-size: 13px; font-weight: 700;
  text-decoration: none; transition: all .2s;
}
.footer-social:hover { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); }
.footer-col h4 {
  font-size: 12px; font-weight: 700; color: var(--white);
  margin-bottom: 20px; letter-spacing: 2px; text-transform: uppercase;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: rgba(255,255,255,.55); font-size: 14px; transition: color .2s; text-decoration: none; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; flex-wrap: wrap; gap: 12px;
}
.footer-bottom a { color: rgba(255,255,255,.4); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  nav, .topbar, section, .cta-banner, footer, .trust-bar { padding-left: 40px; padding-right: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  nav { padding: 0 20px; height: 64px; }
  .nav-links { display: none; }
  .topbar { display: none; }
  section, .cta-banner { padding: 60px 20px; }
  .page-hero { padding: 64px 20px 80px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .flex-between { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  footer { padding: 48px 20px 24px; }
  .trust-bar { padding: 20px; gap: 20px; }
}
