@font-face {
  font-family: 'Syne';
  src: url('/fonts/syne.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
.font-syne{
font-family: 'Syne', sans-serif;
}
/* =========================
   TOP GREEN BAR
========================= */

.top-bar{
    background:#12a89a;
    color:#fff;
    padding:12px 8%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:15px;
}

/* =========================
   MAIN HEADER (FREEZE)
========================= */

.main-header{
    position:sticky;
    top:0;
    z-index:9999;

    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.brand-text{font-size:22px;font-weight:700;color:white;letter-spacing:2.5px;text-transform:uppercase;line-height:26px;margin-left: 10px;}
.brand-text small{display:block;font-size:10px;font-weight:500;letter-spacing:3.4px;color:rgba(255,255,255,0.55);}
.brand-text-footer{font-size:18px;font-weight:700;color:white;letter-spacing:2.5px;text-transform:uppercase;line-height:1.3;}
.brand-text-footer small{display:block;font-size:9px;font-weight:500;letter-spacing:2.6px;color:rgba(255,255,255,0.55);}
/* NAV CONTAINER */

.nav-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 8%;
}


/* LOGO */

.logo{
    width:85px;
}


/* MENU */

.nav-menu{
    display:flex;
    gap:35px;
}

.nav-menu a{
    text-decoration:none;
    color:#6b7280;
    font-size:18px;
    transition:.3s;
}

.nav-link:hover{
    color:#00B89F;
}

/* ACTIVE LINK */
.active-nav{
    color:#00B89F;
    position:relative;
    font-weight:600;
}

.active-nav::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:2px;
    background:#00B89F;
}



/* BUTTON */

.btn-started{
    background:#12a89a;
    color:#fff;
    padding:14px 28px;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
    cursor:pointer;
}

/* =========================
   FOOTER BASE
========================= */

.site-footer{
    background:#eef1f4;
    padding:70px 8%;
    font-family:Arial, sans-serif;
}

.footer-container{
    display:grid;
    grid-template-columns:2fr 1.5fr 1fr 1fr;
    gap:60px;
    align-items:start;
}


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

.footer-logo{
    width:90px;
    margin-bottom:20px;
}

.brand p{
    color:#111;
    line-height:1.7;
    max-width:300px;
}


/* =========================
   TITLES
========================= */

.footer-col h3{
    color:#0aa38f;
    font-size:28px;
    margin-bottom:18px;
}


/* =========================
   CONTACT TEXT
========================= */

.footer-col p{
    margin:8px 0;
    color:#111;
    font-size:15px;
}


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

.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-col ul li{
    margin:10px 0;
}

.footer-col ul li a{
    text-decoration:none;
    color:#111;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#0aa38f;
}


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

.social-icons{
    display:flex;
    gap:20px;
    align-items:center;
}

.social-icons img{
    width:32px;
    transition:.3s;
}

.social-icons img:hover{
    transform:translateY(-3px);
}


/* =========================
   BOTTOM BAR
========================= */

.footer-bottom{
    border-top:1px solid #999;
    margin-top:50px;
    padding-top:25px;

    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

.footer-bottom a{
    text-decoration:none;
    color:#111;
    font-size:14px;
}

.footer-bottom a:hover{
    color:#0aa38f;
}


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

/* Tablet */
@media(max-width:1024px){

    .footer-container{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }

}

/* Mobile */
@media(max-width:600px){

    .site-footer{
        padding:50px 6%;
        text-align:center;
    }

    .footer-container{
        grid-template-columns:1fr;
        gap:35px;
    }

    .brand p{
        margin:auto;
    }

    .social-icons{
        justify-content:center;
    }

    .footer-bottom{
        gap:15px;
    }

}

/* testimonial slider */

@keyframes scroll {

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

.testimonial-track{
animation:scroll 35s linear infinite;
}

.testimonial-card{
min-width:25%;
}

@media(max-width:1024px){

.testimonial-card{
min-width:50%;
}

}

@media(max-width:640px){

.testimonial-card{
min-width:100%;
}

}

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;600;700&display=swap');

#infographic {
  background:#ffffff;
  border-radius:20px;
  padding:36px 28px 28px;
  font-family:'Syne',sans-serif;
  overflow:hidden;
  position:relative;
  border:0.5px solid #e8e8e4;
}

#infographic .grid-bg{
  position:absolute;
  inset:0;
  background-image:
  linear-gradient(rgba(0,0,0,0.025) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0,0,0,0.025) 1px, transparent 1px);
  background-size:40px 40px;
  pointer-events:none;
}

#infographic .header{
  text-align:center;
  margin-bottom:32px;
  position:relative;
}

#infographic .header-eyebrow{
  font-family:'DM Mono', monospace;
  font-size:11px;
  letter-spacing:.18em;
  color:#1a7a56;
  text-transform:uppercase;
  margin-bottom:8px;
}

#infographic .header h1{
  font-size:26px;
  font-weight:700;
  color:#111110;
  margin:0 0 6px;
}

#infographic .header p{
  font-size:13px;
  color:#999994;
  font-family:'DM Mono', monospace;
}

#infographic .card{
  border-radius:14px;
  padding:22px 18px 20px;
  border:0.5px solid;
  transition:transform .2s, box-shadow .2s;
}

#infographic .card:hover{
  transform:translateY(-2px);
}

#infographic .card-momentum{background:#f2faf6;border-color:#b8e2ce;}
#infographic .card-meanrev{background:#fdf8ef;border-color:#e8cfa0;}
#infographic .card-arb{background:#f2faf6;border-color:#b8e2ce;}
#infographic .card-vrp{background:#fdf3ef;border-color:#f0c4ae;}

#infographic .card-num{
  font-family:'DM Mono', monospace;
  font-size:10px;
  letter-spacing:.12em;
  margin-bottom:6px;
}

#infographic .card-title{
  font-size:18px;
  font-weight:700;
  color:#111110;
  margin-bottom:10px;
}

.divider{
  height:.5px;
  background:rgba(0,0,0,.08);
  margin:14px 0;
}

.tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.tag{
  font-family:'DM Mono', monospace;
  font-size:10px;
  padding:4px 10px;
  border-radius:4px;
}

#infographic .card-momentum .tag{
  background:rgba(29,158,117,.1);
  color:#0f6e56;
  border:.5px solid rgba(29,158,117,.22);
}

#infographic .card-meanrev .tag{
  background:rgba(186,117,23,.1);
  color:#7a4e0a;
  border:.5px solid rgba(186,117,23,.22);
}

#infographic .card-arb .tag{
  background:rgba(29,158,117,.1);
  color:#0f6e56;
  border:.5px solid rgba(29,158,117,.22);
}

#infographic .card-vrp .tag{
  background:rgba(216,90,48,.1);
  color:#8a2c0e;
  border:.5px solid rgba(216,90,48,.22);
}

.footer-note{
  text-align:center;
  margin-top:20px;
  font-family:'DM Mono', monospace;
  font-size:10px;
  color:#ccccca;
  letter-spacing:.1em;
}
#logo{display:none !important;}
body {
    user-select: none;
}