/*
 * Captl 2.0 Landing Page — CLEANED stylesheet
 * Duplicate selector definitions merged; later brand-guide values take precedence.
 * All custom rules remain scoped to their component/section classes.
 */

/* =========================================================
   RESPONSIVE — NAVBAR
   ========================================================= */

@media (max-width: 1199.98px) {
  .captl-navbar .nav-link {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .captl-navbar .nav-cta {
    padding: 0 13px;
  }
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 991.98px) {
  .captl-navbar {
    /* min-height: 72px; */
  }

  .captl-navbar .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .captl-navbar .navbar-collapse {
    padding: 18px 0 22px;
  }

  .captl-navbar .nav-cta {
    width: 100%;
  }

  .captl-hero {
    padding-top: 115px;
    min-height: auto;
  }

  .captl-hero .hero-title {
    font-size: 62px;
  }

  .captl-hero .product-panel {
    margin-top: 50px;
  }

  .captl-hero .trust-item {
    border-right: 0;
    border-bottom: 1px solid #e4e8f0;
    padding: 18px 0;
  }

  .captl-hero .trust-item:last-child {
    border-bottom: 0;
  }

  .captl-trade .workflow-line {
    display: none;
  }

  .captl-markets .capability {
    border-right: 0;
    border-bottom: 1px solid #dfe4ef;
    padding: 30px 20px;
  }

  .captl-markets .capability:last-child {
    border-bottom: 0;
  }

  .captl-how .screen {
    margin-top: 50px;
  }

  .captl-how .signal-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
  .captl-navbar .brand {
    font-size: 30px;
  }

  .captl-navbar .brand-mark {
    width: 30px;
    height: 36px;
  }

  .captl-hero {
    padding: 100px 0 45px;
  }

  .captl-hero .hero-title {
    font-size: 48px;
  }

  .captl-hero .hero-copy {
    font-size: 18px;
  }

  .captl-hero .product-panel {
    padding: 24px;
    min-height: auto;
  }

  .captl-hero .mini-card {
    min-height: 145px;
    padding: 18px;
  }

  .captl-trade, .captl-markets, .captl-how, .captl-company {
    padding: 85px 0;
  }

  .captl-trade .section-title, .captl-markets .section-title, .captl-company .section-title {
    font-size: 45px;
  }

  .captl-trade .workflow {
    margin-top: 45px;
  }

  .captl-trade .workflow-card {
    margin-bottom: 45px;
  }

  .captl-how .screen {
    min-height: 430px;
  }

  .captl-how .screen-body {
    min-height: 360px;
  }

  .captl-how .screen-content {
    padding: 15px;
  }

  .captl-how .screen-sidebar {
    width: 48px;
  }

  .captl-cta {
    padding: 100px 0 50px;
  }

  .captl-cta .cta-title {
    font-size: 47px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .captl-page *, .captl-page *::before, .captl-page *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* ---------------------------------------------------------
   14. RESPONSIVE BRAND SCALE
   --------------------------------------------------------- */

@media (max-width: 991.98px) {
  .captl-hero {
    padding: 112px 0 56px;
  }

  .captl-trade, .captl-markets, .captl-how, .captl-company {
    padding: 80px 0;
  }

  .captl-hero .product-panel {
    margin-top: 24px;
  }

  .captl-hero .trust-strip {
    margin-top: 40px;
  }

  .captl-markets .capability {
    border-right: 0;
    border-bottom: 1px solid var(--captl-border);
  }

  .captl-markets .capability:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .captl-hero .hero-title, .captl-trade .section-title, .captl-markets .section-title, .captl-how .section-title, .captl-company .section-title, .captl-cta .cta-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.6px;
  }

  .captl-hero .product-panel {
    padding: 20px;
    border-radius: var(--captl-radius-lg);
  }

  .captl-hero .mini-card {
    min-height: 145px;
    padding: 16px;
  }

  .captl-hero .mini-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .captl-trade, .captl-markets, .captl-how, .captl-company {
    padding: 64px 0;
  }

  .captl-how .screen-content {
    padding: 16px;
  }

  .captl-how .step-row {
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

@media (max-width: 575.98px) {
  .captl-navbar .brand img {
    width: 92px;
  }

  .captl-hero {
    padding: 96px 0 44px;
  }

  .captl-hero .hero-copy {
    font-size: 15px;
    line-height: 23px;
  }

  .captl-hero .mini-card {
    min-height: 135px;
  }

  .captl-hero .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--captl-border);
    padding: 14px 0;
  }

  .captl-hero .trust-item:last-child {
    border-bottom: 0;
  }

  .captl-cta {
    min-height: 600px;
    padding: 88px 0 48px;
  }
}

/* * Captl 2.0 Landing Page
 * Bootstrap 5 companion stylesheet
 * All custom rules are scoped to a parent component/section class. */

/* =========================================================
   CAPTL BRAND GUIDE V1.0 — DESIGN SYSTEM OVERRIDES
   Source: Captl V2.0 Brand Guide, pages 2–14.
   Implementation keeps all existing section scopes intact.
   ========================================================= */

/* ---------------------------------------------------------
   01. DESIGN TOKENS
   --------------------------------------------------------- */

:root {
  --captl-navy: #00082d;
  --captl-blue: #1646E0;
  --captl-blue-2: #2b8cff;
  --captl-green: #0fa341;
  --captl-purple: #6d26eb;
  --captl-orange: #ff7a18;
  --captl-text: #10204c;
  --captl-muted: #647196;
  --captl-line: #dfe5f2;
  --captl-soft: #f7f9ff;
  --captl-cool-white: #f8faff;
  --captl-slate: #647196;
  --captl-trade: #044af8;
  --captl-earn: #0fa341;
  --captl-grow: #ff7a18;
  --captl-intelligence: #6d26eb;
  --captl-positive: #0fa341;
  --captl-negative: #e53935;
  --captl-warning: #f5a000;
  --captl-information: #004afd;
  --captl-neutral: #7b879b;
  --captl-canvas: #ffffff;
  --captl-surface: #ffffff;
  --captl-surface-subtle: #f7f9ff;
  --captl-surface-elevated: #ffffff;
  --captl-surface-inverse: #07175c;
  --captl-text-primary: #07175c;
  --captl-text-secondary: #38414c;
  --captl-text-muted: #7a879f;
  --captl-border: #dfe5f2;
  --captl-border-strong: #cbd6ea;
  --captl-space-1: 4px;
  --captl-space-2: 8px;
  --captl-space-3: 12px;
  --captl-space-4: 16px;
  --captl-space-5: 24px;
  --captl-space-6: 32px;
  --captl-space-7: 48px;
  --captl-space-8: 64px;
  --captl-space-9: 80px;
  --captl-space-10: 96px;
  --captl-radius-sm: 4px;
  --captl-radius-md: 8px;
  --captl-radius-lg: 12px;
  --captl-radius-xl: 16px;
  --captl-radius-pill: 999px;
  --captl-shadow-0: none;
  --captl-shadow-1: 0 8px 24px rgba(7, 23, 92, .08);
  --captl-shadow-2: 0 6px 16px rgba(20, 45, 90, 0.04), 0 20px 45px rgba(20, 45, 90, 0.08);
  --captl-motion-fast: 100ms;
  --captl-motion-standard: 200ms;
  --captl-motion-emphasis: 300ms;
  --captl-motion-slow: 500ms;
  --navy: var(--captl-navy);
  --blue: var(--captl-blue);
  --green: var(--captl-earn);
  --orange: var(--captl-grow);
  --purple: var(--captl-intelligence);
}

/* =========================================================
   GLOBAL / PAGE SCOPE
   ========================================================= */

.header-gap {
  min-height: 60px;
}

/* ---------------------------------------------------------
   02. GLOBAL BRAND TYPOGRAPHY
   Editorial serif for major statements.
   Sans-serif for UI, navigation, labels and body copy.
   --------------------------------------------------------- */

.captl-page {
  margin: 0;
  color: var(--captl-text-primary);
  background: var(--captl-canvas);
  font-family: "DM Sans", sans-serif;
  /* font-family: "Captl Sans", sans-serif; */
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.captl-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.captl-page .serif {
  font-family: "Playfair Display", Georgia, serif;
  font-family: "Captl Display", serif;
  letter-spacing: -1.5px;
}

.captl-page .blue {
  color: var(--captl-blue) !important;
}

/* =========================================================
   NAVBAR
   Parent: .captl-navbar
   ========================================================= */

/* ---------------------------------------------------------
   04. NAVIGATION
   Clear, predictable and restrained.
   --------------------------------------------------------- */

.captl-navbar {
  background: white;
  border-bottom: 1px solid rgba(223, 229, 242, .9);
  backdrop-filter: blur(18px);
  /* min-height: 72px; */
  box-shadow: 0 2px 12px rgba(7, 23, 92, .035);
}

.captl-navbar .container {
  max-width: 1450px;
}

.captl-navbar .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #050505;
  text-decoration: none;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -2px;
}

.captl-navbar .brand-mark {
  width: 38px;
  height: 46px;
  display: inline-block;
  clip-path: polygon(50% 0,100% 17%,88% 72%,50% 100%,12% 72%,0 17%);
  background: linear-gradient(145deg,#00d9ff 0%,#0878e9 46%,#4828a7 100%);
  position: relative;
}

.captl-navbar .brand-mark::after {
  content: "";
  position: absolute;
  inset: 8px 10px 12px;
  clip-path: polygon(50% 0,100% 18%,84% 69%,50% 100%,16% 69%,0 18%);
  background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,.12) 100%);
  opacity: .32;
}

.captl-navbar .nav-link {
  color: var(--captl-navy) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  padding-left: .65rem !important;
  padding-right: .65rem !important;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: .01em;
  padding: 10px 10px !important;
}

.captl-navbar .navbar-toggler {
  color: var(--captl-navy);
}

.captl-navbar .nav-cta {
     min-height: 35px;
    padding: 0 13px;
    border-radius: var(--captl-radius-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transition: all .2s ease;
    text-transform: none;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.captl-navbar .nav-cta-primary {
  color: #fff !important;
  background: var(--captl-blue);
  border: 1px solid var(--captl-blue);
  box-shadow: 0 4px 14px rgba(18, 96, 244, .18);
  border-color: var(--captl-blue);
}

.captl-navbar .nav-cta-primary:hover {
  color: #fff !important;
  background: #0d4fd0;
  border-color: #0d4fd0;
  transform: translateY(-1px);
}

.captl-navbar .nav-cta-outline {
  color: var(--captl-blue) !important;
  background: var(--captl-surface);
  border: 1px solid #8ca9df;
  border-color: var(--captl-blue);
}

.captl-navbar .nav-cta-outline:hover {
  color: var(--captl-blue) !important;
  background: #f4f7ff;
  border-color: var(--captl-blue);
}

.captl-navbar .brand img {
  width: 104px;
  height: auto;
  display: block;
  margin-left: -1px;
}

/* =========================================
   CAPTL THEME TOGGLE
========================================= */

.captl-navbar .captl-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 25px;
  padding: 0;
  border: none;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 55px;
}

.captl-navbar .captl-theme-toggle:hover {
  border-color: none;
  box-shadow: none;
}

.captl-navbar .captl-theme-icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  transition: all 0.3s ease;
}

.captl-navbar .captl-sun {
  color: #e5a91a;
}

.captl-navbar .captl-moon {
  color: #64748b;
}

.captl-navbar .captl-theme-switch {
  position: relative;
  width: 38px;
  height: 22px;
  border-radius: 30px;
  background: #e8edf5;
  transition: background 0.3s ease;
}

.captl-navbar .captl-theme-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease;
}

/* DARK MODE ACTIVE */

html[data-theme="dark"] .captl-theme-toggle {
  background: #101827;
  border-color: rgba(255, 255, 255, 0.15);
}

html[data-theme="dark"] .captl-theme-switch {
  background: var(--captl-primary, #1a3062);
}

html[data-theme="dark"] .captl-theme-knob {
  transform: translateX(16px);
}

html[data-theme="dark"] .captl-sun {
  color: #64748b;
}

html[data-theme="dark"] .captl-moon {
  color: #ffffff;
}

/* MOBILE */

@media (max-width: 991.98px) {

  .captl-navbar .captl-theme-toggle {
    margin-bottom: 5px;
  }

}

/* =========================================================
   HERO SECTION
   Parent: .captl-hero
   ========================================================= */

/* ---------------------------------------------------------
   05. HERO — PREMIUM RESTRAINT + VISUAL FLOW
   --------------------------------------------------------- */

.captl-hero {
  position: relative;
  /* min-height: calc(100vh - 72px); */
  padding: 40px 0 20px;
  background: radial-gradient(circle at 86% 28%, rgba(18, 96, 244, .075), transparent 28%),
    radial-gradient(circle at 72% 82%, rgba(91, 53, 230, .045), transparent 25%),
    linear-gradient(180deg, #fbfcff 0%, #ffffff 72%);
}

.captl-hero .container {
  max-width: 1420px;
}

.captl-hero .eyebrow, .captl-how .eyebrow {
  color: #1646E0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  line-height: 16px;
}

.captl-hero .eyebrow::before, .captl-how .eyebrow::before {
  content: "";
  width: 35px;
  height: 2px;
  background: #1646E0;
}

.captl-hero .hero-title {
  font-size: clamp(48px, 60px, 60px);
  line-height: 1.125;
  letter-spacing: -2.8px;
  color: #000;
  margin: 15px 0 15px;
  max-width: 650px;
  font-weight: 800;
}

.captl-hero .hero-copy {
  font-size: 16px;
  line-height: 24px;
  color: var(--captl-text-secondary);
  max-width: 480px;
      font-weight: 600;
}

.captl-hero .hero-copy strong {
  color: #1646E0;
}

.captl-hero .hero-rule {
  height: 2px;
  width: 80px;
  margin: 15px 0;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}

.captl-hero h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.captl-hero .hero-rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3d9cff;
  box-shadow: 0 0 14px 5px rgba(61,156,255,.25);
  display: none;
}

.captl-hero .btn-primary-custom, .captl-hero .btn-outline-custom, .captl-cta .btn-primary-custom, .captl-cta .btn-outline-custom {
      min-height: 40px;
    padding: 0 20px;
    border-radius: var(--captl-radius-md);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    /* text-transform: uppercase; */
}
.captl-hero .product-panel-sub {
    font-size: 18px;
    margin: 0 0 30px;
    color: var(--captl-text-primary);
    line-height: 24px;
}

/* Top accent line */
.captl-hero .product-panel-sub::before {
       content: "";
    display: block;
    width: 35px;
    height: 4px;
    margin-bottom: 12px;
    border-radius: 10px;
    background: #1646E0;
    box-shadow: none;
}
.captl-hero .btn-primary-custom, .captl-cta .btn-primary-custom {
  background: #000;
  color: #fff;
  box-shadow: none;
  border: 1px solid #000;
  /* text-transform: uppercase; */
}

.captl-hero .btn-primary-custom:hover, .captl-cta .btn-primary-custom:hover {
  background: #0d4fd0;
  color: #fff;
  transform: translateY(-1px);
  border-color: #0d4fd0;
}

.captl-hero .btn-outline-custom, .captl-cta .btn-outline-custom {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}

.captl-hero .btn-outline-custom:hover, .captl-cta .btn-outline-custom:hover {
  background: #f4f7ff;
  border-color: var(--captl-blue);
  color: var(--captl-blue);
}

/* ---------------------------------------------------------
   06. HERO PRODUCT / CARD SYSTEM
   Brand guide: 12–16px radius, subtle borders, soft depth.
   --------------------------------------------------------- */

.captl-hero .product-panel {
  position: relative;
  background: rgba(255,255,255,.96);
  /* border: 1px solid var(--captl-border); */
  border-radius: var(--captl-radius-xl);
  box-shadow:0 0 3px #ccc;
  padding: 46px;
  overflow: hidden;
}

.captl-hero .product-panel-title {
  font-size: 36px;
  letter-spacing: .24em;
  font-weight: 700;
  color: var(--captl-navy);
}

.captl-hero .product-panel-sub {
  font-size: 20px;
  margin: 0px 0 15px;
  color: var(--captl-text-primary);
  line-height: 24px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: var(--captl-navy);
}

.captl-hero a.mini-card,
.captl-hero a.intelligence {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.captl-hero a.mini-card {
  display: block;
}

.captl-hero .mini-card {
  min-height: 180px;
  border: 1px solid var(--captl-border);
  border-radius: var(--captl-radius-lg);
  padding: 20px;
  background: var(--captl-surface);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  transition: transform var(--captl-motion-emphasis) ease,
    border-color var(--captl-motion-emphasis) ease,
    box-shadow var(--captl-motion-emphasis) ease;
}

/* Hover */

.captl-hero .mini-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18,96,244,.55);
  box-shadow: none;
}

.captl-hero .mini-card:hover::before, .captl-hero .mini-card:hover::after {
  opacity: 1;
}

.captl-hero .mini-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: var(--captl-radius-md);
  background: #f1f5ff;
  color: var(--captl-trade);
  font-size: 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(18,96,244,.16);
  border-radius: 50%;
}
.captl-hero .mini-icon svg{
  width: 35px;
  height: 35px;
}

.captl-hero .mini-card.earn .mini-icon {
  color: var(--captl-earn);
  background: #eff9f5;
  border-color: rgba(16,167,123,.16);
}

.captl-hero .mini-card h5 {
  font-size: 16px;
  margin: 0 0 10px;
  color: var(--captl-trade);
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 6px;
  letter-spacing: 0;
}
.captl-hero .mini-card div.text-secondary {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(0,0,0,.8) !important;
}
.captl-hero .mini-card h5 i {
    font-size: 25px;
    float: right;
    display: none;
}

.captl-hero .mini-card.earn h5 {
  color: var(--captl-earn);
}

.captl-hero .intelligence {
  margin-top: 16px;
  border: 1px solid rgba(91,53,230,.18);
  border-radius: var(--captl-radius-lg);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  box-shadow: none;
}

.captl-hero .intel-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  flex: 0 0 65px;
  border-radius: var(--captl-radius-lg);
  display: grid;
  place-items: center;
  color: #fff;
      background: linear-gradient(135deg, #000f3d, #39497b);
  font-size: 24px;
  flex-basis: 52px;
}

.captl-hero .trust-strip {
  border-top: 1px solid var(--captl-border);
    margin-top: 30px;
    padding-top: 15px;
}

.captl-hero .trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 24px;
  border-right: 1px solid var(--captl-border);
  line-height: 1;
}

.captl-hero .trust-item:last-child {
  border-right: 0;
}

.captl-hero .trust-icon {
  font-size: 34px;
  color: var(--captl-blue);
}

/* =========================================================
   TRADE / EARN / GROW WORKFLOW
   Parent: .captl-trade
   ========================================================= */

/* ---------------------------------------------------------
   08. TRADE / EARN / GROW FLOW
   Brand guide: relationships shown with lines and nodes.
   --------------------------------------------------------- */

.captl-trade {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  background: var(--captl-surface-subtle);
}

.captl-trade .container {
  max-width: 1420px;
}

.captl-trade .section-title, .captl-markets .section-title, .captl-company .section-title {
  font-size: clamp(50px,5vw,75px);
  line-height: 1.05;
  letter-spacing: -2.5px;
  color: var(--captl-navy);
  margin-bottom: 25px;
}

.captl-trade .section-lead, .captl-markets .section-lead, .captl-company .section-lead, .captl-how .section-lead {
  font-size: 16px;
  line-height: 24px;
  color: var(--captl-text-secondary);
  max-width: 680px;
  font-size: 16px;
    line-height: 24px;
    color: var(--captl-text-secondary);
    max-width: 480px;
    font-weight: 600;
}

.captl-trade .workflow {
  position: relative;
  margin-top: 64px;
}

.captl-trade .workflow-line {
  position: absolute;
  top: 58px;
  left: 8%;
  right: 8%;
  height: 2px;
  border-radius: 0;
  background: linear-gradient(
    90deg,
    var(--captl-trade) 0%,
    var(--captl-trade) 25%,
    var(--captl-earn) 55%,
    var(--captl-grow) 100%
  );
  opacity: .9;
}

.captl-trade .workflow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent var(--captl-grow);
}

.captl-trade .workflow-card {
  position: relative;
  text-align: center;
  z-index: 2;
}

.captl-trade .workflow-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 27px;
  border-radius: var(--captl-radius-pill);
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--captl-trade);
  font-size: 34px;
  box-shadow: var(--captl-shadow-1);
  border: 1px solid var(--captl-border);
  margin-bottom: 20px;
}

.captl-trade .workflow-card:nth-child(3) .workflow-icon {
  color: var(--captl-green);
}

.captl-trade .workflow-card:nth-child(4) .workflow-icon {
  color: #ef9a27;
}

.captl-trade .workflow-card h5 {
  font-size: 14px;
  letter-spacing: .05em;
  color: var(--captl-blue);
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 20px;
}

.captl-trade .workflow-card p {
  color: var(--captl-text-secondary);
  max-width: 180px;
  margin: auto;
  line-height: 22px;
  font-size: 14px;
}

/* =========================================================
   MARKETS / CAPITAL CAPABILITIES
   Parent: .captl-markets
   ========================================================= */

/* ---------------------------------------------------------
   09. MARKETS / CAPABILITIES
   --------------------------------------------------------- */

.captl-markets {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  background: var(--captl-canvas);
  position: relative;
  /* border-bottom: 1px solid #ccc; */
}
section#markets::before {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-waves.png);
    background-size: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom -220px center;
    opacity: 0.2;
}

.captl-markets .container {
  max-width: 1420px;
}

.captl-markets .capability-grid {
  margin-top: 56px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
section.section.captl-markets .container {
    z-index: 1;
    position: relative;
}

.captl-markets .capability {
  text-align: center;
  padding: 0 25px;
  min-height: auto;
  border-right: 1px solid var(--captl-border);
  line-height: 1;
}

.captl-markets .capability:last-child {
  border-right: 0;
}

.captl-markets .cap-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--captl-radius-pill);
    margin: 0px auto 20px;
    display: grid;
    place-items: center;
    font-size: 30px;
    color: var(--captl-trade);
    background: rgb(241, 245, 255);
    box-shadow: none;
    border: 1px solid rgba(18, 96, 244, 0.12);
    line-height: 1;
    vertical-align: middle;
}
.captl-markets .cap-icon i.bi-send {
        position: relative;
    top: 1px;
    font-size: 25px;
}
.captl-markets .cap-icon i.bi.bi-link-45deg {
        font-size: 35px;
    position: relative;
    top: 2px;
}
.captl-markets i.bi.bi-bar-chart-line {
    font-size: 29px;
    position: relative;
    top: 0;
}
.cap-icon i {
    line-height: 1;
    vertical-align: middle;
} 

.captl-markets .capability:nth-child(2) .cap-icon {
  color: var(--captl-earn);
  background: #eff9f5;
  border-color: rgba(16,167,123,.12);
}

.captl-markets .capability:nth-child(3) .cap-icon {
  color: var(--captl-intelligence);
  background: #f6f2ff;
  border-color: rgba(91,53,230,.12);
}

.captl-markets .capability h4 {
  font-size: 16px;
  color: var(--captl-navy);
  line-height: 24px;
  font-weight: 700 !important;
}

.captl-markets .capability p {
  /* color: var(--captl-text-secondary); */
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}



/* =========================================================
   HOW IT WORKS / CAPTL INTELLIGENCE
   Parent: .captl-how
   ========================================================= */

/* ---------------------------------------------------------
   10. INTELLIGENCE / PRODUCT SURFACES
   --------------------------------------------------------- */

.captl-how {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  background: var(--captl-surface-subtle);
}

.captl-how .container {
  max-width: 1420px;
}

.captl-how .screen {
  min-height: 520px;
  border: 1px solid var(--captl-border);
  border-radius: var(--captl-radius-xl);
  background: #fff;
  box-shadow: var(--captl-shadow-2);
  overflow: hidden;
}

.captl-how .screen-top {
  height: 56px;
  border-bottom: 1px solid var(--captl-border);
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
}

.captl-how .screen-body {
  display: flex;
  min-height: 450px;
}

.captl-how .screen-sidebar {
  width: 56px;
  border-right: 1px solid var(--captl-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  color: var(--captl-text-muted);
}

.captl-how .screen-sidebar .active {
  color: var(--captl-blue);
}

.captl-how .screen-content {
  flex: 1;
  padding: 24px;
  overflow: hidden;
}

.captl-how .step-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #5c6b89;
  white-space: nowrap;
}

.captl-how .step-row strong {
  color: var(--captl-blue);
  font-size: 13px;
}

.captl-how .signal-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(230px,1fr));
  gap: 16px;
}

.captl-how .signal-card {
  border: 1px solid var(--captl-border);
  border-radius: var(--captl-radius-lg);
  padding: 20px;
  min-height: 300px;
  background: var(--captl-surface);
  box-shadow: var(--captl-shadow-0);
  transition: border-color var(--captl-motion-standard) ease,
    box-shadow var(--captl-motion-standard) ease,
    transform var(--captl-motion-standard) ease;
}

.captl-how .signal-card h6 {
  font-weight: 700;
  font-size: 18px;
  color: #12214f;
  margin: 24px 0 12px;
  line-height: 26px;
}

.captl-how .signal-card p {
  color: #64718e;
  line-height: 1.5;
  font-size: 14px;
}

.captl-how .chart {
  height: 75px;
  margin-top: 30px;
  border-bottom: 2px solid #e9f0ff;
  position: relative;
  overflow: hidden;
}

.captl-how .chart::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 20px;
  border-top: 3px solid var(--captl-blue);
  transform: skewY(-10deg) rotate(3deg);
  box-shadow: 50px 20px 0 -1px var(--captl-blue),110px 3px 0 -1px var(--captl-blue);
}

/* =========================================================
   COMPANY / TRUST
   Parent: .captl-company
   ========================================================= */

.captl-company {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  background: #fff;
}

.captl-company .container {
  max-width: 1420px;
}

.captl-company .trust-heading {
  /* max-width: 800px; */
}

/* ---------------------------------------------------------
   11. TRUST / CARDS
   --------------------------------------------------------- */

.captl-company .trust-cards {
  margin-top: 56px;
}

.captl-company .trust-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--captl-border);
  border-radius: var(--captl-radius-lg);
  background: var(--captl-surface);
  box-shadow: var(--captl-shadow-1);
}

.captl-company .trust-card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--captl-radius-pill);
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--captl-blue);
  background: #f1f5ff;
  margin-bottom: 20px;
}

.captl-company .trust-card:nth-child(2) .trust-card-icon {
  color: var(--captl-green);
  background: #eff9f5;
}

.captl-company .trust-card:nth-child(3) .trust-card-icon {
  color: var(--captl-purple);
  background: #f6f2ff;
}

.captl-company .trust-card h5 {
  color: var(--captl-navy);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.captl-company .trust-card h6 {
  color: var(--captl-blue);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .06em;
}

.captl-company .trust-card:nth-child(2) h6 {
  color: var(--captl-green);
}

.captl-company .trust-card:nth-child(3) h6 {
  color: var(--captl-purple);
}

.captl-company .trust-card p {
  color: #687590;
  line-height: 22px;
  font-size: 14px;
}

.captl-company .trust-footer {
  margin-top: 10px;
  padding-top: 20px;
  /* border-top: 1px solid var(--captl-border); */
  text-align: center;
  font-size: 16px;
  color: var(--captl-text-secondary);
}

/* =========================================================
   FINAL CTA
   Parent: .captl-cta
   ========================================================= */

/* ---------------------------------------------------------
   12. FINAL CTA / INVERSE BRAND MOMENT
   --------------------------------------------------------- */

.captl-cta {
  min-height: calc(100vh - 51px);
  display: flex;
  align-items: center;
  text-align: center;
  padding: 50px 0 200px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 110%, rgba(18,96,244,.25), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
    position: relative;
}
.captl-cta::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background-image: url(../images/abt-light-version.png);
    left: 0;
    background-size: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: .6;
}

.captl-cta .container {
  max-width: 1420px;
}

.captl-cta .cta-title {
  font-size: clamp(40px, 60px, 60px);
  line-height: 1;
  max-width: 980px;
  margin: 0 auto 28px;
  color: var(--captl-navy);
  letter-spacing: -2.6px;
}

.captl-cta .cta-copy {
      font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    margin: 0 auto 35px;
    font-weight: 600;
    color: var(--captl-text-secondary);
}
section.cta.captl-cta .container {
  /* position: relative; */
}

.captl-cta .network {
  height: 180px;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.captl-cta .network::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -90px;
  height: 190px;
  border-top: 2px solid rgba(72,125,245,.35);
  border-radius: 50%;
  box-shadow: 0 -15px 0 rgba(18,96,244,.09),
    0 -30px 0 rgba(91,53,230,.06),
    0 -45px 0 rgba(18,96,244,.035);
  border-top-color: rgba(18,96,244,.25);
}

.captl-cta .network::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 35px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(18,96,244,.32), transparent);
}

.captl-cta .footer-label {
  letter-spacing: .14em;
  color: var(--captl-navy);
  font-size: 12px;
  font-weight: 700;
}

.captl-page .serif, .captl-page h1.serif, .captl-page h2.serif, .captl-page h3.serif {
  /* font-family: "Playfair Display", Georgia, serif; */
      font-family: "Captl Display", serif;
  font-weight: 600;
  letter-spacing: -2.8px;
  color: var(--captl-navy);
  line-height: 1;
}

.captl-page h1, .captl-page h2, .captl-page h3, .captl-page h4, .captl-page h5, .captl-page h6 {
  color: var(--captl-text-primary);
}

.captl-page p {
  color: rgba(255, 255, 255, .7);;
}

.captl-page a {
  transition: color var(--captl-motion-standard) ease,
    background-color var(--captl-motion-standard) ease,
    border-color var(--captl-motion-standard) ease,
    transform var(--captl-motion-standard) ease,
    box-shadow var(--captl-motion-standard) ease;
}

/* ---------------------------------------------------------
   03. GRID / CONTAINER
   Brand guide: 1440px desktop content, disciplined gutters.
   --------------------------------------------------------- */

.captl-page .container {
  max-width: 1320px;
}

.captl-page .section, .captl-page section {
  scroll-margin-top: 60px;
}

.captl-navbar .nav-link:hover, .captl-navbar .nav-link:focus-visible {
  color: var(--captl-blue) !important;
}



.captl-hero > .container {
  position: relative;
  z-index: 1;
}

.captl-hero .hero-accent {
  color: var(--captl-blue);
  font-size: 18px;
  line-height: 24px;
}

.captl-hero .product-panel-muted {
  color: var(--captl-text-secondary);
}

.captl-hero .mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--captl-motion-emphasis) ease;
  background: linear-gradient(135deg, rgba(18,96,244,.05), transparent 55%);
}

.captl-hero .mini-card.earn:hover {
  border-color: rgba(16,167,123,.55);
}

.captl-hero .mini-card.grow:hover {
  border-color: rgba(255,122,24,.55);
}

.captl-hero .mini-card:hover::before {
  opacity: 1;
}

.captl-hero .mini-card.grow .mini-icon {
  color: var(--captl-grow);
  background: #fff5ea;
  border-color: rgba(255,122,24,.16);
}

.captl-hero .mini-card.grow h5 {
  color: var(--captl-grow);
}

.captl-hero .mini-card .text-secondary {
  color: var(--captl-text-secondary) !important;
  font-size: 14px;
}

.captl-hero .intelligence .text-primary {
  color: var(--captl-trade) !important;
}

.captl-hero .trust-item strong {
  font-size: 14px;
}

.captl-hero .trust-item small {
  color: var(--captl-text-muted);
  font-size: 12px;
}

/* ---------------------------------------------------------
   07. SECTION HEADINGS / LAYOUT
   Brand guide display: 64/72 desktop, 40/48 mobile.
   --------------------------------------------------------- */

.captl-trade, .captl-markets, .captl-how, .captl-company {
  padding: 50px 0;
  min-height: calc(100vh - 58px);
  display: flex;
  align-items: center;
  
}

.captl-trade .section-title, .captl-markets .section-title, .captl-company .section-title, .captl-how .section-title {
  font-size: clamp(40px, 60px, 60px);
  line-height: 1.125;
  letter-spacing: -2.4px;
  margin-bottom: 24px;
}

.captl-trade .workflow-card .small {
  line-height: 1;
}

.captl-trade .workflow-card.earn-card .workflow-icon, .captl-trade .workflow-card.earn-card h5, .captl-trade .workflow-card .earn-label {
  color: var(--captl-earn) !important;
}

.captl-trade .workflow-card.grow-card .workflow-icon, .captl-trade .workflow-card.grow-card h5, .captl-trade .workflow-card .grow-label {
  color: var(--captl-grow) !important;
}
.captl-markets {
    padding-bottom: 100px;
    .section-title {
      line-height: 1 !important;
    }
}

.captl-markets .capability h5 {
  font-size: 16px;
  line-height: 20px;
  color: var(--captl-navy);
  margin-top: 10px;
}

.captl-markets .earn-label {
  color: var(--captl-earn) !important;
}

.captl-markets .intelligence-label {
  color: var(--captl-intelligence) !important;
}

.captl-how .screen-brand {
  color: var(--captl-navy);
}

.captl-how .step-row .step-understand strong, .captl-how .step-row .step-understand {
  color: var(--captl-earn) !important;
}

.captl-how .step-row .step-act strong, .captl-how .step-row .step-act {
  color: var(--captl-grow) !important;
}

.captl-how .signal-card:hover {
  border-color: #b8c8e8;
  box-shadow: var(--captl-shadow-1);
  transform: translateY(-2px);
}

.captl-how .badge-positive {
  background: #eaf8f2;
  color: var(--captl-earn);
}

.captl-how .badge-warning {
  background: #fff4e8;
  color: var(--captl-grow);
}

.captl-how .signal-positive, .captl-how .signal-positive-box {
  color: var(--captl-earn);
}

.captl-how .signal-positive-box {
  background: #eff9f5;
  color: var(--captl-text-primary);
  border-radius: var(--captl-radius-md);
}

.captl-how .signal-warning {
  color: var(--captl-grow);
}

.captl-company .trust-card:hover {
  border-color: #b8c8e8;
  transform: translateY(-2px);
}

.captl-company .trust-card hr {
  border-color: var(--captl-border);
  opacity: 1;
}

/* ---------------------------------------------------------
   13. FOCUS / ACCESSIBILITY
   Brand guide: visible focus and non-color-only meaning.
   --------------------------------------------------------- */

.captl-page :focus-visible {
  outline: 3px solid rgba(18,96,244,.35);
  outline-offset: 3px;
  border-radius: 4px;
}

.captl-page .text-primary {
  color: var(--captl-blue) !important;
}

.captl-page .bg-primary {
  background-color: var(--captl-blue) !important;
}

.captl-page .badge {
  border: 1px solid transparent;
  border-radius: var(--captl-radius-sm);
  font-weight: 600;
}




















.investment-flow {
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-height: 250px;
  margin: 0 auto;
  padding: 35px 20px 50px;
  /* background: #fff; */
  /* overflow: hidden; */
  margin-top: 30px;
}

.investment-flow .flow-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 20px;
}

.investment-flow .flow-line svg {
  width: 100%;
  height: 100%;
}

.investment-flow .flow-arrow {
     position: absolute;
    left: 10.5%;
    bottom: -4px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #044af8;
    font-size: 28px;
    background: transparent;
    z-index: 3;
}

.investment-flow .flow-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  padding: 0 45px;
}

.investment-flow .flow-step {
  position: relative;
  text-align: center;
}

.investment-flow .flow-step::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid currentColor;
}

.investment-flow .flow-step:last-child::after {
  display: none;
}

.investment-flow .flow-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 38px;
  box-shadow:
   0 1px 3px rgba(24, 91, 190, 0.12),
    0 0 0px rgba(90, 150, 255, 0.08);
  border: 1px solid rgba(225, 232, 245, 0.7);
  margin-top: -15px;
}

.investment-flow .flow-title {
  display: block;
  /* font-family: "Poppins", sans-serif; */
  font-size: 16px;
  font-weight: 700;
}

.investment-flow .flow-underline {
  display: block;
  width: 38px;
  height: 3px;
  margin: 10px auto 14px;
  border-radius: 10px;
}

.investment-flow .flow-step p {
  margin: 0;
  /* font-family: "Poppins", sans-serif; */
  font-size: 14px;
  line-height: 1.7;
color: var(--captl-text-secondary);
  line-height: 1.2;
  font-weight: 500;
}

/* Discover */
.investment-flow .discover {
  color: var(--captl-trade);
  
}

.investment-flow .discover .flow-icon {
  color: var(--captl-trade);
}

.investment-flow .discover .flow-underline {
  background: var(--captl-trade);
}

/* Trade */
.investment-flow .trade {
  color: var(--captl-trade);
}

.investment-flow .trade .flow-icon {
  color: var(--captl-trade);
}

.investment-flow .trade .flow-underline {
  background: var(--captl-trade);
}

/* Earn */
.investment-flow .earn {
  color: #0fa341;
}

.investment-flow .earn .flow-icon {
  color: #0fa341;
}

.investment-flow .earn .flow-icon svg {
  width: 54px;
    height: 54px;
}

.investment-flow .earn .flow-underline {
  background: #16a984;
}

/* Grow */
.investment-flow .grow {
  /* color: #ff7914; */
  color:#6d26eb ;
}

.investment-flow .grow .flow-icon {
  color: #6d26eb;
}

.investment-flow .grow .flow-underline {
  background: #6d26eb;
}
.investment-flow .grow .flow-icon svg {
  width: 43px;
  height: 43px;
}

/* Reinvest */
.investment-flow .reinvest {
  color: #ff7914;
}

.investment-flow .reinvest .flow-icon {
  color: #ff7914;
}

.investment-flow .reinvest .flow-underline {
  background: #ff7914;
}
.investment-flow .reinvest i.bi.bi-arrow-repeat {
    font-size: 48px;
}


/* Tablet */
@media (max-width: 991px) {
  .investment-flow {
    min-height: auto;
    padding: 30px 15px;
  }

  .investment-flow .flow-line,
  .investment-flow .flow-arrow {
    display: none;
  }

  .investment-flow .flow-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    padding: 0 10px;
  }

  .investment-flow .flow-step::after {
    display: none;
  }

  .investment-flow .flow-icon {
    width: 76px;
    height: 76px;
    font-size: 32px;
  }
}


/* Mobile */
@media (max-width: 575px) {
  .investment-flow .flow-steps {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .investment-flow .flow-step {
    padding: 0 10px;
  }

  .investment-flow .flow-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 15px;
  }

  .investment-flow .flow-title {
    font-size: 16px;
  }

  .investment-flow .flow-step p {
    font-size: 13px;
  }
}

/* =========================================================
   CAPTL HOW — 900px SCREEN
========================================================= */

.captl-how .screen {
  width: 100%;
  max-width: 100%;
  min-height: 430px;
  background: #fff;
  border: 1px solid #edf1f8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(26, 48, 98, .08);
  font-family: "Poppins", sans-serif;
  color: #17264d;
}

/* =========================================================
   TOP BAR
========================================================= */

.captl-how .screen .screen-top {
  height: 45px;
  padding: 0 22px;
  border-bottom: 1px solid #edf1f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.captl-how .screen .screen-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #17264d;
  font-size: 20px;
  font-weight: 700;
}

.captl-how .screen .screen-brand i {
  color: #315ff5;
  font-size: 21px;
}

.captl-how .screen .screen-search {
  width: 220px;
  height: 34px;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  color: #8b95a9;
  font-size: 9px;
  font-weight: 500;
  margin: 0 0 0 auto;
}

.captl-how .screen .screen-search i {
  color: #61708b;
  font-size: 11px;
}

.captl-how .screen .screen-user {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #52617e;
  font-size: 12px;
}

.captl-how .screen .screen-user > i:first-child {
  font-size: 14px;
}

.captl-how .screen .screen-user > i:last-child {
  font-size: 10px;
}

.captl-how .screen .user-avatar {
  width: 27px;
  height: 27px;
  border: 1px solid #4f7cff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #315ff5;
  font-size: 9px;
  font-weight: 600;
}

/* =========================================================
   BODY
========================================================= */

.captl-how .screen .screen-body {
  display: flex;
  min-height: 430px;
}

/* =========================================================
   SIDEBAR
========================================================= */

.captl-how .screen .screen-sidebar {
  width: 58px;
  flex: 0 0 58px;
  padding: 10px 0;
  border-right: 1px solid #f0f3f8;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.captl-how .screen .screen-side-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #75829b;
  border-radius: 7px;
  font-size: 15px;
}

.captl-how .screen .screen-side-icon.active {
  color: #2760ef;
  background: #eaf1ff;
  box-shadow: inset 0 0 0 1px #dce7ff;
}

/* =========================================================
   CONTENT
========================================================= */

.captl-how .screen .screen-content {
  flex: 1;
  min-width: 0;
  padding: 15px 18px 18px;
}

/* =========================================================
   STEP ROW
========================================================= */

.captl-how .screen .step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 27px;
}

.captl-how .screen .step-item {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.captl-how .screen .step-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #f5f8ff;
}

.captl-how .screen .step-text {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.captl-how .screen .step-text strong {
  font-size: 10px;
  line-height: 15px;
}

.captl-how .screen .step-text small {
  margin-top: 3px;
  font-size: 8.5px;
  color: #596780;
  line-height: 12px;
  font-weight: 500;
}

.captl-how .screen .step-see {
  color: #245ff1;
}

.captl-how .screen .step-see .step-icon {
  color: #2866f5;
  background: #edf3ff;
  box-shadow: 0 0 0 8px #f8faff;
}

.captl-how .screen .step-understand {
  color: #20a86b;
}

.captl-how .screen .step-understand .step-icon {
  color: #20a86b;
  background: #eaf9f3;
  box-shadow: 0 0 0 8px #f8fcfa;
}

.captl-how .screen .step-act {
  color: #ff6b17;
}

.captl-how .screen .step-act .step-icon {
  color: #ff6b17;
  background: #fff1e8;
  box-shadow: 0 0 0 8px #fffaf7;
}

.captl-how .screen .step-manage {
  color: #7040e8;
}

.captl-how .screen .step-manage .step-icon {
  color: #7040e8;
  background: #f3edff;
  box-shadow: 0 0 0 8px #fbf9ff;
}

.captl-how .screen .step-arrow {
  color: #b6c0d2;
  font-size: 17px;
  flex: 0 0 auto;
}

/* =========================================================
   FOUR CARD GRID
========================================================= */

.captl-how .screen .signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.captl-how .screen .signal-card {
  min-height: 300px;
  padding: 16px 14px 14px;
  border: 1px solid #e9eef7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(36, 61, 110, .035);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.captl-how .screen .signal-badge {
  align-self: flex-start;
  padding: 5px 8px;
  border-radius: 5px;
  background: #edf3ff;
  color: #2862ed;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
}

/* =========================================================
   CARD HEADING
========================================================= */

.captl-how .screen .signal-card h6 {
      margin: 0;
    color: #545454;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

/* =========================================================
   CARD 1
========================================================= */

.captl-how .screen .signal-see .signal-target {
  width: 68px;
  height: 68px;
  margin: 17px auto 13px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      #fff 0 22%,
      #dfeaff 23% 28%,
      transparent 29% 43%,
      #edf3ff 44% 57%,
      transparent 58%
    );
  display: flex;
  align-items: center;
  justify-content: center;
}

.captl-how .screen .signal-see .signal-target i {
  color: #2865f4;
  font-size: 25px;
}

.captl-how .screen .signal-see h6 {
  margin-bottom: 13px;
}

.captl-how .screen .signal-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.captl-how .screen .signal-tags span {
  padding: 4px 6px;
  border-radius: 4px;
  background: #f1f3f7;
  color: #68758d;
  font-size: 7px;
}

.captl-how .screen .signal-tags .active-tag {
  background: #edf3ff;
  color: #2862ed;
}

/* =========================================================
   BLUE CHART
========================================================= */

.captl-how .screen .signal-chart {
  height: 62px;
  margin-top: auto;
  margin-bottom: 12px;
  color: #2865f4;
}

.captl-how .screen .signal-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* =========================================================
   CARD 2
========================================================= */

.captl-how .screen .signal-understand .signal-badge {
  background: #eaf9f3;
  color: #1ba66a;
}

.captl-how .screen .signal-understand h6 {
      margin-top: 24px;
    line-height: 21px;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--captl-navy)  ;
}
.captl-how .screen .impact-box small {
    font-weight: 600;
    font-size: 10px;
    color: var(--captl-navy)  ;
}
.captl-how .screen .impact-box small br {
  display: none;
}

.captl-how .screen .impact-box {
  margin-top: 20px;
  padding: 14px 11px;
  border-radius: 9px;
  background: #effaf6;
}

.captl-how .screen .impact-box small {
  color: #000;
  font-size: 8px;
  line-height: 14px;
  display: inline-block;
}
.captl-how .screen .impact-box small span{
  display: block;
}

.captl-how .screen .impact-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 9px;
}

.captl-how .screen .impact-bottom > span {
  padding: 5px 7px;
  border-radius: 5px;
  background: #ddf6e9;
  color: #15915b;
  font-size: 8px;
  font-weight: 600;
}

.captl-how .screen .impact-bars {
  height: 36px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  position: relative;
    top: 10px;
}

.captl-how .screen .impact-bars i {
  width: 7px;
  display: block;
  border-radius: 2px 2px 0 0;
  background: #6fd0a6;
}

.captl-how .screen .impact-bars i:nth-child(1) {
  height: 10px;
}

.captl-how .screen .impact-bars i:nth-child(2) {
  height: 17px;
}

.captl-how .screen .impact-bars i:nth-child(3) {
  height: 26px;
}

.captl-how .screen .impact-bars i:nth-child(4) {
  height: 35px;
}

/* =========================================================
   CARD 3
========================================================= */

.captl-how .screen .signal-act .signal-badge {
  background: #fff2e7;
  color: #ff7914;
}

.captl-how .screen .action-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.captl-how .screen .action-item {
  min-height: 52px;
  border: 1px solid #f0e9e4;
  border-radius: 9px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.captl-how .screen .action-icon {
  width: 22px;
  flex: 0 0 22px;
  color: #ff7914;
  font-size: 19px;
}

.captl-how .screen .action-item > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.captl-how .screen .action-item strong {
  font-size: 9px;
  line-height: 13px;
  font-weight: 600;
}

.captl-how .screen .action-item small {
  color: #647189;
  font-size: 7px;
  line-height: 11px;
}

.captl-how .screen .action-item > i {
  color: #263653;
  font-size: 11px;
}

/* =========================================================
   CARD 4
========================================================= */

.captl-how .screen .signal-manage .signal-badge {
  background: #f2edff;
  color: #6e3ce8;
}

.captl-how .screen .signal-manage h6 {
      margin-top: 24px;
    line-height: 21px;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
}
.captl-how .screen .signal-manage h6 span {
  display: block;
  font-weight: 400;
}

.captl-how .screen .manage-chart {
  height: 82px;
  margin-top: 12px;
  color: #6f3feb;
}

.captl-how .screen .manage-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.captl-how .screen .capital-box {
  margin-top: 6px;
  padding: 12px 10px;
  border-radius: 9px;
  background: #f3efff;
  display: flex;
  gap: 9px;
}

.captl-how .screen .capital-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  color: #6334e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.captl-how .screen .capital-box > div:last-child {
  display: flex;
  flex-direction: column;
}

.captl-how .screen .capital-box strong {
  color: #17264d;
  font-size: 8px;
  line-height: 13px;
}

.captl-how .screen .capital-box small {
  color: #56647d;
  font-size: 7px;
  line-height: 12px;
}

/* =========================================================
   LINKS
========================================================= */

.captl-how .screen .signal-link {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
}

.captl-how .screen .signal-see .signal-link {
  color: #2862ed;
}

.captl-how .screen .signal-understand .signal-link {
  color: #1ba66a;
}

.captl-how .screen .signal-act .signal-link {
  color: #ff7914;
}

.captl-how .screen .signal-manage .signal-link {
  color: #6e3ce8;
}

.captl-how .screen .signal-link i {
  font-size: 10px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

  .captl-how .screen {
    max-width: 100%;
  }

  .captl-how .screen .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 650px) {

  .captl-how .screen .screen-search {
    display: none;
  }

  .captl-how .screen .step-row {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 5px;
  }

  .captl-how .screen .step-item {
    flex: 0 0 auto;
  }

}

@media (max-width: 480px) {

  .captl-how .screen .screen-sidebar {
    width: 42px;
    flex-basis: 42px;
  }

  .captl-how .screen .screen-content {
    padding: 20px 8px 12px;
  }

  .captl-how .screen .signal-grid {
    grid-template-columns: 1fr;
  }

}
/* =========================================================
   HOME TRUST CARDS
   ========================================================= */

.home-trust-cards {
  width: 100%;
  margin: 0;
  align-items: stretch;
}

.home-trust-cards > [class*="col-"] {
  position: relative;
  padding: 0 12px;
}

/* Card */

.home-trust-cards .home-trust-card {
  position: relative;
  min-height: 225px;
  height: 100%;
  padding: 15px 15px 15px;
  background: #ffffff;
  border: 1px solid #edf0f7;
  border-radius: 16px;
  box-shadow:
    0 8px 24px rgba(25, 55, 110, 0.055),
    0 2px 8px rgba(25, 55, 110, 0.025);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

/* Hover */

.home-trust-cards .home-trust-card:hover {
  transform: translateY(-3px);
  border-color: #dfe7f7;
  box-shadow:
    0 14px 34px rgba(25, 55, 110, 0.09),
    0 3px 10px rgba(25, 55, 110, 0.04);
}

/* Icon */

.home-trust-cards .home-trust-card-icon {
  flex: 0 0 58px;
  flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    border: 1px solid transparent;
    margin-top: 0;
}

.home-trust-cards .home-trust-card-icon i {
  line-height: 1;
}

/* Security icon */

.home-trust-cards .home-trust-security {
  color: #1769ff;
  background: linear-gradient(
    145deg,
    #f4f8ff 0%,
    #eaf2ff 100%
  );
  border-color: #dce9ff;
}

/* Control icon */

.home-trust-cards .home-trust-control {
  color: #16a56d;
  background: linear-gradient(
    145deg,
    #f1fcf7 0%,
    #e5f8f0 100%
  );
  border-color: #d8f1e7;
}

/* Transparency icon */

.home-trust-cards .home-trust-transparency {
  color: #6b3cff;
  background: linear-gradient(
    145deg,
    #f8f5ff 0%,
    #f0ebff 100%
  );
  border-color: #e8ddff;
}

/* Accountability icon */

.home-trust-cards .home-trust-accountability {
  color: #ff681f;
  background: linear-gradient(
    145deg,
    #fff9f5 0%,
    #fff0e9 100%
  );
  border-color: #ffe3d5;
}

/* Content */

.home-trust-cards .home-trust-content {
  min-width: 0;
  flex: 1;
}

.home-trust-cards .home-trust-content h6 {
  margin: 2px 0 12px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}

/* Individual heading colors */

.home-trust-cards
.home-trust-card:nth-child(1)
.home-trust-content h6 {
  color: var(--captl-blue);
}

.home-trust-cards
.home-trust-card:nth-child(2)
.home-trust-content h6 {
  color: #16a56d;
}

.home-trust-cards
.home-trust-card:nth-child(3)
.home-trust-content h6 {
  color: #6338e8;
}

.home-trust-cards
.home-trust-card:nth-child(4)
.home-trust-content h6 {
  color: #ff681f;
}

/* Main title */

.home-trust-cards .home-trust-content h5 {
      margin: 0;
    color: #101d42;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 5px;
    min-height: 42px;
}

/* Divider */

.home-trust-cards .home-trust-content hr {
 width: 34px;
    height: 2px;
    border: 0;
    margin: 22px 0 15px;
    opacity: 1;
    background: #edf1f8;
    margin-top: 10px;
}

/* Description */

.home-trust-cards .home-trust-content p {
  margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0;
}

/* =========================================================
   CONNECTING LINES
   ========================================================= */

.home-trust-cards > [class*="col-"]:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -12px;
  width: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    #63c7e5 0%,
    #8a91ff 55%,
    #ff936f 100%
  );
  z-index: 5;
}

/* Connector dots */

.home-trust-cards > [class*="col-"]:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 87px;
  right: -15px;
  width: 7px;
  height: 7px;
  border: 1px solid #79bde8;
  background: #ffffff;
  border-radius: 50%;
  z-index: 6;
}

/* Additional inner dot */

.home-trust-cards
> [class*="col-"]:not(:last-child)
.home-trust-card::after {
  content: "";
  position: absolute;
  top: 87px;
  right: -4px;
  width: 7px;
  height: 7px;
  border: 1px solid #8b8fff;
  background: #ffffff;
  border-radius: 50%;
  z-index: 6;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  .home-trust-cards {
    row-gap: 20px;
  }

  .home-trust-cards > [class*="col-"] {
    padding: 0 8px;
  }

  .home-trust-cards > [class*="col-"]::before,
  .home-trust-cards > [class*="col-"]::after,
  .home-trust-cards
  > [class*="col-"]
  .home-trust-card::after {
    display: none;
  }

  .home-trust-cards .home-trust-card {
    min-height: 210px;
  }
}

@media (max-width: 767.98px) {

  .home-trust-cards > [class*="col-"] {
    width: 100%;
    padding: 0 0 14px;
  }

  .home-trust-cards .home-trust-card {
    min-height: auto;
    padding: 20px;
  }

  .home-trust-cards .home-trust-card-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .home-trust-cards .home-trust-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.built-trust-image {
    width: 100%;
    max-width: 350px;
    position: absolute;
    top:  -60px;
    right: 50px;
}
section.section.captl-company p.section-lead {
    max-width: 740px;
    margin-bottom: 50px;
}
.intel-icon img {
    width: 100%;
    border-radius: 10px;
}
.investment-flow .discover .flow-icon i {
    line-height: 1;
}
.captl-arrow-btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
      border: 1px solid #dbdbdb;
  border-radius: 50%;
  background: #fff;
  color: #1557d6;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(20, 40, 80, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 0 0 auto;
}

.captl-arrow-btn:hover {
  color: #fff;
  background: #1557d6;
  border-color: #1557d6;
  transform: translateX(2px);
  box-shadow: 0 6px 18px rgba(21, 87, 214, 0.18);
}

.captl-arrow-btn i {
  font-size: 21px;
}
.capability-underline {
  display: block;
    width: 38px;
    height: 3px;
    margin: 10px auto 14px;
    border-radius: 10px;
    background-color: var(--captl-blue);
}
.captl-hero .eyebrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1646E0;
    left: 40px;
}
.captl-how .eyebrow {
  position: relative;
 }
 .captl-how .eyebrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f7ae0;
    left: 30px;
    top: 4px;
}










.captl-hero .mini-icon.trade-icon svg{
  height: 47px;
    width: 47px;
    position: relative;
    top: 2px;
}
.mini-card.grow-purple .mini-icon {
    background: #f6f3fd;
    /* border-color: #6324D8; */
}

.captl-hero .mini-card.grow-purple h5 {
  color: #6d26eb;
}

.captl-hero .mini-card.earn h5 {
  color: #0fa341;
}

.capt-intellegence-text {
  letter-spacing: 0;
}
.product-panel-sub strong {
    font-size: 22px;
}
.captl-hero i.bi.bi-person.trust-icon {
    font-size: 45px;
    vertical-align: middle;
    margin-top: -4px;
}
.captl-company .row {
  position: relative;
}
.screen-brand img {
  width: 55px;
}
.home-trust-card.control h6 {
  color: var(--green) !important;
}
.home-trust-card.transparency h6 {
  color: var(--purple);
}

.home-trust-card.transparency h6 {
  color: var(--purple) !important;
}
.home-trust-card.accountability h6 {
  color:#ff7914 !important;
}


.trust-footer {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 24px;
  box-sizing: border-box;
}

.trust-line {
  flex: 1;
  height: 1px;
  background: #d5ddec;
}

.trust-content {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  color: #34466d;
  font-size: 18px;
  font-weight: 500;
}

.trust-content i {
  font-size: 31px;
  line-height: 1;
  color: #1769ff;
}

/* Mobile */
@media (max-width: 576px) {
  .trust-footer {
    gap: 12px;
    padding: 10px 15px;
  }

  .trust-content {
    gap: 10px;
    font-size: 14px;
  }

  .trust-content i {
    font-size: 25px;
  }
}
.footer-label-productive {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #5573b5;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1100px;
    margin: 10px auto;
    z-index: 1;
}

.footer-label-productive::before,
.footer-label-productive::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #8da4d4;
  opacity: 0.75;
}

.footer-label-productive::before {
  margin-left: 0;
}

.footer-label-productive::after {
  margin-right: 0;
}

.footer-label-productive span {
  white-space: nowrap;
}
.footer-label-productive::before,
.footer-label-productive::after {
  content: "";
  flex: 1;
  height: 1px;
  opacity: 0.75;
}

.footer-label-productive::before {
  background: linear-gradient(
    to right,
    transparent 0%,
    #8da4d4 100%
  );
}

.footer-label-productive::after {
  background: linear-gradient(
    to left,
    transparent 0%,
    #8da4d4 100%
  );
}
.see-how-it-works {
  padding-left: 30px;
}

.see-how-it-works-2nd {
    position: relative;
    left: 10px;
}
/* =========================================================
   CAPTL FOOTER
   6 COLUMNS — ONE ROW
   ========================================================= */

.captl-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #eef3ff;
  background: #000;
  /* border-top: 1px solid rgba(126, 151, 204, 0.16); */
}

/* .captl-footer .container {
  max-width: 1420px;
} */


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.captl-footer-main {
  padding: 55px 0 38px;

  background:#000;
}


/* =========================================================
   FOOTER BRAND
   ========================================================= */

.captl-footer-brand {
  max-width: 300px;
}

.captl-footer-title {
  margin-bottom: 7px;

  color: #f5f7fb;

  font-family: "Playfair Display", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.05;

  letter-spacing: -1.2px;
}

.captl-footer-tagline {
      color: #0965ea;
    font-family: "Captl Display", serif;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0;
}

.captl-footer-brand-line {
  width: 42px;
  height: 2px;

  margin: 17px 0 15px;

  background: #004afd;
}

.captl-footer-description {
  max-width: 280px;

  margin: 0;

  color: #94a2bd;

  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
      color: rgba(255, 255, 255, .7);;
    font-size: 14px;
}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

.captl-footer-socials {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-top: 19px;
}

.captl-footer-socials a {
  width: 34px;
  height: 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #dbe5f8;

  text-decoration: none;

  border: 1px solid rgba(169, 188, 225, 0.30);
  border-radius: 50%;

  font-size: 14px;

  transition: all 0.2s ease;
}

.captl-footer-socials a:hover {
  color: #ffffff;

  background: rgba(23, 105, 255, 0.12);

  border-color: #1769ff;

  transform: translateY(-2px);
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.captl-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.captl-footer-column h6 {
  position: relative;

  margin: 0 0 17px;

  color: #f3f6fc;

  font-size: 13px;
  font-weight: 700;

  line-height: 1;

  letter-spacing: 0.08em;
}

.captl-footer-column h6::before {
  content: "";

  display: block;

  width: 20px;
  height: 2px;

  margin-bottom: 11px;

  background: #004afd;
}

.captl-footer-column a {
  display: block;

  margin-bottom: 10px;

  color: rgba(255, 255, 255, .7);

  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;

  text-decoration: none;

  transition: color 0.2s ease;
}

.captl-footer-column a:hover {
  color: #ffffff;
}


/* =========================================================
   COMPANY / LEGAL SECOND HEADING
   ========================================================= */

.captl-footer-column .captl-footer-subheading {
  margin-top: 13px;
}


/* =========================================================
   IMPORTANT INFORMATION
   ========================================================= */

.captl-footer-risk {
  width: 100%;

  background: #030a18;

  border-top: 1px solid rgba(126, 151, 204, 0.14);
  border-bottom: 1px solid rgba(126, 151, 204, 0.14);
}

.captl-footer-risk-inner {
  min-height: 58px;

  display: flex;
  align-items: center;
}


/* LEFT LABEL */

.captl-footer-risk-label {
  min-width: 270px;

  display: flex;
  align-items: center;

  gap: 13px;

  color: rgba(255, 255, 255, .7);;

  font-size: 12px;
  font-weight: 500;
  padding-right: 15px;
}

.captl-footer-shield {
  width: 30px;
  height: 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #004afd;

  font-size: 26px;
}

.captl-footer-chevron {
      margin-left: auto;
    color: white;
    font-size: 16px;
    font-weight: 900;
}


/* VERTICAL DIVIDER */

.captl-footer-risk-divider {
  width: 1px;
  height: 30px;

  margin-right: 38px;

  background: rgba(145, 164, 201, 0.22);
}


/* RISK TEXT */

.captl-footer-risk-copy {
  color: #8795ae;
  color: rgba(255, 255, 255, .7);;

  font-size: 13px;
  line-height: 1.5;
}


/* =========================================================
   BOTTOM FOOTER
   ========================================================= */

.captl-footer-bottom {
  background: #020817;
}

.captl-footer-bottom-inner {
  min-height: 62px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;
}


/* COPYRIGHT */

.captl-footer-copy {
  flex: 1;

   color: rgba(255, 255, 255, .7);;

  font-size: 13px;

  white-space: nowrap;
}


/* =========================================================
   PRODUCTIVE CAPITAL
   ========================================================= */

.captl-footer-productive {
  flex: 1;

  max-width: 390px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 17px;

  color: #0965ea;

  font-family: "Poppins", sans-serif;

  font-size: 13px;
  font-weight: 500;

  letter-spacing: 5px;

  text-transform: uppercase;

  white-space: nowrap;
}

.captl-footer-productive::before,
.captl-footer-productive::after {
  content: "";

  flex: 1;

  height: 1px;
}

.captl-footer-productive::before {
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(37, 99, 235, 0.55) 100%
  );
}

.captl-footer-productive::after {
  background: linear-gradient(
    to left,
    transparent 0%,
    rgba(37, 99, 235, 0.55) 100%
  );
}


/* =========================================================
   RIGHT LEGAL LINKS
   ========================================================= */

.captl-footer-legal {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 13px;

 color: rgba(255, 255, 255, .7);;

  font-size: 13px;

  white-space: nowrap;
}

.captl-footer-legal a {
  color: rgba(255, 255, 255, .7);;
  font-size: 13px;

  text-decoration: none;

  transition: color 0.2s ease;
}
.captl-footer-legal a span {
  font-size: 13px;
}

.captl-footer-legal a:hover {
  color: #ffffff;
}

.captl-footer-legal > span {
  color: #1769ff;
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

.captl-footer-top {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin-left: 8px;
  padding-left: 15px;

  border-left: 1px solid rgba(145, 164, 201, 0.22);
}

.captl-footer-top i {
  color: #dfe7f7;

  font-size: 16px;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

  .captl-footer-main .row {
    align-items: flex-start;
  }

  .captl-footer-main .col-lg-3 {
    padding-right: 30px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

  .captl-footer-main {
    padding: 45px 0 30px;
  }

  .captl-footer-brand {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .captl-footer-risk-inner {
    padding: 12px 0;
  }

  .captl-footer-risk-label {
    min-width: 220px;
  }

  .captl-footer-risk-divider {
    margin-right: 25px;
  }

  .captl-footer-bottom-inner {
    flex-wrap: wrap;

    padding: 15px 0;
  }

  .captl-footer-copy {
    flex: auto;
  }

  .captl-footer-legal {
    flex: auto;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

  .captl-footer-main {
    padding: 40px 0 25px;
  }

  .captl-footer-title {
    font-size: 29px;
  }

  .captl-footer-risk-inner {
    display: block;

    padding: 15px 0;
  }

  .captl-footer-risk-label {
    width: 100%;

    min-width: 0;

    margin-bottom: 12px;
  }

  .captl-footer-risk-divider {
    display: none;
  }

  .captl-footer-risk-copy {
    padding-left: 43px;

    font-size: 10px;
  }

  .captl-footer-bottom-inner {
    display: grid;

    grid-template-columns: 1fr;

    gap: 14px;

    padding: 18px 0;

    text-align: center;
  }

  .captl-footer-copy {
    justify-content: center;

    text-align: center;
  }

  .captl-footer-productive {
    order: 1;

    max-width: 100%;

    width: 100%;

    font-size: 10px;

    letter-spacing: 4px;
  }

  .captl-footer-legal {
    order: 2;

    justify-content: center;

    flex-wrap: wrap;
  }

  .captl-footer-top {
    margin-left: 0;

    padding-left: 10px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

  .captl-footer-main .row {
    row-gap: 28px !important;
  }

  .captl-footer-column h6 {
    font-size: 10px;
  }

  .captl-footer-column a {
    font-size: 11px;
  }

  .captl-footer-socials a {
    width: 31px;
    height: 31px;
  }

  .captl-footer-productive {
    gap: 10px;

    font-size: 9px;

    letter-spacing: 3px;
  }

  .captl-footer-productive::before,
  .captl-footer-productive::after {
    min-width: 20px;
  }

}


.captl-footer-title img {
  width: 100px;
  margin-top: -10px;
}

.home-trust-cards > [class*="col-"]:not(:last-child)::after {
  background: var(--captl-blue);
}
.home-trust-cards > [class*="col-"]:not(:last-child) .home-trust-card::after {
  border: 1px solid var(--captl-blue);
}
.home-trust-cards > [class*="col-"]:not(:last-child)::before {
  border: 1px solid var(--captl-blue);
}


.home-trust-cards > [class*="col-"]:not(:last-child).control-block::after {
  background: var(--captl-green);
}
.home-trust-cards > [class*="col-"]:not(:last-child).control-block .home-trust-card::after {
  border: 1px solid var(--captl-green);
}
.home-trust-cards > [class*="col-"]:not(:last-child).control-block::before {
  border: 1px solid var(--captl-green);
}

.home-trust-cards > [class*="col-"]:not(:last-child).transparency-block::after {
  background: var(--captl-orange);
}
.home-trust-cards > [class*="col-"]:not(:last-child).transparency-block .home-trust-card::after {
  border: 1px solid var(--captl-orange);
}
.home-trust-cards > [class*="col-"]:not(:last-child).transparency-block::before {
  border: 1px solid var(--captl-orange);
}




.captl-cta .btn-primary-custom, .captl-cta .btn-outline-custom {
  padding: 13px 25px;
  font-size: 16px;
  i {
    font-size: 25px;
        line-height: 1;
        vertical-align: middle;
        position: relative;
        top: 1px;
        margin-left: 10px;
  }
}
.captl-cta .btn-primary-custom {
  background-color: #000;
  border-color: #000;
}
.captl-cta .btn-outline-custom  {
  color: #000;
  border-color: #000;
}
.row.justify-content-center.mt-3.see-how-it-works {
    color: var(--captl-navy);
    font-weight: 600;
    gap: 10px;
    small {
      font-size: 16px;
      color: var(--captl-navy);
    }
}
section.cta.captl-cta .container * {
    position: relative;
}
.captl-footer-risk-label strong {
    font-weight: 400;
    font-size: 14px;
}

.captl-cta::before {
  z-index: 1;
  /* opacity: 1; */
}

.captl-cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    height: 200px;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.footer-visible.captl-cta::after {
  opacity: 1;
}

.footer-visible.captl-cta::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-image: url(../images/black-bg-image-new.png);
    left: 0;
    background-size: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    opacity:.95;
    background-position: center bottom -130px;
}
.captl-hero .intelligence:hover .captl-arrow-btn {
     color: #fff;
    background: #1557d6;
    border-color: #1557d6;
}


















/* =========================================================
   CAPTL NAVBAR — 3 BLOCK LAYOUT
   01. LOGO
   02. MENU
   03. ACTIONS
   ========================================================= */

.captl-navbar {
  width: 100%;
}

.captl-navbar > .container {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

/* =========================================================
   BLOCK 01 — LOGO
   ========================================================= */

.captl-navbar-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

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



/* =========================================================
   BLOCK 02 — MENU
   ========================================================= */

.captl-navbar .navbar-collapse {
  /* display: flex; */
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.captl-navbar-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.captl-navbar-menu .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   BLOCK 03 — RIGHT ACTIONS
   ========================================================= */

.captl-navbar-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: 10px;
}

/* =========================================================
   THEME TOGGLE
   ========================================================= */

.captl-navbar-actions .captl-theme-toggle {
  margin: 0;
}

/* =========================================================
   DESKTOP NAV
   ========================================================= */

@media (min-width: 992px) {

  .captl-navbar .navbar-collapse {
    display: flex !important;
  }

  .captl-navbar-menu {
    padding-left: 30px;
    padding-right: 0;
  }

}

/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

  .captl-navbar > .container {
    flex-wrap: wrap;
  }

  .captl-navbar .navbar-toggler {
    margin-left: auto;
  }

  .captl-navbar .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    /* display: block; */
  }

  .captl-navbar-menu {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
  }

  .captl-navbar-menu .navbar-nav {
    align-items: flex-start !important;
    gap: 0 !important;
  }

  .captl-navbar-actions {
    width: 100%;
    margin-left: 0;
    padding: 15px 0 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

}

@media (max-width: 575.98px) {

  .captl-navbar-actions {
    gap: 10px;
  }

  .captl-navbar-actions .nav-cta {
    flex: 1 1 auto;
    text-align: center;
  }

}


/* ========================
=================================
   CAPTL MEGA MENU
   ========================================================= */

.captl-navbar-menu .captl-mega-item {
  position: static;
}

.captl-navbar-menu .captl-mega-item > .nav-link {
  position: relative;
    white-space: nowrap;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0px;
}

.captl-navbar-menu .captl-mega-item > .nav-link:hover {
  color: var(--captl-blue) !important;
}

.captl-navbar-menu .captl-mega-item > .nav-link::after {
  margin-left: 7px;
  vertical-align: 2px;
  font-size: 10px;
  display: none;
}

.captl-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;

  width: 100%;
  margin: 0;
  padding: 35px 0 40px;

  border: 0;
  border-radius: 0;

  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);

  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

/* Desktop hover */
@media (min-width: 992px) {

  .captl-mega-item:hover > .captl-mega-menu,
  .captl-mega-item:focus-within > .captl-mega-menu,
  .captl-mega-item.show > .captl-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

}

/* =========================================================
   INTRO
   ========================================================= */

.captl-mega-intro {
  padding: 8px 35px 8px 10px;
  border-right: 1px solid rgba(0, 102, 255, 0.12);
}

.captl-mega-label {
  display: inline-block;
  margin-bottom: 12px;

  color: #168cff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.captl-mega-intro h4 {
  margin: 0 0 12px;

  color: #111827;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}

.captl-mega-intro p {
  max-width: 360px;
  margin: 0 0 20px;

  color: #667085;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.captl-mega-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #168cff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;

  transition: gap 0.2s ease;
}

.captl-mega-view:hover {
  color: #0066cc;
  gap: 12px;
}

/* =========================================================
   MEGA MENU CARDS
   ========================================================= */

.captl-mega-card {
  display: flex;
  align-items: center;
  gap: 15px;

  min-height: 82px;
  padding: 15px 18px;

  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 12px;

  background: #ffffff;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.captl-mega-card:hover {
  transform: translateY(-2px);

  border-color: rgba(22, 140, 255, 0.25);

  box-shadow: 0 10px 25px rgba(22, 140, 255, 0.08);
}

.captl-mega-icon {
  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  color: #168cff;
  background: rgba(22, 140, 255, 0.08);

  font-size: 18px;
}

.captl-mega-card span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.captl-mega-card strong {
  color: #111827;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.captl-mega-card small {
  color: #7b8494;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* =========================================================
   DARK MODE
   ========================================================= */

[data-theme="dark"] .captl-mega-menu {
  background: rgba(15, 23, 42, 0.98);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .captl-mega-intro {
  border-color: rgba(255, 255, 255, 0.10);
}

[data-theme="dark"] .captl-mega-intro h4,
[data-theme="dark"] .captl-mega-card strong {
  color: #ffffff;
}

[data-theme="dark"] .captl-mega-intro p,
[data-theme="dark"] .captl-mega-card small {
  color: #98a2b3;
}

[data-theme="dark"] .captl-mega-card {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .captl-mega-card:hover {
  border-color: rgba(22, 140, 255, 0.35);
  background: rgba(22, 140, 255, 0.06);
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

  .captl-navbar-menu .captl-mega-item {
    position: relative;
    width: 100%;
  }

  .captl-mega-menu {
    position: static;

    width: 100%;
    padding: 20px 0;

    box-shadow: none;

    transform: none;
    opacity: 1;
    visibility: visible;

    display: none;
  }

  .captl-mega-item.show .captl-mega-menu {
    display: block !important;
  }

  .captl-mega-intro {
    padding: 10px 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .captl-mega-card {
    min-height: 70px;
  }

}

/* =========================================================
   CAPTL MEGA MENU — OPEN ON HOVER
   ========================================================= */

@media (min-width: 992px) {

  .captl-navbar-menu .captl-mega-item {
    position: static;
  }

  .captl-navbar-menu .captl-mega-item > .captl-mega-menu {
    display: none ;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(8px);

    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
  }

  /* OPEN WHEN HOVER */
  .captl-navbar-menu .captl-mega-item:hover > .captl-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
  }

  /* Keep menu open while moving mouse into dropdown */
  .captl-navbar-menu .captl-mega-item:hover > .nav-link {
    color: #168cff;
  }

  .captl-navbar-menu .captl-mega-item:hover > .nav-link::after {
    transform: rotate(180deg);
  }

}

/* =========================================================
   MEGA MENU ARROW
   ========================================================= */

.captl-mega-link {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.captl-mega-arrow {
 transition: all ease-in-out .3s;
}

/* Hover = UP */
@media (min-width: 992px) {

  .captl-mega-item:hover .captl-mega-arrow {
    transform: rotate(180deg);
  }

}
/* =========================================================
   CAPTL LANGUAGE SELECTOR
   ========================================================= */

.captl-language-selector {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.captl-language-btn {
  min-width: 82px;
  height: 42px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #ffffff;
  border: none;
  border-radius: 2px;

  color: #202020;
  font-size: 13px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.25s ease;
}

.captl-language-btn:hover {
  border-color: #bcbcbc;
}

.captl-language-btn .bi-globe2 {
  font-size: 15px;
}

.captl-language-arrow {
    font-size: 10px;
    transition: transform 0.25s ease;
    font-size: 14px;
    color: #000;
    position: relative;
    top: 1px;
}

.captl-language-selector:hover .captl-language-arrow {
  transform: rotate(180deg);
}

/* Dropdown */

.captl-language-menu {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;

  min-width: 82px;
  padding: 5px 0;

  background: #ffffff;
  /* border: 1px solid #dedede; */
  border-radius: 2px;

  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */

  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;

  z-index: 999;
}

.captl-language-selector:hover .captl-language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.captl-language-option {
  display: block;
  padding: 7px 14px;

  color: #333333;
  text-decoration: none;

  font-size: 13px;
  font-weight: 500;

  transition: all 0.2s ease;
}

.captl-language-option:hover,
.captl-language-option.active {
  background: #f5f7fa;
  color: #0066ff;
}
body {
  letter-spacing: -0.4px;
}
.captl-hero .product-panel-sub span {
    font-size: 16px;
}
.see-what-matter-txt {
    font-size: 14px !important;
    color: var(--captl-text-secondary);
}
.trust-strip {
  display: flex;
  align-items: stretch;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px 24px;
}

.trust-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  max-width: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.trust-icon svg {
  min-width: 35px;
  min-height: 35px;

  

  display: block;
  color: #1646e0;
}

.trust-item > div:last-child {
  min-width: 145px;
}

.trust-item strong {
  font-size: 15px;
  line-height: 1.3;
}

.trust-item small {
  font-size: 12px;
  line-height: 1.3;
}
.fw-bold.text-primary.text-uppercase.small.mb-1.capt-intellegence-text {
    color: #1646E0 !important;
}



.investment-flow .flow-icon svg {
    min-width: 40px;
    min-height: 40px;
}
.investment-flow .trade .flow-icon svg {
  min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}
.investment-flow .earn .flow-icon svg {
    position: relative;
    top: 3px;
    max-width: 40px;
}
.investment-flow .reinvest svg {
    min-width: 36px;
    position: relative;
    top: 2px;
    max-width: 36px;
}

.captl-how .section-lead {
font-size: 15px;
}
.step-item.step-manage .step-text strong {
  color: var(--purple);
}

.captl-company {
    display: flex;
    align-items: center;
    padding-top: 75px;
}

/* =========================================
   CAPTL COMPACT THEME TOGGLE
========================================= */

.captl-theme-toggle {
  width: 55px;
  height: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.captl-theme-toggle-track {
  position: relative;
  width: 55px;
  height: 25px;

  display: block;

  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #e1e6ee;

  box-shadow:
    0 3px 12px rgba(30, 55, 100, 0.10);

  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


/* =========================================
   SUN
========================================= */

.captl-theme-sun {
  position: absolute;
  left: 9px;
  top: 50%;

  width: 16px;
  height: 16px;

  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #f5b51b;
  font-size: 11px;

  transition: color 0.35s ease;
}


/* =========================================
   MOON / KNOB
========================================= */

.captl-theme-moon {
  position: absolute;

  top: 3px;
  right: 3px;

  width: 20px;
  height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #f0f3f8;
  color: #000;

  font-size: 12px;

  box-shadow:
    0 2px 6px rgba(30, 50, 90, 0.16);

  transition:
    background 0.35s ease,
    color 0.35s ease,
    left 0.35s ease,
    right 0.35s ease,
    box-shadow 0.35s ease;
}


/* =========================================
   DARK STATE
   IMPORTANT: CLASS IS ON BUTTON
========================================= */

.captl-theme-toggle.is-dark .captl-theme-toggle-track {
  background: #111b32;
  border-color: #1e2a46;

  box-shadow:
    0 3px 12px rgba(0, 0, 0, 0.28);
}


/* Dark sun */

.captl-theme-toggle.is-dark .captl-theme-sun {
  color: #71809a;
}


/* Blue moon */

.captl-theme-toggle.is-dark .captl-theme-moon {
  background: #244ac1;
  color: #ffffff;

  box-shadow:
    0 2px 7px rgba(0, 0, 0, 0.35),
    0 0 8px rgba(36, 74, 193, 0.30);
}


/* =========================================
   HOVER
========================================= */

.captl-theme-toggle:hover
.captl-theme-toggle-moon {
  transform: scale(1.04);
}


/* =========================================
   ACTIVE
========================================= */

.captl-theme-toggle:active
.captl-theme-moon {
  transform: scale(0.94);
}


/* =========================================
   FOCUS
========================================= */

.captl-theme-toggle:focus-visible {
  outline: none;
}

.captl-theme-toggle:focus-visible
.captl-theme-toggle-track {
  box-shadow:
    0 0 0 3px rgba(36, 74, 193, 0.15);
}
.home-trust-cards .home-trust-card-icon i.bi.bi-person {
    font-size: 32px;
}

.captl-theme-moon {
  /* left: 0; */
  top: 0;
  bottom: 0;
  margin: auto;
}
.dark-mode .captl-theme-moon {
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3px;
}
.captl-navbar .nav-cta i {
    position: relative;
    top: -1px;
}



/* Title hover → icon border */
.flow-step.discover:has(.flow-title:hover) .flow-icon, .flow-step.discover .flow-icon:hover {
  border: 1px solid #044af8;
  box-shadow: none;
}
.flow-step.trade:has(.flow-title:hover) .flow-icon, .flow-step.trade .flow-icon:hover {
  border: 1px solid #044af8;
  box-shadow: none;
}

.flow-step.earn:has(.flow-title:hover) .flow-icon, .flow-step.earn .flow-icon:hover {
  border: 1px solid #0fa341;
  box-shadow: none;
}
.flow-step.reinvest:has(.flow-title:hover) .flow-icon, .flow-step.reinvest .flow-icon:hover {
  border: 1px solid #ff7914;
  box-shadow: none;
}
.flow-step.grow:has(.flow-title:hover) .flow-icon, .flow-step.grow .flow-icon:hover {
  border: 1px solid #6d26eb;
  box-shadow: none;
}


/* Title hover effect */
.flow-step .flow-title {
  cursor: pointer;
  transition: color 0.3s ease;
}


.captl-markets .capability:hover .cap-icon {
  border-color: var(--captl-trade);
}
.captl-markets .capability:nth-child(2):hover .cap-icon {
  border-color: var(--captl-earn);
}
.captl-markets .capability:nth-child(3):hover .cap-icon {
  border-color: var(--purple);
}
.see-how-it-works a {
  text-decoration: none;
  cursor: pointer;
}
.see-how-it-works {
  position: relative;
  z-index: 1;
}
.see-how-it-works a:hover {
  color: var(--captl-blue) !important;
}
.captl-footer-title span {
    margin-left: 1px;
}



/* Your Capital - Mini Chart */
.captl-mini-chart {
  width: 100%;
}

.captl-mini-chart svg {
  display: block;
  width: 100%;
  height: 82px;
  overflow: visible;
}

/* Clean light-blue gradient area */
.captl-mini-chart #capitalFill stop:first-child {
  stop-color: #5b9cff;
  stop-opacity: 0.18;
}

.captl-mini-chart #capitalFill stop:last-child {
  stop-color: #1646e0;
  stop-opacity: 0;
}

/* Thin graph line */
.captl-mini-chart .captl-line {
  fill: none;
  stroke: #1646e0;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Area below the line */
.captl-mini-chart .captl-area-line {
  fill: url(#capitalFill);
  stroke: none;
}

/* Latest value dot */
.captl-mini-chart .captl-chart-dot {
  fill: #4f8ff7;
  stroke: #ffffff;
  stroke-width: 1;
}

.captl-mega-item:hover .dropdown-menu.captl-mega-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    border-top: 1px solid #ccc;
}

/* menu css */
.captl-navbar-menu .captl-mega-item:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 47px;
} 
