body.cf-theme.cf-contact-shell {
    background:
        linear-gradient(180deg, rgba(11, 16, 33, 0.18) 0%, rgba(13, 18, 35, 0.42) 24%, rgba(14, 17, 34, 0.8) 52%, rgba(13, 18, 33, 0.98) 100%),
        url("/jpg/header-bg.webp") center top / cover no-repeat,
        linear-gradient(180deg, #1d2450 0%, #17152a 56%, #0d1324 100%);
}

.cf-contact-page {
    padding-bottom: 5.2rem;
}

.cf-contact-hero {
    max-width: 70rem;
    margin: 0 auto;
    padding: 1.6rem 0 2.3rem;
    text-align: center;
}

.cf-contact-hero-copy {
    max-width: none;
}

.cf-contact-hero .cf-page-title {
    max-width: none;
    margin-inline: 0;
}

.cf-contact-hero .cf-page-lead {
    max-width: 46rem;
    margin-inline: auto;
}

.cf-contact-hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.15rem;
}

.cf-contact-press-link {
    min-width: 10.5rem;
}

.cf-contact-stage {
    max-width: 1080px;
    margin: 0 auto;
}

.cf-contact-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.35rem, 3vw, 2rem);
    border-radius: 1.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(22, 31, 58, 0.9), rgba(10, 15, 28, 0.96));
    box-shadow: 0 32px 70px rgba(4, 8, 20, 0.32);
}

.cf-contact-card-header,
.cf-contact-form-panel {
    position: relative;
    z-index: 1;
}

.cf-contact-guides {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.cf-contact-guide {
    padding: 1rem 1.05rem 1.05rem;
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.cf-contact-guide-eyebrow {
    display: inline-flex;
    margin-bottom: 0.72rem;
    color: rgba(255, 243, 228, 0.94);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cf-contact-guide-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.cf-contact-guide-list span {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(9, 14, 26, 0.45);
    color: rgba(247, 241, 232, 0.86);
    font-size: 0.78rem;
    line-height: 1.2;
}

.cf-contact-card-header {
    margin-bottom: 1rem;
}

.cf-contact-card-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

.cf-contact-card-copy p {
    max-width: 44rem;
    margin: 0.72rem 0 0;
    color: var(--cf-theme-muted);
    line-height: 1.65;
}

.cf-contact-prompts-title {
    position: relative;
    z-index: 1;
    margin: 0 0 0.7rem;
    color: rgba(247, 241, 232, 0.92);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cf-contact-prompts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.cf-contact-prompts span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(247, 241, 232, 0.86);
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
}

.cf-contact-form-panel {
    padding: 1.4rem;
    border-radius: 1.45rem;
    background: rgba(7, 11, 22, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cf-contact-alert {
    margin-bottom: 1rem;
    padding: 0.95rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(141, 214, 161, 0.24);
    background: rgba(33, 82, 47, 0.28);
    color: #ebfff1;
    line-height: 1.55;
}

.cf-contact-form {
    display: grid;
    gap: 1rem;
}

.cf-contact-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cf-contact-field {
    display: grid;
    gap: 0.5rem;
}

.cf-contact-field label {
    color: rgba(247, 241, 232, 0.86);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cf-contact-input {
    width: 100%;
    min-height: 3.55rem;
    padding: 1rem 1.05rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(14, 20, 37, 0.92), rgba(10, 14, 28, 0.96));
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 14px 28px rgba(4, 8, 20, 0.16);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cf-contact-input::placeholder {
    color: rgba(247, 241, 232, 0.4);
}

.cf-contact-input:focus {
    outline: none;
    border-color: rgba(244, 157, 67, 0.6);
    box-shadow:
        0 0 0 0.22rem rgba(244, 157, 67, 0.12),
        0 18px 34px rgba(4, 8, 20, 0.24);
    transform: translateY(-1px);
}

.cf-contact-textarea {
    min-height: 13.5rem;
    resize: vertical;
}

.cf-contact-field ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #ffcbc3;
    font-size: 0.84rem;
    line-height: 1.5;
}

.cf-contact-form > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cf-contact-form > ul li {
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 152, 142, 0.18);
    background: rgba(91, 31, 31, 0.24);
    color: #ffd5cf;
    line-height: 1.55;
}

.cf-contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 0.35rem;
    padding-top: 0.1rem;
}

.cf-contact-submit {
    min-width: 11.5rem;
}

.cf-contact-form-note {
    color: var(--cf-theme-muted);
    font-size: 0.88rem;
    line-height: 1.55;
    max-width: none;
    flex: 1 1 18rem;
}

@media (max-width: 991px) {
    .cf-contact-hero .cf-page-title {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .cf-contact-hero {
        padding-bottom: 1.7rem;
    }

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

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

    .cf-contact-form-panel {
        padding: 1.2rem;
    }

    .cf-contact-form-actions {
        align-items: stretch;
        justify-content: flex-start;
    }

    .cf-contact-submit {
        width: 100%;
    }

    .cf-contact-prompts span {
        min-height: 2.6rem;
    }
}

@media (min-width: 992px) {
    .cf-contact-hero .cf-page-title {
        font-size: clamp(2.5rem, 4.6vw, 4.25rem);
        white-space: nowrap;
    }
}
