body {
    margin: 0;
    background-color: #03041F;
    font-family: 'Geist', sans-serif;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'rethink sans', sans-serif;
}

.container {
    max-width: 1400px;
}

.main-header {
    padding: 20px 0;
    background-color: #03041F;
}

.navbar-brand img {
    max-height: 90px;
}

.navbar-nav {
    gap: 50px;
}

.nav-link {
    color: #fff !important;
    font-weight: 400;
    font-size: 20px;
}

.menu-item a {
    color: #fff !important;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Geist', sans-serif!important;
}

.request-btn {
    padding: 10px 24px;
    border: 2px solid #52E0FE;
    border-radius: 50px;
    color: #52E0FE;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.request-btn:hover {
    background-color: #52E0FE;
    color: #03041F;
}

/* Hero Section */
.hero-section {
    padding: 10% 0px;
}

.hero-video {
    position: absolute;
    top: 10%;
    z-index: -1;
    width: 100%;
}

/* Box */
.hero-box {
    max-width: 900px;
    margin: 0 auto;
}

.hero-bg img,
.hero-bg video {
    width: 100%;
    max-width: 750px;
    opacity: 0.9;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
}

/* Heading */
.hero-title {
    font-family: 'Rethink Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-title span {
    color: #52E0FE;
}

.hero-text {
    max-width: 650px;
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 1.6;
}

.hero-buttons {
    gap: 15px;
}

.btn-filled {
    background-color: #52E0FE;
    color: #03041F;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    font-size: 20px;
    line-height: 1.8;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.btn-icon{
    width:18px;
    height:18px;
}

.btn-outline {
    border: 2px solid #52E0FE;
    color: #52E0FE;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    font-size: 20px;
}

/* ===== TICKER SECTION ===== */
.ticker-section {
  background: #06083B;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
}

.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ticker-track {
  display: flex;
  gap: 80px;
  width: max-content;
  padding: 15px 0;
  will-change: transform;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Geist', sans-serif;
  font-size: 18px;
  white-space: nowrap;
  color: #ffffff;
}

.icon {
  color: #52E0FE;
  font-size: 20px;
  text-shadow: 0 0 6px rgba(82,224,254,0.6);
}

.icon.down {
  opacity: 0.7;
}

.value {
  color: #ffffff;
}

.label {
  color: #fff;
}

.ticker-wrapper::before,
.ticker-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ticker-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #06083B, transparent);
}

.ticker-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #06083B, transparent);
}

/* Dynamic Ticker */
.ds-stock-ticker {
    background: #06083B !important;
}

.ds-ticker-item {
    color: #fff !important;
    border-right: 1px solid rgba(255,255,255,0.1) !important;
}

.ds-label {
    color: #fff !important;
}

.ds-positive {
    color: #52E0FE !important;
}

.ds-negative {
    color: #ef4444 !important;
}

/* Section */
.philosophy-section {
    padding-top: 200px;
    text-align: center;
}

/* Label */
.section-label {
    color: #52E0FE;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Title */
.section-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Text */
.section-text {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 35px;
}

/* Pills */
.pill-wrapper {
    gap: 20px;
    margin-bottom: 60px;
}

.pill {
    padding: 8px 40px;
    border-radius: 50px;
    border: 1px solid rgba(82, 224, 254, 0.3);
    color: #fff;
    font-size: 20px;
     transition: border 0.5s ease;
}

.pill:hover {
  border: 0.5px solid #52E0FE; 
  box-shadow: 0 0 8px rgba(82, 224, 254, 0.4); 
}

/* Stats */
.stat-box {
    position: relative;
    border-radius: 20px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.01);
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ffffff21;
}

/* Glass border */
.stat-box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 20px;
    padding: 1px;
    /* thickness of the border */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(82, 224, 254, 0.8));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.stat-box h3 {
    color: #52E0FE;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}

.stat-box p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

/* STRATEGY CARD SECTION */

.strategy-card-section{
    padding-top:40px;

}

.strategy-card{
    position:relative;
    border-radius:20px;
    padding:60px;
    background:rgba(255,255,255,0.02);
    box-shadow: 0 0 150px rgba(82, 224, 254, 0.15);
}

/* glass border */
.strategy-card::before{
    content:'';
    position:absolute;
    inset:-1px;
    border-radius:20px;
    padding:1px;
    background:linear-gradient(135deg,rgba(255,255,255,0.5),rgba(82,224,254,0.6));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    pointer-events:none;
}

/* LEFT */

.strategy-label{
    color:#52E0FE;
    font-size:14px;
    display:block;
    margin-bottom:10px;
}

.strategy-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:5px;
}

.strategy-subtitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}

.strategy-description{
    font-size:20px;
    line-height:1.7;
    margin-bottom:20px;
}

.strategy-features{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.strategy-features li{
    margin-bottom:10px;
    font-size: 20px;
}

.strategy-features li::before{
    content:"✔";
    color:#52E0FE;
    margin-right:10px;
}

/* buttons */

.strategy-buttons{
    display:flex;
    gap:15px;
}


/* RIGHT CARD */

.strategy-stats-card{
    border-radius:16px;
    padding:30px;
    background:rgba(255,255,255,0.02);
    border:1px solid rgba(255,255,255,0.08);
}

.live-indicator{
    font-size: 20px;
    color:#0CD980;
    margin-bottom:15px;
    text-align: center;
}

.live-dot{
    height:8px;
    width:8px;
    background:#0CD980;
    border-radius:50%;
    display:inline-block;
    margin-right:6px;
}

.total-gain h2{
    color:#52E0FE;
    font-size:60px;
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
}

.total-gain p{
    font-size:20px;
    text-align: center;
    margin-bottom:25px;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    text-align: center;
    padding: 20px 0px;
}

.stat h4{
    margin:0;
    font-size:30px;
}

.stat span{
    font-size:18px;
}

.green{
    color:#00ffa6;
}

.stats-footer{
    margin-top:25px;
    font-size:16px;
    display:flex;
    justify-content:space-between;
}


.strategy-stack{
    position:relative;
    padding-bottom:120px;
}

.strategy-stack .strategy-card-section{
    position:sticky;
    top:120px;
}

.card-1{
    z-index:1;
}

.card-2{
    z-index:2;
}

/* .strategy-stack .strategy-card-section:nth-child(2){
    margin-top:-200px;
} */

.strategy-card{
    background: rgb(3 4 31 / 84%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 0.4s ease, backdrop-filter 0.4s ease;
}



.comparison-grid{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:18px;
    margin-top: 40px;
}

.comp-box {
    border-radius: 14px;
    padding: 24px 26px;
    border: 1px solid rgba(82, 224, 254, 0.25);
    background: rgba(255, 255, 255, 0.02);
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.comp-head{
    font-weight:600;
}

.head-other {
    font-size: 22px;
    background: #06083B;
}

.highlight{
    background:#6FE7FF;
    color:#03041F;
    font-weight:700;
    font-size: 24px;
}

@property --glow-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.highlight-box {
  position: relative;
  isolation: isolate;
  border: 1px solid #52e0fe94 !important; 
}

.highlight-box::before {
  content: '';
  position: absolute;
  inset: -1.5px;   
  border-radius: 15px;
  padding: 1.5px;
  background: conic-gradient(
    from var(--glow-angle),
    #52e0fe 0deg,
    #7ff0ff 15deg,
    #52e0fe 30deg,
    transparent 70deg,
    transparent 360deg
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: glowCircle 4s linear infinite;
  z-index: 1;
}

@keyframes glowCircle {
  to {
    --glow-angle: 360deg;
  }
}

/* .highlight-box{
    border:1px solid #52E0FE;
} */

.arch-card {
    position: relative;
    border-radius: 20px;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
    overflow: hidden;
    border: 1px solid #ffffff21;
}

.arch-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.6),
        rgba(82, 224, 254, 0.8)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.arch-icon {
    margin-bottom: 20px;
}

.arch-icon img {
    width: 80px;
    height: 80px;
    opacity: 0.9;
}

.arch-title {
    color: #52E0FE;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.arch-text {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
	min-height: 165px;
}

.accountability-section{
    padding-bottom: 120px;
}

.built-title{
    margin-bottom: 60px;
}

.cta-span{
	color: #52E0FE;
}

.cta-section {
    position: relative;
    padding: 10% 0;
    overflow: hidden;
    text-align: center;
}

.cta-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.cta-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-title span {
    color: #52E0FE;
}

.cta-text {
    font-size: 20px;
    margin: 0 auto 35px;
}

.cta-buttons {
    gap: 15px;
}

.email-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.email-btn img {
    width: 26px;
}

.cta-btn{
    border: 2px solid #ffffff26;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
}

.footer-cta {
    position: relative;
    padding-top: 120px;
    background: #03041F;
    overflow: hidden;
    text-align: center;
}

.footer-video {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo img {
    max-width: 440px;
    margin-bottom: 30px;
}

.footer-disclaimer {
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.6;
}

.footer-bottom {
    position: relative;
    z-index: 2;
    margin-top: 13%;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #52E0FE;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding-bottom: 220px;
}


@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }

    .navbar-brand img {
    max-height: 60px;
}

    .nav-link {
        font-size: 18px;
    }

    .request-btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    .hero-title {
        font-size: 64px;
    }

    .section-title {
        font-size: 50px;
    }

    .hero-title {
        font-size: 50px;
    }

    .hero-text {
        max-width: 500px;
        margin: 0 auto 35px;
        font-size: 16px;
        line-height: 1.6;
    }

    .btn-filled,
    .btn-outline {
        font-size: 16px;
    }

    .philosophy-section{
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
	.menu-item a{
		font-size: 18px;
	}

      .navbar-brand img {
    max-height: 60px;
}

    .navbar-collapse {
        background-color: #03041F;
        padding: 20px;
    }

    .navbar-nav {
        gap: 20px;
    }

    .nav-link {
        font-size: 18px;
    }

    .mobile-btn {
        display: block;
        margin-top: 15px;
        width: 185px;
        text-align: center;
        font-size: 16px;
    }

    /* button.navbar-toggler {
        border: 1px solid #fff;
    } */

    .custom-toggler {
  border: none!important;
  padding: 0;
}

.custom-toggler:focus {
  box-shadow: none;
}

.custom-toggler img {
  width: 28px;
  height: auto;
}

    .desktop-btn {
        display: none !important;
    }

    .hero-section {
        padding: 28% 0;
        position: relative;
        overflow: hidden;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-text {
        font-size: 16px;
    }

    video.hero-video {
        position: absolute;
        top: -5%;
        width: 314%;
        z-index: -1;
        left: -110%;
        overflow: hidden;
    }

    .btn-outline,
    .btn-filled {
        padding: 8px 16px;
        font-size: 15px;
        line-height: 1.8;
    }

    .btn-icon {
    width: 10px;
    height: 10px;
}

    .section-label {
        font-size: 14px;
    }

    .philosophy-section {
        padding: 50px 0;
    }

    .pill-wrapper {
        gap: 10px;
        margin: 40px 0px;
    }

    .pill {
        padding: 5px 20px;
        font-size: 14px;
        transition: border 0.5s ease;
    }

    .pill:hover {
  border: 0.5px solid #52E0FE; 
}

    .section-title {
        font-size: 36px;
    }

    .section-text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .stat-box {
        padding: 30px 15px;
        margin-top: 10px;
    }

    .stat-box h3 {
        font-size: 30px;
    }

    .stat-box p {
        font-size: 16px;
    }

    .strategy-stack .strategy-card-section{
        position: unset;
    }

    .built-title{
        margin-bottom: 0px;
    }

    .strategy-stack.overlap-full .strategy-card{
    transform: none !important;
    top: auto !important;
    left: auto !important;
    position: relative !important;
  }


    .strategy-stack{
    padding-bottom:50px;
     display: block !important;
}

    .strategy-card-section{
        padding-top: 0px;
    }

    .strategy-card{
        padding: 30px;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin-bottom: 20px;
        width: 100%;
    }

    .strategy-title{
        font-size: 32px;
    }

    .strategy-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

.strategy-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.strategy-features li {
    font-size: 12px;
}

.strategy-buttons {
    gap: 8px;
    margin-bottom: 40px;
}

.total-gain h2 {
    font-size: 32px;
    margin-top: 10px;
}

.stat h4 {
    font-size: 18px;
}

.stats-grid {
    gap: 10px;
    padding: 10px 0px;
}

.strategy-stats-card {
    padding: 30px 10px;
}

.stat span {
    font-size: 12px;
}

.stats-footer {
    font-size: 12px;
}

.comparison-section {
    padding: 0px 0 60px;
}

.comparison-grid{
    gap:10px;
    margin-top: 0px;
}

.comp-box{
    padding:14px 10px;
    font-size:12px;
}

.architecture-section {
        padding: 0px 0 30px;
    }

    .arch-card {
        padding: 30px 20px;
    }

    .arch-title {
        font-size: 18px;
    }

    .arch-text {
        font-size: 16px;
    }

    .cta-section {
        padding: 50px 0;
    }

    .cta-title {
        font-size: 36px;
    }

    .cta-text {
        font-size: 14px;
    }

    .cta-video {
        width: 250%;
    }

    .cta-btn {
    padding: 10px 20px;
    font-size: 14px;
}

.footer-cta{
    padding-top: 70px;
}

.footer-logo img {
    max-width: 70%;
}

.footer-disclaimer {
    font-size: 16px;
}

.footer-content {
    padding-bottom: 50px;
}

.footer-video {
    width: 180%;
}

.footer-bottom p {
    font-size: 12px;
    padding: 0px 70px;
}
}












/* Animated glow border for highlight boxes */
