—

/*  Footer  */
.site-footer {
  background: #0b1020;
  color: #cdd6f4;
  margin-top: 40px
}

.footer-top {
  padding: 42px 0
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  align-items: flex-start;
}

.footer-col .footer-title {
  color: #fff;
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: .2px
}

.footer-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #93a1b5;
  margin: 8px 0 12px;
  max-width: 560px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px
}

.footer-links a {
  color: #cdd6f4;
  text-decoration: none
}

.footer-links a:hover {
  color: #ffffff
}

.contact-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: grid;
  gap: 6px
}

.site-footer .small {
  font-size: 12px
}

.site-footer .muted {
  color: #93a1b5
}

.trust-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px
}

.badge {
  display: inline-block;
  background: #11182c;
  color: #d7e3f6;
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px
}

.footer-brand {
  display: block !important;
}

.footer-brand-logo {
  display: block;
  margin: 0 0 12px;
}

.footer-brand .brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-footer .logo-svg {
  width: 200px;
  height: auto;
  display: block;
}

.social {
  display: flex;
  gap: 10px;
  margin-top: 8px
}

.soc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #11182c;
  border: 1px solid rgba(255, 255, 255, .08);
  color: #d7e3f6;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px
}

.soc img,
.soc svg {
  width: 18px;
  height: 18px;
  display: block;
}

.soc img {
  object-fit: contain;
}

.soc:hover {
  background: #16213a;
  color: #fff
}

.newsletter-form {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 6px
}

.newsletter-form input {
  flex: 1;
  min-width: 160px;
  background: #0f1730;
  color: #e8f1ff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 10px 12px;
}

.newsletter-form .btn.btn-small {
  padding: 10px 14px;
  border-radius: 10px;
  background: #1672E6;
  color: #fff;
  border: 0;
  cursor: pointer
}

.newsletter-form .btn.btn-small:hover {
  filter: brightness(1.08)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 12px 0;
  color: #93a1b5;
  font-size: 13px
}

.bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.legal-right {
  display: flex;
  align-items: center;
  gap: 10px
}

.legal-right a {
  color: #cdd6f4;
  text-decoration: none
}

.legal-right a:hover {
  color: #fff
}

.sep {
  opacity: .5
}

.back-top {
  white-space: nowrap
}

@media (max-width:700px) {
  .bottom-bar {
    flex-direction: column;
    align-items: flex-start
  }
}

/*  CTA Final Box  */
.tight-cta .cta-final-box {

  background: #1672E6;
  color: #fff;
  padding: 48px 38px;
  border-radius: 24px;
  text-align: center;
  max-width: 860px;
  margin: 0 auto
}

.cta-final-box h2 {
  margin: 0 0 14px;
  font-size: 32px
}

.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

/*  Mini CTA  */
.mini-cta {
  padding: 60px 0
}

.mini-cta-box {
  background: #1672E6;
  color: #fff;
  padding: 46px 38px;
  border-radius: 28px;
  max-width: 860px;
  margin: 0 auto;
  text-align: center
}

.mini-cta-box h2 {
  margin: 0 0 12px;
  font-size: 30px
}

.site-footer.slim {
  margin-top: 20px
}

/*  Footer Redesign (CTA strip, Stats, etc.)  */
/* ———— BASE ———— */
.site-footer-v2 {
  background: #080f1e;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.7;
}

/* ———— CTA STRIP ———— */
.ft-cta-strip {
  background: linear-gradient(135deg, #0c1829 0%, #0d2248 55%, #091730 100%);
  border-bottom: 1px solid rgba(22, 114, 230, .2);
  position: relative;
  overflow: hidden;
}

.ft-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 114, 230, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 114, 230, .05) 1px, transparent 1px);
  background-size: 48px 48px;
}

.ft-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
  flex-wrap: wrap;
}

.ft-cta-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 8px;
}

.ft-cta-heading {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}

.ft-cta-heading span {
  background: linear-gradient(135deg, #1672E6, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ft-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.ft-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1672E6, #1E90FF);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(22, 114, 230, .4);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}

.ft-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(22, 114, 230, .55);
}

.ft-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 13px 24px;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .85);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
  white-space: nowrap;
}

.ft-btn-ghost:hover {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

/* ———— STATS STRIP ———— */
.ft-stats {
  background: rgba(255, 255, 255, .03);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.ft-stats-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 28px 0;
  flex-wrap: wrap;
}

.ft-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 40px;
}

.ft-stat-num {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  background: linear-gradient(135deg, #fff, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ft-stat-lbl {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, .45);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.ft-stat-div {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, .1);
  flex-shrink: 0;
}

/* ———— MAIN BODY ———— */
.ft-body {
  padding: 60px 0 48px;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}

@media(max-width:1100px) {
  .ft-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  }

  .ft-col-brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }
}

@media(max-width:720px) {
  .ft-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ft-col-brand {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }
}

@media(max-width:480px) {
  .ft-grid {
    grid-template-columns: 1fr;
  }
}

/* ———— BRAND COL ———— */
/* .ft-col — no base styles needed, used as grid item */
.ft-logo {
  display: inline-block;
  margin-bottom: 16px;
  opacity: .95;
  transition: opacity .2s;
}

.ft-logo:hover {
  opacity: 1;
}

.ft-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.75;
  margin: 0 0 20px;
  max-width: 260px;
}

.ft-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ft-badge {
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(22, 114, 230, .15);
  border: 1px solid rgba(22, 114, 230, .3);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #60a5fa;
}

.ft-social {
  display: flex;
  gap: 8px;
}

.ft-soc {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .6);
  transition: background .2s, color .2s, border-color .2s;
}

.ft-soc:hover {
  background: #1672E6;
  border-color: #1672E6;
  color: #fff;
}

/* ———— NAV COLS ———— */
.ft-nav-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .9);
  margin: 0 0 18px;
}

.ft-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ft-nav-list a {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
  font-size: 13.5px;
  transition: color .15s, padding-left .15s;
  display: inline-block;
}

.ft-nav-list a:hover {
  color: #60a5fa;
  padding-left: 4px;
}

/* ———— CONTACT COL ———— */
.ft-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

.ft-contact-list a {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  transition: color .15s;
}

.ft-contact-list a:hover {
  color: #60a5fa;
}

.ft-contact-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(22, 114, 230, .15);
  border: 1px solid rgba(22, 114, 230, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ———— NEWSLETTER ———— */
.ft-newsletter {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 20px;
}

.ft-newsletter-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 10px;
}

/* .ft-newsletter-form — wrapper, no extra styles needed */
.ft-nl-wrap {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  transition: border-color .2s;
}

.ft-nl-wrap:focus-within {
  border-color: #1672E6;
}

.ft-nl-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 14px;
  font-size: 13px;
  color: #fff;
  min-width: 0;
}

.ft-nl-input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.ft-nl-btn {
  background: linear-gradient(135deg, #1672E6, #1E90FF);
  border: none;
  padding: 10px 16px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity .2s;
}

.ft-nl-btn:hover {
  opacity: .85;
}

/* ———— BOTTOM BAR ———— */
.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 18px 0;
  background: rgba(0, 0, 0, .2);
}

.ft-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ft-copy {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .35);
}

.ft-copy strong {
  color: rgba(255, 255, 255, .6);
}

.ft-legal {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .3);
}

.ft-legal a {
  color: rgba(255, 255, 255, .45);
  text-decoration: none;
  transition: color .15s;
}

.ft-legal a:hover {
  color: #60a5fa;
}

.ft-top-link {
  font-weight: 600;
}

/* ———— RESPONSIVE STATS ———— */
@media(max-width:640px) {
  .ft-stat {
    padding: 10px 20px;
  }

  .ft-stat-div {
    display: none;
  }

  .ft-stats-grid {
    gap: 0;
    justify-content: flex-start;
  }

  .ft-cta-inner {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .ft-cta-actions {
    width: 100%;
  }

  .ft-btn-primary,
  .ft-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .ft-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* —"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"—
   ABOUT V2 — Premium Redesign
   —"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"——"— */

.about-v2 {
  background: var(--bg);
  padding: 80px 0;
}

.about-v2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

@media(max-width: 900px) {
  .about-v2-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}