/* ===== AYS Contact Section — scoped upgrade ===== */
.ays-contact-section {
    --ays-navy: #0B1D35;
    --ays-gold: #C9A84C;
    --ays-dark: #1A2035;
    --ays-muted: #7A8CAB;
    --ays-border: #E2E8F0;
}

/* Form card */
.ays-form-card {
    padding: 44px 40px;
    box-shadow: 0 16px 56px rgba(11, 29, 53, .10);
    border: 1px solid rgba(11, 29, 53, .04);
    position: relative;
}

.ays-eyebrow {
    display: block;
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--ays-gold);
    margin-bottom: 10px;
}

.ays-form-title {
    color: var(--ays-dark);
    font-weight: 700;
}

.ays-form-sub {
    border-left: 3px solid var(--ays-gold);
    padding-left: 14px;
    color: #4A5568;
    line-height: 1.7;
}

.ays-label {
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--ays-dark);
}

/* Inputs */
.ays-input {
    border: 1.5px solid var(--ays-border) !important;
    border-radius: 8px !important;
    padding: 13px 16px !important;
    transition: border-color .22s, box-shadow .22s !important;
    width: 100%;
}

.ays-input:focus {
    border-color: var(--ays-gold) !important;
    box-shadow: 0 0 0 4px rgba(201, 168, 76, .13) !important;
    outline: none !important;
}

.ays-textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.6;
}

/* Submit button */
.ays-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--ays-navy) !important;
    border: none !important;
    padding: 16px 28px !important;
    letter-spacing: .03em;
    transition: background .22s, transform .18s, box-shadow .22s !important;
}

.ays-submit:hover {
    background: #132744 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(11, 29, 53, .24) !important;
}

.ays-submit svg {
    transition: transform .2s;
}

.ays-submit:hover svg {
    transform: translateX(3px);
}

/* Form note */
.ays-form-note {
    font-size: .75rem;
    color: var(--ays-muted);
    text-align: center;
    margin-top: 14px;
}

/* Quick contact strip */
.ays-quick-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--ays-border);
}

.ays-qc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: #4A5568;
    transition: color .2s;
}

.ays-qc:hover {
    color: var(--ays-gold);
}

.ays-qc-ic {
    width: 30px;
    height: 30px;
    background: rgba(201, 168, 76, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ays-gold);
    flex-shrink: 0;
}

.ays-qc-sep {
    width: 1px;
    height: 26px;
    background: var(--ays-border);
}

/* Image panel */
.ays-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(11, 29, 53, .18);
    margin-left: 0;
}

.ays-image {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.ays-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(11, 29, 53, .25) 0%, rgba(11, 29, 53, .10) 45%, rgba(11, 29, 53, .70) 100%);
}

.ays-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 7px 15px;
    border-radius: 40px;
}

.ays-badge-dot {
    width: 8px;
    height: 8px;
    background: #27AE60;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(39, 174, 96, .3);
    animation: aysPulse 2.2s ease-in-out infinite;
}

@keyframes aysPulse {

    0%,
    100% {
        box-shadow: 0 0 0 3px rgba(39, 174, 96, .3);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(39, 174, 96, .1);
    }
}

.ays-image-stats {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 16px;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    padding: 16px 20px;
}

.ays-stat {
    text-align: center;
}

.ays-stat-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ays-gold);
    line-height: 1;
}

.ays-stat-lbl {
    display: block;
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .6);
    margin-top: 4px;
}

.ays-stat-div {
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, .18);
}

/* Responsive */
@media (max-width:991px) {
    .ays-image-wrap {
        margin-top: 32px;
    }

    .ays-image {
        min-height: 380px;
    }
}

@media (max-width:575px) {
    .ays-form-card {
        padding: 32px 22px;
    }

    .ays-quick-contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .ays-qc-sep {
        display: none;
    }
}

.footer-contact a:hover {
    color: #d6d9df;
}