/* Contact page — HOTTEX export desk */
.contact-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(8, 8, 8, 0.97) 0%, rgba(16, 16, 16, 0.94) 48%, rgba(58, 12, 14, 0.96) 100%),
        radial-gradient(circle at 88% 18%, rgba(227, 30, 36, 0.34), transparent 34%);
    min-height: min(72vh, 620px);
    display: flex;
    align-items: center;
}

.contact-hero-glow {
    position: absolute;
    top: -140px;
    right: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(227, 30, 36, 0.28), transparent 70%);
    pointer-events: none;
    animation: contact-pulse 7s ease-in-out infinite;
}

.contact-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
    pointer-events: none;
}

.contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: 88px 0 76px;
    animation: contact-rise 0.8s ease both;
}

.contact-brand-mark {
    display: inline-block;
    margin-bottom: 18px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.contact-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(32px, 4.8vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}

.contact-hero h1 span {
    color: var(--hottex-red);
}

.contact-hero p {
    max-width: 560px;
    margin: 0 0 28px;
    color: #d2d2d2;
    font-size: 17px;
    line-height: 1.75;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-hero-actions .btn-hottex,
.contact-hero-actions .btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-strip {
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-strip-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.contact-strip-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 18px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.25s ease, transform 0.25s ease;
}

.contact-strip-item:last-child {
    border-right: 0;
}

.contact-strip-item:not(.static):hover {
    background: rgba(227, 30, 36, 0.14);
}

.contact-strip-item i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: rgba(227, 30, 36, 0.16);
    color: #ff8a8e;
    font-size: 16px;
}

.contact-strip-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-strip-item span {
    display: block;
    color: #bdbdbd;
    font-size: 13px;
    line-height: 1.45;
    word-break: break-word;
}

.contact-main {
    background:
        linear-gradient(180deg, #f7f7f8 0%, #ffffff 48%, #f7f7f8 100%);
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
    align-items: start;
}

.contact-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--hottex-red);
}

.contact-kicker.light {
    color: #ff8a8e;
}

.contact-aside-head h2,
.contact-form-head h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.15;
    color: #111;
}

.contact-aside-head p,
.contact-form-head p {
    margin: 0 0 24px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.contact-detail-list {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.contact-detail {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
    color: inherit;
    text-decoration: none;
}

a.contact-detail:hover strong,
a.contact-detail:hover span {
    color: var(--hottex-red);
}

.contact-detail i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: #fff1f1;
    color: var(--hottex-red);
}

.contact-detail strong {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
    transition: color 0.2s ease;
}

.contact-detail span {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    transition: color 0.2s ease;
}

.contact-map {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #eee;
    aspect-ratio: 16 / 11;
    animation: contact-rise 0.9s ease 0.12s both;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(0.25) contrast(1.05);
}

.contact-form-panel {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 34px 32px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.05);
    animation: contact-rise 0.85s ease 0.08s both;
}

.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-alert.success {
    background: #edf9f0;
    border: 1px solid #bfe5c8;
    color: #176b2f;
}

.contact-alert.error {
    background: #fff1f1;
    border: 1px solid #f0c2c4;
    color: #9b1c22;
}

.contact-form .form-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}

.contact-input {
    border: 1px solid #ddd;
    border-radius: 0;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-input:focus {
    border-color: var(--hottex-red);
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}

textarea.contact-input {
    min-height: 140px;
    resize: vertical;
}

.contact-form-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.contact-form-foot .btn-hottex {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-form-link {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-form-link:hover {
    color: var(--hottex-red);
}

.contact-cta {
    background:
        linear-gradient(105deg, #111 0%, #1a1a1a 55%, #3a1012 100%);
    color: #fff;
    padding: 64px 0;
}

.contact-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.contact-cta h2 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.15;
}

.contact-cta p {
    margin: 0;
    max-width: 560px;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.65;
}

@keyframes contact-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contact-pulse {
    0%, 100% { opacity: 0.75; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}

@media (max-width: 991px) {
    .contact-strip-row {
        grid-template-columns: 1fr 1fr;
    }

    .contact-strip-item:nth-child(2) {
        border-right: 0;
    }

    .contact-strip-item:nth-child(1),
    .contact-strip-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .contact-hero-inner {
        padding: 72px 0 56px;
    }

    .contact-strip-row {
        grid-template-columns: 1fr;
    }

    .contact-strip-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .contact-strip-item:last-child {
        border-bottom: 0;
    }

    .contact-form-panel {
        padding: 24px 18px;
    }
}
