/*---------------------------------------------*/
/* Home V2 - Hero Section                      */
/*---------------------------------------------*/
.s-hero-v2 {
    min-height: 100vh;
    position: relative;
    padding: 200px 0 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    .s-hero-v2 {
        min-height: auto;
    }
}
@media (max-width: 575px) {
    .s-hero-v2 .container,
    .s-advantages__container,
    .s-pricing__container,
    .s-features__container,
    .s-platforms .container,
    .s-security .container {
        margin-bottom: 20%;
    }
}
@media (max-width: 575px) {
    .s-hero-v2 {
        min-height: auto;
    }
}
.s-hero-v2__glow {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 100%;
    background: radial-gradient(ellipse 70% 60% at 50% 70%, rgba(247,73,2,0.6) 0%, rgba(200,50,0,0.35) 25%, rgba(150,30,0,0.15) 45%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.s-hero-v2 .s-hero-v2__container {
    position: relative;
    z-index: 2;
}
#s-hero-v2-wrap {
    position: relative;
    overflow: visible;
}
#s-hero-v2-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(15,15,15,0) 0%, #0f0f0f 70%);
    z-index: 10;
    pointer-events: none;
}
.s-hero-v2__badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 44px;
}
.s-hero-v2__badge {
    display: flex;
    align-items: center;
    gap: 4px;
}
.s-hero-v2__badge-icon {
    width: 17px;
    height: 18px;
}
.s-hero-v2__badge-text {
    font-family: "Hauora", "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.02em;
}
.s-hero-v2__subtitle {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 20px;
}
.s-hero-v2__title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 56px;
}
.s-hero-v2__btn-wrap {
    text-align: center;
    margin-bottom: 80px;
}
.s-hero-v2__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: radial-gradient(75.22% 213.85% at 47.2% 62.5%, rgba(247,73,2,0.3) 34.5%, rgba(239,43,45,0.3) 66.32%, rgba(31,13,6,0.3) 100%);
    border-radius: 200px;
    text-decoration: none;
}
.s-hero-v2__btn-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(263.12deg, #F74902 69.36%, #EF2B2D 88.08%, #1F0D06 131.83%);
    border-radius: 200px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
.s-hero-v2__btn:hover .s-hero-v2__btn-inner {
    opacity: 0.9;
    box-shadow: 0 0 16px rgba(247, 73, 2, 0.5);
}
.s-hero-v2__visual {
    text-align: center;
    position: relative;
}
.s-hero-v2__visual img {
    max-width: min(830px, 60vw);
    width: 100%;
    height: auto;
}
.s-hero-v2__popup {
    position: absolute;
    right: 38px;
    bottom: 40px;
    width: 496px;
    padding: 12px;
    background: radial-gradient(84.86% 84.86% at 49.9% -19.09%, rgba(247,73,2,0.5) 0%, rgba(247,73,2,0) 72.18%), rgba(152,152,152,0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
}
.s-hero-v2__popup-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
}
.s-hero-v2__popup-image img {
    width: 238px;
    border-radius: 12px;
}
.s-hero-v2__popup-btn {
    display: inline-flex;
    padding: 10px 16px;
    background: linear-gradient(263.12deg, #F74902 69.36%, #EF2B2D 88.08%, #1F0D06 131.83%);
    border-radius: 200px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 16px;
}

/*---------------------------------------------*/
/* Home V2 - Award Ticker                     */
/*---------------------------------------------*/
.s-ticker {
    padding: 60px 0;
    width: 100%;
    position: relative;
    background: #0f0f0f;
}
.s-ticker__bottom-fade {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #0f0f0f 0%, rgba(15,15,15,0) 100%);
    z-index: 10;
    pointer-events: none;
}
.s-ticker__top-fade {
    display: none;
}
@media (max-width: 991px) {
    .s-ticker__top-fade {
        display: block;
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(180deg, rgba(15,15,15,0) 0%, #0f0f0f 100%);
        z-index: 10;
        pointer-events: none;
    }
}
.s-ticker__track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1198px;
    width: 100%;
    margin: 0 auto;
}
.s-ticker__scroll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    padding: 0 16px;
    flex-shrink: 0;
}
.s-ticker__scroll--clone {
    display: none;
}
.s-ticker__badge {
    height: 90px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    flex-shrink: 0;
}
.s-ticker__divider {
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
}
.s-ticker::before,
.s-ticker::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.s-ticker::before {
    left: 0;
    background: linear-gradient(90deg, #0f0f0f 0%, rgba(15,15,15,0) 100%);
}
.s-ticker::after {
    right: 0;
    background: linear-gradient(270deg, #0f0f0f 0%, rgba(15,15,15,0) 100%);
}

/* Mobile: marquee auto-scroll */
@media (max-width: 991px) {
    .s-ticker {
        padding: 32px 0;
    }
    .s-ticker::before,
    .s-ticker::after {
        width: 40px;
    }
    .s-ticker__track {
        max-width: none;
        justify-content: flex-start;
        animation: ticker-scroll 30s linear infinite;
        gap: 0;
    }
    .s-ticker__scroll--clone {
        display: flex;
    }
    .s-ticker__scroll {
        gap: 16px;
        padding-right: 16px;
        width: auto;
        flex-shrink: 0;
    }
    .s-ticker__badge {
        height: 36px;
    }
    .s-ticker__divider {
        height: 30px;
        margin: 0;
    }
}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/*---------------------------------------------*/
/* Home V2 - Advantages Section                */
/*---------------------------------------------*/
.s-advantages {
    padding: 100px 0;
}
.s-advantages__container {
    max-width: 1135px;
    margin: 0 auto;
}
.s-advantages__header {
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}
.s-advantages__title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    max-width: 513px;
}
.s-advantages__description {
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    max-width: 566px;
}
.s-advantages__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
}
.s-advantages__brand-card {
    grid-row: 1 / 3;
    grid-column: 1;
}
.s-advantages__brand-card-inner {
    height: 100%;
    box-sizing: border-box;
    padding: 48px 32px 32px;
    background: radial-gradient(254.89% 140.79% at -9.45% 7.5%, rgba(31,13,6,0.24) 0%, rgba(239,43,45,0.17) 39.42%, rgba(247,73,2,0.34) 88.46%);
    box-shadow: inset -10px 1px 34px rgba(247,73,2,0.2);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}
.s-advantages__brand-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    display: inline-block;
    padding: 20px 50px;
    background: #000;
    border: 1px solid #f74902;
    box-shadow: 0 0 159px #f74902, inset 0 0 47px rgba(247,73,2,0.5);
    border-radius: 9999px;
}
.s-advantages__brand-subtitle {
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}
.s-advantages__brand-image {
    flex: 1;
    overflow: hidden;
}
.s-advantages__brand-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.s-advantages__cards {
    display: contents;
}
.s-advantages__card {
    padding: 24px;
    background: rgba(152, 152, 152, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 29px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    aspect-ratio: 368 / 367;
    position: relative;
    overflow: hidden;
}
.s-advantages__card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.s-advantages__card-icon {
    width: 36px;
    height: 36px;
    background: #f74902;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.s-advantages__card-icon img {
    width: 20px;
    height: 20px;
}
.s-advantages__card-label {
    font-family: "Hauora", "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
}
.s-advantages__card-value {
    font-family: "Space Grotesk", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
}
.s-advantages__card-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 0;
    border-radius: 29px;
    overflow: hidden;
}
.s-advantages__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.s-advantages__card-header,
.s-advantages__card-value,
.s-advantages__card-desc {
    position: relative;
    z-index: 1;
}
.s-advantages__card-desc {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-top: auto;
}

/*---------------------------------------------*/
/* Home V2 - Platforms Section                 */
/*---------------------------------------------*/
.s-platforms {
    padding: 124px 0;
}
.s-platforms .container {
    max-width: 1135px;
    margin: 0 auto;
}
.s-platforms__title {
    margin-bottom: 80px;
}
.s-platforms__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 40px;
}
.s-platforms__block--reversed {
    flex-direction: row-reverse;
}
.s-platforms__content {
    max-width: 420px;
    flex-shrink: 0;
}
.s-platforms__logo {
    margin-bottom: 48px;
}
.s-platforms__logo img {
    height: 37px;
    width: auto;
}
.s-platforms__name {
    font-family: "Space Grotesk", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 24px;
}
.s-platforms__desc {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 48px;
}
.s-platforms__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 16px;
    background: linear-gradient(263.12deg, #F74902 69.36%, #EF2B2D 88.08%, #1F0D06 131.83%);
    border-radius: 200px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 48px;
}
.s-platforms__cta-btn:hover {
    opacity: 0.9;
    box-shadow: 0 0 16px rgba(247, 73, 2, 0.5);
    color: #fff;
    text-decoration: none;
}
.s-platforms__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.s-platforms__feature {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Hauora", "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.02em;
    padding-left: 0;
}
.s-platforms__feature:before {
    content: none !important;
}
.s-platforms__feature-check {
    width: 36px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(263.12deg, #F74902 69.36%, #EF2B2D 88.08%, #1F0D06 131.83%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.s-platforms__feature-check::after {
    content: "";
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
}
.s-platforms__screenshot {
    width: 539px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(43,43,43,0.2);
}
.s-platforms__screenshot img {
    width: 100%;
    display: block;
}

/*---------------------------------------------*/
/* Home V2 - Security Section                  */
/*---------------------------------------------*/
.s-security {
    padding: 100px 0;
}
.s-security .container {
    max-width: 1135px;
    margin: 0 auto;
}
.s-security__title {
    margin-bottom: 32px;
}
.s-security__subtitle {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 80px;
}
.s-security__cards {
    margin: 0 -10px;
}
.s-security__card-col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.s-security__card {
    background: rgba(152,152,152,0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}
.s-security__card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.s-security__card-icon {
    width: 36px;
    height: 36px;
    background: #f74902;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.s-security__card-icon img {
    width: 20px;
    height: 20px;
}
.s-security__card-label {
    font-family: "Hauora", "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
}
.s-security__card-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    min-height: 180px;
}
.s-security__card-image img {
    max-width: 100%;
    max-height: 215px;
    object-fit: contain;
}
.s-security__card-content {
    text-align: center;
}
.s-security__card-value {
    font-family: "Space Grotesk", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 12px;
}
.s-security__card-desc {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

/*---------------------------------------------*/
/* Responsive                                  */
/*---------------------------------------------*/
@media (max-width: 1279px) {
    .s-advantages__grid {
        grid-template-columns: 1fr 1fr;
    }
    .s-advantages__brand-card {
        grid-row: auto;
        grid-column: 1 / -1;
    }
    .s-advantages__brand-card-inner {
        min-height: 400px;
    }
    .s-platforms__block,
    .s-platforms__block--reversed {
        flex-direction: column;
        gap: 40px;
    }
    .s-platforms__content {
        max-width: 100%;
    }
    .s-platforms__screenshot {
        width: 100%;
        max-width: 539px;
    }
}

@media (max-width: 991px) {
    .s-advantages,
    .s-platforms,
    .s-security {
        padding: 70px 0;
    }
    .s-advantages__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .s-advantages__title {
        font-size: 40px;
    }
    .s-advantages__grid {
        grid-template-columns: 1fr;
    }
    .s-advantages__brand-card {
        grid-column: auto;
    }
    .s-platforms__title {
        margin-bottom: 48px;
    }
    .s-platforms__name {
        font-size: 36px;
    }
    .s-security__card-value {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .s-advantages,
    .s-platforms,
    .s-security {
        padding: 50px 0;
    }
    .s-advantages__title {
        font-size: 32px;
    }
    .s-advantages__card-value {
        font-size: 36px;
    }
    .s-advantages__grid {
        grid-template-columns: 1fr;
    }
    .s-advantages__brand-card {
        grid-column: auto;
    }
    .s-advantages__card {
        padding: 20px;
    }
    .s-platforms__name {
        font-size: 28px;
    }
    .s-platforms__desc {
        margin-bottom: 32px;
    }
    .s-platforms__cta-btn {
        margin-bottom: 32px;
    }
    .s-platforms__features {
        gap: 16px;
    }
    .s-platforms__feature {
        font-size: 16px;
    }
}

@media (max-width: 890px) {
    .s-platforms__features {
        display: none;
    }
}
    .s-security__card {
        min-height: 300px;
        padding: 20px;
    }
    .s-security__card-value {
        font-size: 28px;
    }
}


/*---------------------------------------------*/
/* Home V2 - Market Pricing Section            */
/*---------------------------------------------*/
.s-pricing {
    padding: 100px 0;
}
.s-pricing__title {
    margin-bottom: 40px;
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
}
.s-pricing__title span {
    color: #f74902;
}
.s-pricing__tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
}
.s-pricing__tabs {
    display: inline-flex;
    align-items: center;
    padding: 12px;
    gap: 8px;
    background: rgba(54, 43, 38, 0.7);
    border: 0.5px solid #6b6b6b;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 120px;
}
.s-pricing__tab {
    background: none;
    border: 1.5px solid transparent;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    border-radius: 9999px;
}
.s-pricing__tab.is-active {
    background: #000;
    border-color: #f74902;
    box-shadow: 0 0 124px #f74902, inset 0 0 37px rgba(247,73,2,0.5);
}
.s-pricing__card {
    max-width: 1135px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(43,43,43,0.2);
    box-shadow: inset -10px 1px 34px rgba(247,73,2,0.2);
    border: 1px solid rgba(107,107,107,0.5);
    border-radius: 30px;
}
.s-pricing__table-wrap {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.s-pricing__panel {
    display: none;
    padding: 22px 24px;
    background: rgba(43,43,43,0.8);
    border-radius: 16px;
}
.s-pricing__panel.is-active {
    display: block;
}
.s-pricing__table-header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(239,239,239,0.15);
    margin-bottom: 20px;
    text-align: center;
}
.s-pricing__th {
    flex: 1;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    color: #cecece;
    text-align: left;
}
.s-pricing__th--ticker {
    width: 35%;
    flex: none;
    text-align: left;
}
.s-pricing__row {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: none;
    border-radius: 8px;
}
.s-pricing__row:nth-child(even) {
    background: linear-gradient(90deg, rgba(84,84,84,0) 0%, rgba(84,84,84,0.2) 39.9%, rgba(84,84,84,0) 98.08%);
}
.s-pricing__row:last-child {
    border-bottom: none;
}
.s-pricing__cell {
    flex: 1;
    font-family: "Inter", "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.s-pricing__cell--ticker {
    width: 35%;
    flex: none;
    font-weight: 500;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.s-pricing__icon {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.s-pricing__cell--name {
    color: #6C7080;
    text-align: left;
}
.s-pricing__more {
    text-align: center;
    margin-top: 24px;
}
.s-pricing__more-link,
.s-pricing__more-link:hover,
.s-pricing__more-link:focus,
.s-pricing__more-link:active,
.s-pricing__more-link:visited {
    text-decoration: none !important;
    background-image: none !important;
    background: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    color: #f74902;
    letter-spacing: -0.02em;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
    opacity: 0.85;
}
.s-pricing__more-link:hover {
    color: #f74902 !important;
    transform: scale(1.05);
    opacity: 1;
}
.s-pricing__more-link svg {
    width: 14px;
    height: 14px;
}

/*---------------------------------------------*/
/* Home V2 - Key Features Section              */
/*---------------------------------------------*/
.s-features {
    padding: 100px 0;
}
.s-features__container {
    max-width: 1135px;
    margin: 0 auto;
}
.s-features__title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    margin-bottom: 64px;
}
.s-features__title span {
    color: #f74902;
}
.s-features__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
/* Row 1: card 1 wide, card 2 narrow */
.s-features__card:nth-child(1) {
    grid-column: span 4;
}
.s-features__card:nth-child(2) {
    grid-column: span 2;
}
/* Row 2: 3 equal */
.s-features__card:nth-child(3),
.s-features__card:nth-child(4),
.s-features__card:nth-child(5) {
    grid-column: span 2;
}
.s-features__card {
    border-radius: 29px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: rgba(152, 152, 152, 0.1);
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
}
/* Card 1 (large): both title and desc at bottom */
.s-features__card--large {
    justify-content: flex-end;
}
.s-features__card--large .s-features__card-title {
    margin-bottom: 12px;
}
/* Small cards: title at top, desc at bottom (space-between handles this) */
.s-features__card--small .s-features__card-desc {
    margin-top: auto;
}
.s-features__card-content {
    position: relative;
    z-index: 1;
    max-width: 320px;
}
.s-features__card-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 0;
}
.s-features__card-title span {
    color: #f74902;
}
.s-features__card-desc {
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255,255,255,0.7);
    max-width: 280px;
}

@media (max-width: 991px) {
    .s-features {
        padding: 70px 0;
    }
    .s-features__title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .s-features__grid {
        grid-template-columns: 1fr 1fr;
    }
    .s-features__card:nth-child(1) {
        grid-column: span 2;
    }
    .s-features__card:nth-child(2),
    .s-features__card:nth-child(3),
    .s-features__card:nth-child(4),
    .s-features__card:nth-child(5) {
        grid-column: span 1;
    }
    .s-features__card {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .s-features {
        padding: 50px 0;
    }
    .s-features__title {
        font-size: 32px;
    }
    .s-features__grid {
        grid-template-columns: 1fr;
    }
    .s-features__card:nth-child(1),
    .s-features__card:nth-child(2),
    .s-features__card:nth-child(3),
    .s-features__card:nth-child(4),
    .s-features__card:nth-child(5) {
        grid-column: span 1;
    }
    .s-features__card {
        min-height: 260px;
    }
    .s-features__card-title {
        font-size: 24px;
    }
}

/*---------------------------------------------*/
/* Home V2 - Banner Section                    */
/*---------------------------------------------*/
.s-banner-v2 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.s-banner-v2__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.s-banner-v2__text {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(48px, 8vw, 138px);
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #e8e8e8;
    mix-blend-mode: color-dodge;
    white-space: nowrap;
}
.s-banner-v2__coin {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.s-banner-v2__coin img {
    height: clamp(60px, 8vw, 138px);
    width: auto;
}

/*---------------------------------------------*/
/* Home V2 - CTA Section                       */
/*---------------------------------------------*/
.hv2-cta {
    padding: 100px 0 120px;
    overflow: hidden;
    position: relative;
    min-height: 833px;
    display: flex;
    align-items: flex-start;
}
.hv2-cta__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hv2-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    mix-blend-mode: color-dodge;
}
.hv2-cta__container {
    z-index: 1;
    padding-top: 120px;
}
.hv2-cta__title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.hv2-cta__btn-wrap {
    text-align: center;
}
.hv2-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: radial-gradient(75.22% 213.85% at 47.2% 62.5%, rgba(247,73,2,0.3) 34.5%, rgba(239,43,45,0.3) 66.32%, rgba(31,13,6,0.3) 100%);
    border-radius: 200px;
    text-decoration: none !important;
    border: none;
}
.hv2-cta__btn-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(263.12deg, #F74902 69.36%, #EF2B2D 88.08%, #1F0D06 131.83%);
    border-radius: 200px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none !important;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
.hv2-cta__btn:hover .hv2-cta__btn-inner {
    opacity: 0.9;
    box-shadow: 0 0 16px rgba(247, 73, 2, 0.5);
}
.hv2-cta__btn-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none !important;
    background-image: none !important;
    background: none !important;
    transition: color 0.3s ease;
    padding: 16px 8px;
}
.hv2-cta__btn-text:hover {
    color: #f74902;
    text-decoration: none !important;
}
.hv2-cta__btn-text svg {
    width: 12px;
    height: 12px;
}

/*---------------------------------------------*/
/* Responsive - New Sections                   */
/*---------------------------------------------*/
@media (max-width: 991px) {
    .s-hero-v2 {
        padding: 140px 0 0;
        min-height: auto;
    }
    .s-hero-v2__btn-wrap {
        margin-bottom: 40px;
    }
    .s-hero-v2__visual {
        margin-bottom: -80px;
    }
    #s-hero-v2-wrap::after {
        display: none;
    }
    .s-hero-v2__title {
        font-size: 64px;
    }
    .s-hero-v2__badges {
        flex-wrap: wrap;
        gap: 12px;
    }
    .s-hero-v2__popup {
        position: static;
        width: 100%;
        max-width: 400px;
        margin: 40px auto 0;
    }
    .s-pricing__tabs {
        padding: 4px;
        gap: 0;
        border-radius: 40px;
        flex-wrap: nowrap;
        justify-content: center;
        overflow: hidden;
    }
    .s-pricing__tab {
        font-size: 11px;
        padding: 6px 7px;
        white-space: nowrap;
        border-radius: 40px;
        border: 1.5px solid transparent;
        box-shadow: none;
        -webkit-appearance: none;
        will-change: box-shadow, border-color;
        transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .s-pricing__tab.is-active {
        padding: 6px 7px;
        border-color: #f74902;
        box-shadow: 0 0 8px rgba(247,73,2,0.8), inset 0 0 6px rgba(247,73,2,0.4);
    }
    .s-pricing__tabs-wrap {
        margin-bottom: 20px;
    }
    .s-pricing__table-header {
        display: flex;
    }
    .s-pricing__table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .s-pricing__panel {
        min-width: 420px;
    }
    .s-pricing__row {
        flex-wrap: nowrap;
    }
    .s-pricing__cell--ticker {
        width: 120px;
    }
    .s-pricing__cell--name {
        font-size: 14px;
    }
    .hv2-cta {
        padding: 120px 0 100px;
    }
    .hv2-cta__title {
        font-size: 40px;
    }
    .s-banner-v2__content {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 890px) {
    .s-banner-v2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .s-hero-v2 {
        padding: 100px 0 0;
        min-height: auto;
    }
    .s-hero-v2__btn-wrap {
        margin-bottom: 24px;
    }
    .s-hero-v2__visual {
        margin-bottom: -100px;
    }
    .s-hero-v2__title {
        font-size: 44px;
        margin-bottom: 32px;
    }
    .s-hero-v2__btn-inner {
        font-size: 16px;
        padding: 12px 24px;
    }
    .s-ticker {
        padding: 32px 0;
    }
    .s-pricing {
        padding: 50px 0;
    }
    .s-pricing__card {
        padding: 12px;
        border-radius: 20px;
    }
    .s-pricing__table-wrap {
        padding: 0;
    }
    .s-pricing__panel {
        padding: 16px;
    }
    .hv2-cta {
        padding: 80px 0 60px;
    }
    .hv2-cta__title {
        font-size: 32px;
    }
    .hv2-cta__btn-inner {
        font-size: 16px;
        padding: 12px 24px;
    }
    .s-banner-v2 {
        padding: 50px 0;
    }
}


/*---------------------------------------------*/
/* Home V2 - Floating Popup Card               */
/*---------------------------------------------*/
.s-popup-card {
    position: fixed;
    right: 38px;
    bottom: 40px;
    width: 496px;
    padding: 12px;
    background: radial-gradient(84.86% 84.86% at 49.9% -19.09%, rgba(247,73,2,0.5) 0%, rgba(247,73,2,0) 72.18%), rgba(152,152,152,0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
    z-index: 9999;
}
.s-popup-card__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 50%;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    z-index: 1;
    padding: 0;
}
.s-popup-card__close:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.s-popup-card__label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
}
.s-popup-card__label-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: contain;
}
img.s-popup-card__label-icon {
    background: none;
}
span.s-popup-card__label-icon {
    background: #f74902;
}
.s-popup-card__label span {
    font-family: "Hauora", "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.02em;
}
.s-popup-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0 12px 12px;
}
.s-popup-card__title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 20px;
}
.s-popup-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 16px;
    width: fit-content;
    background: linear-gradient(263.12deg, #F74902 69.36%, #EF2B2D 88.08%, #1F0D06 131.83%);
    border-radius: 200px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
.s-popup-card__btn:hover {
    opacity: 0.9;
    box-shadow: 0 0 16px rgba(247, 73, 2, 0.5);
    color: #fff;
    text-decoration: none;
    background: linear-gradient(263.12deg, #F74902 69.36%, #EF2B2D 88.08%, #1F0D06 131.83%);
}
.s-popup-card__image {
    width: 238px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}
.s-popup-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .s-popup-card {
        width: calc(100% - 32px);
        right: 16px;
        bottom: 16px;
    }
    .s-popup-card__image img {
        width: 160px;
    }
}
@media (max-width: 890px) {
    .s-popup-card__image {
        display: none;
    }
}
@media (max-width: 575px) {
    .s-popup-card__title {
        font-size: 20px;
    }
}
