.contact-hero-section {
    padding-top: 0;
}

.contact-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    min-height: 430px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.contact-hero-copy {
    position: relative;
    z-index: 2;
    padding-top: 42px;
}

.contact-hero-eyebrow {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #1479e8;
    font-size: 16px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: none;
}

.contact-hero-copy h1 {
    margin-top: 24px;
    color: #1a263b;
    font-size: clamp(46px, 3.7vw, 64px);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.07;
}

.contact-hero-copy h1 span {
    color: #1479e8;
}

.contact-hero-copy p {
    max-width: 760px;
    margin-top: 28px;
    color: #26344d;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.65;
}

.contact-hero-visual {
    min-height: 430px;
    overflow: visible;
}

.contact-hero-visual::before {
    right: 34px;
    top: -36px;
    width: 560px;
    height: 450px;
    background: rgba(20, 121, 232, 0.08);
}

.contact-hero-car {
    position: absolute;
    right: 44px;
    bottom: 42px;
    z-index: 1;
    width: 360px;
    max-width: none;
    opacity: 0.18;
}

.contact-hero-mascot {
    right: 265px;
    top: -16px;
    z-index: 3;
    width: 420px;
}

.contact-hero-bubble {
    position: absolute;
    top: 108px;
    left: 422px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    padding: 18px 22px;
    border: 1px solid rgba(221, 234, 247, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    color: #1a263b;
    text-align: center;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.18;
    box-shadow: 0 16px 30px rgba(16, 33, 63, 0.12);
}

.contact-hero-bubble::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 24px;
    width: 20px;
    height: 20px;
    border-left: 1px solid rgba(221, 234, 247, 0.9);
    border-bottom: 1px solid rgba(221, 234, 247, 0.9);
    background: rgba(255, 255, 255, 0.98);
    transform: rotate(45deg);
}

.contact-hero-sparkle {
    color: rgba(20, 121, 232, 0.22);
    font-size: 31px;
}

.contact-hero-sparkle-one {
    left: 42px;
    top: 92px;
}

.contact-hero-sparkle-two {
    left: 92px;
    top: 230px;
}

.contact-hero-sparkle-three {
    right: 76px;
    top: 48px;
}

.contact-hero-sparkle-four {
    right: 26px;
    top: 210px;
}

.contact-page-section {
    padding: 0 0 22px;
}

.contact-more-section {
    padding-top: 0;
    text-align: center;
}

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

.contact-more-card {
    display: grid;
    min-height: 250px;
    place-items: start center;
    border: 1px solid rgba(221, 234, 247, 0.98);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    padding: 30px 28px 28px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(16, 33, 63, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.contact-more-card:hover,
.contact-more-card:focus-within {
    border-color: rgba(20, 121, 232, 0.34);
    box-shadow: 0 20px 42px rgba(16, 33, 63, 0.12);
    transform: translateY(-4px);
}

.contact-more-card span {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 999px;
    background: #e8f1ff;
    color: #1479e8;
}

.contact-more-card.is-teal span {
    background: #ddf7f2;
    color: #14b8b8;
}

.contact-more-card svg,
.contact-more-card img {
    width: 56px;
    height: 56px;
}

.contact-more-card img {
    display: block;
    object-fit: contain;
}

.contact-more-card strong {
    margin-top: 24px;
    color: #1a263b;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
}

.contact-more-card small {
    max-width: 245px;
    margin-top: 18px;
    color: #5d6b82;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.65;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.98fr);
    gap: 26px;
    align-items: stretch;
    margin-top: 34px;
}

.contact-form-panel,
.contact-info-panel {
    height: 100%;
    border: 1px solid rgba(221, 234, 247, 0.98);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    padding: 36px;
    box-shadow: 0 14px 34px rgba(16, 33, 63, 0.08);
}

.contact-info-panel {
    display: flex;
    flex-direction: column;
}

.contact-panel-heading {
    display: flex;
    align-items: center;
    gap: 22px;
}

.contact-panel-heading > span {
    display: grid;
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    place-items: center;
    border-radius: 999px;
    background: #e8f1ff;
    color: #1479e8;
}

.contact-panel-heading svg {
    width: 36px;
    height: 36px;
}

.contact-form-panel h2,
.contact-info-panel h2 {
    margin: 0;
    color: #1a263b;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.12;
}

.contact-form-panel p {
    margin-top: 10px;
    color: #5d6b82;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.5;
}

.contact-form-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    margin-top: 32px;
}

.contact-form-fields label {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 10px;
}

.contact-form-fields label.contact-form-half {
    grid-column: auto;
}

.contact-form-fields label span {
    color: #1a263b;
    font-size: 13px;
    font-weight: 900;
}

.contact-form-fields label b,
.contact-consent b {
    color: #e24a4a;
    font-weight: 950;
}

.contact-form-fields input,
.contact-form-fields textarea,
.contact-form-fields select {
    width: 100%;
    border: 1px solid #d9e3ef;
    border-radius: 9px;
    background-color: #fff;
    color: #1a263b;
    font-size: 14px;
    font-weight: 650;
    box-shadow: 0 8px 18px rgba(16, 33, 63, 0.04);
}

.contact-form-fields input,
.contact-form-fields select {
    min-height: 58px;
    padding: 0 18px;
}

.contact-form-fields textarea {
    min-height: 142px;
    padding: 18px;
}

.contact-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 66px;
    margin-top: 24px;
    border-radius: 9px;
    background: #1479e8;
    color: #fff;
    font-size: 19px;
    font-weight: 950;
    box-shadow: 0 14px 28px rgba(20, 121, 232, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.contact-form-submit:hover,
.contact-form-submit:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(20, 121, 232, 0.28);
    outline: none;
}

.contact-form-submit svg {
    width: 20px;
    height: 20px;
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    color: #1a263b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.contact-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    border: 1px solid #d9e3ef;
    border-radius: 5px;
    color: #1479e8;
}

.contact-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
    margin-top: 34px;
}

.contact-info-list .contact-info-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.contact-info-list .contact-info-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.contact-info-list .contact-info-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
}

.contact-info-list .contact-info-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    color: #1a263b;
    transition: color 0.18s ease, transform 0.18s ease;
}

a.contact-info-item:hover,
a.contact-info-item:focus-visible {
    color: #1479e8;
    transform: translateX(3px);
    outline: none;
}

.contact-info-item > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #1479e8;
}

.contact-info-item svg {
    width: 34px;
    height: 34px;
}

.contact-info-item strong {
    display: block;
    min-width: 0;
    color: #1479e8;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: break-word;
}

.contact-info-item [data-email-text] {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    white-space: nowrap;
    color: inherit;
    overflow-wrap: normal;
    word-break: normal;
}

.contact-info-item small {
    display: block;
    margin-top: 5px;
    color: #5d6b82;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.contact-company-strip {
    display: grid;
    grid-template-columns: 1.45fr 0.75fr 1fr;
    gap: 14px;
    margin-top: 26px;
    border-top: 1px solid #ddeaf7;
    padding-top: 22px;
}

.contact-company-strip dt {
    color: #1479e8;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.contact-company-strip dd {
    margin-top: 8px;
    color: #1a263b;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
}

.contact-map-card {
    position: relative;
    flex: 1 1 auto;
    min-height: 350px;
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid #ddeaf7;
    border-radius: 9px;
}

.contact-map-card iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
}

.contact-faq-section {
    display: none;
}

@media (max-width: 1180px) {
    .contact-hero-shell {
        grid-template-columns: minmax(0, 47%) minmax(0, 53%);
    }

    .contact-hero-copy h1 {
        font-size: clamp(42px, 4.2vw, 54px);
        line-height: 1.07;
    }

    .contact-hero-copy p {
        font-size: 17px;
    }

    .contact-hero-mascot {
        right: 178px;
        width: 380px;
    }

    .contact-hero-bubble {
        left: 360px;
    }

    .contact-page-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
    }

    .contact-form-panel,
    .contact-info-panel {
        padding: 30px;
    }
}

@media (max-width: 1023px) {
    .contact-hero-shell {
        display: block;
        min-height: auto;
    }

    .contact-hero-copy {
        padding-top: 34px;
    }

    .contact-hero-copy p {
        max-width: 100%;
    }

    .contact-hero-visual {
        min-height: 410px;
        margin-top: 18px;
    }

    .contact-hero-visual::before {
        right: 50%;
        transform: translateX(50%);
    }

    .contact-hero-mascot {
        right: 50%;
        width: min(370px, 64vw);
        transform: translateX(18%);
    }

    .contact-hero-car {
        right: 50%;
        width: min(430px, 72vw);
        transform: translateX(54%);
    }

    .contact-hero-bubble {
        top: 72px;
        left: auto;
        right: 7%;
    }

    .contact-more-grid,
    .contact-page-grid {
        grid-template-columns: 1fr;
    }

    .contact-more-card {
        min-height: 200px;
    }

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

    .contact-form-fields label.contact-form-half {
        grid-column: 1 / -1;
    }

    .contact-info-list {
        grid-template-columns: 1fr;
    }

    .contact-info-list .contact-info-item {
        grid-column: auto;
        grid-row: auto;
    }

    .contact-company-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .contact-hero-copy {
        padding-top: 28px;
    }

    .contact-hero-copy h1 {
        font-size: 37px;
    }

    .contact-hero-copy p {
        font-size: 15px;
        line-height: 1.55;
    }

    .contact-hero-visual {
        display: none;
    }

    .contact-more-grid {
        gap: 14px;
    }

    .contact-more-card {
        min-height: 185px;
        padding: 24px 18px;
    }

    .contact-page-grid {
        margin-top: 20px;
    }

    .contact-form-panel,
    .contact-info-panel {
        border-radius: 16px;
        padding: 24px 18px;
    }

    .contact-panel-heading {
        align-items: center;
        gap: 12px;
    }

    .contact-panel-heading > span {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
    }

    .contact-panel-heading svg {
        width: 25px;
        height: 25px;
    }

    .contact-form-panel h2,
    .contact-info-panel h2 {
        font-size: 23px;
        white-space: nowrap;
    }

    .contact-info-list {
        grid-template-columns: 1fr !important;
        gap: 18px;
    }

    .contact-info-list .contact-info-item {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        width: 100%;
    }

    .contact-info-item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 13px;
    }

    .contact-info-item > span {
        width: 38px;
        height: 38px;
    }

    .contact-info-item svg {
        width: 30px;
        height: 30px;
    }

    .contact-info-item [data-email-text] {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .contact-form-fields {
        gap: 16px;
        margin-top: 24px;
    }

    .contact-form-submit {
        min-height: 58px;
        font-size: 17px;
    }

    .contact-map-card {
        min-height: 280px;
    }
}
