.hp-how-shell {
    --hp-how-navy: var(--hp-public-navy, #092c44);
    --hp-how-blue: var(--hp-public-blue, #0b6fb8);
    --hp-how-blue-strong: var(--hp-public-blue-strong, #075891);
    --hp-how-blue-soft: var(--hp-public-blue-soft, #eaf4fb);
    --hp-how-border: var(--hp-public-border, #b8d5e8);
    background: #fff;
    color: #18384d;
    min-height: 100vh;
}

body.hp-how-body {
    overflow-x: hidden;
}

body.hp-how-body #wrapper,
body.hp-how-body #content {
    background: #fff;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

body.hp-how-body #content > .container {
    margin: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

body.hp-how-body #content > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

body.hp-how-body #content > .container > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.hp-how-shell main {
    margin: 0 auto;
    max-width: 1180px;
    padding: 24px 24px 72px;
}

.hp-how-breadcrumb {
    align-items: center;
    color: #668093;
    display: flex;
    font-size: 13px;
    gap: 9px;
    margin-bottom: 22px;
}

.hp-how-breadcrumb a {
    color: var(--hp-how-blue-strong);
    font-weight: 750;
}

.hp-how-breadcrumb a:hover,
.hp-how-breadcrumb a:focus-visible {
    color: var(--hp-how-navy);
}

.hp-how-hero {
    background:
        radial-gradient(circle at 86% 12%, rgba(11, 111, 184, .13), transparent 34%),
        linear-gradient(120deg, #f8fbfe 0%, var(--hp-how-blue-soft) 100%);
    border: 1px solid var(--hp-how-border);
    border-radius: 18px;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
    overflow: hidden;
    padding: 54px;
}

.hp-how-kicker {
    color: var(--hp-how-blue-strong);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .055em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hp-how-hero h1 {
    color: var(--hp-how-navy);
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.03;
    margin: 0 0 18px;
    max-width: 720px;
}

.hp-how-hero__copy > p:not(.hp-how-kicker) {
    color: #3f6178;
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 690px;
}

.hp-how-primary {
    align-items: center;
    background: var(--hp-how-navy);
    border: 1px solid var(--hp-how-navy);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
}

.hp-how-primary:hover,
.hp-how-primary:focus-visible {
    background: var(--hp-public-navy-hover, #0e4566);
    color: #fff;
    text-decoration: none;
}

.hp-how-primary:focus-visible,
.hp-how-trail a:focus-visible,
.hp-how-next a:focus-visible {
    box-shadow: 0 0 0 4px var(--hp-public-focus, rgba(11, 111, 184, .24));
    outline: 0;
}

.hp-how-trail {
    align-content: center;
    display: grid;
    gap: 12px;
}

.hp-how-trail a {
    align-items: center;
    background: rgba(255, 255, 255, .78);
    border: 1px solid #c7dce9;
    border-radius: 10px;
    color: #4b687b;
    display: grid;
    gap: 13px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 62px;
    padding: 12px 14px;
    position: relative;
    text-decoration: none;
}

.hp-how-trail a:not(:last-child)::after {
    background: #a9cce2;
    bottom: -13px;
    content: "";
    height: 13px;
    left: 30px;
    position: absolute;
    width: 2px;
}

.hp-how-trail a span {
    align-items: center;
    background: var(--hp-how-blue-soft);
    border-radius: 8px;
    color: var(--hp-how-blue-strong);
    display: flex;
    font-size: 12px;
    font-weight: 850;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.hp-how-trail a strong {
    font-size: 14px;
    line-height: 1.35;
}

.hp-how-trail a:hover,
.hp-how-trail a:focus-visible,
.hp-how-trail a.is-active {
    border-color: var(--hp-how-blue);
    color: var(--hp-how-navy);
}

.hp-how-trail a.is-active {
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 44, 68, .08);
}

.hp-how-trail a.is-active span {
    background: var(--hp-how-blue);
    color: #fff;
}

.hp-how-steps {
    padding: 72px 0 58px;
}

.hp-how-steps > header {
    margin: 0 auto 28px;
    max-width: 680px;
    text-align: center;
}

.hp-how-steps h2,
.hp-how-note h2,
.hp-how-next h2 {
    color: var(--hp-how-navy);
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 830;
    letter-spacing: -.025em;
    line-height: 1.15;
    margin: 0;
}

.hp-how-steps__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-how-steps__grid article {
    border: 1px solid #d4e2ea;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(9, 44, 68, .055);
    min-width: 0;
    padding: 26px;
}

.hp-how-step-mark {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.hp-how-step-mark span,
.hp-how-step-mark i {
    align-items: center;
    border-radius: 8px;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.hp-how-step-mark span {
    background: #f1f6f9;
    color: #557184;
    font-size: 12px;
    font-weight: 850;
}

.hp-how-step-mark i {
    background: var(--hp-how-blue-soft);
    color: var(--hp-how-blue);
    font-size: 17px;
}

.hp-how-steps__grid h3 {
    color: var(--hp-how-navy);
    font-size: 20px;
    font-weight: 820;
    line-height: 1.3;
    margin: 0 0 10px;
}

.hp-how-steps__grid p,
.hp-how-note > div:last-child > p:last-child {
    color: #506d80;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.hp-how-note {
    align-items: flex-start;
    background: var(--hp-how-blue-soft);
    border: 1px solid var(--hp-how-border);
    border-radius: 12px;
    display: grid;
    gap: 18px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 28px;
}

.hp-how-note__icon {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    color: var(--hp-how-blue);
    display: flex;
    font-size: 18px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.hp-how-note h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

.hp-how-shell--search .hp-how-note {
    background: var(--hp-public-warning-soft, #fff2d8);
    border-color: #e5c889;
}

.hp-how-shell--search .hp-how-note__icon,
.hp-how-shell--search .hp-how-note .hp-how-kicker {
    color: var(--hp-public-warning, #8a5a00);
}

.hp-how-shell--contact .hp-how-note {
    background: var(--hp-public-danger-soft, #fde8e8);
    border-color: #e8b4b4;
}

.hp-how-shell--contact .hp-how-note__icon,
.hp-how-shell--contact .hp-how-note .hp-how-kicker {
    color: var(--hp-public-danger, #a63434);
}

.hp-how-next {
    align-items: center;
    border-top: 1px solid #d8e5ed;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 58px;
    padding-top: 34px;
}

.hp-how-next h2 {
    font-size: 26px;
}

.hp-how-next a {
    align-items: center;
    color: var(--hp-how-blue-strong);
    display: inline-flex;
    font-weight: 800;
    gap: 9px;
    min-height: 44px;
    padding: 0 4px;
}

.hp-how-next a:hover,
.hp-how-next a:focus-visible {
    color: var(--hp-how-navy);
    text-decoration: none;
}

@media (max-width: 900px) {
    .hp-how-hero {
        gap: 34px;
        grid-template-columns: minmax(0, 1fr);
        padding: 42px;
    }

    .hp-how-trail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hp-how-trail a {
        align-content: start;
        grid-template-columns: minmax(0, 1fr);
    }

    .hp-how-trail a:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 700px) {
    .hp-how-shell main {
        padding: 18px 16px 52px;
    }

    .hp-how-hero {
        border-radius: 14px;
        padding: 30px 22px;
    }

    .hp-how-hero h1 {
        font-size: 38px;
    }

    .hp-how-hero__copy > p:not(.hp-how-kicker) {
        font-size: 16px;
    }

    .hp-how-primary {
        width: 100%;
    }

    .hp-how-trail {
        grid-template-columns: minmax(0, 1fr);
    }

    .hp-how-trail a {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .hp-how-steps {
        padding: 52px 0 42px;
    }

    .hp-how-steps__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hp-how-steps__grid article {
        padding: 22px;
    }

    .hp-how-note {
        grid-template-columns: minmax(0, 1fr);
        padding: 22px;
    }

    .hp-how-next {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-how-shell *,
    .hp-how-shell *::before,
    .hp-how-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
