.b2c-contact {
    --ink: #0a1425;
    --muted: #667085;
    --line: #deddd8;
    --paper: #f6f5f1;
    --violet: #4287f5;
    --mint: #bdfbd6;
    color: var(--ink);
    background: var(--paper);
}

.b2c-contact *,
.b2c-contact *::before,
.b2c-contact *::after {
    box-sizing: border-box;
}

.b2c-contact a {
    color: inherit;
}

.b2c-contact__hero {
    padding: clamp(52px, 5.5vw, 82px) 0 clamp(52px, 5.5vw, 82px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 75% 18%, rgba(66,135,245, .35), transparent 28%),
        linear-gradient(132deg, #101a35 0%, #0a1425 60%, #07101e 100%);
}

.b2c-contact__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(52px, 7vw, 108px);
    align-items: center;
}

.b2c-contact__hero-grid::before,
.b2c-contact__hero-grid::after {
    display: none;
    content: none;
}

.b2c-contact__eyebrow {
    margin: 0 0 16px;
    color: var(--violet);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.b2c-contact__hero .b2c-contact__eyebrow {
    color: #8db8fb;
}

.b2c-contact__intro h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 4.45vw, 72px);
    font-weight: 750;
    letter-spacing: -.055em;
    line-height: .98;
}

.b2c-contact__intro > p:last-child {
    max-width: 610px;
    margin: 26px 0 0;
    color: #b8c0d1;
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 1.65;
}

.b2c-contact__paths {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.b2c-contact__path {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 16px;
    align-items: center;
    min-height: 88px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    text-decoration: none;
    transition: padding .25s ease, color .25s ease;
}

.b2c-contact__path:hover {
    padding-left: 14px;
    color: #fff;
}

.b2c-contact__path-index {
    color: #7f8aa1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.b2c-contact__path small,
.b2c-contact__path strong {
    display: block;
}

.b2c-contact__path small {
    margin-bottom: 3px;
    color: #9da8bb;
    font-size: 12px;
}

.b2c-contact__path strong {
    color: #fff;
    font-size: clamp(16px, 1.05vw, 19px);
    overflow-wrap: anywhere;
}

.b2c-contact__path > i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
}

.b2c-contact__path--primary > i {
    color: var(--ink);
    border-color: var(--mint);
    background: var(--mint);
}

.b2c-contact__workspace {
    padding: clamp(58px, 6vw, 94px) 0;
}

.b2c-contact__alert {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 30px;
    padding: 18px 22px;
    border-radius: 12px;
    font-weight: 700;
}

.b2c-contact__alert--success {
    color: #0d5b35;
    background: #dff8e9;
}

.b2c-contact__alert--error {
    color: #8e231d;
    background: #ffe6e4;
}

.b2c-contact__workspace-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: start;
}

.b2c-contact__form-card {
    padding: clamp(30px, 3.5vw, 54px);
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(10, 20, 37, .08);
}

.b2c-contact__form-card header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr);
    gap: 24px 48px;
    align-items: end;
    margin-bottom: 38px;
}

.b2c-contact__form-card header .b2c-contact__eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -8px;
}

.b2c-contact__form-card h2 {
    margin: 0;
    font-size: clamp(34px, 3vw, 48px);
    letter-spacing: -.045em;
    line-height: 1.04;
}

.b2c-contact__form-card header > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.b2c-contact__form-card form {
    display: grid;
    gap: 24px;
}

.b2c-contact__form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.b2c-contact__form-card label > span:first-child {
    display: block;
    margin: 0 0 9px;
    color: #495366;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.b2c-contact__form-card input:not([type="checkbox"]),
.b2c-contact__form-card textarea,
.b2c-contact__select-trigger {
    width: 100%;
    min-height: 60px;
    padding: 16px 18px;
    color: var(--ink);
    border: 1px solid #d9d8d3;
    border-radius: 14px;
    outline: none;
    background: #fafaf8;
    font: inherit;
    box-shadow: none;
    transition: border-color .2s ease, background .2s ease;
}

.b2c-contact__form-card textarea {
    min-height: 164px;
    resize: vertical;
    line-height: 1.55;
}

.b2c-contact__form-card input:not([type="checkbox"]):focus,
.b2c-contact__form-card textarea:focus,
.b2c-contact__select.is-open .b2c-contact__select-trigger {
    border-color: var(--violet);
    background: #fff;
    box-shadow: none;
}

.b2c-contact__form-card ::placeholder {
    color: #a2a6ad;
}

.b2c-contact__select {
    position: relative;
}

.b2c-contact__select select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.b2c-contact__select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.b2c-contact__select-options {
    position: absolute;
    z-index: 8;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 8px;
    border: 1px solid #dfded9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(10, 20, 37, .14);
}

.b2c-contact__select.is-open .b2c-contact__select-options {
    display: grid;
}

.b2c-contact__select-options button {
    padding: 12px;
    color: var(--ink);
    border: 0;
    border-radius: 9px;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.b2c-contact__select-options button:hover,
.b2c-contact__select-options button.is-selected {
    color: var(--violet);
    background: #eaf2ff;
}

.b2c-contact__consent {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: start;
    cursor: pointer;
}

.b2c-contact__consent input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.b2c-contact__consent > span {
    position: relative;
    display: block !important;
    width: 22px;
    height: 22px;
    margin: 1px 0 0 !important;
    border: 1.5px solid #bbbcc1;
    border-radius: 7px;
    background: #fff;
}

.b2c-contact__consent input:checked + span {
    border-color: var(--violet);
    background: var(--violet);
}

.b2c-contact__consent input:checked + span::after {
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}

.b2c-contact__consent em {
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
}

.b2c-contact__consent a {
    color: var(--violet);
    text-decoration: underline;
}

.b2c-contact__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 64px;
    padding: 18px 22px;
    color: #fff;
    border: 0;
    border-radius: 14px;
    background: var(--violet);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.b2c-contact__submit:hover {
    background: #5143e9;
    transform: translateY(-2px);
}

.b2c-contact__honeypot {
    position: absolute !important;
    left: -10000px !important;
}

.b2c-contact__aside {
    display: grid;
    gap: 18px;
}

.b2c-contact__promise {
    min-height: 260px;
    padding: 32px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 0%, rgba(189, 251, 214, .23), transparent 34%),
        var(--violet);
}

.b2c-contact__promise span {
    display: block;
    margin-bottom: 54px;
    color: var(--mint);
    font-size: clamp(60px, 5.5vw, 94px);
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: .8;
}

.b2c-contact__promise p {
    max-width: 290px;
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.b2c-contact__details {
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #ebe9e2;
}

.b2c-contact__details h2 {
    margin: 0 0 20px;
    font-size: 27px;
    letter-spacing: -.04em;
}

.b2c-contact__details address {
    margin-bottom: 26px;
    color: var(--muted);
    font-style: normal;
    line-height: 1.6;
}

.b2c-contact__details dl {
    display: grid;
    gap: 0;
    margin: 0 0 24px;
}

.b2c-contact__details dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid #d2d0c8;
}

.b2c-contact__details dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.b2c-contact__details dd {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.b2c-contact__hours {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 800;
}

.b2c-contact__details > small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.b2c-contact__faq-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 112px;
    padding: 26px 30px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    text-decoration: none;
}

.b2c-contact__faq-link small,
.b2c-contact__faq-link strong {
    display: block;
}

.b2c-contact__faq-link small {
    margin-bottom: 3px;
    color: var(--muted);
}

.b2c-contact__faq-link strong {
    font-size: 22px;
}

.b2c-contact__faq-link > i {
    color: var(--violet);
}

.b2c-brand {
    color: #e62419;
}

@media (max-width: 1100px) {
    .b2c-contact__hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .b2c-contact__paths {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .b2c-contact__path {
        grid-template-columns: 30px 1fr;
        border-right: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 0;
    }

    .b2c-contact__path:last-child {
        border-right: 0;
    }

    .b2c-contact__path > i {
        display: none;
    }

    .b2c-contact__workspace-grid {
        grid-template-columns: 1fr;
    }

    .b2c-contact__aside {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .b2c-contact__promise {
        min-height: 100%;
    }
}

@media (max-width: 767px) {
    .b2c-contact__hero {
        padding: 44px 0 54px;
    }

    .b2c-contact__intro h1 {
        max-width: 520px;
        font-size: clamp(40px, 11.5vw, 52px);
        line-height: 1;
    }

    .b2c-contact__intro > p:last-child {
        margin-top: 22px;
        font-size: 16px;
    }

    .b2c-contact__paths {
        grid-template-columns: 1fr;
    }

    .b2c-contact__path {
        grid-template-columns: 30px 1fr auto;
        min-height: 86px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .b2c-contact__path > i {
        display: grid;
    }

    .b2c-contact__workspace {
        padding: 48px 0 72px;
    }

    .b2c-contact__form-card {
        padding: 26px 20px;
        border-radius: 24px;
    }

    .b2c-contact__form-card header,
    .b2c-contact__form-row {
        grid-template-columns: 1fr;
    }

    .b2c-contact__form-card header {
        gap: 18px;
        margin-bottom: 34px;
    }

    .b2c-contact__form-card header .b2c-contact__eyebrow {
        margin-bottom: 0;
    }

    .b2c-contact__form-card h2 {
        font-size: 36px;
    }

    .b2c-contact__aside {
        grid-template-columns: 1fr;
    }

    .b2c-contact__promise,
    .b2c-contact__details,
    .b2c-contact__faq-link {
        border-radius: 24px;
    }
}
