/* =========================================================
   BLOOD NETWORK PAKISTAN
   CONTACT PAGE
========================================================= */

:root {
    --contact-red: #e52030;
    --contact-red-dark: #9d0b1d;
    --contact-green: #2f8f5b;
    --contact-green-dark: #1d6840;
    --contact-dark: #171b22;
    --contact-text: #252b34;
    --contact-muted: #69717c;
    --contact-soft: #f5f7fa;
    --contact-border: #e4e8ed;
    --contact-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body.modal-open {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

button,
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: none;
}

/* =========================================================
   SHARED TYPOGRAPHY
========================================================= */

.bnp-section-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--contact-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bnp-contact-heading-row h2,
.bnp-contact-form-heading h2,
.bnp-contact-section-heading h2 {
    margin: 0;
    color: var(--contact-text);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.bnp-contact-heading-row h2 span,
.bnp-contact-form-heading h2 span,
.bnp-contact-section-heading h2 span {
    color: var(--contact-red);
}

/* =========================================================
   HERO
========================================================= */

.bnp-contact-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            120deg,
            #14181f 0%,
            #24151c 48%,
            #143727 100%
        );
}

.bnp-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(229, 32, 48, 0.08),
            transparent 42%,
            rgba(47, 143, 91, 0.09)
        );
}

.bnp-contact-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
}

.bnp-contact-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(7px);
    pointer-events: none;
}

.bnp-contact-hero-glow.glow-red {
    top: -170px;
    left: -140px;
    width: 430px;
    height: 430px;
    background: rgba(229, 32, 48, 0.13);
}

.bnp-contact-hero-glow.glow-green {
    right: -150px;
    bottom: -170px;
    width: 430px;
    height: 430px;
    background: rgba(47, 143, 91, 0.15);
}

.bnp-contact-hero .container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.bnp-contact-hero-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(390px, 0.92fr);
    align-items: center;
    gap: 65px;
    padding: 82px 0 95px;
}

.bnp-contact-hero-content {
    max-width: 730px;
}

.bnp-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 16px;
    border: 1px solid rgba(102, 211, 145, 0.25);
    border-radius: 30px;
    color: #cdf4dc;
    background: rgba(47, 143, 91, 0.13);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.bnp-contact-kicker > span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #63cf8b;
    box-shadow: 0 0 0 6px rgba(47, 143, 91, 0.14);
    animation: bnpContactPulse 1.8s infinite;
}

@keyframes bnpContactPulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.bnp-contact-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -1.3px;
}

.bnp-contact-hero-content h1 span {
    display: block;
    margin-top: 8px;
    color: #64cf8c;
}

.bnp-contact-hero-content > p {
    max-width: 680px;
    margin: 23px 0 29px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.8;
}

.bnp-contact-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.bnp-contact-call-btn,
.bnp-contact-whatsapp-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border-radius: 11px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    transition:
        transform 0.28s ease,
        color 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.bnp-contact-call-btn {
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    box-shadow: 0 15px 32px rgba(229, 32, 48, 0.3);
}

.bnp-contact-call-btn:hover {
    transform: translateY(-4px);
    color: #ffffff;
    box-shadow: 0 21px 42px rgba(229, 32, 48, 0.4);
}

.bnp-contact-whatsapp-btn {
    border: 1px solid rgba(102, 211, 145, 0.28);
    background: rgba(47, 143, 91, 0.14);
}

.bnp-contact-whatsapp-btn:hover {
    transform: translateY(-4px);
    border-color: rgba(102, 211, 145, 0.48);
    color: #ffffff;
    background: rgba(47, 143, 91, 0.24);
}

.bnp-contact-trust-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 27px;
}

.bnp-contact-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    font-weight: 700;
}

.bnp-contact-trust-row i {
    color: #66d08e;
}

/* =========================================================
   SUPPORT CONSOLE
========================================================= */

.bnp-contact-console {
    position: relative;
    padding: 27px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.11),
            rgba(255, 255, 255, 0.045)
        );
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.bnp-contact-console::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -75px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(47, 143, 91, 0.1);
}

.bnp-contact-console-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

.bnp-contact-console-header small {
    display: block;
    margin-bottom: 4px;
    color: #68d18f;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-console-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.bnp-contact-console-header > span {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    box-shadow: 0 12px 26px rgba(229, 32, 48, 0.28);
    font-size: 20px;
}

.bnp-contact-channel-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
}

.bnp-contact-channel-list > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.045);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease;
}

.bnp-contact-channel-list > a:hover {
    transform: translateX(5px);
    border-color: rgba(102, 211, 145, 0.22);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.075);
}

.bnp-contact-channel-list > a > span {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #ffffff;
}

.bnp-contact-channel-list .red {
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
}

.bnp-contact-channel-list .green {
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
}

.bnp-contact-channel-list .dark {
    background:
        linear-gradient(
            135deg,
            #4b535e,
            #20252d
        );
}

.bnp-contact-channel-list > a > div {
    flex: 1;
    min-width: 0;
}

.bnp-contact-channel-list small,
.bnp-contact-channel-list strong {
    display: block;
}

.bnp-contact-channel-list small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 10px;
}

.bnp-contact-channel-list strong {
    overflow-wrap: anywhere;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.bnp-contact-channel-list > a > i {
    color: #6bd393;
}

.bnp-contact-console-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bnp-contact-status-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #57ca83;
    box-shadow: 0 0 0 6px rgba(47, 143, 91, 0.12);
}

.bnp-contact-console-footer strong,
.bnp-contact-console-footer small {
    display: block;
}

.bnp-contact-console-footer strong {
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.bnp-contact-console-footer small {
    color: rgba(255, 255, 255, 0.43);
    font-size: 10px;
}

/* =========================================================
   CONTACT OPTIONS
========================================================= */

.bnp-contact-options {
    padding: 90px 0;
    background: #ffffff;
}

.bnp-contact-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 34px;
}

.bnp-contact-heading-row > div {
    max-width: 650px;
}

.bnp-contact-heading-row > p {
    max-width: 430px;
    margin: 0;
    color: var(--contact-muted);
    font-size: 15px;
    line-height: 1.7;
}

.bnp-contact-option-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bnp-contact-option-grid article {
    position: relative;
    min-height: 260px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--contact-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.bnp-contact-option-grid article::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background:
        linear-gradient(
            90deg,
            var(--contact-red),
            var(--contact-green)
        );
}

.bnp-contact-option-grid article:hover {
    transform: translateY(-8px);
    border-color: rgba(47, 143, 91, 0.2);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
}

.bnp-contact-option-grid article > span {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 19px;
}

.bnp-contact-option-grid .red {
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
}

.bnp-contact-option-grid .green {
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
}

.bnp-contact-option-grid .dark {
    background:
        linear-gradient(
            135deg,
            #4a525d,
            #20252d
        );
}

.bnp-contact-option-grid .maroon {
    background:
        linear-gradient(
            135deg,
            #7b1830,
            #3d0c18
        );
}

.bnp-contact-option-grid article > small {
    display: block;
    margin-bottom: 6px;
    color: var(--contact-green);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-option-grid h3 {
    margin: 0 0 9px;
    color: var(--contact-text);
    font-size: 19px;
    font-weight: 800;
}

.bnp-contact-option-grid p {
    margin: 0 0 18px;
    color: var(--contact-muted);
    font-size: 13px;
    line-height: 1.65;
}

.bnp-contact-option-grid a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--contact-green-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* =========================================================
   MAIN CONTACT FORM
========================================================= */

.bnp-contact-main {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background:
        radial-gradient(
            circle at 8% 14%,
            rgba(47, 143, 91, 0.05),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(229, 32, 48, 0.045),
            transparent 28%
        ),
        var(--contact-soft);
}

.bnp-contact-main-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(300px, 0.36fr);
    align-items: start;
    gap: 27px;
}

.bnp-contact-form-card {
    padding: 30px;
    border: 1px solid var(--contact-border);
    border-radius: 23px;
    background: #ffffff;
    box-shadow:
        0 24px 58px rgba(15, 23, 42, 0.09),
        0 7px 19px rgba(15, 23, 42, 0.035);
}

.bnp-contact-form-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--contact-border);
}

.bnp-contact-form-heading > div {
    max-width: 650px;
}

.bnp-contact-form-heading p {
    margin: 15px 0 0;
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bnp-contact-form-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    font-size: 20px;
}

.bnp-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.bnp-contact-field.full-width {
    grid-column: 1 / -1;
}

.bnp-contact-field label {
    display: block;
    margin-bottom: 8px;
    color: #48505a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-field label span {
    color: var(--contact-red);
}

.bnp-contact-field input,
.bnp-contact-field select,
.bnp-contact-field textarea {
    width: 100%;
    border: 1px solid var(--contact-border);
    border-radius: 11px;
    color: var(--contact-text);
    background: #fafbfc;
    font-size: 14px;
    font-weight: 600;
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.bnp-contact-field input,
.bnp-contact-field select {
    height: 51px;
    padding: 0 14px;
}

.bnp-contact-field textarea {
    min-height: 145px;
    padding: 14px;
    resize: vertical;
    line-height: 1.65;
}

.bnp-contact-field select {
    appearance: none;
    cursor: pointer;
    background-image:
        linear-gradient(
            45deg,
            transparent 50%,
            #8b9199 50%
        ),
        linear-gradient(
            135deg,
            #8b9199 50%,
            transparent 50%
        );
    background-position:
        calc(100% - 18px) 22px,
        calc(100% - 13px) 22px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
    padding-right: 36px;
}

.bnp-contact-field input::placeholder,
.bnp-contact-field textarea::placeholder {
    color: #a0a6ae;
}

.bnp-contact-field input:focus,
.bnp-contact-field select:focus,
.bnp-contact-field textarea:focus {
    border-color: rgba(47, 143, 91, 0.55);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(47, 143, 91, 0.08);
}

.bnp-contact-field input.is-invalid,
.bnp-contact-field select.is-invalid,
.bnp-contact-field textarea.is-invalid {
    border-color: rgba(229, 32, 48, 0.65);
    background: #fff8f9;
    box-shadow: 0 0 0 4px rgba(229, 32, 48, 0.07);
}

.bnp-contact-field-error {
    display: block;
    margin-top: 6px;
    color: var(--contact-red);
    font-size: 11px;
    font-weight: 700;
}

.bnp-contact-consent {
    display: grid;
    gap: 10px;
    margin-top: 19px;
}

.bnp-contact-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--contact-border);
    border-radius: 11px;
    color: #626a74;
    background: #fafbfc;
    font-size: 12px;
    line-height: 1.55;
    cursor: pointer;
}

.bnp-contact-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    accent-color: var(--contact-green);
}

.bnp-contact-submit-btn {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 20px;
    border: 0;
    border-radius: 11px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    box-shadow: 0 14px 30px rgba(229, 32, 48, 0.25);
    cursor: pointer;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        opacity 0.28s ease;
}

.bnp-contact-submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(229, 32, 48, 0.38);
}

.bnp-contact-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

.bnp-contact-submit-btn > i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.14);
}

.bnp-contact-submit-btn span,
.bnp-contact-submit-btn small {
    display: block;
    text-align: left;
}

.bnp-contact-submit-btn small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    text-transform: uppercase;
}

.bnp-contact-submit-btn span {
    font-size: 13px;
    font-weight: 800;
}

/* =========================================================
   SIDEBAR
========================================================= */

.bnp-contact-sidebar {
    position: sticky;
    top: 95px;
    display: grid;
    gap: 17px;
}

.bnp-contact-summary-card,
.bnp-contact-hours-card,
.bnp-contact-emergency-card {
    overflow: hidden;
    border-radius: 19px;
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.07),
        0 5px 15px rgba(15, 23, 42, 0.03);
}

.bnp-contact-summary-card {
    padding: 24px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #181d25,
            #35101a 54%,
            #173d2c
        );
}

.bnp-contact-summary-label {
    display: block;
    margin-bottom: 17px;
    color: #69d392;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-summary-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    font-size: 21px;
}

.bnp-contact-summary-details {
    display: grid;
}

.bnp-contact-summary-details > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bnp-contact-summary-details > div:last-child {
    border-bottom: 0;
}

.bnp-contact-summary-details span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
}

.bnp-contact-summary-details strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.bnp-contact-summary-card > p {
    margin: 15px 0 0;
    padding: 13px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.56);
    background: rgba(47, 143, 91, 0.12);
    font-size: 11px;
    line-height: 1.55;
}

.bnp-contact-hours-card {
    padding: 22px;
    border: 1px solid rgba(47, 143, 91, 0.14);
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f2faf5
        );
}

.bnp-contact-hours-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--contact-border);
}

.bnp-contact-hours-header > span {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
}

.bnp-contact-hours-header small {
    display: block;
    margin-bottom: 3px;
    color: var(--contact-red);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-hours-header h3 {
    margin: 0;
    color: var(--contact-text);
    font-size: 17px;
    font-weight: 800;
}

.bnp-contact-hours-list {
    display: grid;
}

.bnp-contact-hours-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--contact-border);
}

.bnp-contact-hours-list > div:last-child {
    border-bottom: 0;
}

.bnp-contact-hours-list span {
    color: var(--contact-muted);
    font-size: 11px;
}

.bnp-contact-hours-list strong {
    color: var(--contact-text);
    font-size: 11px;
    font-weight: 800;
    text-align: right;
}

.bnp-contact-emergency-card {
    padding: 23px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #191e26,
            #3a101b
        );
}

.bnp-contact-emergency-card > i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 15px;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    font-size: 19px;
}

.bnp-contact-emergency-card > small {
    display: block;
    margin-bottom: 5px;
    color: #69d392;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-emergency-card h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}

.bnp-contact-emergency-card p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 12px;
    line-height: 1.65;
}

.bnp-contact-emergency-card a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 9px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* =========================================================
   LOCATION PANEL
========================================================= */

.bnp-contact-location {
    padding: 75px 0;
    background: #ffffff;
}

.bnp-contact-location-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 32px;
    border: 1px solid rgba(47, 143, 91, 0.14);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f2faf5
        );
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.bnp-contact-location-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 17px;
}

.bnp-contact-location-content > span {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
    font-size: 22px;
}

.bnp-contact-location-content small {
    display: block;
    margin-bottom: 5px;
    color: var(--contact-red);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-location-content h2 {
    margin: 0 0 7px;
    color: var(--contact-text);
    font-size: 24px;
    font-weight: 800;
}

.bnp-contact-location-content p {
    max-width: 680px;
    margin: 0;
    color: var(--contact-muted);
    font-size: 13px;
    line-height: 1.65;
}

.bnp-contact-location-points {
    display: grid;
    gap: 9px;
}

.bnp-contact-location-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #56605c;
    font-size: 12px;
    font-weight: 800;
}

.bnp-contact-location-points i {
    color: var(--contact-green);
}

/* =========================================================
   FAQ
========================================================= */

.bnp-contact-faq {
    padding: 90px 0;
    background: var(--contact-soft);
}

.bnp-contact-section-heading {
    max-width: 760px;
    margin: 0 auto 44px;
}

.bnp-contact-faq-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 0.34fr);
    align-items: start;
    gap: 24px;
}

.bnp-contact-faq-list {
    display: grid;
    gap: 12px;
}

.bnp-contact-faq-item {
    overflow: hidden;
    border: 1px solid var(--contact-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.bnp-contact-faq-item.active {
    border-color: rgba(47, 143, 91, 0.22);
}

.bnp-contact-faq-item > button {
    width: 100%;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 19px;
    border: 0;
    color: var(--contact-text);
    background: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.bnp-contact-faq-item > button i {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
}

.bnp-contact-faq-item.active > button i {
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
}

.bnp-contact-faq-answer {
    display: none;
    padding: 0 19px 18px;
}

.bnp-contact-faq-item.active .bnp-contact-faq-answer {
    display: block;
}

.bnp-contact-faq-answer p {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid var(--contact-border);
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bnp-contact-faq-support {
    position: sticky;
    top: 95px;
    padding: 26px;
    border-radius: 20px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #181d25,
            #35101a 54%,
            #173d2c
        );
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
}

.bnp-contact-faq-support > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 16px;
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
    font-size: 21px;
}

.bnp-contact-faq-support h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
}

.bnp-contact-faq-support p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.65;
}

.bnp-contact-faq-support a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 9px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* =========================================================
   SUCCESS MODAL
========================================================= */

.bnp-contact-success-modal {
    position: fixed;
    inset: 0;
    z-index: 30000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 0.3s ease,
        opacity 0.3s ease;
}

.bnp-contact-success-modal.active {
    visibility: visible;
    opacity: 1;
}

.bnp-contact-success-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 11, 15, 0.83);
    backdrop-filter: blur(7px);
}

.bnp-contact-success-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    padding: 34px;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
    text-align: center;
    transform: translateY(25px) scale(0.96);
    transition: transform 0.3s ease;
}

.bnp-contact-success-modal.active
.bnp-contact-success-dialog {
    transform: translateY(0) scale(1);
}

.bnp-contact-success-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 37px;
    height: 37px;
    border: 0;
    border-radius: 10px;
    color: #727984;
    background: #f0f2f4;
    cursor: pointer;
}

.bnp-contact-success-icon {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 18px;
    border: 8px solid #edf9f2;
    border-radius: 50%;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-green),
            var(--contact-green-dark)
        );
    font-size: 26px;
}

.bnp-contact-success-label {
    display: block;
    margin-bottom: 7px;
    color: var(--contact-red);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.bnp-contact-success-dialog h2 {
    margin: 0 0 11px;
    color: var(--contact-text);
    font-size: 26px;
    font-weight: 800;
}

.bnp-contact-success-dialog p {
    margin: 0;
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bnp-contact-reference {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid rgba(47, 143, 91, 0.14);
    border-radius: 12px;
    background: #f3faf6;
}

.bnp-contact-reference span,
.bnp-contact-reference strong {
    display: block;
}

.bnp-contact-reference span {
    margin-bottom: 5px;
    color: #7e858e;
    font-size: 11px;
    text-transform: uppercase;
}

.bnp-contact-reference strong {
    color: var(--contact-green-dark);
    font-size: 17px;
    font-weight: 800;
}

.bnp-contact-success-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-bottom: 20px;
}

.bnp-contact-success-summary > div {
    padding: 13px;
    border: 1px solid var(--contact-border);
    border-radius: 10px;
    background: #fafbfc;
}

.bnp-contact-success-summary span,
.bnp-contact-success-summary strong {
    display: block;
}

.bnp-contact-success-summary span {
    margin-bottom: 4px;
    color: #8b9199;
    font-size: 11px;
    text-transform: uppercase;
}

.bnp-contact-success-summary strong {
    color: var(--contact-text);
    font-size: 13px;
    font-weight: 800;
}

.bnp-contact-success-button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--contact-red),
            var(--contact-red-dark)
        );
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .bnp-contact-hero-layout {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, 0.86fr);
        gap: 42px;
    }

    .bnp-contact-hero-content h1 {
        font-size: 50px;
    }

    .bnp-contact-option-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .bnp-contact-hero {
        min-height: auto;
    }

    .bnp-contact-hero-layout {
        grid-template-columns: 1fr;
        padding: 68px 0 85px;
    }

    .bnp-contact-console {
        max-width: 720px;
    }

    .bnp-contact-main-layout {
        grid-template-columns: 1fr;
    }

    .bnp-contact-sidebar {
        position: static;
        grid-template-columns: repeat(3, 1fr);
    }

    .bnp-contact-heading-row,
    .bnp-contact-location-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .bnp-contact-faq-layout {
        grid-template-columns: 1fr;
    }

    .bnp-contact-faq-support {
        position: static;
    }
}

@media (max-width: 767px) {

    .bnp-contact-hero-layout {
        padding: 54px 0 72px;
    }

    .bnp-contact-hero-content h1 {
        font-size: 38px;
    }

    .bnp-contact-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .bnp-contact-call-btn,
    .bnp-contact-whatsapp-btn {
        width: 100%;
    }

    .bnp-contact-trust-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .bnp-contact-options,
    .bnp-contact-main,
    .bnp-contact-faq {
        padding: 62px 0;
    }

    .bnp-contact-heading-row h2,
    .bnp-contact-form-heading h2,
    .bnp-contact-section-heading h2 {
        font-size: 32px;
    }

    .bnp-contact-option-grid,
    .bnp-contact-form-grid,
    .bnp-contact-sidebar {
        grid-template-columns: 1fr;
    }

    .bnp-contact-field.full-width {
        grid-column: auto;
    }

    .bnp-contact-form-card {
        padding: 21px;
    }

    .bnp-contact-form-heading {
        flex-direction: column;
    }

    .bnp-contact-location-content {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {

    .bnp-contact-hero-content h1 {
        font-size: 32px;
    }

    .bnp-contact-kicker {
        font-size: 9px;
    }

    .bnp-contact-console {
        padding: 21px;
    }

    .bnp-contact-console-header {
        align-items: flex-start;
    }

    .bnp-contact-channel-list > a {
        align-items: flex-start;
    }

    .bnp-contact-heading-row h2,
    .bnp-contact-form-heading h2,
    .bnp-contact-section-heading h2 {
        font-size: 28px;
    }

    .bnp-contact-success-summary {
        grid-template-columns: 1fr;
    }

    .bnp-contact-success-modal {
        padding: 10px;
    }

    .bnp-contact-success-dialog {
        padding: 29px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .bnp-contact-kicker > span {
        animation: none;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}