* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --cuber-primary: #3333ce;
    --cuber-accent: #5e97e0;
    --cuber-light: #6666d9;
    --cuber-dark: #2222a3;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
}

body {
    font-family: 'Inter', sans-serif;
    /*background: #3433d5;*/
    background: #ffffff;
    min-height: 100vh;
    overflow-x: hidden;
    color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Navbar */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);*/
    z-index: 1000;
}

.navbar-logo {
    width: 80px;
    height: auto;
}

.social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Language Selector */
.language-selector {
    position: relative;
    margin-right: 0;
}

.language-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    border: none;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    height: 40px;
}

.language-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.language-btn i {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.language-dropdown.show .language-btn i {
    transform: rotate(180deg);
}

.language-dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: -110px;
    background: rgba(51, 51, 206, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    min-width: 180px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.language-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
    text-align: left;
    font-size: 0.95rem;
}

.language-option:hover {
    background: rgba(255, 255, 255, 0.1);
}

.language-option span {
    font-size: 1.2rem;
}

/* Hero Video Section */
.hero-video-section {
    position: relative;
    height: 100vh;
    max-height: 700px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        rgba(52, 43, 214, 0.7), 
        rgba(52, 43, 214, 0.8), 
        rgba(52, 43, 214, 0.6));
    z-index: 1;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: white;
    margin-top: 10rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
    margin-bottom: 40px;
}
.hero-video-section .cta-button {
    margin-top: 2rem;
    background: var(--cuber-primary);
    color: white;
    display: block;
    padding: 15px 40px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
}
.hero-video-section .cta-button:hover {
    background: linear-gradient(135deg, var(--cuber-primary), var(--cuber-dark));
    color: white;
}

/* Features Section */
.features-section {
    padding: 5rem 2rem;
    background: white;
    max-height: 800px;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 4rem;
    align-items: start;
    padding-top: 100px;
}

.phone-mockup {
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.phone-mockup.visible {
    opacity: 1;
    transform: translateY(0);
}

.phone-mockup img {
    
    width: 100%;
    height: auto;
}

.features-content h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 50px;
    line-height: 1.1em !important;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #031F3A;
}

.features-content h2 .highlight {
    background: linear-gradient(135deg, var(--cuber-accent) 0%, var(--cuber-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.features-subtitle {
    color: #2D5986;
    margin-bottom: 3rem;
    font-size: 24px;
    font-weight: 300;
}

.feature-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.feature-item {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 24px;
    border-radius: 15px;
    padding: 20px 20px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
}

.feature-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 16px;
    color: #031F3A;
}

.feature-description {
    font-size: 14px;
    color: #2D5986;
    line-height: 1.3;
}

/* Signup Section */
.signup-section {
    background: url('sportive.webp') no-repeat right bottom, linear-gradient(to bottom, #3633D6 0%, #008FEC 100%);
    background-size: 600px;
    color: white;
    padding: 5rem 2rem 7rem 2rem ;
}

.signup-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.signup-image img {
    /*max-width: 500px;*/
    width: 100%;
    height: auto;
    /*position: absolute;
    bottom: 0;
    right: 0;*/
}
.signup-content {
    /*max-width: 500px;*/
    margin: 0 auto;
}

.signup-content h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: center;
    opacity: 0.9;
}
.signup-content p {
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0 75px 0;
    line-height: 1.3;
    text-align: center;
    opacity: 0.9;
}

.signup-content h2 strong {
    font-weight: 700;
    background: linear-gradient(135deg, #42D7D7 0%, #42D7D7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.signup-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

.form-input {
    width: 100%;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.2) 1px solid;
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 24px;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-input:focus,
.form-input:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    outline: none;
    border: rgba(255, 255, 255, 0.2) 1px solid;
    background: rgba(255, 255, 255, 0.05);
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.05) inset;
    -webkit-text-fill-color: #fff;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.2) 1px solid;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 24px;
}

.checkbox-group input[type="radio"] {
    margin-top: 0.3rem;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.checkbox-group label {
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 300 !important;
    display: block;
    opacity: 0.9;
}
.checkbox-group label b {
    font-size: 16px;
    font-weight: 400;
}

.submit-button {
    width: 100%;
    padding: 1rem;
    background: white;
    color: #042649;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to top, );
}
#successMessage {
    scroll-margin-top: 50px;
}
.success-message {
    margin-top: 2rem;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
    background: white;
    border: rgba(255, 255, 255, 0.2) 1px solid;
    border-radius: 10px;
    text-align: center;
    color: white;
    color: #021F3A;
    font-size: 1rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 24px;
}
.success-message h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}
.success-message p{
    margin-bottom: 0;
}
.success-message .social-links a{
    color: #021F3A;
    background: rgba(67, 133, 235, 0.1);
}
.success-message .social-links a:hover{
    color: #021F3A;
    background: rgba(67, 133, 235, 0.2);
}

/* Coach Section */
.coach-section {
    background: white;
    padding: 7rem 2rem 10rem 2rem ;
    width: 100%;
    overflow: hidden;
}

.coach-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    align-items: end;
}

.coach-section h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 50px;
    line-height: 1.1em !important;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #031F3A;
    text-align: center;
}

.coach-section h2 .highlight {
    background: linear-gradient(to left, var(--cuber-accent) 0%, var(--cuber-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.coach-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 4rem;
}

.coach-feature {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 24px;
    border-radius: 15px;
    padding: 30px 20px;
}

.coach-feature-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 1.2;
    color: #031F3A;
}

.coach-feature-description {
    font-size: 0.85rem;
    color: #666;
}

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

.laptop-mockup img {
    /*max-width: 700px;*/
    width: 100%;
    height: auto;
}

.coach-cta a {
    margin-top: 2rem;
    background: var(--cuber-primary);
    color: white;
    display: block;
    padding: 15px 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}
.coach-cta a:hover {
    background: linear-gradient(135deg, var(--cuber-primary), var(--cuber-accent));
    color: white;
}

/* Footer */
.footer {
    background: var(--cuber-primary);
    color: white;
    padding: 3rem 2rem 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: url('bg-footer.webp') center/cover;
    opacity: 1;
    z-index: -2;
}

.footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: linear-gradient(to top, var(--cuber-primary), rgba(52, 51, 213, 0));
    opacity: 1;
    z-index: -1;
}

.footer-content {
    position: relative;
    z-index: 3;
    /* text-align: center; */
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    margin-top: 400px;
}

.footer-logo {
    width: 300px;
    margin-bottom: 2rem;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

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

.countdown-value {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    font-family: "Bricolage Grotesque", sans-serif;
}

.countdown-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    opacity: 0.8;
    margin-top: 0.2rem;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.footer-social .social-icon {
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.footer-social .social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    opacity: 0.8;
    text-align: center;
    z-index: 3;
}
br.mobile {
    display: none;
}

/* Responsive */


@media (max-width: 1024px) {
    /* Signup Section */
    .signup-section {
        background: url('sportive.webp') no-repeat right -30% bottom, linear-gradient(to bottom, #3633D6 0%, #008FEC 100%);
        background-size: 600px;
        color: white;
        padding: 5rem 2rem 7rem 2rem ;
    }

    /* Coach Section */
    .laptop-mockup img {
        width: 170%;
        height: auto;
    }
}
@media (max-width: 768px) {
    br.mobile {
        display: block;
    }
    .social-icons {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }
    .hero-title {
        font-size: 2rem;
        padding: 0 10%;
    }
    .hero-video-section {
        height: 100vh;
        max-height: none;
        max-height: 700px;
    }

    /* Features Section */
    .features-section {
        padding: 5rem 2rem;
        background: white;
        max-height: unset;
        overflow: hidden;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
        align-items: start;
        padding-top: 20px;
    }
    .phone-mockup {
        position: relative;
        text-align: center;
        max-height: 400px;
        overflow: hidden;
        margin-bottom: -50px;
    }
    .phone-mockup img {
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }
    .phone-mockup::after {
        content: "";
        width: 100%;
        height: 300px;
        background: linear-gradient(to top, white 0%, transparent 50%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    .features-content h2 {
        font-size: 35px;
        text-align: center;
    }
    .features-subtitle {
        font-size: 20px;
        text-align: center;
    }
    .feature-items {
        grid-template-columns: 1fr;
    }
    .feature-item {
        padding: 25px 30px 35px 30px;
    }
    .feature-title {
        font-weight: 600;
        margin-bottom: 0.5rem;
        font-size: 18px;
        color: #031F3A;
    }
    .feature-description {
        font-size: 16px;
        color: #2D5986;
        line-height: 1.3;
    }

    /* Signup Section */
    .signup-section {
        background: url('sportive.webp') no-repeat right bottom, linear-gradient(to bottom, #3633D6 0%, #008FEC 100%);
        background-size: 350px;
        color: white;
        padding: 5rem 2rem 25rem 2rem ;
    }
    .signup-grid{
        grid-template-columns: 1fr;
    }
    .signup-content h2 {
        font-size: 35px;
    }
    .checkbox-group input[type="radio"] {
        margin-top: 0.6rem;
    }
    
    /* Coach Section */
    .coach-section {
        padding: 7rem 2rem ;
    }
    .coach-grid {
        grid-template-columns: 1fr;
    }
    .coach-section h2 {
        font-size: 35px;
    }
    .coach-feature {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 24px;
    }
    .laptop-mockup img {
        width: 140%;
        height: auto;
        left: -20%;
        position: relative;
    }

    /* Footer */
    .footer::before {
        height: 300px;
    }
    .footer::after {
        height: 300px;
        background: linear-gradient(to top, var(--cuber-primary), rgba(52, 51, 213, 0));
    }
    .footer-content {
        grid-template-columns: 1fr;
        margin-top: 300px;
        text-align: center;
    }
    .countdown {
        gap: 1rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
}

@media (min-width: 1600px) {
    .signup-section {
        background: url('sportive.webp') no-repeat left calc(40% + 600px) bottom, linear-gradient(to bottom, #3633D6 0%, #008FEC 100%);
        background-size: 600px;
        color: white;
        padding: 5rem 2rem 7rem 2rem ;
    }
}

/* Glass morphism */
/*.glass {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 1rem;
}*/

/* Animations */
/*@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(51, 51, 206, 0.3); }
    50% { box-shadow: 0 0 40px rgba(51, 51, 206, 0.6); }
}

@keyframes countdown-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

.animate-pulse-glow {
    animation: pulse-glow 2s ease-in-out infinite;
}

.animate-countdown {
    animation: countdown-pulse 1s ease-in-out infinite;
}*/

/* Gradient text */
/*.gradient-text {
    background: linear-gradient(135deg, var(--cuber-accent) 0%, #ffffff  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}*/

/* Layout */
/*.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

.hero-content {
    max-width: 40rem;
    width: 100%;
    z-index: 10;
}

@media (min-width: 640px) {
    .hero-content { max-width: 48rem; }
}

@media (min-width: 1024px) {
    .hero-content { max-width: 64rem; }
}*/

/* Logo */
/*.logo-container {
    margin-bottom: 2rem;
}

.logo-video {
    width: 20rem;
    height: 8rem;
    object-fit: cover;
}

@media (min-width: 640px) {
    .logo-video {
        width: 25rem;
        height: 10rem;
    }
}

@media (min-width: 1024px) {
    .logo-video {
        width: 30rem;
        height: 12rem;
    }
}

.logo-fallback {
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
}*/

/* Typography */
/*.main-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .main-title { font-size: 3rem; }
}

@media (min-width: 1024px) {
    .main-title { font-size: 4.5rem; }
}

.subtitle {
    font-size: 1.125rem;
    opacity: 0.8;
    max-width: 48rem;
    margin: 0 auto 3rem;
    font-weight: 300;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .subtitle { font-size: 1.25rem; }
}

@media (min-width: 1024px) {
    .subtitle { font-size: 1.5rem; }
}*/

/* Countdown */
/*.countdown-section {
    margin: 3rem 0;
}

.countdown-title {
    font-size: 1.25rem;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .countdown-title { font-size: 1.5rem; }
}

.countdown-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .countdown-container { gap: 1.5rem; }
}

@media (min-width: 1024px) {
    .countdown-container { gap: 2rem; }
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-card {
    padding: 1rem 0.5rem;
    min-width: 4rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
    .time-card {
        padding: 1.5rem 2rem;
        min-width: 6.25rem;
    }
}

.time-value {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
    .time-value { font-size: 2.25rem; }
}

@media (min-width: 1024px) {
    .time-value { font-size: 3rem; }
}

.time-label {
    font-size: 0.65rem;
    font-weight: 500;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 640px) {
    .time-label { font-size: 0.875rem; }
}

/* Email signup */
/*.signup-section {
    margin: 3rem 0;
}*/

/*.signup-card {
    max-width: 32rem;
    margin: 0 auto;
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
    .signup-card { padding: 3rem; }
}

.signup-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .signup-title { font-size: 1.875rem; }
}

.signup-description {
    opacity: 0.7;
    margin-bottom: 2rem;
    font-size: 1rem;
}

@media (min-width: 640px) {
    .signup-description { font-size: 1.125rem; }
}

.signup-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .signup-form {
        align-items: stretch;
    }
}

.email-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    background: var(--glass-bg);
    color: white;
    font-size: 1rem;
    backdrop-filter: blur(10px);
}

.email-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.email-input:focus {
    outline: none;
    border-color: var(--cuber-primary);
    box-shadow: 0 0 0 3px rgba(51, 51, 206, 0.1);
}

.submit-btn {
    padding: 0.75rem 2rem;
    background: var(--cuber-primary);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.submit-btn:hover:not(:disabled) {
    background: var(--cuber-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(51, 51, 206, 0.3);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}*/

/* Footer */
/*.footer {
    padding: 2rem 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.footer-text {
    opacity: 0.6;
    font-size: 0.875rem;
}

@media (min-width: 640px) {
    .footer-text { font-size: 1rem; }
}*/

/* Toast notification */
/*.toast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.toast.show {
    transform: translateX(0);
}

.toast.success {
    border-color: #22c55e;
}

.toast.error {
    border-color: #ef4444;
}*/

/* Checkbox*/
.form-control {
    font-family: system-ui, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    padding: 10px 0 15px 0;
}

input[type="radio"] {
    appearance: none;
    background-color: #5357d9;
    margin: 0;
    font: inherit;
    width: 25px !important;
    height: 25px !important;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    background: var(--glass-bg);
    color: white;
    backdrop-filter: blur(10px);
}

input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

.form-control + .form-control {
    margin-top: 1em;
}

/* Toast Notifications */
.toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    z-index: 1000;
}

.toast.success {
    background-color: var(--cuber-primary);
}

.toast.error {
    background-color: #dc3545;
}

.toast.show {
    opacity: 1;
}