/* =====================================================
   BD IT CENTER PREMIUM CONTACT PAGE
===================================================== */

.bdic-contact-page {
    background: #f8fbff;
    color: #0b1220;
    overflow-x: hidden;
}

.bdic-contact-hero {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
    background:
        linear-gradient(90deg, rgba(2, 10, 30, .94) 0%, rgba(4, 18, 48, .88) 48%, rgba(7, 21, 46, .60) 100%),
        radial-gradient(circle at 82% 16%, rgba(14, 165, 233, .30), transparent 32%),
        linear-gradient(135deg, #07152e 0%, #0f2f73 58%, #123b8f 100%);
    color: #fff;
    overflow: hidden;
}

.bdic-contact-hero-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .4;
}

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

.bdic-contact-kicker {
    display: inline-flex;
    align-items: center;
    padding: .55rem .95rem;
    border-radius: 999px;
    background: rgba(0, 119, 255, .16);
    border: 1px solid rgba(125, 211, 252, .34);
    color: #7dd3fc;
    font-weight: 950;
    letter-spacing: .06em;
    font-size: .8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bdic-contact-hero h1 {
    max-width: 820px;
    font-size: clamp(2rem, 4.4vw, 4.45rem);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.045em;
    margin-bottom: 1rem;
}

.bdic-contact-hero p {
    max-width: 720px;
    color: rgba(255,255,255,.82);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.75;
    margin-bottom: 1.6rem;
}

.bdic-contact-hero-actions,
.bdic-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.bdic-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 48px;
    padding: .82rem 1.12rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 950;
    border: 1px solid transparent;
    transition: .22s ease;
    line-height: 1.2;
}

.bdic-contact-btn:hover {
    transform: translateY(-2px);
}

.bdic-contact-btn-blue {
    background: #0b5cff;
    color: #fff;
    box-shadow: 0 16px 36px rgba(11, 92, 255, .26);
}

.bdic-contact-btn-blue:hover {
    color: #fff;
}

.bdic-contact-btn-green {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 16px 36px rgba(22, 163, 74, .22);
}

.bdic-contact-btn-green:hover {
    color: #fff;
}

.bdic-contact-btn-white {
    background: #fff;
    color: #0f2f73;
    border-color: rgba(255,255,255,.4);
}

.bdic-contact-btn-white:hover {
    color: #0f2f73;
}

.bdic-contact-hero-visual {
    display: flex;
    justify-content: center;
}

.bdic-contact-hero-visual img {
    width: 100%;
    max-width: 480px;
    border-radius: 28px;
    box-shadow: 0 35px 90px rgba(0,0,0,.24);
}

.bdic-contact-support-card {
    width: min(100%, 440px);
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 35px 90px rgba(0,0,0,.22);
}

.support-avatar {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: linear-gradient(135deg, #0b5cff, #16a34a);
    color: #fff;
    font-size: 2.3rem;
    margin-bottom: 1.4rem;
}

.bdic-contact-support-card h2 {
    font-weight: 950;
    margin-bottom: .7rem;
}

.bdic-contact-support-card p {
    color: rgba(255,255,255,.78);
    margin-bottom: 1.2rem;
}

.support-lines {
    display: grid;
    gap: .75rem;
}

.support-lines span {
    height: 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
}

.support-lines span:nth-child(1) {
    width: 90%;
}

.support-lines span:nth-child(2) {
    width: 72%;
}

.support-lines span:nth-child(3) {
    width: 82%;
}

.bdic-contact-quick-section {
    margin-top: -44px;
    position: relative;
    z-index: 4;
    padding-bottom: 2rem;
}

.bdic-contact-quick-card {
    height: 100%;
    display: block;
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15,47,115,.08);
    box-shadow: 0 18px 48px rgba(15,47,115,.10);
    text-decoration: none;
    color: #0b1220;
    transition: .22s ease;
}

.bdic-contact-quick-card:hover {
    transform: translateY(-5px);
    color: #0b1220;
}

.quick-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0b5cff;
    color: #fff;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
}

.bdic-contact-quick-card strong {
    color: #64748b;
    font-size: .88rem;
}

.bdic-contact-quick-card h3 {
    margin: .45rem 0 .25rem;
    font-size: 1.05rem;
    font-weight: 950;
    color: #0f2f73;
}

.bdic-contact-quick-card p {
    color: #64748b;
    margin: 0;
    font-size: .88rem;
}

.color-green .quick-icon,
.color-green > span {
    background: #16a34a;
}

.color-red .quick-icon,
.color-red > span {
    background: #e11d48;
}

.color-orange .quick-icon,
.color-orange > span {
    background: #f97316;
}

.color-purple .quick-icon,
.color-purple > span {
    background: #7c3aed;
}

.color-cyan .quick-icon,
.color-cyan > span {
    background: #0891b2;
}

.bdic-contact-form-section,
.bdic-contact-service-section,
.bdic-contact-location-section,
.bdic-contact-faq-section {
    padding: clamp(2.8rem, 5vw, 4.8rem) 0;
}

.bdic-contact-form-card,
.bdic-contact-info-card,
.bdic-contact-service-card,
.bdic-location-content,
.bdic-map-card,
.bdic-contact-faq-grid details {
    background: #fff;
    border: 1px solid rgba(15,47,115,.08);
    border-radius: 24px;
    box-shadow: 0 18px 52px rgba(15,47,115,.08);
}

.bdic-contact-form-card,
.bdic-contact-info-card,
.bdic-location-content {
    padding: clamp(1.4rem, 3vw, 2rem);
    height: 100%;
}

.bdic-contact-form-card h2,
.bdic-contact-info-card h2,
.bdic-location-content h2 {
    font-weight: 950;
    color: #07152e;
    letter-spacing: -.02em;
    margin-bottom: .7rem;
}

.form-intro {
    color: #64748b;
    line-height: 1.75;
}

.bdic-contact-form label {
    display: block;
    font-weight: 900;
    color: #0b1220;
    margin-bottom: .35rem;
}

.bdic-contact-form label span {
    color: #e11d48;
}

.bdic-contact-form input,
.bdic-contact-form select,
.bdic-contact-form textarea {
    width: 100%;
    border: 1px solid #dbe5f5;
    background: #fff;
    border-radius: 12px;
    min-height: 46px;
    padding: .75rem .9rem;
    outline: none;
    transition: .18s ease;
}

.bdic-contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.bdic-contact-form input:focus,
.bdic-contact-form select:focus,
.bdic-contact-form textarea:focus {
    border-color: #0b5cff;
    box-shadow: 0 0 0 .22rem rgba(11, 92, 255, .08);
}

.bdic-honeypot {
    position: absolute !important;
    left: -99999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.bdic-contact-submit {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #0b5cff, #123b8f);
    color: #fff;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    box-shadow: 0 18px 40px rgba(11, 92, 255, .18);
}

.bdic-form-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    color: #64748b;
    margin-top: 1.15rem;
    text-align: center;
}

.bdic-form-trust i {
    color: #0f2f73;
}

.direct-info-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: .85rem;
    align-items: center;
    text-decoration: none;
    color: #0b1220;
    padding: 1rem 0;
    border-bottom: 1px solid #e7eef9;
}

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

.direct-info-item span {
    grid-row: span 2;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #0b5cff;
    color: #fff;
}

.direct-info-item strong {
    font-weight: 950;
    color: #0f2f73;
}

.direct-info-item small {
    display: block;
    color: #64748b;
    line-height: 1.5;
}

.direct-info-item.color-green span {
    background: #16a34a;
}

.direct-info-item.color-cyan span {
    background: #0891b2;
}

.bdic-contact-section-head {
    max-width: 820px;
    margin: 0 auto 2.4rem;
}

.bdic-contact-section-head span {
    display: inline-flex;
    margin-bottom: .7rem;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #0b5cff;
    border: 1px solid #dbeafe;
    font-weight: 950;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.bdic-contact-section-head h2 {
    font-weight: 950;
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: -.035em;
    color: #07152e;
}

.bdic-contact-section-head p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.bdic-contact-service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    text-align: center;
    text-decoration: none;
    color: #0b1220;
    transition: .22s ease;
}

.bdic-contact-service-card:hover {
    transform: translateY(-5px);
    color: #0b1220;
}

.bdic-contact-service-card > span {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #0b5cff;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    margin: 0 auto 1rem;
}

.bdic-contact-service-card h3 {
    font-size: 1.08rem;
    font-weight: 950;
    color: #07152e;
}

.bdic-contact-service-card p {
    color: #64748b;
    line-height: 1.7;
    flex: 1;
}

.bdic-contact-service-card strong {
    color: #0b5cff;
}

.bdic-contact-location-section {
    background: #f1f6ff;
}

.bdic-location-content p {
    color: #64748b;
    line-height: 1.8;
}

.bdic-location-content ul {
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 0;
    display: grid;
    gap: .95rem;
}

.bdic-location-content li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    color: #334155;
    font-weight: 800;
    line-height: 1.6;
}

.bdic-location-content li i {
    color: #0b5cff;
    margin-top: .18rem;
}

.bdic-map-card {
    overflow: hidden;
    min-height: 360px;
}

.bdic-map-card iframe {
    display: block;
    width: 100%;
    min-height: 360px;
}

.bdic-contact-trust-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(59,130,246,.18), transparent 34%),
        linear-gradient(135deg, #07152e 0%, #061226 100%);
    color: #fff;
}

.bdic-contact-section-head.light h2,
.bdic-contact-section-head.light p {
    color: #fff;
}

.bdic-trust-card {
    height: 100%;
    padding: 1.4rem;
    text-align: center;
    border-radius: 20px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
}

.bdic-trust-card span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #0b5cff;
    color: #fff;
    font-size: 1.65rem;
    margin: 0 auto 1rem;
}

.bdic-trust-card h3 {
    font-size: 1.08rem;
    font-weight: 950;
}

.bdic-trust-card p {
    color: rgba(255,255,255,.76);
    line-height: 1.7;
    margin: 0;
}

.bdic-contact-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.bdic-contact-faq-grid details {
    padding: 1.1rem 1.2rem;
}

.bdic-contact-faq-grid summary {
    cursor: pointer;
    font-weight: 950;
    color: #07152e;
}

.bdic-contact-faq-grid details div {
    margin-top: .8rem;
    color: #64748b;
    line-height: 1.8;
}

.bdic-contact-final-cta {
    padding: 0 0 clamp(2rem, 4vw, 3rem);
}

.bdic-final-cta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 22px;
    background: linear-gradient(135deg, #0b5cff 0%, #123b8f 60%, #16a34a 140%);
    color: #fff;
    box-shadow: 0 24px 70px rgba(15,47,115,.18);
}

.bdic-final-cta-box > div:first-child {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 1rem;
    align-items: center;
}

.bdic-final-cta-box > div:first-child span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.22);
    font-size: 1.4rem;
}

.bdic-final-cta-box h2 {
    font-weight: 950;
    margin: 0 0 .3rem;
}

.bdic-final-cta-box p {
    margin: 0;
    color: rgba(255,255,255,.86);
}

@media (max-width: 991.98px) {
    .bdic-contact-hero {
        text-align: center;
    }

    .bdic-contact-hero-actions {
        justify-content: center;
    }

    .bdic-contact-quick-section {
        margin-top: 0;
        padding-top: 2rem;
    }

    .bdic-contact-faq-grid {
        grid-template-columns: 1fr;
    }

    .bdic-final-cta-box {
        flex-direction: column;
        text-align: center;
    }

    .bdic-final-cta-box > div:first-child {
        grid-template-columns: 1fr;
    }

    .bdic-final-cta-box > div:first-child span {
        margin: 0 auto;
    }

    .bdic-final-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .bdic-contact-hero-actions,
    .bdic-final-cta-actions {
        flex-direction: column;
    }

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

    .bdic-contact-form-card,
    .bdic-contact-info-card,
    .bdic-location-content {
        padding: 1.1rem;
        border-radius: 18px;
    }
}