body {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #0E1621;
}


.btn-custom-orange {
    display: inline-block;
    padding: 26px 40px;
    border: 4px solid #ff9a73;
    border-radius: 10px;
    background: linear-gradient(180deg, #ff7a4a 0%, #ff5e2f 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 0 2px rgba(255, 94, 47, 0.18);
    color: #ffffff;
    text-decoration: none;
}

.text-align-center {
    text-align: center;
}


.title-default {
    text-align: center;
    font-size: 34px;
    color: #FFFFFF !important;
    padding-bottom: 21px;

}

.subtitle-default {
    text-align: center;
    font-size: 21px;
    color: #FFFFFF !important;
    padding-bottom: 21px;

}

/*
/
/
/
/
/
/
TOP PAGE
*/

.top-page {
    border-top: 3px solid #00C183;
    min-height: 100vh;
    padding: 60px 0 80px;
    background:
        linear-gradient(rgba(2, 10, 27, 0.82), rgba(2, 10, 27, 0.1)),
        url("../img/top-background.jpg?v=1") center center / cover no-repeat;
}

.top-page-logo {
    margin-bottom: 30px;
}

.top-page-logo img {
    max-width: 333px;
}

.top-page-tag {
    text-transform: uppercase;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.top-page-tag span {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid rgba(0, 255, 190, 0.35);
    border-radius: 100px;
    background: rgba(0, 255, 190, 0.08);
    color: #00e5a0;
    font-size: 0.8rem;
}

.top-page-tag-white {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.top-page-tag-white span {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.8rem;
    box-shadow:
        0 0 12px rgba(255, 255, 255, 0.08),
        inset 0 0 12px rgba(255, 255, 255, 0.03);
}

.top-page-title {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(1.7rem, 3.4vw, 3.48rem);
    line-height: 1.2;
}

.top-page-text {
    margin: 0 auto 35px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    line-height: 1.35;
}

.top-page-actions {
    margin-bottom: 55px;
}

.top-page-link {
    text-transform: uppercase;
    margin-top: -21px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 55%;
    padding: 18px 55px;
    background: radial-gradient(circle at center, #ffb347 0%, #FF8000 45%, #e53900 100%);
    color: #ffffff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.85);
    box-shadow:
        0 0 12px rgba(255, 128, 0, 0.45),
        0 0 28px rgba(255, 94, 0, 0.35),
        0 0 52px rgba(229, 57, 0, 0.25);
    animation: topPageLinkGlow 2.2s ease-in-out infinite;
    transition: transform 0.2s ease, opacity 0.2s ease;
    border-radius: 8px;
}

.top-page-link:hover {
    transform: scale(1.03);
    opacity: 1;
}

@keyframes topPageLinkGlow {
    0% {
        background: radial-gradient(circle at center, #ffb347 0%, #FF8000 45%, #e53900 100%);
        box-shadow:
            0 0 10px rgba(255, 128, 0, 0.35),
            0 0 22px rgba(255, 94, 0, 0.25),
            0 0 40px rgba(229, 57, 0, 0.15);
    }

    50% {
        background: radial-gradient(circle at center, #ffd089 0%, #ff9a1f 40%, #ff4d00 100%);
        box-shadow:
            0 0 16px rgba(255, 154, 31, 0.55),
            0 0 34px rgba(255, 94, 0, 0.4),
            0 0 64px rgba(255, 77, 0, 0.3);
    }

    100% {
        background: radial-gradient(circle at center, #ffb347 0%, #FF8000 45%, #e53900 100%);
        box-shadow:
            0 0 10px rgba(255, 128, 0, 0.35),
            0 0 22px rgba(255, 94, 0, 0.25),
            0 0 40px rgba(229, 57, 0, 0.15);
    }
}


.top-page-link-green {
    text-transform: uppercase;
    margin-top: -21px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 55%;
    padding: 18px 55px;
    background: radial-gradient(circle at center, #7dffcf 0%, #00E59A 45%, #009f6b 100%);
    color: #ffffff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.85);
    box-shadow:
        0 0 12px rgba(0, 229, 154, 0.45),
        0 0 28px rgba(0, 190, 126, 0.35),
        0 0 52px rgba(0, 159, 107, 0.25);
    animation: topPageLinkGreenGlow 2.2s ease-in-out infinite;
    transition: transform 0.2s ease, opacity 0.2s ease;
    border-radius: 8px;
}

.top-page-link-green:hover {
    transform: scale(1.03);
    opacity: 1;
}

@keyframes topPageLinkGreenGlow {
    0% {
        background: radial-gradient(circle at center, #7dffcf 0%, #00E59A 45%, #009f6b 100%);
        box-shadow:
            0 0 10px rgba(0, 229, 154, 0.35),
            0 0 22px rgba(0, 190, 126, 0.25),
            0 0 40px rgba(0, 159, 107, 0.15);
    }

    50% {
        background: radial-gradient(circle at center, #b3ffe4 0%, #2cffb2 40%, #00c985 100%);
        box-shadow:
            0 0 16px rgba(44, 255, 178, 0.55),
            0 0 34px rgba(0, 201, 133, 0.4),
            0 0 64px rgba(0, 159, 107, 0.3);
    }

    100% {
        background: radial-gradient(circle at center, #7dffcf 0%, #00E59A 45%, #009f6b 100%);
        box-shadow:
            0 0 10px rgba(0, 229, 154, 0.35),
            0 0 22px rgba(0, 190, 126, 0.25),
            0 0 40px rgba(0, 159, 107, 0.15);
    }
}



.top-page-video {
    max-width: 980px;
    margin: 0 auto;
}

.top-page-video-link img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.top-page-play {
    position: absolute;
    inset: 0;
}

.top-page-play::before {
    content: "";
    width: 170px;
    height: 170px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(4px);
}

.top-page-play-icon {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 48px solid #ffffff;
    margin-left: 12px;
}

/*
/
/
/
/
/
/ TOOLS */

.tools-section {
    padding-top: 89px;
    padding-bottom: 55px;
    background: #031126;
    overflow: hidden;
}

.tools-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 3.4rem);
    line-height: 1.1;
}

.tools-subtitle {
    max-width: 900px;
    margin: 0 auto 55px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.7vw, 1.9rem);
    line-height: 1.2;
}

.tools-card {
    height: 100%;
    padding: 20px 20px 18px;
    border: 1px solid rgba(0, 229, 160, 0.75);
    border-radius: 4px;
    background: rgba(8, 10, 24, 0.92);
}

.tools-card-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.tools-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #00e5a0;
    color: #031126;
    border-radius: 4px;
    font-size: 1.1rem;
    flex: 0 0 36px;
}

.tools-card h3 {
    margin: 0;
    color: #00e5a0;
    font-size: clamp(1rem, 1.4vw, 1.7rem);
    line-height: 1.05;
}

.tools-card p {
    margin: 0;
    color: #fff;
    font-size: clamp(0.88rem, 1vw, 1.08rem);
    line-height: 1.02;
}

.tools-image-wrap {
    text-align: center;
    bottom: -34px !important;
}

.tools-image {
    margin-top: 89px;
    max-height: 760px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .tools-section {
        padding: 70px 0;
    }

    .tools-subtitle {
        margin-bottom: 40px;
    }

    .tools-image {
        max-height: 520px;
    }
}

@media (max-width: 767.98px) {
    .tools-card {
        padding: 18px 16px;
    }

    .tools-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 1rem;
    }
}

.tools-cta-section {
    padding: 90px 0;
    background: #11e0a0;
}

.tools-cta-title {
    margin: 0 0 28px;
    color: #031126;
    font-size: clamp(2rem, 4vw, 4.3rem);
    line-height: 1.05;
}

.tools-cta-text {
    max-width: 1450px;
    margin: 0 auto 45px;
    color: #031126;
    font-size: clamp(1rem, 2vw, 2.2rem);
    line-height: 1.15;
}

.tools-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #ffffff;
    font-size: 21px;
}

@media (max-width: 767.98px) {
    .tools-cta-section {
        padding: 60px 0;
    }

    .tools-cta-title {
        margin-bottom: 22px;
    }

    .tools-cta-text {
        margin-bottom: 30px;
    }
}


/*
/
/
/
/
/
/ PRICING */
.pricing-section {
    padding-bottom: 90px 0;
    background: #041226;
}

.pricing-title {
    margin: 0 0 20px;
    color: #11e0a0;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    line-height: 1.05;
}

.pricing-text {
    max-width: 980px;
    margin: 0 auto 45px;
    color: #ffffff;
    font-size: clamp(1rem, 1.8vw, 1.8rem);
    line-height: 1.15;
}

.pricing-card {
    padding: 38px 34px;
    border-radius: 24px;
    background: #11e0a0;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.pricing-card-head {
    text-align: left;
}

.pricing-card-plan {
    display: inline-block;
    margin-bottom: 24px;
    color: #041226;
    font-size: 1rem;
    letter-spacing: 1.5px;
}

.pricing-old-price {
    margin: 0 0 14px;
    color: #041226;
    font-size: 1rem;
}

.pricing-old-price strong {
    color: #ff3b30;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.pricing-price-wrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.pricing-currency {
    color: #041226;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    line-height: 1;
}

.pricing-price {
    color: #041226;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.9;
}

.pricing-period {
    color: #041226;
    font-size: clamp(1rem, 1.4vw, 1.5rem);
    line-height: 1.2;
}

.pricing-discount {
    margin: 0;
    color: #041226;
    font-size: 0.9rem;
    letter-spacing: 3px;
}

.pricing-divider {
    width: 100%;
    height: 1px;
    margin: 28px 0;
    background: rgba(4, 18, 38, 0.18);
}

.pricing-features {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #041226;
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
    line-height: 1.25;
}

.pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing-features i {
    color: #041226;
    margin-top: 2px;
}

@media (max-width: 767.98px) {
    .pricing-section {
        padding: 60px 0;
    }

    .pricing-text {
        margin-bottom: 32px;
    }

    .pricing-card {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .pricing-card-plan {
        margin-bottom: 18px;
    }

    .pricing-divider {
        margin: 22px 0;
    }
}


/*
/
/
/
/
/
/
GUARANTEE
*/
.guarantee-section {
    padding: 34px 0;
    background: #041226;
}

.guarantee-badge {
    margin-bottom: 35px;
}

.guarantee-badge img {
    max-width: 233px;
}

.guarantee-title {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.05;
}

.guarantee-text {
    max-width: 900px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.15;
}

@media (max-width: 767.98px) {
    .guarantee-section {
        padding: 60px 0;
    }

    .guarantee-badge {
        margin-bottom: 24px;
    }

    .guarantee-badge img {
        max-width: 180px;
    }

    .guarantee-title {
        margin-bottom: 20px;
    }
}

/*
/
/
/
/
/
FAQ 
*/

.faq-section {
    padding: 90px 0;
    background: #041226;
}

.faq-title {
    margin: 0 0 50px;
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.faq-item {
    border: 0;
    background: transparent;
}

.faq-button {
    padding: 28px 34px;
    border: 4px solid #08e6ae;
    border-radius: 6px !important;
    background: rgba(9, 58, 61, 0.88);
    color: #08e6ae;
    font-size: 18px;
    line-height: 1.2;
    box-shadow: none !important;
}

.faq-button:not(.collapsed) {
    color: #08e6ae;
    background: rgba(9, 58, 61, 0.88);
}

.faq-button:focus {
    box-shadow: none;
}

.faq-button::after {
    filter: brightness(0) saturate(100%) invert(76%) sepia(93%) saturate(830%) hue-rotate(108deg) brightness(98%) contrast(95%);
}

.faq-body {
    margin-top: 8px;
    padding: 24px 30px;
    border: 2px solid rgba(8, 230, 174, 0.25);
    border-radius: 0 0 6px 6px;
    background: rgba(3, 24, 39, 0.95);
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.92rem, 1.1vw, 1.1rem);
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        margin-bottom: 32px;
    }

    .faq-accordion {
        gap: 18px;
    }

    .faq-button {
        padding: 20px 22px;
    }

    .faq-body {
        padding: 18px 20px;
    }
}



/*
/
/
/
/
/
/ VIDEO MODAL
*/
.modal-backdrop.show {
    opacity: 0.95 !important;
}

.modal-video-content {
    background: linear-gradient(180deg, rgba(7, 18, 38, 0.98) 0%, rgba(3, 10, 24, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.modal-video-header {
    padding: 18px 18px 0;
}

.modal-video-body {
    padding: 18px 18px 28px;
}

.modal-video-frame {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.modal-video-frame .ratio {
    overflow: hidden;
    border-radius: 14px;
    background: #000;
}

.modal-video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.modal-video-cta {
    margin-top: 24px;
}

.modal.fade .modal-dialog {
    transition: transform 0.25s ease-out;
}

@media (max-width: 767.98px) {
    .modal-video-content {
        border-radius: 0;
        min-height: 100vh;
    }

    .modal-video-header {
        padding: 14px 14px 0;
    }

    .modal-video-body {
        padding: 14px 14px 24px;
    }

    .modal-video-frame {
        padding: 8px;
        border-radius: 14px;
    }

    .modal-video-frame .ratio {
        border-radius: 10px;
    }

    .modal-video-cta {
        margin-top: 18px;
    }
}



/*
/
/
/
/
/
/ FOOTER */
.footer-page {
    padding: 90px 0 120px;
    background: #041226;
}

.footer-line {
    width: 100%;
    height: 3px;
    margin: 0 auto 55px;
    background: linear-gradient(90deg, rgba(0, 229, 154, 0) 0%, rgba(0, 229, 154, 0.95) 50%, rgba(0, 229, 154, 0) 100%);
    box-shadow: 0 0 18px rgba(0, 229, 154, 0.28);
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.footer-links a,
.footer-links span {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
}

.footer-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.75rem, 0.9vw, 1rem);
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .footer-page {
        padding: 60px 0 80px;
    }

    .footer-line {
        margin-bottom: 36px;
    }

    .footer-links {
        gap: 8px;
        margin-bottom: 10px;
    }
}


/*
/
/
/
/
/
COUNTDOWN
*/

.countdown-section {
    padding: 90px 0;
    background: #041226;
}

.countdown-title {
    text-transform:uppercase;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.05;
}

.countdown-boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 18px;
    flex-wrap: wrap;
}

.countdown-item {
    min-width: 170px;
    padding: 24px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1af0aa 0%, #00d58f 100%);
    box-shadow:
        0 0 18px rgba(0, 229, 160, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.countdown-number {
    display: block;
    margin-bottom: 8px;
    color: #041226;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1;
}

.countdown-label {
    display: block;
    color: #041226;
    font-size: clamp(0.9rem, 1.2vw, 1.15rem);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .countdown-section {
        padding: 60px 0;
    }

    .countdown-boxes {
        gap: 12px;
    }

    .countdown-item {
        min-width: calc(50% - 12px);
        padding: 20px 14px;
    }
}