/* Hero Text */
.hero-text {
    position: relative;
    z-index: 1;
    background: none;
    padding: 3rem 4rem;
    border-radius: 0px;
    border: none;
    text-align: none;
    backdrop-filter: blur(40px);
    color: rgb(63, 63, 63);
    max-width: 80%;
    transition: all 0.3s ease;
}

.hero-text:hover {
    background: none;
    color: #3f3f3f;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.hero-text h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-align: center;
    
}

.glupsm2 {
    font-size: 2.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-bottom: 1rem;
}
.glupsm {
    font-size: 1.6rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
}
.word-1 {
    font-weight: none;
}
.word-2 {
    font-weight: bold;
}
.word-3 {
    font-weight: none;
}
.word-4 {
    font-weight: bold;
}
.word-5 {
    font-weight: none;
}
.word-6 {
    font-weight: bold;
}
.word-7 {
    font-weight: none;
}
.word-8 {
    font-weight: bold;
}
.word-9 {
    font-weight: none;
}
.word-10 {
    font-weight: bold;
}
.word-11 {
    font-weight: none;
}
.word-12 {
    font-weight: bold;
}
.word-13 {
    font-weight: none;
}
.word-14 {
    font-weight: bold;
}

/* Color Section with Buttons */
.color-section {
    min-height: 60vh;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
    text-align: center;
    gap: 2rem;
}

.buttons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 600px;
    width: 100%;
}

.cta-button-i,
.cta-button-v,
.cta-button-c {
    padding: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
    color: #3f3f3f;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-family: 'Graffiti2', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-button-i {
    background: linear-gradient(135deg, rgba(52, 101, 238, 0.45) 0%, rgb(0, 165, 241) 100%);
}

.cta-button-i:hover {
    background: linear-gradient(135deg, rgba(52, 101, 238, 0.75) 0%, rgb(0, 165, 241) 100%);
    color: #3f3f3f;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cta-button-i:active {
    transform: translateY(-1px);
}

.cta-button-v {
    background: linear-gradient(135deg, rgba(28, 241, 57, 0.45) 0%, rgb(0, 255, 34) 100%);
}

.cta-button-v:hover {
    background: linear-gradient(135deg, rgba(28, 241, 57, 0.75) 0%, rgb(0, 255, 34) 100%);
    color: #3f3f3f;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cta-button-v:active {
    transform: translateY(-1px);
}

.cta-button-c {
    background: linear-gradient(135deg, rgba(238, 255, 0, 0.45) 0%, rgba(251, 255, 0, 0.918) 100%);
}

.cta-button-c:hover {
    background: linear-gradient(135deg, rgba(238, 255, 0, 0.75) 0%, rgba(251, 255, 0, 0.918) 100%);
    color: #3f3f3f;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cta-button-c:active {
    transform: translateY(-1px);
}

.buttons-grid>.cta-button-c {
    grid-column: 1 / -1;
    max-width: 250px;
    margin: 0 auto;
}

/* Content Section */
.content-section {
    position: relative;
    z-index: 1;
    background: none;
    padding: 3rem 4rem;
    border-radius: 0px;
    border: none;
    text-align: left;
    backdrop-filter: blur(80px);
    color: rgb(63, 63, 63);
    max-width: 80%;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.content-section:hover {
    background: none;
    color: #3f3f3f;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.content-section h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.content-section p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: none;
    font-weight: bold;
}

/* Footer - Not sticky */
.footer {
    background: linear-gradient(135deg, rgba(37, 37, 37, 0.644) 0%, rgb(123, 124, 124) 100%);
    color: white;
    padding: 3rem 2rem;
    margin-top: 5%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #ecf0f1;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #bdc3c7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-gap {
        height: 80px;
    }

    .logo {
        padding: 0 1rem;
    }

    .nav-btn {
        font-size: 0.9rem;
        padding: 0.8rem;
    }

    .hero-text {
        padding: 2rem 2rem;
        max-width: 95%;
    }

    .hero-text h2 {
        font-size: 1.8rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .buttons-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .buttons-grid>.cta-button-c {
        grid-column: 1;
        max-width: 100%;
    }

    .cta-button-i,
    .cta-button-v,
    .cta-button-c {
        padding: 1.2rem;
        font-size: 1.2rem;
    }

    .content-section {
        padding: 2rem 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .nav-gap {
        height: 60px;
    }

    .nav-btn {
        flex: 1 1 50%;
        font-size: 0.8rem;
        padding: 0.7rem;
    }

    .color-section {
        min-height: 50vh;
    }

    .buttons-grid {
        gap: 1rem;
    }

    .cta-button-i,
    .cta-button-v,
    .cta-button-c {
        padding: 1rem;
        font-size: 1rem;
    }
}