/* =========================================================
   Contact Page
========================================================= */

.btp-contact-hero {
    min-height: 58vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(23, 40, 60, .9), rgba(23, 40, 60, .46)),
        url('../images/contact-hero.jpg') center/cover no-repeat;
    color: #fff;
    padding: 10rem 0 6rem;
}

.btp-contact-hero__content {
    max-width: 760px;
}

.btp-contact-hero .btp-eyebrow,
.btp-contact-hero .section-eyebrow{
    display:inline-block;
    margin-bottom:1.25rem;

    font-family:'Inter', sans-serif;
    font-size:.9rem;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:.18em;

    color:var(--btp-gold);
}

.btp-contact-hero h1 {
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: .95;
    margin-bottom: 1.5rem;
    max-width:900px;
}

.btp-contact-hero p {
    max-width: 620px;
    font-size: 1.2rem;
    line-height: 1.7;
}

.btp-contact-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}


.section-heading{
    margin-bottom:1rem;
}

.section-intro{
    margin-bottom:3rem;
}


/* =========================================================
   Contact Info + Map
========================================================= */

.btp-contact-info {
    background: #fff;
    padding:6rem 0;
}

.btp-contact-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 2rem;
    align-items: stretch;
}

.btp-contact-card {
    background: #fff;
    border-radius: 24px;
    padding: 3.5rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
}

.contact-card p{
    line-height:1.7;
}

.btp-contact-card h2 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1;
    margin-bottom: 2.5rem;
}

.btp-contact-list {
    display: grid;
    gap: 2rem;
}

.btp-contact-list p {
    margin: 0;
    line-height: 1.65;
}

.btp-contact-list strong {
    display: block;
    color: var(--btp-navy);
    margin-bottom: .4rem;
}

.btp-contact-list a {
    color: var(--btp-navy);
    font-weight: 700;
}

.btp-contact-note {
    margin: 2rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e6edf4;
    color: var(--btp-muted);
}

.btp-contact-map {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
}

.btp-contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 560px;
    border: 0;
    display: block;
}


/* =========================================================
   Help Paths
========================================================= */

.btp-contact-paths {
    background: #f7f8fa;
}

.btp-contact-path-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3.5rem;
}

.btp-contact-path {
    background: #fff;
    border-radius: 20px;
    padding: 2.25rem;
    color: var(--btp-text);
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .055);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.btp-contact-path:hover {
    transform: translateY(-7px);
    color: var(--btp-text);
    box-shadow: 0 28px 65px rgba(0, 0, 0, .11);
}

.btp-contact-path span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--btp-gold);
    color: var(--btp-navy);
    border-radius: 50%;
    font-weight: 800;
    font-size: .8rem;
    margin-bottom: 1.25rem;
}

.btp-contact-path h3 {
    font-size: 1.65rem;
    line-height: 1.15;
    margin-bottom: .75rem;
}

.btp-contact-path p {
    color: var(--btp-muted);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.btp-contact-path strong {
    color: var(--btp-gold-deep);
}


/* =========================================================
   FAQ
========================================================= */

.btp-contact-faq {
    background: #f7f8fa;
    padding-top:5rem 0;
}

.btp-faq-list {
    max-width: 1080px;
    margin: 3rem auto 0;
    display: grid;
    gap: 1rem;
}

.btp-faq-item {
    background: #fff;
    border-radius: 18px;
    padding: 1.75rem 2rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .045);
    border: 1px solid rgba(22, 48, 77, .05);
}

.btp-faq-item h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: var(--btp-navy);
    margin-bottom: .45rem;
}

.btp-faq-item p {
    margin: 0;
    color: var(--btp-muted);
    line-height: 1.65;
}


/* =========================================================
   Final CTA
========================================================= */

.btp-contact-final {
    background: #f7f8fa;
    padding-top: 6rem;
    padding-bottom: 7rem;
}

.btp-contact-final__panel {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, #17283c 0%, var(--btp-navy) 60%, #1f3a58 100%);
    color: #fff;
    border-radius: 24px;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .12);
}

.btp-contact-final__panel::before {
    content: "";
    position: absolute;
    inset: auto auto -40px -40px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, .045);
    border-radius: 50%;
}

.btp-contact-final__panel > * {
    position: relative;
    z-index: 1;
}

.btp-contact-final h2 {
    max-width: 760px;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1;
    margin: .5rem 0 0;
}

/* =========================================================
   Contact Page Final Spacing Polish
========================================================= */

.btp-contact-paths {
    padding: 6rem 0 3.5rem;
}

.btp-contact-faq {
    padding: 3.5rem 0 6rem;
}

.btp-contact-paths .btp-section-heading,
.btp-contact-faq .btp-section-heading {
    max-width: 760px;
    margin: 0 auto;
}

.btp-contact-paths .btp-eyebrow,
.btp-contact-faq .btp-eyebrow {
    display: block;
    margin-bottom: .75rem;
}

.btp-contact-paths h2,
.btp-contact-faq h2 {
    margin-bottom: .85rem;
}

.btp-contact-paths .btp-section-heading p,
.btp-contact-faq .btp-section-heading p {
    margin: 0 auto;
    max-width: 620px;
    color: var(--btp-muted);
    line-height: 1.7;
}

.btp-contact-path-grid {
    margin-top: 3rem;
    gap: 1.5rem;
}

.btp-contact-path {
    min-height: 230px;
    display: flex;
    flex-direction: column;
}

.btp-contact-path strong {
    margin-top: auto;
}

.btp-faq-list {
    margin-top: 2.75rem;
}

.btp-faq-item {
    padding: 1.65rem 1.9rem;
}

.btp-contact-final {
    padding-top: 2rem;
}

@media (max-width: 767.98px) {
    .btp-contact-paths {
        padding: 4rem 0 2.5rem;
    }

    .btp-contact-faq {
        padding: 2.5rem 0 4rem;
    }

    .btp-contact-path {
        min-height: auto;
    }
}

/* Section Heading System */

.btp-section-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 3.5rem;
}

.btp-section-eyebrow{
    display:block;
    margin-bottom:1rem;

    font-family:'Inter',sans-serif;
    font-size:.82rem;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:.28em;

    color:var(--btp-gold);
}

.btp-section-heading h2{
    margin:0 0 1rem;
    font-size:clamp(2.8rem,5vw,4.6rem);
    line-height:1.05;
}

.btp-section-heading p{
    max-width:620px;
    margin:0 auto;
    color:var(--btp-muted);
    line-height:1.75;
    font-size:1.05rem;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 991.98px) {
    .btp-contact-grid,
    .btp-contact-path-grid {
        grid-template-columns: 1fr 1fr;
    }

    .btp-contact-final__panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .btp-contact-hero {
        min-height: auto;
        padding: 8rem 0 4rem;
    }

    .btp-contact-grid,
    .btp-contact-path-grid {
        grid-template-columns: 1fr;
    }

    .btp-contact-card,
    .btp-contact-final__panel {
        padding: 2rem;
    }

    .btp-contact-map iframe {
        min-height: 360px;
    }
}
