/* TikTok + Silka themed overrides */

:root {
    --tiktok-cyan: #69C9D0;
    --tiktok-pink: #EE1D52;
    --tiktok-white: #ffffff;
    --silka-red: #c30a00;
    --silka-orange: #ffb347;
    --accent-gradient: linear-gradient(90deg, var(--tiktok-cyan) 0%, var(--silka-orange) 45%, var(--tiktok-pink) 100%);
    --text-dark: #111111;
    /* Card background + outline variables — tweak these to change card color 
    linear-gradient(180deg, rgba(160, 0, 0, 0.92), rgba(0, 0, 0, 0.822))*/
    --card-bg: #ffffff;
    --card-outline-cyan: rgba(0, 240, 255, 0.08);
}


/* Header */

.header {
    background: #f5f5f5;
    color: #111;
    border-bottom: 1px solid rgba(0, 217, 255, 0.24);
}

.header .logo {
    filter: none;
}

.header_btn {
    color: #111;
    background: transparent;
    border-radius: 6px;
    padding: 0.5rem 0.9rem;
    border: 1px solid transparent;
}

.header_btn:hover {
    background: #149e8c;
}

.hero {
    background: var(--tiktok-cyan);
    color: var(--tiktok-white);
}

.fancy {
    background: linear-gradient(90deg, #00F0FF 0%, #FF3AC7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Ensure common sections are readable */

.about {
    background: #ffffff;
    color: var(--text-dark);
}

.services,
.contact,
.clients,
.social-media {
    background: var(--tiktok-cyan);
    color: var(--tiktok-white);
}

.service-item {
    background: var(--card-bg);
    color: #111111;
    border-radius: 12px;
    padding: 1.4rem;
    box-shadow: 0 10px 36px rgba(255, 4, 4, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 24px rgba(0, 240, 255, 0.03);
    position: relative;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.02);
}


/* Neon rim for service card when hovered (optional) */

.service-item:hover {
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 240, 255, 0.12), 0 0 28px rgba(255, 58, 199, 0.06);
    transform: translateY(-6px);
}


/* Neon hex/card outlines like reference */

.service-item .service-image {
    border-radius: 10px;
}

.service-item::before {
    content: '';
    position: absolute;
    inset: auto auto 2.2rem auto;
}

.service-item {
    position: relative;
}

.service-item .hex-outline {
    position: absolute;
    left: 50%;
    top: -38px;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 16px;
    box-shadow: 0 0 28px rgba(0, 255, 255, 0.12), 0 0 56px rgba(255, 58, 199, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.04);
}

.buy-btn {
    background: linear-gradient(90deg, #00F0FF, #FF3AC7);
    color: #0b0b0b;
    font-weight: 800;
    border-radius: 28px;
    padding: 0.8rem 1.8rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 0 24px rgba(0, 240, 255, 0.12);
}

.buy-btn:hover,
.buy-btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 14px 60px rgba(0, 0, 0, 0.7), 0 0 36px rgba(255, 58, 199, 0.18);
}


/* Register CTA */

.register-btn {
    display: inline-block;
    background: linear-gradient(90deg, #00F0FF, #FF3AC7);
    color: #fff;
    border: none;
    padding: 1.2rem 2.4rem;
    /* increased padding for larger hit area */
    font-size: 1.05rem;
    /* slightly larger text */
    font-weight: 900;
    border-radius: 36px;
    cursor: pointer;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.6), 0 0 26px rgba(0, 240, 255, 0.12);
}

.register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.68), 0 0 40px rgba(255, 58, 199, 0.18);
}

@media (max-width: 768px) {
    .register-btn {
        padding: 0.9rem 1.6rem;
        font-size: 0.95rem;
        border-radius: 28px;
    }
}


/* Modal */

.modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding: 1rem;
}

.modal.open {
    display: flex;
}

.modal-content {
    background: #0f0f10;
    color: var(--tiktok-white);
    max-width: 720px;
    width: 100%;
    border-radius: 12px;
    padding: 1.2rem 1.6rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.close-btn {
    background: transparent;
    border: none;
    color: var(--tiktok-white);
    font-size: 1.2rem;
    cursor: pointer;
}

.modal-form input,
.modal-form textarea {
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #222;
    background: #0b0b0b;
    color: var(--tiktok-white);
}


/* Hero visual (image background + centered card) */

.hero-visual {
    position: relative;
    min-height: 44vh;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://lh3.googleusercontent.com/gg-dl/AJfQ9KStIdaCsaiPCa81tpkKpnZWu6yOm_WCOfp2aZxI0piacYQ6slyu5qpFGZU_rR3FPleZxHNEkA3grqCJpdE1sKe34hQuLSdfO3IAQXs0oD2j-z8byYgAij1p_dgcJzXJNK4_8EEYxEi46zTOCiiqxBArCt7TD7GGld01SFYbITVjufozuQ=s1024');
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(0.95);
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 4rem 1rem;
}

.hero-title {
    font-size: 3.2rem;
    margin-bottom: 0.6rem;
    color: #fff;
    letter-spacing: -1px;
}

.hero-sub {
    font-size: 1.25rem;
    margin-bottom: 1.6rem;
    color: #f5f5f5;
}

.hero-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-ctas .header_btn {
    padding: 0.9rem 1.4rem;
    border-radius: 28px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    .hero-sub {
        font-size: 1rem;
    }
    .hero-visual {
        min-height: 60vh;
    }
    .hero-ctas {
        flex-direction: column;
    }
}


/* Slightly larger about image for TikTok page (overrides default 300px) */

.about .about-image {
    width: 470px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .about .about-image {
        width: 100%;
        max-width: 100%;
    }
}


/* Pop highlight animation for Apply Now button */

.pop-animate {
    animation: popScale 0.9s ease forwards;
    box-shadow: 0 22px 72px rgba(0, 240, 255, 0.12), 0 0 36px rgba(255, 58, 199, 0.18);
    transform-origin: center;
}

@keyframes popScale {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 26px rgba(0, 0, 0, 0.25);
    }
    40% {
        transform: scale(1.14);
        box-shadow: 0 28px 88px rgba(0, 240, 255, 0.14), 0 0 48px rgba(255, 58, 199, 0.14);
    }
    70% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}


/* Center and widen the About section's Contact button */

.about .about-text p {
    text-align: center;
    /* centers inline content */
}

.about .about-text p .buy-btn {
    display: inline-block;
    min-width: 360px;
    /* wider on desktop */
    width: 48%;
    /* responsive width */
    max-width: 640px;
    padding: 1.05rem 2rem;
    font-size: 1.15rem;
    border-radius: 32px;
}

@media (max-width: 768px) {
    .about .about-text p .buy-btn {
        width: 80%;
        min-width: 0;
        font-size: 1rem;
    }
}