* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0f0232 url('../imgs/bg.webp') center top / cover no-repeat;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    line-height: 1.4;
    position: relative;
}


.trentu-wrapper {
    max-width: 1100px;
    width: 90%;
    margin: 18px auto;
    position: relative;
    z-index: 2;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.logo {
    font-size: 1.7rem;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(135deg, #fff, #ffb200);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.logo span {
    font-weight: 700;
}

.btn-link {
    display: inline-block;
    background: linear-gradient(80deg, #ec1379, #6c0092);
    padding: 12px 32px 10px 32px;
    border-radius: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s;
    position: relative;
    background-size: 100% 100%;
    box-shadow: 0 8px 20px rgba(108, 0, 146, 0.4);
}

.btn-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(236, 19, 121, 0.5);
}

.btn-link:active {
    transform: translateY(1px);
}


.btn-tag {
    position: relative;
    overflow: hidden;
}






.main-highlight {
    text-align: center;
    margin: 20px 0 30px;
}
.main-highlight.cust .subtitle{
    color: #fff;
}

.main-highlight.cust .main-title{
    color: #fff;
}

.main-highlight.cust .btn-link{
    margin-top: 20px;
    padding: 18px 32px 14px 32px;
}

.main-highlight.cust{
    background: url('../imgs/bg2.jpg') center no-repeat;
    background-size: cover;
    padding: 80px 30px;
    border-radius: 30px;
    margin-top: 80px;
}

.subtitle {
    color: #ffb200;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.main-title {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3.1rem;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(145deg, #FFFFFF, #FFD966);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.prize-desc {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 750px;
    margin: 0 auto 40px;
    background: rgba(25, 25, 25, 0.6);
    backdrop-filter: blur(3px);
    padding: 12px 20px;
    border-radius: 60px;
    display: inline-block;
}


.countdown-block {
    background: #191919;
    border-radius: 30px;
    padding: 35px 25px;
    margin: 20px auto 30px;
    max-width: 850px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 178, 0, 0.2);
}

.timer {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.time-unit {
    text-align: center;
    min-width: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 12px 0;
}

.time-number {
    font-size: 3.2rem;
    font-weight: 800;
    font-family: 'Josefin Sans', monospace;
    letter-spacing: 4px;
    color: #ffb200;
    line-height: 1;
}

.time-label {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 5px;
    color: #ddd;
}

.until-text {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 25px;
    color: #ffb200;
    text-align: center;
    letter-spacing: 2px;
}

.btn-enroll-center {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.2rem;
    padding: 14px 44px 12px 44px;
}


.info-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 60px 0 50px;
    justify-content: center;
}

.card {
    background: #191919;
    border-radius: 32px;
    padding: 24px 20px;
    flex: 1;
    min-width: 200px;
    text-align: center;
    transition: all 0.2s;
    border: 1px solid rgba(255, 178, 0, 0.15);
}

.card i {
    font-size: 2.5rem;
    color: #ffb200;
    margin-bottom: 18px;
}

.card h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.card p {
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.9;
}


.footer {
    background: #0a011c;
    margin-top: 70px;
    padding: 40px 30px 25px;
    border-radius: 32px 32px 0 0;
    border-top: 1px solid #ffb20030;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 35px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    font-size: 1rem;
}

.footer-links a:hover {
    color: #ffb200;
}

.license-info {
    max-width: 380px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.license-info strong {
    color: #ffb200;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.disclaimer {
    font-size: 0.99rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    margin-top: 10px;
    color: #ccc;
    background: #0f0232;
    border-radius: 0 0 24px 24px;

    font-weight: 500;
}

.copyright {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 18px;
    opacity: 0.7;
}


.mobile-menu-toggle {
    display: none;
    background: linear-gradient(80deg, #ec1379, #6c0092);
    border: none;
    color: white;
    font-size: 1.6rem;
    padding: 8px 18px;
    border-radius: 40px;
    cursor: pointer;
}


.enroll-hero {
    padding: 30px 0 60px;
}

.enroll-container {
    max-width: 580px;
    margin: 0 auto;
    background: #191919;
    border-radius: 30px;
    padding: 40px 35px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 178, 0, 0.2);
}

.enroll-header {
    text-align: center;
    margin-bottom: 35px;
}

.enroll-badge {
    background: linear-gradient(80deg, #ec1379, #6c0092);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.enroll-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #ffb200);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 12px;
}

.enroll-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}


.enroll-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.input-group {
    position: relative;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #ffb200;
    margin-left: 10px;
}

.input-group input {
    width: 100%;
    padding: 15px 20px 15px 20px;
    background: #333;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    font-family: 'Josefin Sans', monospace;
    font-size: 1rem;
    color: #fff;
    transition: all 0.2s;
}

.input-group input:focus {
    outline: none;
    border-color: #ec1379;
    box-shadow: 0 0 0 2px rgba(236, 19, 121, 0.3);
}

.input-group .input-icon {
    position: absolute;
    left: 18px;
    bottom: 17px;
    color: #ffb200;
    font-size: 1.1rem;
}



.checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #ddd;
    position: relative;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkmark {
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: #333;
    border: 1px solid rgba(255, 178, 0, 0.5);
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: 0.1s;
}

.checkbox-label input:checked+.checkmark {
    background: linear-gradient(80deg, #ec1379, #6c0092);
    border-color: transparent;
}

.checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked+.checkmark:after {
    display: block;
}

.checkbox-label a {
    color: #ffb200;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}


.enroll-submit-btn {
    background: linear-gradient(80deg, #ec1379, #6c0092);
    border: none;
    padding: 16px 28px;
    border-radius: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 10px;
    width: 100%;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
}

.enroll-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(108, 0, 146, 0.5);
}

.enroll-submit-btn i {
    font-size: 1.1rem;
    transition: transform 0.2s;
}

.enroll-submit-btn:hover i {
    transform: translateX(5px);
}


.thankyou-message {
    text-align: center;
    padding: 30px 20px;
    background: rgba(25, 25, 25, 0.8);
    border-radius: 48px;
    backdrop-filter: blur(4px);
    margin-top: 10px;
}

.thankyou-icon {
    font-size: 4rem;
    color: #ffb200;
    margin-bottom: 20px;
}

.thankyou-message h3 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #fff, #ffb200);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.thankyou-message p {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
}

.thankyou-message small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}


@media (max-width: 640px) {
    .enroll-container {
        padding: 30px 20px;
        margin: 0 15px;
    }

    .enroll-title {
        font-size: 1.6rem;
    }
}



.terms-section {
    padding: 20px 0 60px;
}

.terms-container {
    background: #191919;
    border-radius: 48px;
    padding: 50px 45px;
    border: 1px solid rgba(255, 178, 0, 0.2);
}

.terms-header {
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 178, 0, 0.3);
}

.terms-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #ffb200);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
}

.terms-updated {
    color: #ffb200;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.terms-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.terms-block h2 {
    color: #ffb200;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Josefin Sans', sans-serif;
}

.terms-block p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 10px;
}

.terms-block ul {
    margin-left: 25px;
    color: #ddd;
    line-height: 1.6;
}

.terms-block ul li {
    margin-bottom: 6px;
}

.terms-block a {
    color: #ffb200;
    text-decoration: none;
}

.terms-block a:hover {
    text-decoration: underline;
}

.terms-footer {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-back {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 178, 0, 0.5);
    padding: 12px 28px;
    border-radius: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-back:hover {
    border-color: #ffb200;
    background: rgba(255, 178, 0, 0.1);
}

.btn-enroll {
    display: inline-block;
    background: linear-gradient(80deg, #ec1379, #6c0092);
    padding: 12px 32px;
    border-radius: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s;
}

.btn-enroll:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .terms-container {
        padding: 30px 20px;
    }

    .terms-title {
        font-size: 1.8rem;
    }

    .terms-footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-back,
    .btn-enroll {
        width: 80%;
        text-align: center;
    }
}




























@media (max-width: 768px) {
    .trentu-wrapper {
        width: 94%;
        margin: 12px auto;
    }

    .header {
        flex-wrap: wrap;
        gap: 15px;
    }

    .logo {
        font-size: 1.8rem;
    }

    .main-title {
        font-size: 2.2rem;
    }

    .timer {
        gap: 15px;
    }

    .time-unit {
        min-width: 70px;
    }

    .time-number {
        font-size: 2.5rem;
    }

    .footer-flex {
        flex-direction: column;
    }

    .license-info {
        max-width: 100%;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-desktop {

        text-align: center;
    }

    .nav-desktop.show-mobile {
        display: flex;
        justify-content: center;
    }

    .header {
        position: relative;
    }

    .btn-enroll-header {
        margin-left: auto;
    }
}



.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #191919;
    padding: 20px;
    border-radius: 32px;
    margin-top: 10px;
}

.mobile-nav-links a {
    color: white;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(80deg, #ec1379, #6c0092);
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

a,
button {
    transition: all 0.2s;
}

.btn-link,
.btn-tag {
    cursor: pointer;
}


.btn-tag {
    background: linear-gradient(80deg, #ec1379, #6c0092);
    position: relative;
    display: inline-flex;
    align-items: center;
}

.card:hover {
    transform: translateY(-6px);
    border-color: #ffb200;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.4);
    background: #1f1f2a;
}

.time-number {
    text-shadow: 0 0 5px #ffb20080;
}

.main-title {
    letter-spacing: 2px;
}

.license-info {
    font-family: 'Josefin Sans', monospace;
}

body {
    background-attachment: fixed;
}

@media (max-width: 550px) {
    .time-number {
        font-size: 2rem;
    }

    .time-unit {
        min-width: 65px;
    }

    .main-title {
        font-size: 1.7rem;
    }

    .time-label {
        font-size: 12px;
    }

    .countdown-block {
        padding: 20px;
    }

    .timer {
        gap: 10px;
    }

    .btn-link {
        padding: 12px 22px 10px 22px;
        font-size: 13px;
    }

    .enroll-container {
        border-radius: 20px;
    }
    .terms-container{
        border-radius: 20px;
    }
}