/*  HERO SECTION */

.sl_nft-hero {
    position: relative;
    overflow: hidden;
    padding: 44px 0 40px;
    background: #f5f5f5;
}

.sl_nft-hero__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}

.sl_nft-hero__content {
    width: 46%;
}

.sl_nft-hero__title {
    margin: 0 0 18px;

    color: #111111;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.sl_nft-hero__description {
    max-width: 560px;
    margin: 0;

    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.sl_nft-hero__actions {
    margin-top: 28px;
}

.sl_nft-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border-radius: 999px;
    background: #075dac;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition: 0.3s ease;
}

.sl_nft-hero__button:hover {
    background: #054a88;
    transform: translateY(-2px);
}
.sl_nft-hero__badges {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 40px;
}

.sl_nft-hero__badge img {
    width: 80px;
    height: auto;
    object-fit: contain;
}


.sl_nft-hero__visual {
    width: 54%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sl_nft-hero__image-wrapper {
    position: relative;
    width: 100%;
    max-width: 560px;
}

.sl_nft-hero__glow {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 220px;
    height: 220px;

    border-radius: 50%;
    background: rgba(227, 39, 38, 0.08);

    filter: blur(65px);

    transform: translate(-50%, -50%);
}

.sl_nft-hero__image {
    position: relative;
    z-index: 2;

    width: 100%;
    display: block;
}

@media (max-width: 1024px) {

    .sl_nft-hero {
        padding: 54px 0;
    }

    .sl_nft-hero__container {
        flex-direction: column;
        gap: 40px;
    }

    .sl_nft-hero__content,
    .sl_nft-hero__visual {
        width: 100%;
    }

    .sl_nft-hero__title {
        font-size: 40px;
    }

    .sl_nft-hero__description {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .sl_nft-hero {
        padding: 42px 0;
    }

    .sl_nft-hero__container {
        padding: 0 18px;
    }

    .sl_nft-hero__title {
        font-size: 32px;
        line-height: 1.2;
    }

    .sl_nft-hero__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .sl_nft-hero__button {
        width: 100%;
        font-size: 14px;
    }

    .sl_nft-hero__badges {
        flex-wrap: wrap;
        gap: 12px;
    }

    .sl_nft-hero__badge {
        width: 58px;
        height: 58px;
    }

    .sl_nft-hero__badge img {
        width: 38px;
    }
}

.sl_client-logos {
    padding: 22px 0;
    background: #eeeeee;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.sl_client-logos__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.sl_client-logos__track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}

.sl_client-logos__item {
    flex-shrink: 0;

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

    opacity: 0.85;
    transition: 0.3s ease;
}

.sl_client-logos__item:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.sl_client-logos__item img {
    max-width: 135px;
    max-height: 34px;

    width: auto;
    height: auto;

    object-fit: contain;
}

@media (max-width: 1024px) {

    .sl_client-logos__track {
        flex-wrap: wrap;
        justify-content: center;
        gap: 34px;
    }

    .sl_client-logos__item img {
        max-width: 115px;
        max-height: 30px;
    }
}

@media (max-width: 768px) {

    .sl_client-logos {
        padding: 18px 0;
    }

    .sl_client-logos__track {
        gap: 24px;
    }

    .sl_client-logos__item img {
        max-width: 100px;
        max-height: 28px;
    }
}



.sl_nft-facts {
    position: relative;

    padding: 72px 0;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(7,93,172,0.02) 0%,
            rgba(7,93,172,0.04) 100%
        ),
        #ffffff;
}

/* background pattern */

.sl_nft-facts::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 420px;
    height: 100%;

    background-image:
        radial-gradient(
            rgba(7,93,172,0.08) 2px,
            transparent 2px
        );

    background-size: 22px 22px;

    opacity: 0.7;

    pointer-events: none;
}

.sl_nft-facts__container {
    position: relative;
    z-index: 2;

    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}



.sl_nft-facts__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;

    margin-bottom: 64px;
}

.sl_nft-facts__left {
    max-width: 520px;
}
.sl_nft-facts__right {
    max-width: 520px;
}


.sl_nft-facts__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(7,93,172,0.08);
    color: #075dac;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.sl_nft-facts__title {
    margin: 0;
    color: #0f172a;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.sl_nft-facts__title span {
    color: #075dac;
}

.sl_nft-facts__description {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.9;
}

.sl_nft-facts__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}


.sl_nft-facts__item {
    width: calc(16.66% - 16px);
    position: relative;
    text-align: center;
}

/* divider */

.sl_nft-facts__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 96px;
    background: rgba(5, 41, 124, 0.08);
}

.sl_nft-facts__item:last-child::after {
    display: none;
}


.sl_nft-facts__icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sl_nft-facts__icon svg {
    width: 54px;
    height: 54px;
}


.sl_nft-facts__number {
    margin: 0 0 10px;
    color: #075dac;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}


.sl_nft-facts__label {
    margin: 0;
    color: #243447;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}


@media (max-width: 1024px) {

    .sl_nft-facts__top {
        flex-direction: column;
        align-items: flex-start;

        gap: 28px;
    }

    .sl_nft-facts__left,
    .sl_nft-facts__right {
        max-width: 100%;
    }

    .sl_nft-facts__wrapper {
        flex-wrap: wrap;

        gap: 34px 20px;
    }

    .sl_nft-facts__item {
        width: calc(33.33% - 14px);
    }

    .sl_nft-facts__item:nth-child(3)::after {
        display: none;
    }

    .sl_nft-facts__title {
        font-size: 40px;
    }

    .sl_nft-facts__number {
        font-size: 40px;
    }
}

@media (max-width: 768px) {

    .sl_nft-facts {
        padding: 56px 0;
    }

    .sl_nft-facts__container {
        padding: 0 18px;
    }

    .sl_nft-facts__top {
        margin-bottom: 46px;
    }

    .sl_nft-facts__title {
        font-size: 32px;
    }

    .sl_nft-facts__description {
        font-size: 14px;
        line-height: 1.8;
    }

    .sl_nft-facts__wrapper {
        gap: 28px 16px;
    }

    .sl_nft-facts__item {
        width: calc(50% - 8px);
    }

    .sl_nft-facts__item::after {
        display: none;
    }

    .sl_nft-facts__icon {
        width: 64px;
        height: 64px;

        margin-bottom: 16px;
    }

    .sl_nft-facts__icon svg {
        width: 44px;
        height: 44px;
    }

    .sl_nft-facts__number {
        font-size: 34px;
    }

    .sl_nft-facts__label {
        font-size: 15px;
    }
}

@media (max-width: 520px) {

    .sl_nft-facts__item {
        width: 100%;
    }
}
.sl_nft-services {
    padding: 70px 0;
    background: #f7f7f7;
}

.sl_nft-services__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.sl_nft-services__heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.sl_nft-services__title {
    margin: 0 0 18px;

    color: #111111;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.sl_nft-services__description {
    margin: 0;

    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}



.sl_nft-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}



.sl_nft-services__card {
    position: relative;

    padding: 34px 28px;

    background: #ffffff;
    border-radius: 22px;

    box-shadow: 0 6px 24px rgba(0,0,0,0.05);

    transition: 0.3s ease;
}

.sl_nft-services__card:hover {
    transform: translateY(-6px);

    box-shadow: 0 12px 34px rgba(0,0,0,0.08);
}

.sl_nft-services__icon {
    width: 72px;
    height: 72px;

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

    margin-bottom: 22px;

    border-radius: 18px;
    background: #f2f7fd;
}

.sl_nft-services__icon img {
    width: 42px;
    object-fit: contain;
}

.sl_nft-services__card-title {
    margin: 0 0 14px;

    color: #111111;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.sl_nft-services__card-text {
    margin: 0;

    color: #666666;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}


@media (max-width: 1024px) {

    .sl_nft-services {
        padding: 60px 0;
    }

    .sl_nft-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sl_nft-services__title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {

    .sl_nft-services {
        padding: 48px 0;
    }

    .sl_nft-services__container {
        padding: 0 18px;
    }

    .sl_nft-services__heading {
        margin-bottom: 40px;
    }

    .sl_nft-services__title {
        font-size: 30px;
    }

    .sl_nft-services__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .sl_nft-services__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sl_nft-services__card {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .sl_nft-services__card-title {
        font-size: 20px;
    }
}
.sl-header {
    max-width: 860px;
    margin: 0 auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sl-header h2 {
    margin: 0 auto 20px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;

    color: #0b1120;

    position: relative;
    display: inline-block;
}

.sl-header h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 15px auto 0;
    background: #075DAC;
}

.sl-header p {
    max-width: 860px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;

    color: var(--color-slblack);
}
/* ── GRID SYSTEM ── */
.sl-grid-1 {
  display: grid;
  /* Desktop: 3 columns */
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── CARD STYLING ── */
.card-1-wrapper {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f1f5f9;
  /* Subtle Gradient/Glass Effect from Image */
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8.107px;
  background: linear-gradient(101deg, rgba(255, 255, 255, 0.08) 58.83%, rgba(7, 93, 172, 0.08) 128.72%), #FFF;
}

.card-1-wrapper:hover {
  transform: translateY(-5px);
  border-radius: 8.107px;
  border: 0.811px solid #075DAC;
  background: linear-gradient(101deg, rgba(255, 255, 255, 0.26) 58.83%, rgba(7, 93, 172, 0.26) 128.72%), #FFF;
  box-shadow: 0 4px 33px 0 rgba(34, 53, 71, 0.08);
  

}

.card-1-wrapper img{
    margin-bottom: 24px;
    filter: invert(18%) sepia(100%) saturate(2000%)
            hue-rotate(200deg) brightness(65%)
            contrast(110%);
}
.card-1-wrapper svg {
    margin-bottom:24px;
    width: 48px;
    height: 48px;
}

.card-1-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1120;
  margin-bottom: 12px;
}

.card-1-wrapper p {
  font-size: 14px;
color: var(--color-slblack);
  line-height: 1.6;
  /* Clamping text if it gets too long, matching the image look */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── RESPONSIVE OVERRIDES ── */

/* Tablet: 2 Columns */
@media (max-width: 992px) {
  .sl-grid-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-header h2 {
    font-size: 28px;
  }
}

/* Mobile: 1 Column */
@media (max-width: 640px) {
  .sl-wrapper {
    padding: 50px 20px;
  }

  .sl-grid-1 {
    grid-template-columns: 1fr;
  }

  .sl-header h2 {
    font-size: 24px;
  }

  .card-1-wrapper {
    padding: 30px 20px;
    align-items: center;
    text-align: center;
  }
}


.sl-cta {
    position: relative;
    overflow: hidden;

    margin-top: 56px;

    padding: 56px 0px;

    background: #075DAC;
}

.sl-cta__bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    opacity: 1;

    z-index: 1;

    transform: scale(1.03);
}

.sl-cta::before {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(92.3deg,
            rgba(7, 93, 172, 0.58) 0.79%,
            rgba(3, 38, 70, 0.58) 104.45%);

    z-index: 2;
}

.sl-cta__container {
    position: relative;
    z-index: 3;

    max-width: 1280px;

    margin: 0 auto;

    text-align: center;
}

.sl-cta__title {
    margin: 0 0 14px;

    font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;

    color: #ffffff;
}

.sl-cta__title span {
    font-style: italic;
}

.sl-cta__desc {
    margin: 0 auto 24px;

    max-width: 1100px;

    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.96);
}

.sl-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 32px;

    border-radius: 999px;

    background: #ffffff;

    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: #075DAC;
    text-decoration: none;

    transition: all 0.3s ease;
}

.sl-cta__btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {

    .sl-cta {
        padding: 48px 18px;
    }

    .sl-cta__title {
        font-size: 28px;
    }

    .sl-cta__desc {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {

    .sl-cta {
        margin-top: 40px;

        padding: 42px 16px;
    }

    .sl-cta__title {
        font-size: 22px;
    }

    .sl-cta__desc {
        font-size: 14px;
    }

    .sl-cta__btn {
        width: 100%;
        max-width: 210px;
    }
}


/* HEADER */
.sl-portfolio__header {
  text-align: center;
  margin: 0 auto 40px;
}

.sl-portfolio__header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2a37;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.sl-portfolio__header h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #075DAC;
  margin: 10px auto 0;
  border-radius: 2px;
}

.sl-portfolio__header p {
  font-size: 16px;

color: var(--color-slblack);  
line-height: 1.7;
}

/* ROW */
.sl-portfolio__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  margin-bottom: 150px;
}
.sl-portfolio__row:last-child {
    margin-bottom: 0;
}

/* REVERSE */
.sl-portfolio__row.reverse {
  flex-direction: row-reverse;
}

/* CONTENT */
.sl-portfolio__content {
  width: 503px;      
  flex-shrink: 0;    
}


/* SMALL LABEL */
.sl-portfolio__content span {
  font-size: 18px;
  font-weight: 500;
  color: #223547;   
  margin-bottom: 8px;
  display: block;
}

/* TITLE */
.sl-portfolio__content h3 {
  font-size: 24px;
  font-weight: 700;           
  color: #223547;
  font-style: italic;
  line-height: 1.25;        
  letter-spacing: -0.2px;    
  margin-bottom: 14px;
}

/* DESC */
.sl-portfolio__content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-slblack); 
  line-height: 1.7;
  margin-bottom: 14px;
}

/* LIST */
.sl-portfolio__content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.sl-portfolio__content li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;  
  color: var(--color-slblack);
}

.sl-portfolio__content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-slblack);
  font-size: 18px;
  font-weight: 700;
}
.sl-portfolio__content li {
  font-weight: 600 !important;
}

/* BUTTON */
.sl-portfolio__content a {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 45px;
  background: #075dac;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.sl-portfolio__content a:hover {
  background: #054a8c;
}

/* IMAGE */
.sl-portfolio__image {
  width: 898px;  
}

.sl-portfolio__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 992px) {

  .sl-portfolio {
    overflow: hidden;
  }

  .sl-portfolio__row {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }

  .sl-portfolio__row.reverse {
    flex-direction: column;
  }

  .sl-portfolio__content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .sl-portfolio__content ul {
    text-align: left;
  }

  .sl-portfolio__image {
    width: 100%;
    max-width: 100%;
  }

  .sl-portfolio__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 768px) {

  .sl-portfolio__header {
    margin-bottom: 32px;
  }

  .sl-portfolio__header h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .sl-portfolio__header p {
    font-size: 15px;
    line-height: 1.7;
  }

  .sl-portfolio__row {
    gap: 30px;
    margin-bottom: 60px;
  }

  .sl-portfolio__content span {
    font-size: 15px;
  }

  .sl-portfolio__content h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .sl-portfolio__content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sl-portfolio__content a {
    padding: 12px 26px;
    font-size: 13px;
  }

  .sl-portfolio__image {
    margin-top: 10px;
  }
}

@media (max-width: 520px) {

  .sl-portfolio__header h2 {
    font-size: 22px;
  }

  .sl-portfolio__header p {
    font-size: 14px;
  }

  .sl-portfolio__content h3 {
    font-size: 20px;
  }

  .sl-portfolio__content p {
    font-size: 14px;
  }

  .sl-portfolio__image img {
    transform: scale(1.02);
  }
}
.sl_engagement-models {
    padding: 72px 0;
    background: #f8fafc;
}

.sl_engagement-models__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}



.sl_engagement-models__header {
    max-width: 760px;
    margin: 0 auto 54px;

    text-align: center;
}

.sl_engagement-models__title {
    margin: 0 0 18px;

    color: #111111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.sl_engagement-models__title span {
    color: #075DAC;
    font-style: italic;
}

.sl_engagement-models__description {
    margin: 0;

    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.8;
}



.sl_engagement-models__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}



.sl_engagement-models__card {
    padding: 34px 30px;

    background: #ffffff;
    border-radius: 24px;

    text-align: center;

    box-shadow: 0 8px 28px rgba(0,0,0,0.05);

    transition: 0.3s ease;
}

.sl_engagement-models__card:hover {
    transform: translateY(-6px);

    box-shadow: 0 16px 38px rgba(0,0,0,0.08);
}

.sl_engagement-models__icon {
    width: 88px;
    height: 88px;

    margin: 0 auto 26px;

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

    border-radius: 22px;
    background: #f2f7fd;
}

.sl_engagement-models__icon img {
    width: 52px;
    object-fit: contain;
}

.sl_engagement-models__card-title {
    margin: 0 0 16px;

    color: #111111;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.sl_engagement-models__card-text {
    margin: 0;

    color: #666666;
    font-size: 15px;
    line-height: 1.9;
}



@media (max-width: 1024px) {

    .sl_engagement-models {
        padding: 60px 0;
    }

    .sl_engagement-models__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sl_engagement-models__title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {

    .sl_engagement-models {
        padding: 48px 0;
    }

    .sl_engagement-models__container {
        padding: 0 18px;
    }

    .sl_engagement-models__header {
        margin-bottom: 40px;
    }

    .sl_engagement-models__title {
        font-size: 28px;
    }

    .sl_engagement-models__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .sl_engagement-models__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sl_engagement-models__card {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .sl_engagement-models__card-title {
        font-size: 22px;
    }
}


.sl_nft-tech {
    padding: 80px 0;
    background: #f8fafc;
}

.sl_nft-tech__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}



.sl_nft-tech__header {
    margin-bottom: 56px;
    text-align: center;
}

.sl_nft-tech__title {
    margin: 0;

    color: #101828;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}



.sl_nft-tech__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}


.sl_nft-tech__sidebar {
    width: 240px;
    flex-shrink: 0;
}

.sl_nft-tech__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 16px 4px;

    border-bottom: 1px solid #e5e7eb;

    color: #667085;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;

    cursor: pointer;
    transition: 0.3s ease;
}

.sl_nft-tech__tab:hover {
    color: #075dac;
}

.sl_nft-tech__tab--active {
    color: #075dac;
    font-weight: 700;
}

.sl_nft-tech__arrow {
    font-size: 18px;
}



.sl_nft-tech__content {
    flex: 1;
}



.sl_nft-tech__panel {
    display: none;
}

.sl_nft-tech__panel--active {
    display: block;
}


.sl_nft-tech__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}



.sl_nft-tech__logo {
    width: 150px;

    text-align: center;
}

.sl_nft-tech__logo-box {
    height: 120px;

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

    background: #ffffff;

    border: 1px solid #e5e7eb;
    border-radius: 18px;

    transition: 0.3s ease;
}

.sl_nft-tech__logo-box:hover {
    border-color: rgba(7,93,172,0.25);

    background: rgba(7,93,172,0.03);

    box-shadow:
        0 10px 24px rgba(7,93,172,0.08);

    transform: translateY(-4px);
}

.sl_nft-tech__logo-box img {
    width: 62px;
    height: 62px;

    object-fit: contain;
}

.sl_nft-tech__logo span {
    display: block;

    margin-top: 14px;

    color: #101828;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}


@media (max-width: 1024px) {

    .sl_nft-tech {
        padding: 64px 0;
    }

    .sl_nft-tech__wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .sl_nft-tech__sidebar {
        width: 100%;
    }

    .sl_nft-tech__tab {
        font-size: 15px;
        padding: 14px 2px;
    }

    .sl_nft-tech__logos {
        gap: 22px;
    }

    .sl_nft-tech__logo {
        width: calc(33.33% - 15px);
    }

    .sl_nft-tech__title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {

    .sl_nft-tech {
        padding: 52px 0;
    }

    .sl_nft-tech__container {
        padding: 0 18px;
    }

    .sl_nft-tech__header {
        margin-bottom: 40px;
    }

    .sl_nft-tech__title {
        font-size: 30px;
    }

    .sl_nft-tech__wrapper {
        gap: 30px;
    }

    .sl_nft-tech__logos {
        gap: 18px;
    }

    .sl_nft-tech__logo {
        width: calc(50% - 9px);
    }

    .sl_nft-tech__logo-box {
        height: 100px;
        border-radius: 16px;
    }

    .sl_nft-tech__logo-box img {
        width: 50px;
        height: 50px;
    }

    .sl_nft-tech__logo span {
        font-size: 14px;
    }
}

.sl_nft-cta {
    padding: 64px 0;

    background:
        linear-gradient(
            135deg,
            #075dac 0%,
            #04386a 100%
        );

    position: relative;
    overflow: hidden;
}

.sl_nft-cta::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at top left,
            rgba(255,255,255,0.08),
            transparent 40%
        );
}

.sl_nft-cta::after {
    content: "";

    position: absolute;
    right: -100px;
    top: -100px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background:
        radial-gradient(
            rgba(255,255,255,0.08),
            transparent 70%
        );
}


.sl_nft-cta__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;

    position: relative;
    z-index: 2;
}



.sl_nft-cta__content {
    max-width: 860px;
    margin: 0 auto;

    text-align: center;
}


.sl_nft-cta__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    padding: 0 14px;

    margin-bottom: 20px;

    border-radius: 999px;

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

    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}



.sl_nft-cta__title {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 40px;
    line-height: 1.22;
    font-weight: 700;

    letter-spacing: -1px;
}

.sl_nft-cta__title span {
    color: #d4e9ff;
}

.sl_nft-cta__description {
    max-width: 780px;
    margin: 0 auto;

    color: rgba(255,255,255,0.88);

    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}



.sl_nft-cta__actions {
    margin-top: 30px;
}



.sl_nft-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 0 28px;

    border-radius: 999px;

    background: #ffffff;

    color: #075dac;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition: 0.3s ease;
}

.sl_nft-cta__button:hover {
    background: #edf5ff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(0,0,0,0.16);
}



@media (max-width: 1024px) {

    .sl_nft-cta {
        padding: 56px 0;
    }

    .sl_nft-cta__title {
        font-size: 34px;
    }

    .sl_nft-cta__description {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .sl_nft-cta {
        padding: 48px 0;
    }

    .sl_nft-cta__container {
        padding: 0 18px;
    }

    .sl_nft-cta__title {
        font-size: 28px;
        line-height: 1.3;
    }

    .sl_nft-cta__description {
        font-size: 14px;
        line-height: 1.75;
    }

    .sl_nft-cta__actions {
        margin-top: 26px;
    }

    .sl_nft-cta__button {
        width: 100%;
    }
}
.sl-why-title {
  font-size: 32px;
  font-weight: 600;
  color: #223547;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

.sl-why-title::after {
  content: "";
  width: 140px;
  height: 3px;
  background: #075dac;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}


.sl_nft-usecase {
    padding: 80px 0;
    background: #ffffff;
}

.sl_nft-usecase__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}


.sl_nft-usecase__header {
    max-width: 820px;
    margin: 0 auto 56px;

    text-align: center;
}

.sl_nft-usecase__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    padding: 0 16px;

    margin-bottom: 18px;

    border-radius: 999px;

    background: rgba(7,93,172,0.08);

    color: #075dac;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.sl_nft-usecase__title {
    margin: 0 0 18px;

    color: #101828;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.sl_nft-usecase__title span {
    color: #075dac;
}

.sl_nft-usecase__description {
    margin: 0;

    color: #667085;
    font-size: 16px;
    line-height: 1.8;
}



.sl_nft-usecase__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}



.sl_nft-usecase__card {
    width: calc(33.33% - 16px);

    padding: 34px 30px;

    background: #f8fbff;

    border: 1px solid #e4edf7;
    border-radius: 24px;

    transition: 0.3s ease;
}

.sl_nft-usecase__card:hover {
    transform: translateY(-4px);

    border-color: rgba(7,93,172,0.18);

    box-shadow:
        0 16px 34px rgba(7,93,172,0.08);
}



.sl_nft-usecase__icon {
    width: 72px;
    height: 72px;

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

    margin-bottom: 26px;

    border-radius: 18px;

    background: #ffffff;
}

.sl_nft-usecase__icon img {
    width: 42px;
    height: 42px;

    object-fit: contain;
}



.sl_nft-usecase__card-title {
    margin: 0 0 14px;

    color: #101828;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.sl_nft-usecase__text {
    margin: 0;

    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}



@media (max-width: 1024px) {

    .sl_nft-usecase {
        padding: 64px 0;
    }

    .sl_nft-usecase__grid {
        gap: 20px;
    }

    .sl_nft-usecase__card {
        width: calc(50% - 10px);
    }

    .sl_nft-usecase__title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {

    .sl_nft-usecase {
        padding: 52px 0;
    }

    .sl_nft-usecase__container {
        padding: 0 18px;
    }

    .sl_nft-usecase__header {
        margin-bottom: 42px;
    }

    .sl_nft-usecase__title {
        font-size: 30px;
    }

    .sl_nft-usecase__description {
        font-size: 14px;
    }

    .sl_nft-usecase__grid {
        gap: 18px;
    }

    .sl_nft-usecase__card {
        width: 100%;

        padding: 28px 22px;

        border-radius: 20px;
    }

    .sl_nft-usecase__card-title {
        font-size: 22px;
    }
}

.sl-roadmap-head {
    text-align: center;
    margin: 0 auto 50px;
}


.sl-roadmap-head h2 {
    max-width: 900px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 600;
    color: #4b5563;
    line-height: 1.3;
}

.sl-roadmap-head p {
    max-width: 1200px;  
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-slblack);
}
.sl-roadmap-line {
    width: 80px;
    height: 2px;
    background: #075dac;
    margin: 14px auto 0;
}
/* BUTTON CTA */
.btn-cta,
.btn-cta:link,
.btn-cta:visited,
.btn-cta:hover,
.btn-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 999px;
    border: 1px solid #075DAC;
    background: #075DAC;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap; 
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;

    transition: all 0.3s ease;
}
.btn-cta:hover {
    background: #054a88;
    border-color: #054a88;
}


