.contact-wrap {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
    background: #f3f5f2;
}

.contact-page {
    padding: .22rem .18rem .34rem;
    color: #18201b;
    background: #f3f5f2;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-page p {
    margin: 0;
    color: #334039;
    font-size: .22rem;
    line-height: .36rem;
}

.contact-hero {
    position: relative;
    overflow: hidden;
    min-height: 4.1rem;
    border-radius: .08rem;
    border: 1px solid rgba(216, 164, 59, .72);
    background: #07180f;
    box-shadow: 0 .1rem .28rem rgba(12, 34, 21, .18);
}

.contact-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .36;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 24, 15, .95) 0%, rgba(16, 42, 28, .9) 58%, rgba(7, 24, 15, .68) 100%);
}

.contact-hero-copy {
    position: relative;
    z-index: 1;
    padding: .36rem .28rem;
}

.contact-kicker {
    color: #f4c95d;
    font-size: .18rem;
    font-weight: 800;
    line-height: .28rem;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: .1rem;
}

.contact-hero h1 {
    margin: 0 0 .16rem;
    max-width: 6.4rem;
    color: #fff;
    font-size: .42rem;
    line-height: .52rem;
    font-weight: 800;
}

.contact-hero p {
    max-width: 6.25rem;
    color: #edf5ef;
    font-size: .22rem;
    line-height: .36rem;
}

.contact-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .1rem;
    min-height: .5rem;
    margin-top: .24rem;
    padding: .08rem .22rem;
    border-radius: .06rem;
    background: #fff;
    color: #102417;
    font-size: .22rem;
    font-weight: 800;
    text-decoration: none;
}

.contact-card,
.contact-topic {
    background: #fff;
    border: 1px solid #dbe4dc;
    border-radius: .08rem;
    box-shadow: 0 .05rem .16rem rgba(21, 38, 28, .08);
}

.contact-card {
    margin-top: .22rem;
    padding: .26rem;
}

.contact-card-heading {
    display: flex;
    align-items: center;
    gap: .12rem;
    margin-bottom: .14rem;
}

.contact-card-heading > span,
.contact-topic > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: .2rem;
    flex: 0 0 auto;
}

.contact-card h2,
.contact-topic h3 {
    margin: 0;
    color: #000;
    font-weight: 800;
}

.contact-card h2 {
    font-size: .3rem;
    line-height: .36rem;
}

.telegram-link {
    display: inline-flex;
    margin-top: .16rem;
    color: #0f6f3a;
    font-size: .23rem;
    font-weight: 800;
    line-height: .34rem;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .16rem;
    margin-top: .22rem;
}

.contact-topic {
    padding: .22rem;
}

.contact-topic h3 {
    margin-top: .16rem;
    margin-bottom: .08rem;
    font-size: .24rem;
    line-height: .3rem;
}

.contact-topic p {
    font-size: .19rem;
    line-height: .32rem;
}

.response-note {
    background: #0f2f1e;
    border-color: #cfa646;
}

.response-note h2,
.response-note p {
    color: #fff;
}

.contact-notice {
    margin-top: .22rem;
    padding: .28rem .24rem;
    border-radius: .08rem;
    border: 1px solid rgba(216, 164, 59, .72);
    background: linear-gradient(180deg, #102a1c 0%, #07180f 100%);
    box-shadow: 0 .06rem .18rem rgba(10, 30, 18, .18);
}

.notice-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .16rem;
    min-height: .44rem;
    padding: .08rem .2rem;
    border-radius: .06rem;
    background: #fff;
    color: #102417;
    font-size: .2rem;
    line-height: .28rem;
    font-weight: 800;
}

.contact-notice p {
    color: #edf5ef;
    font-size: .21rem;
    line-height: .36rem;
}

.contact-notice b {
    color: #f4c95d;
}

@media (max-width: 640px) {
    .contact-page {
        padding: .2rem .14rem .3rem;
    }

    .contact-hero {
        min-height: 4.55rem;
    }

    .contact-hero-copy {
        padding: .3rem .2rem;
    }

    .contact-hero h1 {
        font-size: .34rem;
        line-height: .43rem;
    }

    .contact-page p,
    .contact-hero p {
        font-size: .2rem;
        line-height: .34rem;
    }

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

    .contact-card,
    .contact-topic,
    .contact-notice {
        padding: .22rem .18rem;
    }
}
