.shiv-contact-page {
    color: #18365f;
    background: #f4f7fb;
}

.shiv-contact-hero {
    padding: 70px 0 74px;
    color: #fff;
    background:
        linear-gradient(110deg, rgba(9, 28, 53, .96), rgba(19, 54, 91, .83)),
        url("../img/shivyatan/projects-banner-drop-off.webp") center 58%/cover no-repeat;
}

.shiv-contact-kicker,
.shiv-contact-eyebrow {
    margin: 0 0 10px;
    color: #d9ad50;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.shiv-contact-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.04;
}

.shiv-contact-hero p:last-child {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
}

.shiv-contact-section {
    padding: 80px 0;
}

.shiv-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(460px, 1.2fr);
    gap: 28px;
    align-items: stretch;
}

.shiv-contact-details,
.shiv-contact-form-card {
    padding: clamp(28px, 4vw, 50px);
    border: 1px solid #dfe7f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(22, 52, 89, .07);
}

.shiv-contact-details h2,
.shiv-contact-form-card h2 {
    margin: 0 0 10px;
    color: #17365f;
    font-size: clamp(29px, 3vw, 39px);
}

.shiv-contact-intro,
.shiv-contact-form-card > p {
    margin-bottom: 28px;
    color: #64788d;
}

.shiv-contact-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 13px;
    padding: 15px;
    border-radius: 13px;
    color: #17365f;
    background: #f5f8fc;
}

.shiv-contact-row:hover {
    color: #17365f;
    background: #eef3f9;
}

.shiv-contact-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 50%;
    color: #17365f;
    background: #e5b859;
}

.shiv-contact-row small,
.shiv-contact-row strong {
    display: block;
}

.shiv-contact-row small {
    margin-bottom: 2px;
    color: #6f8195;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.shiv-contact-row strong {
    font-weight: 700;
    line-height: 1.45;
}

.shiv-whatsapp-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 24px;
    padding: 13px 18px;
    border-radius: 9px;
    color: #fff;
    font-weight: 800;
    background: #16b95f;
}

.shiv-whatsapp-link:hover {
    color: #fff;
    background: #109e50;
}

.shiv-contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.shiv-contact-form label span {
    display: block;
    margin-bottom: 8px;
    color: #17365f;
    font-size: 14px;
    font-weight: 800;
}

.shiv-contact-form input,
.shiv-contact-form textarea {
    width: 100%;
    min-height: 54px;
    margin: 0;
    border: 1px solid #ced9e6;
    border-radius: 9px;
    color: #17365f;
    background: #fff;
}

.shiv-contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.shiv-contact-form input:focus,
.shiv-contact-form textarea:focus {
    border-color: #d6aa4d;
    box-shadow: 0 0 0 3px rgba(214, 170, 77, .15);
}

.shiv-field-wide {
    grid-column: 1 / -1;
}

.shiv-contact-form button {
    width: 100%;
    margin-top: 22px;
    padding: 16px 24px;
    border: 0;
    border-radius: 9px;
    color: #112d50;
    font-weight: 900;
    background: #d9ad50;
}

.shiv-contact-form button:hover {
    background: #c99a38;
}

.shiv-honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.shiv-form-feedback {
    margin: 14px 0 0;
}

.shiv-form-feedback.success {
    color: #10864a;
}

.shiv-form-feedback.error {
    color: #bd2e2e;
}

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

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

    .shiv-contact-section {
        padding: 48px 0;
    }

    .shiv-contact-fields {
        grid-template-columns: 1fr;
    }

    .shiv-field-wide {
        grid-column: auto;
    }
}
