/* Contact — inner page */
.contact-page {
    background: #ffffff;
}

.contact-hero {
    position: relative;
    padding: 48px 0 52px;
    overflow: hidden;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 26%, rgba(249, 200, 51, 0.16) 0%, transparent 44%),
        radial-gradient(circle at 84% 74%, rgba(249, 200, 51, 0.08) 0%, transparent 36%),
        linear-gradient(135deg, #04121c 0%, #061a28 52%, #081f2f 100%);
}

.contact-hero-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #04121c 0%, #f9c833 50%, #04121c 100%);
}

.contact-hero .container {
    position: relative;
    z-index: 1;
}

.contact-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.62);
}

.contact-breadcrumb a {
    color: #f9c833;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-breadcrumb a:hover {
    color: #ffffff;
}

.contact-eyebrow,
.contact-card-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #061a28;
    background: rgba(249, 200, 51, 0.9);
    border-radius: 999px;
}

.contact-hero-title {
    margin: 0 0 12px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
}

.contact-hero-text {
    margin: 0;
    max-width: 700px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.contact-main {
    padding: 56px 0 64px;
    background:
        radial-gradient(circle at 90% 10%, rgba(249, 200, 51, 0.08) 0%, transparent 34%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
    gap: 28px;
    align-items: start;
}

.contact-info-card,
.contact-form-card {
    background: #ffffff;
    border: 1px solid rgba(6, 26, 40, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(6, 26, 40, 0.1);
    overflow: hidden;
}

.contact-info-card {
    position: sticky;
    top: 24px;
}

.contact-info-header,
.contact-form-header {
    padding: 28px 28px 22px;
    border-bottom: 1px solid rgba(6, 26, 40, 0.08);
}

.contact-info-header {
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 200, 51, 0.14) 0%, transparent 42%),
        linear-gradient(135deg, #04121c 0%, #061a28 100%);
}

.contact-info-header h2,
.contact-form-header h2 {
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 700;
    line-height: 1.25;
}

.contact-info-header h2 {
    color: #ffffff;
}

.contact-form-header h2 {
    color: #04121c;
}

.contact-info-header p,
.contact-form-header p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
}

.contact-info-header p {
    color: rgba(255, 255, 255, 0.74);
}

.contact-form-header p {
    color: #64748b;
}

.contact-info-list {
    display: grid;
    gap: 0;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 26px;
    border-bottom: 1px solid rgba(6, 26, 40, 0.08);
}

.contact-info-item:last-child {
    border-bottom: 0;
}

.contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #061a28;
    background: linear-gradient(135deg, #f9c833 0%, #f0b429 100%);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(249, 200, 51, 0.24);
}

.contact-info-item h3 {
    margin: 0 0 8px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.08rem;
    color: #04121c;
}

.contact-info-item p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #334155;
}

.contact-info-item a {
    color: #061a28;
    text-decoration: none;
    font-weight: 600;
}

.contact-info-item a:hover {
    color: #f0b429;
}

.contact-info-item span {
    color: #64748b;
}

.contact-form-card {
    padding-bottom: 30px;
}

.contact-form {
    padding: 28px;
}

.contact-alert {
    margin: 24px 28px 0;
    padding: 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    line-height: 1.5;
    border-radius: 14px;
}

.contact-alert--success {
    color: #14532d;
    background: #dcfce7;
    border: 1px solid #86efac;
}

.contact-alert--error {
    color: #7f1d1d;
    background: #fee2e2;
    border: 1px solid #fecaca;
}

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

.contact-form-group {
    margin-bottom: 18px;
}

.contact-form-group label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    color: #04121c;
}

.contact-form-group label span {
    color: #dc2626;
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;
    padding: 13px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #1e293b;
    background: #f8fafc;
    border: 1px solid rgba(6, 26, 40, 0.12);
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    background: #ffffff;
    border-color: rgba(249, 200, 51, 0.85);
    box-shadow: 0 0 0 4px rgba(249, 200, 51, 0.14);
    outline: none;
}

.contact-form-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 168px;
    padding: 13px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #061a28;
    background: linear-gradient(135deg, #f9c833 0%, #f0b429 100%);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(249, 200, 51, 0.28);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(249, 200, 51, 0.36);
    outline: none;
}

@media (max-width: 991px) {
    .contact-grid,
    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        position: static;
    }
}

@media (max-width: 575px) {
    .contact-hero {
        padding: 36px 0 40px;
    }

    .contact-info-header,
    .contact-form-header,
    .contact-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-info-item {
        grid-template-columns: 1fr;
        padding: 22px 20px;
    }

    .contact-alert {
        margin-left: 20px;
        margin-right: 20px;
    }

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