.hdv2-home-legacy.hdv2-web-hosting-page {
    padding-bottom: 3rem;
}

.hdv2-home-legacy .hdv2-web-hosting-section-head {
    margin: 0 auto 2rem;
    max-width: 40rem;
    text-align: center;
}

.hdv2-home-legacy .hdv2-web-hosting-section-head__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-web-hosting-section-head__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-section-head__lead {
    margin: 0.75rem 0 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-home-plans.hdv2-web-hosting-pricing {
    margin-top: 3.75rem;
    margin-bottom: 4rem;
    padding-top: 1.25rem;
}

.hdv2-home-legacy .hdv2-web-hosting-pricing .hdv2-home-plans__head {
    margin-bottom: 2rem;
}

.hdv2-home-legacy .hdv2-web-hosting-pricing__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hdv2-home-legacy .hdv2-web-hosting-plan__offer {
    margin: 0 0 0.85rem;
    padding: 0.45rem 0.6rem;
    border-radius: 0.45rem;
    background: var(--hdv2-home-primary-soft);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--hdv2-home-text);
    text-align: center;
}

.hdv2-home-legacy .hdv2-web-hosting-plan__offer strong {
    font-weight: 700;
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-web-hosting-plan__cta--disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.hdv2-home-legacy .hdv2-web-hosting-presentation {
    position: relative;
    padding: 3.5rem 0;
    overflow: hidden;
    border-block: 1px solid var(--hdv2-home-border);
    background: var(--hdv2-home-surface-muted);
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.875fr 0.875fr;
    gap: 0.95rem;
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 17.5rem;
    padding: 2rem;
    border: 1px solid var(--hdv2-home-border);
    border-radius: 0.8125rem;
    background: var(--hdv2-home-bg);
    text-align: left;
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__card--primary {
    color: #fff;
    border-color: hsl(220 68% 29%);
    background: hsl(220 70% 29%);
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__icon {
    display: grid;
    place-items: center;
    width: 2.95rem;
    height: 2.95rem;
    margin: 0 0 2.85rem;
    padding: 0;
    border: 0;
    border-radius: 0.625rem;
    color: var(--hdv2-home-primary);
    background: var(--hdv2-home-primary-soft);
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__card--primary .hdv2-web-hosting-presentation__icon {
    color: #fff;
    background: hsl(0 0% 100% / 0.13);
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__card-title {
    margin: 0;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__card--primary .hdv2-web-hosting-presentation__card-title {
    color: #fff;
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__card-text {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-web-hosting-presentation__card--primary .hdv2-web-hosting-presentation__card-text {
    color: hsl(217 40% 86%);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-presentation {
    background: var(--hdv2-home-bg);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-presentation__card {
    background: var(--hdv2-home-surface);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-presentation__card--primary {
    border-color: hsl(221 70% 38%);
    background: hsl(221 68% 32%);
}

.hdv2-home-legacy .hdv2-web-hosting-compare {
    padding: 2.5rem 0 1rem;
    max-width: 100%;
    overflow-x: clip;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    border: 1px solid var(--hdv2-home-border);
    border-radius: 0.85rem;
    background: var(--hdv2-home-surface);
    box-shadow: var(--hdv2-home-shadow-card);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.86rem;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__col-feature {
    width: 22%;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__col-plan {
    width: 19.5%;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table th,
.hdv2-home-legacy .hdv2-web-hosting-compare__table td {
    padding: 0.8rem 0.9rem;
    border-bottom: 1px solid var(--hdv2-home-border);
    text-align: center;
    vertical-align: middle;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table tbody tr:last-child th,
.hdv2-home-legacy .hdv2-web-hosting-compare__table tbody tr:last-child td {
    border-bottom: none;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table th:first-child,
.hdv2-home-legacy .hdv2-web-hosting-compare__table td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table thead th {
    background: var(--hdv2-home-surface-muted);
    font-weight: 600;
    font-size: 0.84rem;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__col--featured {
    background: var(--hdv2-home-primary-soft);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__tag {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__unit {
    font-size: 0.78rem;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__unlimited {
    font-weight: 700;
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__groups {
    border-top: 1px solid var(--hdv2-home-border);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group {
    border-bottom: 1px solid var(--hdv2-home-border);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group:last-child {
    border-bottom: none;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group-summary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 42rem;
    padding: 0.95rem 0.9rem;
    background: var(--hdv2-home-surface-muted);
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group-summary::-webkit-details-marker {
    display: none;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: var(--hdv2-home-primary);
    color: #fff;
    flex-shrink: 0;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group-icon svg {
    width: 1.05rem;
    height: 1.05rem;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group-title {
    flex: 1;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--hdv2-home-text-strong);
    text-align: left;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group-chevron {
    display: inline-flex;
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group-chevron svg {
    width: 1.1rem;
    height: 1.1rem;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__group:not([open]) .hdv2-web-hosting-compare__group-chevron {
    transform: rotate(180deg);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table--group {
    min-width: 42rem;
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table--group tbody tr:nth-child(even) th,
.hdv2-home-legacy .hdv2-web-hosting-compare__table--group tbody tr:nth-child(even) td {
    background: var(--hdv2-home-surface-muted);
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table--group tbody tr:nth-child(even) .hdv2-web-hosting-compare__col--featured {
    background: color-mix(in srgb, var(--hdv2-home-primary-soft) 75%, var(--hdv2-home-surface-muted));
}

.hdv2-home-legacy .hdv2-web-hosting-compare__table--group tbody tr:last-child th,
.hdv2-home-legacy .hdv2-web-hosting-compare__table--group tbody tr:last-child td {
    border-bottom: none;
}

.hdv2-home-legacy .hdv2-web-hosting-compare .hdv2-compare-included {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: var(--hdv2-home-primary);
    color: #fff;
    vertical-align: middle;
    flex-shrink: 0;
}

.hdv2-home-legacy .hdv2-web-hosting-compare .hdv2-compare-included svg {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
}

.hdv2-home-legacy .hdv2-web-hosting-compare .hdv2-compare-excluded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: #e8edf4;
    color: #94a3b8;
    vertical-align: middle;
    flex-shrink: 0;
}

.hdv2-home-legacy .hdv2-web-hosting-compare .hdv2-compare-excluded svg {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
}

.hdv2-home-legacy .hdv2-web-hosting-band {
    margin: 2.5rem 0;
    padding: 2.5rem 0;
    background: var(--hdv2-home-surface-muted);
    border-top: 1px solid var(--hdv2-home-border);
    border-bottom: 1px solid var(--hdv2-home-border);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages {
    padding: 4.5rem 0;
    border-block: 1px solid var(--hdv2-home-border);
    background: var(--hdv2-home-surface-muted);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__list {
    position: relative;
    display: grid;
    max-width: 67.5rem;
    grid-template-columns: minmax(0, 1fr) 4.5rem minmax(0, 1fr);
    gap: 0 3rem;
    margin: 0 auto;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__list::before {
    content: "";
    position: absolute;
    top: 3rem;
    bottom: 8.5rem;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, transparent, hsl(221 40% 75%) 8%, hsl(221 40% 75%) 92%, transparent);
    transform: translateX(-50%);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 10.3rem;
    padding: 1.55rem 0;
    gap: 1.125rem;
    align-items: center;
    border-bottom: 1px solid hsl(220 20% 88%);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(odd):not(:last-child) {
    grid-column: 1;
    flex-direction: row-reverse;
    text-align: right;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(even) {
    grid-column: 3;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(1),
.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(2) {
    grid-row: 1;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(3),
.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(4) {
    grid-row: 2;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(5),
.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(6) {
    grid-row: 3;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(7),
.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(8) {
    grid-row: 4;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(-n+8)::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5.25rem;
    height: 1px;
    background: hsl(221 30% 78%);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(-n+8)::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border: 2px solid var(--hdv2-home-surface-muted);
    border-radius: 50%;
    background: var(--hdv2-home-primary);
    box-shadow: 0 0 0 3px hsl(221 30% 78%);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(odd):not(:last-child)::after {
    right: -5.25rem;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(odd):not(:last-child)::before {
    right: -5.55rem;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(even)::after {
    left: -5.25rem;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(even)::before {
    left: -5.55rem;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__icon {
    display: grid;
    width: 2.875rem;
    height: 2.875rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid hsl(221 30% 86%);
    border-radius: 50%;
    color: var(--hdv2-home-primary);
    background: var(--hdv2-home-bg);
    box-shadow: 0 7px 17px hsl(221 39% 11% / 0.07);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__icon svg {
    width: 1.3rem;
    height: 1.3rem;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item-title {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item-text {
    max-width: 25.6rem;
    margin: 0.7rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item--backup {
    width: min(42.5rem, 100%);
    min-height: 0;
    padding: 1.55rem 1.875rem;
    grid-row: 5;
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 2.8rem;
    border: 1px solid hsl(145 18% 80%);
    border-radius: 0.75rem;
    background: hsl(145 35% 96%);
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__item--backup .hdv2-web-hosting-advantages__icon {
    color: hsl(158 70% 27%);
    border-color: hsl(148 28% 80%);
    background: hsl(152 45% 91%);
    box-shadow: none;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__action {
    display: flex;
    justify-content: center;
    margin-top: 2.1rem;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.25rem;
    border-radius: 0.625rem;
    background: var(--hdv2-home-primary);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px hsl(221 83% 45% / 0.18);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.hdv2-home-legacy .hdv2-web-hosting-advantages__btn:hover {
    transform: translateY(-2px);
    color: #fff;
    filter: brightness(1.05);
}

.hdv2-home-legacy .hdv2-web-hosting-backup {
    padding: 4rem 0;
    color: #fff;
    background: hsl(220 70% 21%);
}

.hdv2-home-legacy .hdv2-web-hosting-backup__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.5rem;
    align-items: center;
}

.hdv2-home-legacy .hdv2-web-hosting-backup__icon {
    display: grid;
    width: 4.125rem;
    height: 4.125rem;
    place-items: center;
    border: 1px solid hsl(0 0% 100% / 0.18);
    border-radius: 0.75rem;
    color: #fff;
    background: hsl(0 0% 100% / 0.08);
}

.hdv2-home-legacy .hdv2-web-hosting-backup__icon svg {
    width: 1.8rem;
    height: 1.8rem;
}

.hdv2-home-legacy .hdv2-web-hosting-backup__title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 1.7rem);
    font-weight: 700;
}

.hdv2-home-legacy .hdv2-web-hosting-backup__text {
    max-width: 46rem;
    margin: 0.5rem 0 0;
    color: hsl(217 35% 85%);
    font-size: 0.875rem;
    line-height: 1.65;
}

.hdv2-home-legacy .hdv2-web-hosting-backup__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.25rem;
    border: 1px solid hsl(0 0% 100% / 0.45);
    border-radius: 0.625rem;
    background: transparent;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.hdv2-home-legacy .hdv2-web-hosting-backup__btn:hover {
    background: hsl(0 0% 100% / 0.1);
    color: #fff;
    transform: translateY(-1px);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-advantages {
    background: var(--hdv2-home-bg);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-advantages__item {
    border-bottom-color: var(--hdv2-home-border);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-advantages__item--backup {
    border-color: hsl(145 20% 30%);
    background: hsl(145 18% 16%);
}

.hdv2-home-legacy .hdv2-web-hosting-how {
    padding: 2.75rem 0;
}

.hdv2-home-legacy .hdv2-web-hosting-how__panel {
    display: grid;
    grid-template-columns: minmax(12rem, 16.5rem) minmax(0, 1fr);
    gap: 2rem 2.5rem;
    align-items: start;
    padding: 2.25rem 2rem;
    border-radius: 1.15rem;
    background: var(--hdv2-home-surface-muted);
}

.hdv2-home-legacy .hdv2-web-hosting-how__intro {
    min-width: 0;
}

.hdv2-home-legacy .hdv2-web-hosting-how__badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem;
    padding: 0.35rem 0.55rem;
    border-radius: 0.28rem;
    background: hsl(220 25% 10%);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
}

.hdv2-home-legacy .hdv2-web-hosting-how__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-how__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hdv2-home-legacy .hdv2-web-hosting-how__feature {
    min-width: 0;
}

.hdv2-home-legacy .hdv2-web-hosting-how__icon {
    display: grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: 0.85rem;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-how__icon svg {
    width: 1.55rem;
    height: 1.55rem;
}

.hdv2-home-legacy .hdv2-web-hosting-how__feature-title {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-web-hosting-how__feature-text {
    margin: 0.55rem 0 0;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--hdv2-home-muted);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-how__panel {
    background: var(--hdv2-home-bg);
    border: 1px solid var(--hdv2-home-border);
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-web-hosting-how__badge {
    background: #fff;
    color: hsl(220 25% 8%);
}

.hdv2-home-legacy .hdv2-web-hosting-faq {
    margin-top: 2.5rem;
}

@media (max-width: 1100px) {
    .hdv2-home-legacy .hdv2-web-hosting-pricing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hdv2-home-legacy .hdv2-web-hosting-presentation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hdv2-home-legacy .hdv2-web-hosting-presentation__card--primary {
        grid-column: 1 / -1;
    }

    .hdv2-home-legacy .hdv2-web-hosting-presentation__card {
        min-height: 0;
    }

    .hdv2-home-legacy .hdv2-web-hosting-how__panel {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.75rem 1.35rem;
    }

    .hdv2-home-legacy .hdv2-web-hosting-how__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 920px) {
    .hdv2-home-legacy .hdv2-web-hosting-advantages__list {
        display: block;
        max-width: 42.5rem;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .hdv2-home-legacy .hdv2-web-hosting-advantages__list::before {
        top: 1.5rem;
        bottom: 1.5rem;
        left: 1.4375rem;
        transform: none;
    }

    .hdv2-home-legacy .hdv2-web-hosting-advantages__item,
    .hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(odd):not(:last-child),
    .hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(even) {
        display: grid;
        grid-template-columns: 2.875rem minmax(0, 1fr);
        gap: 0.75rem 1rem;
        align-items: start;
        min-width: 0;
        min-height: 0;
        padding: 1.5rem 0;
        grid-column: auto;
        grid-row: auto;
        flex-direction: row;
        text-align: left;
    }

    .hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(-n+8)::before,
    .hdv2-home-legacy .hdv2-web-hosting-advantages__item:nth-child(-n+8)::after {
        display: none;
    }

    .hdv2-home-legacy .hdv2-web-hosting-advantages__item .hdv2-web-hosting-advantages__icon {
        position: static;
        grid-row: 1 / span 2;
        margin-top: 0.125rem;
    }

    .hdv2-home-legacy .hdv2-web-hosting-advantages__item > div {
        min-width: 0;
    }

    .hdv2-home-legacy .hdv2-web-hosting-advantages__item--backup {
        width: 100%;
        max-width: 100%;
        margin-top: 0.75rem;
        padding: 1.25rem 1rem;
    }

    .hdv2-home-legacy .hdv2-web-hosting-backup__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hdv2-home-legacy .hdv2-web-hosting-backup__icon {
        margin: 0 auto;
    }

    .hdv2-home-legacy .hdv2-web-hosting-backup__text {
        margin-left: auto;
        margin-right: auto;
    }

    .hdv2-home-legacy .hdv2-web-hosting-backup__btn {
        justify-self: center;
    }
}

@media (max-width: 768px) {

    .hdv2-home-legacy .hdv2-web-hosting-pricing__grid,
    .hdv2-home-legacy .hdv2-web-hosting-presentation__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdv2-home-legacy .hdv2-web-hosting-how__features {
        grid-template-columns: minmax(0, 1fr);
    }


    .hdv2-home-legacy .hdv2-web-hosting-presentation__card--primary {
        grid-column: auto;
    }

    .hdv2-home-legacy .hdv2-web-hosting-presentation__icon {
        margin-bottom: 1.875rem;
    }

    .hdv2-home-legacy .hdv2-web-hosting-presentation__card {
        padding: 1.55rem;
    }
}
