.contact-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 8%, rgba(0, 245, 255, 0.12), transparent 32%),
        radial-gradient(circle at 88% 28%, rgba(0, 255, 153, 0.1), transparent 28%),
        linear-gradient(180deg, #020607 0%, #050909 52%, #020303 100%);
    color: #ffffff;
    overflow: hidden;
}

.contact-hero,
.contact-section,
.footer-cta {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.contact-hero {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 48px;
    align-items: center;
    padding: 72px 0 56px;
}

.contact-kicker,
.contact-section-head span,
.footer-cta span {
    display: inline-flex;
    color: #00f5ff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-hero h1 {
    font-size: clamp(3.2rem, 8vw, 6.3rem);
    line-height: 0.94;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.contact-hero h2 {
    font-size: clamp(1.7rem, 4vw, 3rem);
    line-height: 1.08;
    color: #00ff99;
    margin-bottom: 22px;
    text-shadow: 0 0 22px rgba(0, 255, 153, 0.25);
}

.contact-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
    line-height: 1.85;
}

.contact-hero-actions,
.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.contact-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.24s ease;
}

.contact-btn-discord {
    color: #001216;
    background: linear-gradient(135deg, #00f5ff, #00ff99);
    border: 1px solid rgba(0, 245, 255, 0.65);
    box-shadow: 0 0 22px rgba(0, 245, 255, 0.22);
}

.contact-btn-whatsapp {
    color: #ffffff;
    background: rgba(0, 255, 153, 0.08);
    border: 1px solid rgba(0, 255, 153, 0.4);
}

.contact-btn:hover {
    transform: translateY(-2px);
}

.support-illustration {
    min-height: 410px;
    position: relative;
    display: grid;
    place-items: center;
}

.support-radar {
    width: min(390px, 78vw);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(0, 245, 255, 0.24);
    background:
        linear-gradient(90deg, rgba(0, 245, 255, 0.12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 255, 153, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    box-shadow:
        inset 0 0 40px rgba(0, 245, 255, 0.08),
        0 0 55px rgba(0, 255, 153, 0.1);
}

.support-radar::before,
.support-radar::after {
    content: '';
    position: absolute;
    inset: 58px;
    border: 1px solid rgba(0, 245, 255, 0.18);
    border-radius: 50%;
}

.support-radar::after {
    inset: 118px;
    border-color: rgba(0, 255, 153, 0.22);
}

.support-headset {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(8, 20, 24, 0.95), rgba(0, 0, 0, 0.96));
    border: 1px solid rgba(0, 245, 255, 0.34);
    box-shadow:
        inset 0 0 28px rgba(0, 245, 255, 0.08),
        0 0 34px rgba(0, 255, 153, 0.18);
}

.avatar-core {
    position: absolute;
    left: 50%;
    top: 54%;
    width: 92px;
    height: 92px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 36%, #00f5ff 0 12px, transparent 13px),
        radial-gradient(circle at 50% 82%, #00ff99 0 38px, transparent 39px);
    opacity: 0.95;
}

.headset-band {
    position: absolute;
    left: 41px;
    top: 36px;
    width: 138px;
    height: 112px;
    border: 12px solid #00f5ff;
    border-bottom: 0;
    border-radius: 80px 80px 0 0;
    filter: drop-shadow(0 0 12px rgba(0, 245, 255, 0.35));
}

.earcup {
    position: absolute;
    top: 112px;
    width: 36px;
    height: 62px;
    border-radius: 12px;
    background: #00ff99;
    box-shadow: 0 0 16px rgba(0, 255, 153, 0.28);
}

.earcup-left {
    left: 35px;
}

.earcup-right {
    right: 35px;
}

.mic-arm {
    position: absolute;
    right: 50px;
    bottom: 61px;
    width: 74px;
    height: 42px;
    border-right: 5px solid #00f5ff;
    border-bottom: 5px solid #00f5ff;
    border-radius: 0 0 42px 0;
}

.mic-dot {
    position: absolute;
    right: 111px;
    bottom: 52px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00f5ff;
    box-shadow: 0 0 16px rgba(0, 245, 255, 0.55);
}

.support-chip {
    position: absolute;
    padding: 10px 13px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    font-weight: 800;
    border: 1px solid rgba(0, 245, 255, 0.26);
    background: rgba(4, 14, 17, 0.86);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.support-chip-top {
    top: 76px;
    right: 30px;
}

.support-chip-bottom {
    left: 30px;
    bottom: 72px;
}

.contact-section {
    padding: 42px 0;
}

.contact-section-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 22px;
}

.contact-section-head h2,
.footer-cta h2 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.15;
    color: #ffffff;
}

.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.support-card,
.note-card,
.contact-faq-item,
.footer-cta {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        rgba(0, 0, 0, 0.48);
    border: 1px solid rgba(0, 245, 255, 0.16);
    border-radius: 8px;
}

.support-card {
    min-height: 286px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    transition: 0.24s ease;
}

.support-card:hover,
.note-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 255, 153, 0.35);
    box-shadow: 0 18px 38px rgba(0, 255, 153, 0.08);
}

.support-card-icon,
.note-card i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #001216;
    background: linear-gradient(135deg, #00f5ff, #00ff99);
    box-shadow: 0 0 18px rgba(0, 245, 255, 0.22);
    font-size: 1.45rem;
}

.support-card h3,
.note-card h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.support-card p,
.note-card p,
.contact-faq-item p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.contact-card-link {
    margin-top: auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00f5ff;
    border: 1px solid rgba(0, 245, 255, 0.28);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.24s ease;
}

.contact-card-link:hover {
    color: #001216;
    background: #00f5ff;
}

.notes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.note-card {
    padding: 24px;
}

.note-card i {
    margin-bottom: 18px;
}

.contact-faq-list {
    display: grid;
    gap: 12px;
}

.contact-faq-item {
    overflow: hidden;
}

.contact-faq-item summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 800;
    list-style: none;
}

.contact-faq-item summary::-webkit-details-marker {
    display: none;
}

.contact-faq-item summary::after {
    content: '+';
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #001216;
    background: #00ff99;
    border-radius: 50%;
    font-size: 1.1rem;
}

.contact-faq-item[open] summary::after {
    content: '-';
}

.contact-faq-item p {
    padding: 0 20px 20px;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    margin-top: 42px;
    margin-bottom: 58px;
    border-color: rgba(0, 255, 153, 0.28);
}

.footer-cta-actions {
    margin-top: 0;
    justify-content: flex-end;
}

@media (max-width: 940px) {
    .contact-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 54px;
    }

    .support-illustration {
        min-height: 360px;
        order: -1;
    }

    .contact-card-grid,
    .notes-grid {
        grid-template-columns: 1fr 1fr;
    }

    .track-card {
        grid-column: 1 / -1;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .contact-hero,
    .contact-section,
    .footer-cta {
        width: min(100% - 28px, 1180px);
    }

    .contact-hero {
        min-height: auto;
        padding: 38px 0 34px;
    }

    .contact-hero p {
        font-size: 0.96rem;
    }

    .contact-hero-actions,
    .footer-cta-actions {
        width: 100%;
    }

    .contact-btn {
        width: 100%;
    }

    .support-illustration {
        min-height: 290px;
    }

    .support-radar {
        width: min(270px, 88vw);
    }

    .support-headset {
        width: 168px;
        height: 168px;
    }

    .headset-band {
        left: 32px;
        top: 28px;
        width: 104px;
        height: 82px;
        border-width: 9px;
    }

    .earcup {
        top: 86px;
        width: 28px;
        height: 48px;
    }

    .earcup-left {
        left: 27px;
    }

    .earcup-right {
        right: 27px;
    }

    .avatar-core {
        width: 70px;
        height: 70px;
    }

    .mic-arm {
        right: 39px;
        bottom: 47px;
        width: 55px;
        height: 31px;
        border-right-width: 4px;
        border-bottom-width: 4px;
    }

    .mic-dot {
        right: 85px;
        bottom: 40px;
        width: 13px;
        height: 13px;
    }

    .support-chip {
        font-size: 0.72rem;
        padding: 8px 10px;
    }

    .support-chip-top {
        top: 44px;
        right: 0;
    }

    .support-chip-bottom {
        left: 0;
        bottom: 42px;
    }

    .contact-section {
        padding: 30px 0;
    }

    .contact-section-head {
        display: block;
    }

    .contact-card-grid,
    .notes-grid {
        grid-template-columns: 1fr;
    }

    .support-card {
        min-height: 0;
        padding: 20px;
    }

    .footer-cta {
        padding: 22px;
        margin-top: 28px;
        margin-bottom: 42px;
    }
}

@media (max-width: 390px) {
    .contact-hero,
    .contact-section,
    .footer-cta {
        width: calc(100% - 24px);
    }

    .contact-hero h1 {
        font-size: 3rem;
    }

    .contact-hero h2 {
        font-size: 1.55rem;
    }

    .contact-faq-item summary {
        padding: 16px;
        font-size: 0.94rem;
    }

    .contact-faq-item p {
        padding: 0 16px 18px;
        font-size: 0.92rem;
    }
}
