body { background: radial-gradient(circle at 20% 0%, rgba(255, 92, 0, 0.14), transparent 34%), #111522; }
.contact-page {
    max-width: 980px;
    margin: 4rem auto 5rem;
    padding: 0 1.5rem;
}
.contact-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(27, 33, 54, 0.92), rgba(18, 23, 39, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 2.75rem;
    text-align: center;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}
.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 92, 0, 0.22), transparent 35%);
    pointer-events: none;
}
.contact-card h1 {
    position: relative;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 0.75rem;
}
.contact-card p {
    position: relative;
    color: #c4cce8;
    line-height: 1.7;
    margin-bottom: 1rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.contact-actions {
    position: relative;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 10px;
    padding: 0.9rem 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.contact-btn:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}
.contact-btn.primary {
    background: linear-gradient(135deg, #ff5c00, #ff8c42);
    color: #fff;
}
.contact-btn.secondary {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
}
.contact-note {
    position: relative;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #9fa7c7;
}
.contact-form-card {
    margin-top: 1.75rem;
    background: linear-gradient(145deg, rgba(22, 28, 48, 0.96), rgba(14, 18, 32, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}
.contact-form-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.65rem;
}
.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    color: #ff9b5a;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}
.contact-form-card h2 {
    color: #fff;
    margin: 0 0 0.45rem;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}
.contact-form-intro {
    color: #c4cce8;
    margin: 0;
    line-height: 1.65;
    max-width: 680px;
}
.contact-secure-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 999px;
    background: rgba(74, 222, 128, 0.1);
    color: #8cf3a6;
    padding: 0.45rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}
.contact-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.contact-field label {
    color: #f4f6ff;
    font-weight: 700;
    font-size: 0.92rem;
}
.contact-field label span,
.contact-form-intro span,
.contact-consent strong {
    color: #ff8c42;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    background: rgba(8, 12, 24, 0.72);
    color: #fff;
    padding: 0.9rem 1rem;
    font: inherit;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.contact-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #c4cce8 50%), linear-gradient(135deg, #c4cce8 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.contact-field textarea {
    resize: vertical;
    min-height: 190px;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: rgba(255, 92, 0, 0.7);
    box-shadow: 0 0 0 3px rgba(255, 92, 0, 0.12);
    background: rgba(10, 15, 30, 0.92);
}
.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #c4cce8;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.85rem 1rem;
}
.contact-consent input {
    margin-top: 0.2rem;
    accent-color: #ff5c00;
}
.contact-submit {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 0;
    border-radius: 12px;
    padding: 0.95rem 1.55rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #ff5c00, #ff8c42);
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(255, 92, 0, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.contact-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(255, 92, 0, 0.3);
}
.contact-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.field-error,
.contact-form-error {
    color: #ffb4b4;
}
.contact-form-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
}
.contact-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@media (max-width: 720px) {
    .contact-card,
    .contact-form-card {
        padding: 1.35rem;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
    .contact-form-header {
        flex-direction: column;
    }
    .contact-submit {
        width: 100%;
        justify-content: center;
    }
}
