.aha-contact-page-section {
    padding: 0;
}

.aha-contact {
    --aha-contact-blue: #2190f4;
    --aha-contact-blue-dark: #0049dc;
    --aha-contact-navy: #00194c;
    --aha-contact-text: #334770;
    --aha-contact-muted: #667594;
    --aha-contact-soft: #f6f9ff;
    --aha-contact-soft-2: #eef4ff;
    --aha-contact-border: #dce5f6;
    --aha-contact-gold: #f4b940;
    background: #fff;
    color: var(--aha-contact-text);
    overflow: hidden;
}

.aha-contact a {
    text-decoration: none;
}

.aha-contact h1,
.aha-contact h2,
.aha-contact h3,
.aha-contact h4 {
    color: var(--aha-contact-navy);
    letter-spacing: 0;
}

.aha-contact p {
    color: var(--aha-contact-text);
}

.aha-contact-kicker {
    align-items: center;
    color: var(--aha-contact-blue);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.aha-contact-kicker::before {
    background: var(--aha-contact-blue);
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
}

.aha-contact-hero {
    background: linear-gradient(135deg, #fff 0%, #eef4ff 100%);
    padding: 86px 0 72px;
}

.aha-contact-hero-grid {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.aha-contact-hero h1 {
    font-size: 58px;
    line-height: 1.05;
    margin: 0;
    max-width: 800px;
}

.aha-contact-hero p {
    font-size: 19px;
    line-height: 1.75;
    margin: 24px 0 0;
    max-width: 760px;
}

.aha-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.aha-contact-btn,
.aha-contact-link {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
}

.aha-contact-btn {
    background: var(--aha-contact-blue);
    color: #fff;
}

.aha-contact-btn:hover {
    background: var(--aha-contact-blue-dark);
    color: #fff;
}

.aha-contact-link {
    background: #fff;
    border: 1px solid var(--aha-contact-border);
    color: var(--aha-contact-navy);
}

.aha-contact-link:hover {
    border-color: var(--aha-contact-blue);
    color: var(--aha-contact-blue-dark);
}

.aha-contact-hero-media {
    background: var(--aha-contact-navy);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 25, 76, 0.14);
    overflow: hidden;
}

.aha-contact-hero-media img {
    aspect-ratio: 1 / 0.88;
    display: block;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

.aha-contact-media-note {
    padding: 24px;
}

.aha-contact-media-note span {
    color: var(--aha-contact-gold);
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.aha-contact-media-note strong {
    color: #fff;
    display: block;
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.aha-contact-media-note p {
    color: #d5e3ff;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.aha-contact-quick {
    background: var(--aha-contact-navy);
}

.aha-contact-quick-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aha-contact-card {
    background: rgba(255, 255, 255, 0.06);
    min-height: 190px;
    padding: 30px;
}

.aha-contact-card-icon {
    align-items: center;
    background: rgba(33, 144, 244, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    margin-bottom: 18px;
    width: 42px;
}

.aha-contact-card h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.aha-contact-card p,
.aha-contact-card a {
    color: #d5e3ff;
    display: block;
    font-size: 15px;
    line-height: 1.58;
    margin: 0;
}

.aha-contact-card a:hover {
    color: #fff;
}

.aha-contact-pathways {
    padding: 78px 0 0;
}

.aha-contact-pathways-head {
    max-width: 790px;
}

.aha-contact-pathways-head h2 {
    font-size: 42px;
    line-height: 1.15;
    margin: 0;
}

.aha-contact-pathways-head p {
    font-size: 17px;
    line-height: 1.76;
    margin: 16px 0 0;
}

.aha-contact-pathways-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.aha-contact-pathway {
    background: var(--aha-contact-soft);
    border: 1px solid var(--aha-contact-border);
    border-radius: 8px;
    min-height: 100%;
    padding: 26px;
}

.aha-contact-pathway strong {
    color: var(--aha-contact-blue);
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.aha-contact-pathway h3 {
    font-size: 22px;
    line-height: 1.22;
    margin-bottom: 12px;
}

.aha-contact-pathway p {
    line-height: 1.68;
    margin: 0;
}

.aha-contact-form-shell {
    padding: 78px 0;
}

.aha-contact-form-module {
    background: linear-gradient(135deg, var(--aha-contact-navy) 0%, #073b8f 100%);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0, 25, 76, 0.14);
    overflow: hidden;
}

.aha-contact-form-module-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    min-height: 650px;
}

.aha-contact-form-copy {
    align-content: center;
    display: grid;
    padding: 54px;
}

.aha-contact-form-copy .aha-contact-kicker {
    color: var(--aha-contact-gold);
}

.aha-contact-form-copy .aha-contact-kicker::before {
    background: var(--aha-contact-gold);
}

.aha-contact-form-copy h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.08;
    margin: 0;
    max-width: 430px;
}

.aha-contact-form-copy p {
    color: #d5e3ff;
    font-size: 17px;
    line-height: 1.74;
    margin: 22px 0 0;
    max-width: 510px;
}

.aha-contact-form-notes {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    max-width: 470px;
}

.aha-contact-form-notes div {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    gap: 12px;
    min-height: 52px;
    padding: 12px 14px;
}

.aha-contact-form-notes i {
    align-items: center;
    background: rgba(33, 144, 244, 0.22);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.aha-contact-form-direct {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: var(--aha-contact-navy);
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
    min-height: 48px;
    padding: 0 16px;
    width: fit-content;
}

.aha-contact-form-direct:hover {
    background: var(--aha-contact-gold);
    color: var(--aha-contact-navy);
}

.aha-contact-form-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(0, 25, 76, 0.16);
    margin: 42px;
    padding: 34px;
}

.aha-contact-form-card-head {
    align-items: end;
    border-bottom: 1px solid var(--aha-contact-border);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 18px;
}

.aha-contact-form-card-head span {
    color: var(--aha-contact-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.aha-contact-form-card-head strong {
    color: var(--aha-contact-navy);
    font-size: 24px;
    line-height: 1.18;
}

.aha-contact-form-fields form.contact-form {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.aha-contact-form-fields .contact-form-row.row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
}

.aha-contact-form-fields .contact-form-group {
    margin-bottom: 17px;
}

.aha-contact-form-fields .contact-form-group:has(.contact-button) {
    margin-bottom: 0;
}

.aha-contact-form-fields .form-label {
    color: var(--aha-contact-navy);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.aha-contact-form-fields .contact-form-input,
.aha-contact-form-fields .form-control {
    background: var(--aha-contact-soft);
    border: 1px solid var(--aha-contact-border);
    border-radius: 8px;
    color: var(--aha-contact-navy);
    min-height: 52px;
    padding: 13px 16px;
    width: 100%;
}

.aha-contact-form-fields textarea.contact-form-input,
.aha-contact-form-fields textarea.form-control {
    min-height: 138px;
    resize: vertical;
}

.aha-contact-form-fields .contact-form-input:focus,
.aha-contact-form-fields .form-control:focus {
    background: #fff;
    border-color: var(--aha-contact-blue);
    box-shadow: 0 0 0 3px rgba(33, 144, 244, 0.12);
}

.aha-contact-form-fields .form-check {
    align-items: flex-start;
    background: var(--aha-contact-soft);
    border: 1px solid var(--aha-contact-border);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    padding: 12px 14px;
}

.aha-contact-form-fields .form-check-input {
    flex: 0 0 auto;
    height: 16px;
    margin-top: 4px;
    min-height: 0;
    padding: 0;
    width: 16px;
}

.aha-contact-form-fields .form-check-label {
    color: var(--aha-contact-muted);
    font-size: 14px;
    line-height: 1.6;
}

.aha-contact-form-fields .contact-button {
    background: var(--aha-contact-blue);
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    min-height: 52px;
    padding: 0 28px;
    width: 100%;
}

.aha-contact-form-fields .contact-button:hover {
    background: var(--aha-contact-blue-dark);
    color: #fff;
}

.aha-contact-map-section {
    background: #fff;
    padding: 0 0 78px;
}

.aha-contact-map-panel {
    background: var(--aha-contact-navy);
    border-radius: 8px;
    overflow: hidden;
}

.aha-contact-map-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
}

.aha-contact-map-copy {
    padding: 38px;
}

.aha-contact-map-copy .aha-contact-kicker {
    color: var(--aha-contact-gold);
}

.aha-contact-map-copy .aha-contact-kicker::before {
    background: var(--aha-contact-gold);
}

.aha-contact-map-copy h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.16;
    margin: 0;
}

.aha-contact-map-copy p {
    color: #d5e3ff;
    line-height: 1.72;
    margin: 16px 0 0;
}

.aha-contact-map-section .contact-map {
    height: 100%;
    min-height: 430px;
}

.aha-contact-map-section .contact-map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 430px;
    width: 100%;
}

.aha-contact-location-visual {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(135deg, #073b8f 0%, #2190f4 100%);
    background-size: 74px 74px, 74px 74px, auto;
    display: flex;
    min-height: 430px;
    padding: 38px;
    position: relative;
}

.aha-contact-location-visual::before,
.aha-contact-location-visual::after {
    background: rgba(255, 255, 255, 0.34);
    content: "";
    height: 2px;
    left: 14%;
    position: absolute;
    right: 14%;
    top: 50%;
    transform: rotate(-18deg);
}

.aha-contact-location-visual::after {
    left: 26%;
    right: 8%;
    top: 38%;
    transform: rotate(22deg);
}

.aha-contact-location-pin {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 25, 76, 0.2);
    max-width: 330px;
    padding: 26px;
    position: relative;
    z-index: 1;
}

.aha-contact-location-pin span {
    align-items: center;
    background: var(--aha-contact-blue);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 18px;
    width: 44px;
}

.aha-contact-location-pin strong {
    color: var(--aha-contact-navy);
    display: block;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 10px;
}

.aha-contact-location-pin small {
    color: var(--aha-contact-muted);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.aha-contact-location-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    bottom: 28px;
    color: var(--aha-contact-navy);
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 9px;
    min-height: 44px;
    padding: 0 16px;
    position: absolute;
    right: 28px;
    z-index: 1;
}

.aha-contact-location-link:hover {
    background: var(--aha-contact-gold);
    color: var(--aha-contact-navy);
}

@media (max-width: 1199px) {
    .aha-contact-hero h1 {
        font-size: 48px;
    }

    .aha-contact-form-copy h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .aha-contact-hero-grid,
    .aha-contact-form-module-grid,
    .aha-contact-map-grid {
        grid-template-columns: 1fr;
    }

    .aha-contact-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aha-contact-pathways-grid {
        grid-template-columns: 1fr;
    }

    .aha-contact-form-module-grid {
        min-height: 0;
    }

    .aha-contact-form-copy {
        padding: 38px 38px 12px;
    }

    .aha-contact-form-card {
        margin: 26px 38px 38px;
    }
}

@media (max-width: 767px) {
    .aha-contact-hero,
    .aha-contact-pathways,
    .aha-contact-form-shell {
        padding: 56px 0;
    }

    .aha-contact-map-section {
        padding-bottom: 56px;
    }

    .aha-contact-hero h1,
    .aha-contact-pathways-head h2,
    .aha-contact-form-copy h2,
    .aha-contact-map-copy h2 {
        font-size: 34px;
    }

    .aha-contact-hero p,
    .aha-contact-pathways-head p,
    .aha-contact-form-copy p {
        font-size: 16px;
    }

    .aha-contact-quick-grid {
        grid-template-columns: 1fr;
    }

    .aha-contact-card {
        min-height: 0;
        padding: 24px;
    }

    .aha-contact-form-copy,
    .aha-contact-form-card,
    .aha-contact-map-copy {
        padding: 26px;
    }

    .aha-contact-form-card {
        margin: 0 26px 26px;
    }
}

@media (max-width: 575px) {
    .aha-contact-actions {
        display: grid;
    }

    .aha-contact-btn,
    .aha-contact-link {
        width: 100%;
    }

    .aha-contact-form-card {
        margin: 0 18px 18px;
        padding: 22px;
    }

    .aha-contact-form-card-head {
        align-items: flex-start;
        display: grid;
    }
}
