:root {
    --hv2-navy: #253e88;
    --hv2-orange: #ff7800;
    --hv2-orange-hover: #ff8a24;
    --hv2-orange-shadow: #b85700;
    --hv2-cream: #faf0e6;
    --hv2-gold: #f5b004;
    --hv2-trust-bg: #f4f7fb;
}

.hv2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.hv2 *,
.hv2 *::before,
.hv2 *::after,
.hqs *,
.hqs *::before,
.hqs *::after {
    box-sizing: border-box;
}

.hv2__hero {
    position: relative;
    overflow: hidden;
    background-color: var(--hv2-navy);
}

.hv2__content {
    position: relative;
    z-index: 2;
    min-height: 620px;
    padding: 24px 16px 40px;
}

.hv2__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.hv2__title {
    margin: 0 0 20px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.15;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .35);
}

.hv2__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    line-height: 0;
}

.hv2__media:empty {
    display: none;
}

.hv2__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 90%;
}

.hv2__card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 16px;
    background: var(--hv2-cream);
    border-radius: 16px;
}

.hv2__field {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 2px solid var(--hv2-navy);
    border-radius: 10px;
}

.hv2__field-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    background: var(--hv2-navy);
}

.hv2__field-icon svg {
    display: block;
    width: 34px;
    height: 34px;
}

.hv2__field--reg .hv2__field-icon img {
    display: block;
    width: auto;
    height: 46px;
}

.hv2__field--postcode .hv2__field-icon svg path {
    fill: var(--hv2-gold);
}

.hv2__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 16px 14px;
    border: 0;
    background: transparent;
    color: var(--hv2-navy);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.hv2__input::placeholder {
    color: #9aa1ac;
    font-weight: 500;
    text-transform: none;
}

.hv2__input:focus {
    outline: none;
}

.hv2__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border: 0;
    border-bottom: 4px solid var(--hv2-orange-shadow);
    border-radius: 10px;
    background: var(--hv2-orange);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease;
}

.hv2__submit:hover {
    background: var(--hv2-orange-hover);
}

.hv2__submit svg {
    flex: 0 0 auto;
}

.hv2__submit-text--desktop {
    display: none;
}

.hv2__trust {
    padding: 24px 16px;
    background: var(--hv2-trust-bg);
}

.hv2__trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 1080px;
    margin: 0 auto;
}

.hv2__stat {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    color: var(--hv2-navy);
}

.hv2__stat-number {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.hv2__stat-label {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    color: var(--hv2-navy);
}

@media screen and (min-width: 769px) {
    .hv2__content {
        min-height: 620px;
        padding: 40px 24px;
    }

    .hv2__title {
        margin-bottom: 28px;
        font-size: 48px;
    }

    .hv2__card {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        max-width: 1040px;
        padding: 16px;
    }

    .hv2__card .hv2__field {
        flex: 1 1 0;
    }

    .hv2__card .hv2__submit {
        flex: 0 0 auto;
        padding: 14px 30px;
        white-space: nowrap;
    }

    .hv2__submit-text--mobile {
        display: none;
    }

    .hv2__submit-text--desktop {
        display: inline;
    }

    .hv2__stat-number {
        font-size: 30px;
    }

    .hv2__stat-label {
        font-size: 15px;
    }
}

.hqs {
    padding: 32px 16px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.hqs__card {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 24px;
    background: var(--hv2-cream);
    border-radius: 20px;
}

.hqs__title {
    max-width: 480px;
    margin: 0 auto 12px;
    text-align: center;
    color: #2b2f38;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.hqs__subtitle {
    margin: 0 0 24px;
    text-align: center;
    color: #55596a;
    font-size: 16px;
    line-height: 1.4;
}

.hqs__list {
    max-width: 540px;
    margin: 0 auto 24px;
    padding: 0;
    list-style: none;
}

.hqs__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.hqs__item:last-child {
    margin-bottom: 0;
}

.hqs__check {
    flex: 0 0 auto;
    line-height: 0;
    margin-top: 1px;
}

.hqs__item p {
    margin: 0;
    color: #3a3f4b;
    font-size: 16px;
    line-height: 1.4;
}

.hqs__item p strong {
    color: var(--hv2-navy);
    font-weight: 700;
}

.hqs__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 540px;
    margin: 0 auto;
}

.hqs__form-label {
    margin-bottom: 2px;
    color: #2b2f38;
    font-size: 16px;
    font-weight: 700;
}

.hqs__field--postcode {
    display: none;
}

.hqs__form--reg-active .hqs__field--postcode {
    display: flex;
}

.hqs__submit {
    width: 100%;
}
