.hn-section--form {
    background: #f2eadf;
}

.hn-form-layout {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 3rem;
    align-items: center;
}

.hn-form-layout__intro .hn-section-intro {
    margin: 0;
}

.hn-form-layout__intro .hn-section-intro h2 span {
    color: var(--color-secondary);
}

.hn-form-layout__aside {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.hn-form-layout__aside > div {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: .15rem .85rem;
    align-items: center;
}

.hn-form-trust__icon {
    grid-row: 1 / span 2;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 50%;
    background: #fff;
}

.hn-form-trust__icon img {
    width: 36px;
    height: 36px;
}

.hn-form-layout__aside strong {
    align-self: end;
    color: var(--color-primary-dark);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.hn-form-layout__aside > div > span:last-child {
    align-self: start;
    color: var(--color-muted);
    font-size: .84rem;
    line-height: 1.4;
}

.hn-form-layout__main {
    padding: 2rem;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: var(--color-surface);
    box-shadow: var(--shadow-card);
}

.hn-form-card__title {
    margin: 0 0 1.5rem;
    color: var(--color-primary-dark);
    font-size: 1.55rem;
    line-height: 1;
    text-transform: uppercase;
}

.hn-form-card__title::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 2px;
    margin-top: 1rem;
    background: var(--color-secondary);
}

.hn-form-card__intro {
    margin: -0.6rem 0 1.35rem;
    color: var(--color-muted);
    font-size: .94rem;
    line-height: 1.5;
}

.hn-estimate-form {
    display: grid;
    gap: 1rem;
    max-width: 920px;
}

.hn-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hn-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem 1rem;
}

.hn-estimate-form label {
    color: var(--color-primary-dark);
    font-weight: 700;
}

.hn-field {
    display: grid;
    gap: .35rem;
    min-width: 0;
}

.hn-field__label,
.hn-file-field > span:first-child {
    font-size: .78rem;
    line-height: 1.2;
}

.hn-field__help {
    display: block;
    color: var(--color-muted);
    font-size: .76rem;
    line-height: 1.45;
}

.hn-field__control {
    position: relative;
    display: block;
}

.hn-field__control > img:first-child {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 1rem;
    width: 21px;
    height: 21px;
    pointer-events: none;
    transform: translateY(-50%);
}

.hn-field__control--textarea > img:first-child {
    top: 1.05rem;
    transform: none;
}

.hn-estimate-form input,
.hn-estimate-form select,
.hn-estimate-form textarea {
    width: 100%;
    min-height: 50px;
    padding: .8rem .9rem .8rem 3rem;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    font: inherit;
}

.hn-estimate-form select {
    padding-right: 2.7rem;
    appearance: none;
}

.hn-field__control--select:hover select {
    border-color: var(--color-secondary);
}

.hn-estimate-form select option {
    background: #fff;
    color: var(--color-text);
}

.hn-estimate-form textarea {
    min-height: 126px;
    resize: vertical;
}

.hn-estimate-form input:focus,
.hn-estimate-form select:focus,
.hn-estimate-form textarea:focus {
    border-color: var(--color-secondary);
    outline: 2px solid rgba(247, 154, 30, .24);
    outline-offset: 1px;
}

.hn-field__chevron {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 15px;
    height: 15px;
    pointer-events: none;
    transform: translateY(-50%);
}

.hn-file-field {
    display: grid;
    gap: .45rem;
    padding: .9rem 1rem;
    border: 1px dashed var(--color-border);
    border-radius: 8px;
}

.hn-file-field__control {
    display: flex;
    gap: .6rem;
    align-items: center;
}

.hn-file-field__control img {
    flex: 0 0 24px;
}

.hn-file-field input {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.hn-file-field small {
    color: var(--color-muted);
    font-size: .76rem;
    line-height: 1.4;
}

.hn-checkbox {
    display: flex;
    gap: .65rem;
    align-items: center;
    font-size: .8rem;
    line-height: 1.4;
}

.hn-checkbox input {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
    accent-color: var(--color-secondary);
}

.hn-form-submit {
    width: 100%;
    padding: .9rem 1.25rem;
    overflow: visible;
    border-width: 1px;
}

.hn-form-submit::before,
.hn-form-submit::after {
    display: none;
}

.hn-form-submit img {
    width: 24px;
    height: 24px;
    margin-left: auto;
}

.hn-form-success {
    margin-bottom: 1rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(50, 121, 95, .42);
    border-radius: 8px;
    background: rgba(50, 121, 95, .15);
    color: inherit;
    font-weight: 700;
}

.hn-form-security {
    display: flex;
    gap: .55rem;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0;
    color: var(--color-muted);
    font-size: .78rem;
    line-height: 1.35;
    text-align: center;
}

.hn-form-security img {
    flex: 0 0 18px;
}

.hn-section--form-dark {
    position: relative;
    padding: 4.5rem 1.5rem;
    overflow: hidden;
    background: #020305;
}

.hn-section--form-dark .hn-form-layout {
    position: relative;
    isolation: isolate;
    width: min(var(--container-wide), 100%);
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    gap: 4rem;
    align-items: center;
    min-height: 0;
    padding: 3.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 8px;
    background:
        radial-gradient(circle at 13% 104%, rgba(255, 180, 0, .26), transparent 20rem),
        radial-gradient(circle at 67% 36%, rgba(247, 154, 30, .06), transparent 24rem),
        linear-gradient(112deg, #0c0d0f 0%, #080a0d 48%, #0b0c0e 100%);
    color: #fff;
    box-shadow: 0 32px 100px rgba(0, 0, 0, .55);
}

.hn-section--form-dark .hn-form-layout__intro {
    padding-right: 2rem;
    border-right: 1px solid rgba(255, 188, 0, .38);
}

.hn-section--form-dark .hn-form-layout::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, .11) 1px, transparent 1.2px);
    background-position: center, center, 0 0;
    background-size: 86px 86px, 86px 86px, 7px 7px;
    opacity: .3;
    pointer-events: none;
}

.hn-section--form-dark .hn-form-layout::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -7.4rem;
    left: -5rem;
    width: 48rem;
    height: 15rem;
    border-top: 2px solid rgba(255, 181, 0, .48);
    background:
        linear-gradient(164deg, transparent 0 31%, rgba(255, 181, 0, .28) 31.5%, rgba(255, 181, 0, .05) 43%, transparent 43.5%),
        linear-gradient(168deg, transparent 0 47%, rgba(255, 255, 255, .08) 47.5%, transparent 51%);
    transform: skewX(-22deg) rotate(-5deg);
    pointer-events: none;
}

.hn-section--form-dark .hn-form-layout__intro,
.hn-section--form-dark .hn-form-layout__main {
    position: relative;
    z-index: 1;
}

.hn-section--form-dark .hn-form-layout__intro .hn-section-intro {
    max-width: 560px;
    text-align: left;
}

.hn-section--form-dark .hn-section-intro h2 {
    margin: 0 0 1.55rem;
    color: #f7f7f5;
    font-size: 4.1rem;
    line-height: 1.02;
    text-transform: uppercase;
    text-shadow: 0 5px 18px rgba(0, 0, 0, .5);
}

.hn-section--form-dark .hn-section-intro h2 .hn-form-heading__line {
    display: block;
    color: #f7f7f5;
    font-size: .86em;
}

.hn-section--form-dark .hn-section-intro h2 .hn-form-heading__line span {
    color: #ffbc00;
}

.hn-section--form-dark .hn-section-intro p {
    max-width: 490px;
    margin-inline: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 1.18rem;
    line-height: 1.65;
}

.hn-section--form-dark .hn-section-intro p::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 2px;
    margin-top: 1.55rem;
    background: #ffbc00;
}

.hn-section--form-dark .hn-form-layout__aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    margin-top: 2.75rem;
}

.hn-section--form-dark .hn-form-layout__aside > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .7rem;
    align-items: flex-start;
    padding: 0 1.25rem;
}

.hn-section--form-dark .hn-form-layout__aside > div + div {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.hn-section--form-dark .hn-form-trust__icon {
    display: grid;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    place-items: center;
    align-self: center;
    border: 1px solid rgba(255, 255, 255, .15);
    background:
        radial-gradient(circle at 50% 0, rgba(255, 188, 0, .22), transparent 55%),
        rgba(255, 255, 255, .025);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .42), 0 0 18px rgba(255, 188, 0, .08);
}

.hn-section--form-dark .hn-form-trust__icon img {
    width: 44px;
    height: 44px;
}

.hn-section--form-dark .hn-form-layout__aside strong {
    align-self: stretch;
    color: #f8f8f6;
    font-size: 1rem;
    text-align: left;
}

.hn-section--form-dark .hn-form-layout__aside > div > span:last-child {
    align-self: stretch;
    color: rgba(255, 255, 255, .66);
    font-size: .78rem;
    line-height: 1.5;
    text-align: left;
}

.hn-section--form-dark .hn-form-layout__main {
    align-self: center;
    padding: 2.2rem;
    border-color: rgba(255, 255, 255, .16);
    background:
        radial-gradient(circle at 93% 8%, rgba(255, 188, 0, .05), transparent 15rem),
        rgba(11, 12, 14, .88);
    color: #fff;
    box-shadow: 0 24px 65px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .03);
    backdrop-filter: blur(6px);
}

.hn-section--form-dark .hn-form-layout__main::before {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 190px;
    height: 160px;
    content: "";
    border-top-right-radius: 8px;
    background: radial-gradient(circle at 100% 0, rgba(255, 188, 0, .15), transparent 70%);
    pointer-events: none;
}

.hn-section--form-dark .hn-form-card__title {
    margin-bottom: 1.2rem;
    color: #ffbc00;
    font-size: 1.55rem;
}

.hn-section--form-dark .hn-form-card__title::after {
    margin-top: .8rem;
}

.hn-section--form-dark .hn-form-card__title::after {
    background: #ffbc00;
}

.hn-section--form-dark .hn-form-card__intro,
.hn-section--form-dark .hn-field__help {
    color: rgba(255, 255, 255, .64);
}

.hn-section--form-dark .hn-estimate-form {
    gap: .7rem;
    max-width: none;
}

.hn-section--form-dark .hn-field__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.hn-section--form-dark .hn-file-field > span:first-child {
    color: rgba(255, 255, 255, .72);
}

.hn-section--form-dark .hn-form-grid {
    gap: .65rem .85rem;
}

.hn-section--form-dark .hn-estimate-form input,
.hn-section--form-dark .hn-estimate-form select,
.hn-section--form-dark .hn-estimate-form textarea {
    min-height: 52px;
    border-color: rgba(255, 255, 255, .16);
    background: rgba(0, 0, 0, .22);
    color: #fff;
}

.hn-section--form-dark .hn-field__control--select:hover select {
    border-color: rgba(255, 188, 0, .72);
    box-shadow: 0 0 0 1px rgba(255, 188, 0, .18);
}

.hn-section--form-dark .hn-estimate-form textarea {
    min-height: 112px;
}

.hn-section--form-dark .hn-estimate-form input::placeholder,
.hn-section--form-dark .hn-estimate-form textarea::placeholder {
    color: rgba(255, 255, 255, .52);
    opacity: 1;
}

.hn-section--form-dark .hn-estimate-form option {
    background: #111317;
    color: #fff;
}

.hn-section--form-dark .hn-file-field {
    grid-template-columns: minmax(0, 1fr);
    gap: .4rem;
    padding: .75rem .85rem;
    border-color: rgba(255, 188, 0, .27);
    background: rgba(255, 255, 255, .025);
}

.hn-section--form-dark .hn-file-field__control {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: .65rem;
    width: 100%;
    min-height: 48px;
    padding: .45rem .65rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
    background: rgba(0, 0, 0, .24);
}

.hn-section--form-dark .hn-file-field input {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 0;
    font-size: .75rem;
}

.hn-section--form-dark .hn-file-field input::file-selector-button {
    margin-right: .55rem;
    padding: .42rem .65rem;
    border: 1px solid rgba(255, 184, 0, .38);
    border-radius: 6px;
    background: rgba(255, 184, 0, .08);
    color: #f7f7f5;
    font-family: var(--font-heading);
    font-weight: 700;
    cursor: pointer;
}

.hn-section--form-dark .hn-file-field small {
    display: block;
    font-size: .7rem;
}

.hn-section--form-dark .hn-file-field input,
.hn-section--form-dark .hn-file-field small,
.hn-section--form-dark .hn-checkbox {
    color: rgba(255, 255, 255, .66);
}

.hn-section--form-dark .hn-checkbox input {
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
}

.hn-section--form-dark .hn-form-submit {
    min-height: 56px;
    border-color: #ffbd13;
    border-radius: 8px;
    background: linear-gradient(100deg, #ffb000 0%, #ffc529 54%, #ffa800 100%);
    color: #08090a;
    font-size: 1.08rem;
    text-transform: uppercase;
    box-shadow: 0 13px 30px rgba(255, 176, 0, .2);
}

.hn-section--form-dark .hn-form-submit:hover,
.hn-section--form-dark .hn-form-submit:focus-visible {
    box-shadow: 0 18px 36px rgba(255, 176, 0, .32);
}

.hn-section--form-dark .hn-form-success {
    color: #fff;
}

.hn-section--form-dark .hn-form-security {
    margin-top: .7rem;
    color: rgba(255, 255, 255, .58);
}

@media (max-width: 1120px) {
    .hn-section--form-dark .hn-form-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 3.5rem;
    }

    .hn-section--form-dark .hn-form-layout__intro {
        padding-right: 0;
        border-right: 0;
    }

    .hn-section--form-dark .hn-form-layout__intro .hn-section-intro {
        max-width: 760px;
    }

    .hn-section--form-dark .hn-section-intro h2 {
        max-width: 700px;
        font-size: 4.5rem;
    }

    .hn-section--form-dark .hn-form-layout__aside {
        max-width: 720px;
    }
}

@media (max-width: 820px) {
    .hn-form-layout {
        grid-template-columns: 1fr;
    }

    .hn-section--form-dark {
        padding: 3.5rem 1rem;
    }

    .hn-section--form-dark .hn-form-layout {
        min-height: 0;
        padding: 2.5rem;
    }

    .hn-section--form-dark .hn-form-layout__main {
        order: 1;
    }

    .hn-section--form-dark .hn-form-layout__intro {
        order: 2;
    }

    .hn-section--form-dark .hn-section-intro h2 {
        font-size: 3.8rem;
    }
}

@media (max-width: 640px) {
    .hn-form-grid {
        grid-template-columns: 1fr;
    }

    .hn-section--form-dark .hn-form-layout {
        gap: 2.25rem;
        padding: 1.25rem;
    }

    .hn-section--form-dark .hn-section-intro h2 {
        font-size: 3.05rem;
    }

    .hn-section--form-dark .hn-section-intro p {
        font-size: 1rem;
    }

    .hn-section--form-dark .hn-form-layout__aside {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .hn-section--form-dark .hn-form-layout__aside > div,
    .hn-section--form-dark .hn-form-layout__aside > div:first-child {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: .2rem .85rem;
        padding: 0 0 1.2rem;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .hn-section--form-dark .hn-form-layout__aside > div:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .hn-section--form-dark .hn-form-trust__icon {
        grid-row: 1 / span 2;
        width: 64px;
        height: 64px;
    }

    .hn-section--form-dark .hn-form-trust__icon img {
        width: 38px;
        height: 38px;
    }

    .hn-section--form-dark .hn-form-layout__main {
        padding: 1.1rem;
    }
}

@media (max-width: 430px) {
    .hn-section--form-dark {
        padding-inline: .5rem;
    }
}

.hn-estimate-guide,
.hn-estimate-phone {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 7vw, 6.5rem) 1.5rem;
    color: #f7f8fa;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 188, 0, .08), transparent 22rem),
        linear-gradient(180deg, #05090f, #020507);
}

.hn-estimate-guide::before,
.hn-estimate-phone::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .28;
    background:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.hn-estimate-guide .hn-section__inner,
.hn-estimate-phone .hn-section__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
}

.hn-estimate-guide .hn-section-intro {
    max-width: 840px;
    margin: 0 0 2.75rem;
    text-align: left;
}

.hn-estimate-guide .hn-section-intro h2,
.hn-estimate-phone h2 {
    margin: 0;
    color: #f7f8fa;
    font-family: var(--font-heading);
    font-size: clamp(2.75rem, 5vw, 4.7rem);
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.hn-estimate-guide .hn-section-intro p,
.hn-estimate-phone p {
    max-width: 720px;
    color: rgba(247, 248, 250, .72);
    font-size: 1.05rem;
    line-height: 1.6;
}

.hn-estimate-guide__rail {
    display: grid;
    gap: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 188, 0, .32);
    border-radius: 8px;
    background: rgba(255, 255, 255, .025);
}

.hn-estimate-guide__rail article {
    position: relative;
    display: grid;
    grid-template-columns: 86px 52px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.15rem 1.4rem;
}

.hn-estimate-guide__rail article + article {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.hn-estimate-guide__number {
    color: rgba(255, 188, 0, .42);
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
}

.hn-estimate-guide__rail img {
    width: 38px;
    height: 38px;
}

.hn-estimate-guide h3,
.hn-estimate-fit h3,
.hn-estimate-timeline h3 {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    letter-spacing: 0;
    text-transform: none;
}

.hn-estimate-guide__rail p,
.hn-estimate-fit li,
.hn-estimate-timeline p {
    color: rgba(247, 248, 250, .7);
    line-height: 1.55;
}

.hn-estimate-guide__rail p {
    margin: .35rem 0 0;
}

.hn-estimate-timeline {
    position: relative;
    display: grid;
    gap: 1.25rem;
    max-width: 940px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.hn-estimate-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    content: "";
    background: linear-gradient(#ffc107, rgba(255, 193, 7, .12));
    transform: translateX(-50%);
}

.hn-estimate-timeline li {
    position: relative;
    display: grid;
    width: calc(50% - 42px);
    gap: .65rem;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    background: rgba(255, 255, 255, .03);
}

.hn-estimate-timeline li:nth-child(even) {
    margin-left: calc(50% + 42px);
}

.hn-estimate-timeline li > span {
    position: absolute;
    top: 1rem;
    right: -72px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid #ffc107;
    border-radius: 50%;
    background: #05090f;
    color: #ffc107;
    font-family: var(--font-heading);
    font-weight: 700;
    box-shadow: 0 0 22px rgba(255, 193, 7, .1);
}

.hn-estimate-timeline li:nth-child(even) > span {
    right: auto;
    left: -72px;
}

.hn-estimate-guide__note {
    max-width: 760px;
    margin: 2.25rem auto 0;
    color: rgba(247, 248, 250, .66);
    font-size: .95rem;
    line-height: 1.6;
    text-align: center;
}

.hn-estimate-fit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 188, 0, .32);
    border-radius: 8px;
}

.hn-estimate-fit article {
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, .025);
}

.hn-estimate-fit article + article {
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.hn-estimate-fit article > span {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 1.15rem;
    place-items: center;
    border: 1px solid #ffc107;
    border-radius: 50%;
    color: #ffc107;
    font-family: var(--font-heading);
    font-size: 1.7rem;
    font-weight: 700;
}

.hn-estimate-fit ul {
    display: grid;
    gap: .65rem;
    padding: 0;
    margin: 1.1rem 0 0;
    list-style: none;
}

.hn-estimate-fit li {
    position: relative;
    padding-left: 1.1rem;
}

.hn-estimate-fit li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: #ffc107;
}

.hn-estimate-phone .hn-section__inner {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid rgba(255, 188, 0, .34);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.hn-estimate-phone__icon {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border: 1px solid #ffc107;
    border-radius: 50%;
    background: rgba(255, 188, 0, .06);
}

.hn-estimate-phone__icon img {
    width: 48px;
    height: 48px;
}

.hn-estimate-phone h2 {
    font-size: clamp(2.4rem, 4vw, 3.75rem);
}

.hn-estimate-phone__actions {
    display: grid;
    gap: .75rem;
}

@media (max-width: 820px) {
    .hn-estimate-guide__rail article,
    .hn-estimate-phone .hn-section__inner,
    .hn-estimate-fit {
        grid-template-columns: 1fr;
    }

    .hn-estimate-timeline::before {
        left: 29px;
    }

    .hn-estimate-timeline li,
    .hn-estimate-timeline li:nth-child(even) {
        width: auto;
        margin-left: 76px;
    }

    .hn-estimate-timeline li > span,
    .hn-estimate-timeline li:nth-child(even) > span {
        right: auto;
        left: -76px;
    }

    .hn-estimate-fit article + article {
        border-top: 1px solid rgba(255, 255, 255, .12);
        border-left: 0;
    }
}

@media (max-width: 520px) {
    .hn-estimate-guide,
    .hn-estimate-phone {
        padding-inline: 1rem;
    }

    .hn-estimate-guide__rail article {
        padding: 1rem;
    }
}

.hn-contact-paths {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 7vw, 7rem) 1.5rem;
    color: #f7f8fa;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 193, 7, .09), transparent 23rem),
        linear-gradient(145deg, #07111d, #020507 68%);
}

.hn-contact-paths::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .3;
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none;
}

.hn-contact-paths .hn-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

.hn-contact-paths .hn-section-intro {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.hn-contact-paths .hn-section-intro h2,
.hn-contact-paths .hn-section-intro p {
    margin-inline: auto;
    color: #f7f8fa;
}

.hn-contact-paths .hn-section-intro h2 {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: 1;
}

.hn-contact-paths .hn-section-intro p {
    color: rgba(247, 248, 250, .7);
}

.hn-contact-paths__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hn-contact-paths__grid > a {
    position: relative;
    display: grid;
    min-height: 190px;
    grid-template-columns: 72px minmax(0, 1fr) 24px;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #f7f8fa;
    background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
    box-shadow: inset 0 -2px 0 rgba(255, 193, 7, .62), 0 20px 42px rgba(0, 0, 0, .25);
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hn-contact-paths__grid > a:hover,
.hn-contact-paths__grid > a:focus-visible {
    border-color: rgba(255, 193, 7, .62);
    color: #fff;
    box-shadow: inset 0 -3px 0 #ffc107, 0 26px 48px rgba(0, 0, 0, .34), 0 0 24px rgba(255, 193, 7, .08);
    transform: translateY(-4px);
}

.hn-contact-paths__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid rgba(255, 193, 7, .72);
    border-radius: 50%;
    background: #09131f;
    box-shadow: inset 0 0 18px rgba(255, 193, 7, .08), 0 0 18px rgba(255, 193, 7, .08);
}

.hn-contact-paths__icon img {
    width: 40px;
    height: 40px;
}

.hn-contact-paths__copy strong,
.hn-contact-paths__copy small,
.hn-contact-paths__copy em {
    display: block;
}

.hn-contact-paths__copy strong {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.hn-contact-paths__copy small {
    margin-top: .55rem;
    color: rgba(247, 248, 250, .65);
    font-size: .92rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.hn-contact-paths__copy em {
    margin-top: .75rem;
    color: #ffc107;
    font-family: var(--font-heading);
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.hn-contact-paths__arrow {
    color: #ffc107;
    font-size: 1.6rem;
    transition: transform .2s ease;
}

.hn-contact-paths__grid > a:hover .hn-contact-paths__arrow,
.hn-contact-paths__grid > a:focus-visible .hn-contact-paths__arrow {
    transform: translateX(4px);
}

.hn-contact-guide {
    position: relative;
    overflow: hidden;
    padding: clamp(4.75rem, 7vw, 7rem) 1.5rem;
    color: #f7f8fa;
    background: #04080e;
}

.hn-contact-guide::before,
.hn-contact-guide::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.hn-contact-guide::before {
    inset: 0;
    opacity: .22;
    background:
        linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 78px 78px;
}

.hn-contact-guide .hn-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

.hn-contact-guide h2 {
    max-width: 780px;
    margin: .55rem 0 1rem;
    color: #f7f8fa;
    font-size: clamp(2.5rem, 4.7vw, 4.25rem);
    line-height: 1;
}

.hn-contact-guide p {
    color: rgba(247, 248, 250, .72);
}

.hn-contact-guide .hn-section-label {
    color: #ffc107;
}

.hn-contact-guide--existing {
    background:
        linear-gradient(120deg, #05090f 0 56%, #0a111b 56% 100%),
        #05090f;
}

.hn-contact-guide--existing::after {
    top: 12%;
    right: -8rem;
    width: 30rem;
    height: 30rem;
    border: 1px solid rgba(255, 193, 7, .22);
    transform: rotate(45deg);
}

.hn-contact-guide--existing .hn-section__inner {
    display: grid;
    grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.hn-contact-guide__copy > p:not(.hn-section-label) {
    max-width: 640px;
    font-size: 1.07rem;
    line-height: 1.65;
}

.hn-contact-guide__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.7rem;
}

.hn-contact-guide__checklist {
    display: grid;
    gap: .9rem;
}

.hn-contact-guide__checklist article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-left-color: rgba(255, 193, 7, .62);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.hn-contact-guide__checklist img,
.hn-contact-prep-grid span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(255, 193, 7, .58);
    border-radius: 50%;
    background: rgba(255, 193, 7, .06);
}

.hn-contact-guide__checklist img {
    padding: .55rem;
}

.hn-contact-guide__checklist h3,
.hn-contact-prep-grid h3,
.hn-contact-steps h3 {
    margin: 0;
    color: #f7f8fa;
    font-size: 1.35rem;
    line-height: 1.05;
}

.hn-contact-guide__checklist p,
.hn-contact-prep-grid p,
.hn-contact-steps p {
    margin: .45rem 0 0;
    line-height: 1.55;
}

.hn-contact-guide--prep {
    background:
        linear-gradient(135deg, rgba(255, 193, 7, .09), transparent 35%),
        linear-gradient(180deg, #07101a, #030609);
}

.hn-contact-guide--prep::after {
    bottom: -5rem;
    left: 7%;
    width: 28rem;
    height: 12rem;
    border-top: 2px solid rgba(255, 193, 7, .36);
    background: linear-gradient(165deg, transparent 0 35%, rgba(255, 193, 7, .16) 35.4% 48%, transparent 48.4%);
    transform: skewX(-22deg);
}

.hn-contact-guide--prep .hn-section-intro,
.hn-contact-guide--expectations .hn-section-intro {
    max-width: 860px;
    margin: 0 0 2.5rem;
}

.hn-contact-prep-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hn-contact-prep-grid article {
    position: relative;
    min-height: 245px;
    padding: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.hn-contact-prep-grid article::after {
    position: absolute;
    right: -2.2rem;
    bottom: -2.2rem;
    width: 7rem;
    height: 7rem;
    content: "";
    border: 1px solid rgba(255, 193, 7, .2);
    transform: rotate(45deg);
}

.hn-contact-prep-grid span {
    margin-bottom: 1.2rem;
}

.hn-contact-prep-grid span img {
    width: 34px;
    height: 34px;
}

.hn-contact-guide--expectations {
    background:
        linear-gradient(90deg, rgba(255, 193, 7, .09), transparent 18rem),
        #020507;
}

.hn-contact-guide--expectations::after {
    top: 16%;
    right: 8%;
    width: 14rem;
    height: 14rem;
    border: 1px solid rgba(255, 193, 7, .24);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.hn-contact-steps {
    display: grid;
    gap: .9rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hn-contact-steps li {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1.1rem;
    align-items: start;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    background: rgba(255, 255, 255, .032);
}

.hn-contact-steps li > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(255, 193, 7, .62);
    border-radius: 50%;
    color: #ffc107;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
}

@media (max-width: 980px) {
    .hn-contact-paths__grid {
        grid-template-columns: 1fr;
    }

    .hn-contact-paths__grid > a {
        min-height: 150px;
    }

    .hn-contact-guide--existing .hn-section__inner,
    .hn-contact-prep-grid {
        grid-template-columns: 1fr;
    }

    .hn-contact-prep-grid article {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .hn-contact-paths {
        padding-inline: 1rem;
    }

    .hn-contact-paths__grid > a {
        grid-template-columns: 58px minmax(0, 1fr) 20px;
        gap: .75rem;
        padding: 1.15rem;
    }

    .hn-contact-paths__icon {
        width: 56px;
        height: 56px;
    }

    .hn-contact-paths__icon img {
        width: 34px;
        height: 34px;
    }

    .hn-contact-guide {
        padding-inline: 1rem;
    }

    .hn-contact-guide__actions {
        display: grid;
    }

    .hn-contact-guide__actions .hn-button {
        width: 100%;
    }

    .hn-contact-guide__checklist article,
    .hn-contact-steps li {
        grid-template-columns: 1fr;
    }
}
