:root {
    --dn24host2-dark: #040d1a;
    --dn24host2-dark-soft: #081426;
    --dn24host2-primary: #0f6fff;
    --dn24host2-primary-soft: #2d8dff;
    --dn24host2-cyan: #50b7ff;
    --dn24host2-text: #101828;
    --dn24host2-muted: #61708a;
    --dn24host2-border: #dfe7f3;
    --dn24host2-surface: #ffffff;
    --dn24host2-surface-soft: #f4f8fd;
    --dn24host2-radius: 18px;
    --dn24host2-container: 1200px;
    --dn24host2-shadow: 0 26px 70px rgba(5, 18, 37, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--dn24host2-text);
    background: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
}

input,
button {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.dn24host2-container {
    width: min(calc(100% - 32px), var(--dn24host2-container));
    margin: 0 auto;
}

.dn24host2-topbar,
.dn24host2-navshell,
.dn24host2-hero,
.dn24host2-section--darkband,
.dn24host2-footer,
.dn24host2-footer__bottom {
    background: var(--dn24host2-dark);
}

.dn24host2-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dn24host2-topbar__inner,
.dn24host2-topbar__left,
.dn24host2-topbar__right,
.dn24host2-header__bar,
.dn24host2-nav,
.dn24host2-header__actions,
.dn24host2-actions,
.dn24host2-hero__facts,
.dn24host2-card-grid,
.dn24host2-why,
.dn24host2-stats-grid,
.dn24host2-datacenters,
.dn24host2-news-grid,
.dn24host2-partners__row,
.dn24host2-footer__grid,
.dn24host2-footer__badges,
.dn24host2-footer__bottom-inner,
.dn24host2-footer__legal,
.dn24host2-footer__payments {
    display: flex;
}

.dn24host2-topbar__inner {
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.dn24host2-topbar__left,
.dn24host2-topbar__right {
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dn24host2-topbar span,
.dn24host2-topbar a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.dn24host2-navshell {
    position: sticky;
    top: 0;
    z-index: 40;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.dn24host2-header__bar {
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dn24host2-brand {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    flex-shrink: 0;
}

.dn24host2-brand__lockup {
    display: grid;
    gap: 2px;
}

.dn24host2-brand__wordmark {
    color: #ffffff;
    font-size: 38px;
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -0.045em;
    text-shadow: 0 0 18px rgba(15, 111, 255, 0.2);
}

.dn24host2-brand__subline {
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dn24host2-nav {
    align-items: center;
    gap: 22px;
    flex: 1 1 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.dn24host2-nav a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 11px;
    font-weight: 600;
}

.dn24host2-header__actions {
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.dn24host2-button,
.dn24host2-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: 0.22s ease;
}

.dn24host2-button {
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 700;
}

.dn24host2-button--small {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 8px;
}

.dn24host2-button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dn24host2-primary) 0%, var(--dn24host2-primary-soft) 100%);
    box-shadow: 0 14px 36px rgba(15, 111, 255, 0.28);
}

.dn24host2-button--ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.dn24host2-icon-button {
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.dn24host2-button:hover,
.dn24host2-icon-button:hover {
    transform: translateY(-1px);
}

.dn24host2-icon-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dn24host2-home {
    background: #ffffff;
}

.dn24host2-hero {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: var(--dn24host2-dark);
}

.dn24host2-hero__inner {
    position: relative;
    width: min(calc(100% - 48px), 1360px);
    margin: 0 auto;
}

.dn24host2-hero__surface {
    position: relative;
    overflow: visible;
    width: 100%;
    margin: 0;
    padding: 84px 0 102px;
    border-radius: 0;
    background:
        radial-gradient(circle at 72% 18%, rgba(53, 146, 255, 0.32), transparent 24%),
        radial-gradient(circle at 82% 30%, rgba(39, 104, 255, 0.2), transparent 26%),
        linear-gradient(135deg, #04111f 0%, #05162b 44%, #061c38 100%);
    border-top: 1px solid rgba(80, 183, 255, 0.18);
    border-bottom: 1px solid rgba(80, 183, 255, 0.18);
    box-shadow: 0 32px 90px rgba(1, 10, 24, 0.42);
}

.dn24host2-hero__surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(55, 118, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(55, 118, 255, 0.12) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(120deg, transparent 10%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.7) 80%, transparent 100%);
    pointer-events: none;
}

.dn24host2-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.68fr);
    min-height: 482px;
    gap: 24px;
    align-items: center;
}

.dn24host2-hero__copy {
    padding-top: 0;
    padding-left: 0;
    align-self: center;
    max-width: 590px;
}

.dn24host2-eyebrow,
.dn24host2-section-kicker,
.dn24host2-news-card__body span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dn24host2-eyebrow {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #a9d8ff;
    margin-bottom: 16px;
}

.dn24host2-hero h1 {
    margin: 0;
    max-width: 620px;
    font-size: clamp(38px, 4.4vw, 60px);
    line-height: 1.06;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.dn24host2-hero h1 span {
    color: #39a5ff;
}

.dn24host2-hero p {
    max-width: 540px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.68;
}

.dn24host2-actions {
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.dn24host2-hero__facts {
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.dn24host2-hero__facts div {
    min-width: 116px;
    padding: 0 10px 0 12px;
    border-left: 1px solid rgba(80, 183, 255, 0.38);
}

.dn24host2-hero__facts strong {
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.dn24host2-hero__facts span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
}

.dn24host2-hero__visual {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 270px;
    justify-self: end;
    align-self: center;
}

.dn24host2-hero__visual::before {
    content: "";
    position: absolute;
    inset: 14px 14px 16px 16px;
    border-radius: 18px;
    background: radial-gradient(circle at 30% 40%, rgba(56, 189, 248, 0.24), transparent 35%);
    filter: blur(18px);
}

.dn24host2-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.dn24host2-hero__domain-wrap {
    position: relative;
    z-index: 8;
    width: min(calc(100% - 48px), 1360px);
    margin: -29px auto 0;
}

.dn24host2-domain-search {
    position: relative;
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 282px minmax(0, 1fr) 128px auto;
    align-items: center;
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #08162b;
    border: 1px solid rgba(92, 131, 187, 0.18);
    box-shadow: 0 22px 44px rgba(4, 20, 38, 0.16);
}

.dn24host2-domain-search__label,
.dn24host2-domain-search__input,
.dn24host2-domain-search__button,
.dn24host2-domain-search__tlds {
    min-height: 58px;
}

.dn24host2-domain-search__label {
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: #ffffff;
    background: #08162b;
    font-size: 15px;
    font-weight: 700;
}

.dn24host2-domain-search__input {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 18px;
    color: #0f172a;
    background: #ffffff;
    outline: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.dn24host2-domain-search__input::placeholder {
    color: #8996aa;
}

.dn24host2-domain-search__button {
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--dn24host2-primary) 0%, var(--dn24host2-primary-soft) 100%);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.dn24host2-domain-search__tlds {
    display: flex;
    align-items: stretch;
    background: #08162b;
}

.dn24host2-domain-search__tlds div {
    display: grid;
    place-content: center;
    min-width: 60px;
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.dn24host2-domain-search__tlds strong {
    color: #ffffff;
    font-size: 12px;
}

.dn24host2-domain-search__tlds span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
}

.dn24host2-domain-search__more {
    position: absolute;
    right: 12px;
    bottom: 5px;
    color: var(--dn24host2-primary);
    font-size: 10px;
    font-weight: 700;
}

.dn24host2-section {
    padding: 78px 0 0;
}

.dn24host2-section__intro {
    max-width: 650px;
    margin-bottom: 22px;
}

.dn24host2-section__intro--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.dn24host2-section-kicker {
    color: #8ca6c9;
    margin-bottom: 8px;
}

.dn24host2-section__intro h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: clamp(20px, 2.6vw, 34px);
    line-height: 1.15;
    font-weight: 800;
}

.dn24host2-section__intro p {
    font-size: 12px;
    line-height: 1.55;
}

.dn24host2-section__intro p,
.dn24host2-service-card p,
.dn24host2-stat-card p,
.dn24host2-news-card__body p,
.dn24host2-footer p,
.dn24host2-entry {
    color: var(--dn24host2-muted);
}

.dn24host2-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.dn24host2-service-card,
.dn24host2-stat-card,
.dn24host2-news-card {
    border-radius: 14px;
    background: var(--dn24host2-surface);
    border: 1px solid var(--dn24host2-border);
    box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
}

.dn24host2-service-card {
    min-height: 162px;
    padding: 22px 16px 18px;
    text-align: center;
}

.dn24host2-service-card__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: rgba(15, 111, 255, 0.06);
    border: 1px solid rgba(15, 111, 255, 0.1);
    position: relative;
}

.dn24host2-service-card__icon::before,
.dn24host2-service-card__icon::after {
    content: "";
    position: absolute;
    border: 1.8px solid #1f80ff;
    border-radius: 6px;
}

.dn24host2-service-card h3 {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}

.dn24host2-service-card p {
    margin: 0 0 12px;
    font-size: 10px;
    line-height: 1.55;
}

.dn24host2-service-card a,
.dn24host2-news-side > a,
.dn24host2-datacenters__copy a,
.dn24host2-news-card a {
    color: var(--dn24host2-primary);
    font-size: 10px;
    font-weight: 700;
}

.dn24host2-service-card--hosting .dn24host2-service-card__icon::before {
    inset: 9px 11px;
    border-radius: 4px;
}

.dn24host2-service-card--hosting .dn24host2-service-card__icon::after {
    inset: 15px 11px;
    border-top: 0;
    border-bottom: 0;
}

.dn24host2-service-card--server .dn24host2-service-card__icon::before {
    inset: 8px 10px 19px;
    border-radius: 3px;
    box-shadow: 0 11px 0 0 rgba(15, 111, 255, 0), 0 11px 0 0 #ffffff;
}

.dn24host2-service-card--server .dn24host2-service-card__icon::after {
    inset: 21px 10px 8px;
    border-radius: 3px;
}

.dn24host2-service-card--domain .dn24host2-service-card__icon::before {
    inset: 9px;
    border-radius: 50%;
}

.dn24host2-service-card--domain .dn24host2-service-card__icon::after {
    inset: 9px;
    border: 0;
    border-top: 1.8px solid #1f80ff;
    border-bottom: 1.8px solid #1f80ff;
    border-radius: 50%;
}

.dn24host2-service-card--code .dn24host2-service-card__icon::before {
    inset: 11px 9px;
    border: 0;
    border-left: 1.8px solid #1f80ff;
    border-bottom: 1.8px solid #1f80ff;
    transform: rotate(45deg);
    border-radius: 2px;
}

.dn24host2-service-card--code .dn24host2-service-card__icon::after {
    inset: 11px 9px;
    border: 0;
    border-right: 1.8px solid #1f80ff;
    border-top: 1.8px solid #1f80ff;
    transform: rotate(45deg);
    border-radius: 2px;
}

.dn24host2-service-card--shield .dn24host2-service-card__icon::before {
    inset: 8px 11px 10px;
    border-radius: 12px 12px 14px 14px;
    clip-path: polygon(50% 0%, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0% 18%);
}

.dn24host2-service-card--shield .dn24host2-service-card__icon::after {
    inset: 16px 17px 16px 17px;
    border: 0;
    border-left: 1.8px solid #1f80ff;
    border-bottom: 1.8px solid #1f80ff;
    transform: rotate(-45deg);
}

.dn24host2-section--why {
    padding-top: 46px;
}

.dn24host2-why {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.dn24host2-why__copy {
    flex: 0 0 33%;
}

.dn24host2-checks {
    display: grid;
    gap: 7px;
    margin: 14px 0 18px;
    padding: 0;
    list-style: none;
}

.dn24host2-checks li {
    position: relative;
    padding-left: 22px;
    color: #31425a;
    font-size: 11px;
}

.dn24host2-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dn24host2-primary);
    font-weight: 800;
}

.dn24host2-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dn24host2-stat-card {
    min-height: 122px;
    padding: 17px 16px;
}

.dn24host2-stat-card strong {
    display: block;
    margin-bottom: 7px;
    color: #101828;
    font-size: 22px;
    font-weight: 800;
}

.dn24host2-stat-card h3 {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 700;
}

.dn24host2-stat-card p {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
}

.dn24host2-section--darkband {
    margin-top: 28px;
    padding: 22px 0;
}

.dn24host2-datacenters {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.62fr));
    align-items: stretch;
    gap: 12px;
}

.dn24host2-datacenters__copy,
.dn24host2-datacenter-card {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

.dn24host2-datacenters__copy {
    padding: 16px 18px 14px;
}

.dn24host2-datacenters__copy h2 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
}

.dn24host2-datacenter-card {
    min-height: 92px;
    padding: 14px 14px 12px;
    display: grid;
    gap: 6px;
    align-content: end;
}

.dn24host2-datacenter-card__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(15, 111, 255, 0.28), rgba(80, 183, 255, 0.22));
    border: 1px solid rgba(80, 183, 255, 0.18);
}

.dn24host2-datacenter-card strong {
    font-size: 13px;
    font-weight: 800;
}

.dn24host2-datacenter-card span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 10px;
}

.dn24host2-news-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.dn24host2-news-side {
    display: grid;
    gap: 16px;
    align-content: start;
}

.dn24host2-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dn24host2-news-card {
    overflow: hidden;
}

.dn24host2-news-card img {
    width: 100%;
    height: 106px;
    object-fit: cover;
}

.dn24host2-news-card__body {
    padding: 10px 12px 12px;
}

.dn24host2-news-card__body span {
    color: var(--dn24host2-primary);
    margin-bottom: 6px;
}

.dn24host2-news-card h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
}

.dn24host2-partners {
    padding: 20px 0 28px;
}

.dn24host2-partners__row {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.dn24host2-partner {
    color: #6e7b91;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0.86;
}

.dn24host2-partner--ionos {
    letter-spacing: 0.14em;
}

.dn24host2-partner--cloudlinux {
    font-size: 18px;
    font-weight: 600;
}

.dn24host2-partner--cpanel,
.dn24host2-partner--plesk {
    font-size: 25px;
    font-style: italic;
}

.dn24host2-partner--litespeed,
.dn24host2-partner--jetbackup,
.dn24host2-partner--imunify {
    font-size: 16px;
    font-weight: 700;
}

.dn24host2-page {
    padding: 48px 0;
}

.dn24host2-entry {
    padding: 32px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--dn24host2-border);
}

.dn24host2-footer {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.74);
}

.dn24host2-footer__grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.35fr) repeat(5, minmax(120px, 1fr));
    gap: 18px;
    padding: 28px 0;
    align-items: start;
}

.dn24host2-footer__brand {
    max-width: 320px;
}

.dn24host2-footer__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 32px;
    margin-bottom: 10px;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.05em;
    justify-content: flex-start;
}

.dn24host2-footer__badges {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.dn24host2-footer__badges span,
.dn24host2-footer__payments span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
}

.dn24host2-payment-badge {
    gap: 7px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dn24host2-payment-badge i {
    font-size: 15px;
    line-height: 1;
}

.dn24host2-payment-badge span {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-size: 10px;
    font-weight: 700;
}

.dn24host2-payment-badge--visa i,
.dn24host2-payment-badge--paypal i {
    color: #6ab3ff;
}

.dn24host2-payment-badge--mastercard i {
    color: #ff9f43;
}

.dn24host2-payment-badge--sepa i,
.dn24host2-payment-badge--invoice i {
    color: #8fc1ff;
}

.dn24host2-footer__column {
    flex: 1 1 140px;
}

.dn24host2-footer h3,
.dn24host2-footer__brand p,
.dn24host2-footer__bottom {
    margin-top: 0;
}

.dn24host2-footer h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 12px;
}

.dn24host2-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 7px;
}

.dn24host2-footer ul a,
.dn24host2-footer__bottom a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.dn24host2-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dn24host2-footer__bottom-inner {
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.dn24host2-footer__bottom span,
.dn24host2-footer__bottom a {
    font-size: 9px;
}

.dn24host2-footer__legal,
.dn24host2-footer__payments {
    gap: 12px;
    flex-wrap: wrap;
}

body.whmcs-fixed-route {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.whmcs-fixed-route .dn24host2-footer {
    margin-top: 0;
}

.whmcs-fixed-route .whmcs-route-shell,
.whmcs-fixed-route .dn24host2-whmcs-shell {
    flex: 1 0 auto;
    padding: 28px 0 64px;
    background:
        linear-gradient(180deg, #f7fafe 0%, #ffffff 180px);
}

.whmcs-fixed-route .whmcs-route-shell__inner,
.whmcs-fixed-route .dn24host2-whmcs-shell__inner {
    width: min(calc(100% - 32px), 1320px);
    margin: 0 auto;
}

.dn24host2-domains-page {
    padding-bottom: 80px;
}

.dn24host2-domains-page__hero {
    padding: 44px 0 28px;
}

.dn24host2-domains-page__hero-shell {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    padding: 36px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(45, 141, 255, 0.22), transparent 24%),
        linear-gradient(135deg, #031225 0%, #071c34 48%, #0b2445 100%);
    border: 1px solid rgba(84, 173, 255, 0.18);
    box-shadow: 0 28px 70px rgba(1, 10, 24, 0.18);
    color: #ffffff;
}

.dn24host2-domains-page__hero-copy,
.dn24host2-domains-page__hero-aside,
.dn24host2-domains-page__aside-card,
.dn24host2-domains-page__metric,
.dn24host2-domains-page__highlight-card {
    display: grid;
}

.dn24host2-domains-page__hero-copy {
    gap: 20px;
    align-content: start;
}

.dn24host2-domains-page__hero-copy h1,
.dn24host2-domains-page__hero-copy p,
.dn24host2-domains-page__aside-card h2,
.dn24host2-domains-page__aside-card p,
.dn24host2-domains-page__aside-card li {
    color: inherit;
}

.dn24host2-domains-page__hero-copy h1 {
    margin: 0;
    font-size: clamp(2.4rem, 3.8vw, 4.2rem);
    line-height: 1.05;
}

.dn24host2-domains-page__hero-copy p,
.dn24host2-domains-page__aside-card p {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.8);
}

.dn24host2-domains-page__hero-metrics,
.dn24host2-domains-page__highlight-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dn24host2-domains-page__metric,
.dn24host2-domains-page__highlight-card,
.dn24host2-domains-page__aside-card,
.dn24host2-domains-page__content-entry,
.dn24host2-domains-page__fallback {
    border-radius: 24px;
    border: 1px solid rgba(217, 229, 243, 0.88);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.dn24host2-domains-page__metric {
    gap: 8px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(126, 187, 255, 0.18);
    box-shadow: none;
}

.dn24host2-domains-page__metric strong {
    font-size: 1.4rem;
    color: #ffffff;
}

.dn24host2-domains-page__metric span {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

.dn24host2-domains-page__aside-card {
    gap: 16px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(126, 187, 255, 0.18);
    box-shadow: none;
}

.dn24host2-domains-page__aside-card h2 {
    margin: 0;
    font-size: 1.8rem;
}

.dn24host2-domains-page__search,
.dn24host2-domains-page__highlights,
.dn24host2-domains-page__content {
    padding-top: 24px;
}

.dn24host2-domains-page__highlight-card {
    gap: 14px;
    padding: 28px;
}

.dn24host2-domains-page__highlight-card h2,
.dn24host2-domains-page__fallback h2 {
    margin: 0;
    color: #07162a;
    font-size: 1.5rem;
}

.dn24host2-domains-page__highlight-card p,
.dn24host2-domains-page__fallback p {
    margin: 0;
    color: #55657d;
    line-height: 1.75;
}

.dn24host2-domains-page__content-entry {
    padding: 32px;
}

.dn24host2-domains-page__content-body > :first-child {
    margin-top: 0;
}

.dn24host2-domains-page__fallback {
    padding: 28px;
}

@media (max-width: 1120px) {
    .dn24host2-header__bar,
    .dn24host2-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .dn24host2-hero__inner {
        width: min(calc(100% - 32px), var(--dn24host2-container));
    }

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

    .dn24host2-domains-page__hero-shell,
    .dn24host2-domains-page__hero-metrics,
    .dn24host2-domains-page__highlight-grid,
    .dn24host2-why,
    .dn24host2-datacenters,
    .dn24host2-news-layout,
    .dn24host2-news-grid,
    .dn24host2-footer__grid {
        grid-template-columns: 1fr;
    }

    .dn24host2-hero__grid {
        grid-template-columns: 1fr;
    }

    .dn24host2-hero__surface {
        width: 100%;
        padding: 26px 24px 96px;
    }

    .dn24host2-domain-search {
        position: relative;
        width: 100%;
        margin-top: 22px;
        grid-template-columns: 1fr;
    }

    .dn24host2-domain-search__tlds {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .dn24host2-topbar__inner,
    .dn24host2-header__bar,
    .dn24host2-nav,
    .dn24host2-header__actions {
        justify-content: flex-start;
    }

    .dn24host2-card-grid,
    .dn24host2-stats-grid,
    .dn24host2-news-grid {
        grid-template-columns: 1fr;
    }

    .dn24host2-service-card,
    .dn24host2-stat-card,
    .dn24host2-news-card,
    .dn24host2-datacenters__copy,
    .dn24host2-datacenter-card {
        width: 100%;
    }

    .dn24host2-partners__row {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .dn24host2-container {
        width: min(calc(100% - 20px), var(--dn24host2-container));
    }

    .dn24host2-topbar {
        display: none;
    }

    .dn24host2-header__bar {
        min-height: 66px;
    }

    .dn24host2-brand__subline {
        display: none;
    }

    .dn24host2-nav {
        display: none;
    }

    .dn24host2-hero__surface {
        width: min(calc(100% - 20px), var(--dn24host2-container));
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    .dn24host2-hero h1 {
        font-size: 36px;
    }

    .dn24host2-section {
        padding-top: 70px;
    }

    .dn24host2-partner {
        font-size: 20px;
    }
}

.dn24host2-domains-reference {
    background: #f7f9fc;
    color: #07162a;
}

.dn24host2-domains-reference__hero {
    position: relative;
    overflow: hidden;
    padding: 28px 0 0;
    background:
        radial-gradient(circle at 82% 26%, rgba(47, 123, 255, 0.34), transparent 16%),
        radial-gradient(circle at 72% 38%, rgba(36, 105, 255, 0.18), transparent 22%),
        linear-gradient(180deg, #04111f 0%, #04162d 100%);
}

.dn24host2-domains-reference__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 24, 48, 0.94) 0%, rgba(7, 24, 48, 0.58) 34%, rgba(7, 24, 48, 0.12) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 100%);
    background-size: auto, 100% 42px;
    pointer-events: none;
}

.dn24host2-domains-reference__hero .dn24host2-container {
    position: relative;
    z-index: 1;
}

.dn24host2-domains-reference__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 28px;
    align-items: center;
    min-height: 458px;
}

.dn24host2-domains-reference__copy {
    display: grid;
    gap: 16px;
    padding: 30px 0 36px;
    max-width: 560px;
}

.dn24host2-domains-reference__eyebrow,
.dn24host2-domains-reference__section-intro span {
    display: inline-flex;
    align-items: center;
    color: #2d7dff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.dn24host2-domains-reference__copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.6rem, 4.4vw, 4.25rem);
    line-height: .94;
    letter-spacing: -0.04em;
}

.dn24host2-domains-reference__copy h1 span {
    color: #2d7dff;
}

.dn24host2-domains-reference__copy p {
    margin: 0;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.75;
}

.dn24host2-domains-reference__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 2px;
}

.dn24host2-domains-reference__actions .dn24host2-button--ghost {
    border-color: rgba(104, 154, 255, 0.2);
    background: rgba(8, 21, 41, 0.72);
    color: #f4f8ff;
}

.dn24host2-domains-reference__visual {
    position: relative;
    min-height: 458px;
}

.dn24host2-domains-reference__orb {
    position: absolute;
    top: 56px;
    left: 106px;
    width: 286px;
    height: 286px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 34%, rgba(82, 163, 255, 0.28), transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(28, 115, 255, 0.22), rgba(4, 19, 39, 0.22) 58%, rgba(2, 12, 26, 0.02) 72%, transparent 74%),
        linear-gradient(180deg, rgba(19, 90, 255, 0.92) 0%, rgba(8, 43, 129, 0.92) 100%);
    box-shadow:
        0 0 0 1px rgba(104, 178, 255, 0.2),
        0 0 44px rgba(45, 125, 255, 0.4),
        0 24px 70px rgba(8, 26, 53, 0.6);
}

.dn24host2-domains-reference__orb::before,
.dn24host2-domains-reference__orb::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 50%;
    border: 1px solid rgba(148, 199, 255, 0.16);
}

.dn24host2-domains-reference__orb::after {
    inset: 40px;
}

.dn24host2-domains-reference__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(52, 130, 255, 0.28);
}

.dn24host2-domains-reference__ring--one {
    top: 80px;
    left: 70px;
    width: 370px;
    height: 248px;
}

.dn24host2-domains-reference__ring--two {
    top: 108px;
    left: 44px;
    width: 424px;
    height: 196px;
}

.dn24host2-domains-reference__bubble {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(109, 173, 255, 0.3);
    background: rgba(8, 22, 46, 0.86);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 16px 38px rgba(4, 17, 31, 0.42);
}

.dn24host2-domains-reference__bubble--de {
    top: 24px;
    right: 44px;
}

.dn24host2-domains-reference__bubble--com {
    top: 112px;
    left: 34px;
}

.dn24host2-domains-reference__bubble--org {
    top: 244px;
    left: 82px;
}

.dn24host2-domains-reference__bubble--net {
    top: 214px;
    right: 18px;
}

.dn24host2-domains-reference__search-pill {
    position: absolute;
    top: 186px;
    left: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 270px;
    min-height: 58px;
    padding: 0 18px 0 22px;
    border-radius: 18px;
    border: 1px solid rgba(114, 179, 255, 0.28);
    background: linear-gradient(180deg, rgba(11, 32, 65, 0.92) 0%, rgba(5, 22, 49, 0.94) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 18px 42px rgba(2, 13, 30, 0.44);
    color: #f5f8ff;
    font-size: 15px;
}

.dn24host2-domains-reference__search-icon,
.dn24host2-domains-reference__feature-icon,
.dn24host2-domains-reference__step-icon,
.dn24host2-domains-reference__benefit-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dn24host2-domains-reference__search-icon {
    width: 18px;
    height: 18px;
}

.dn24host2-domains-reference__search-icon::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.dn24host2-domains-reference__search-icon::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transform: rotate(45deg);
    right: 0;
    bottom: 1px;
}

.dn24host2-domains-reference__feature-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 16px 0 18px;
    border-top: 1px solid rgba(122, 173, 255, 0.12);
}

.dn24host2-domains-reference__feature,
.dn24host2-domains-reference__benefit {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.dn24host2-domains-reference__feature strong,
.dn24host2-domains-reference__benefit strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.dn24host2-domains-reference__feature p,
.dn24host2-domains-reference__benefit p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.55;
}

.dn24host2-domains-reference__feature-icon,
.dn24host2-domains-reference__benefit-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(23, 96, 255, 0.18);
    border: 1px solid rgba(96, 162, 255, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.dn24host2-domains-reference__feature-icon i,
.dn24host2-domains-reference__benefit-icon i {
    color: #78b2ff;
    font-size: 12px;
}

.dn24host2-domains-reference__search-section {
    padding: 16px 0 0;
}

.dn24host2-domains-reference__steps,
.dn24host2-domains-reference__benefits {
    padding-top: 26px;
}

.dn24host2-domains-reference__section-intro {
    display: grid;
    gap: 6px;
    justify-items: center;
    margin-bottom: 18px;
    text-align: center;
}

.dn24host2-domains-reference__section-intro h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.12;
    color: #07162a;
}

.dn24host2-domains-reference__steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dn24host2-domains-reference__step {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 22px 22px 20px;
    border-radius: 18px;
    border: 1px solid #e1e9f4;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.dn24host2-domains-reference__step-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dn24host2-domains-reference__step-number {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2d7dff;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.dn24host2-domains-reference__step-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f3f8ff 0%, #e8f0ff 100%);
    border: 1px solid #d7e5ff;
}

.dn24host2-domains-reference__step-icon::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 3px solid #2d7dff;
    border-radius: 5px;
}

.dn24host2-domains-reference__step-copy h3 {
    margin: 0 0 6px;
    color: #07162a;
    font-size: 16px;
}

.dn24host2-domains-reference__step-copy p {
    margin: 0;
    color: #5c6d85;
    font-size: 13px;
    line-height: 1.65;
}

.dn24host2-domains-reference__step-arrow {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 20px;
    height: 2px;
    background: #cad7eb;
}

.dn24host2-domains-reference__step-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cad7eb;
    border-right: 2px solid #cad7eb;
    transform: rotate(45deg);
}

.dn24host2-domains-reference__benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 16px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, #04111f 0%, #071a34 100%);
    box-shadow: 0 26px 54px rgba(4, 17, 31, 0.18);
}

.dn24host2-domains-reference__fallback {
    padding: 28px;
    border-radius: 18px;
    border: 1px solid #e1e9f4;
    background: #ffffff;
}

.dn24host2-domains-reference__fallback h2 {
    margin: 0 0 10px;
}

.dn24host2-domains-reference__fallback p {
    margin: 0;
}

.dn24host2-domains-reference__search-section {
    padding: 14px 0 0;
}

.dn24host2-domains-reference__reasons,
.dn24host2-domains-reference__spotlights,
.dn24host2-domains-reference__transfer,
.dn24host2-domains-reference__bottom {
    padding-top: 16px;
}

.dn24host2-domains-reference__section-intro {
    gap: 5px;
    margin-bottom: 14px;
}

.dn24host2-domains-reference__section-intro h2 {
    font-size: 28px;
    line-height: 1.08;
}

.dn24host2-domains-reference__reason-grid,
.dn24host2-domains-reference__new-tlds-grid,
.dn24host2-domains-reference__bottom-grid {
    display: grid;
    gap: 12px;
}

.dn24host2-domains-reference__reason-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dn24host2-domains-reference__reason-card,
.dn24host2-domains-reference__new-tld-item,
.dn24host2-domains-reference__trust-card,
.dn24host2-domains-reference__faq-card,
.dn24host2-domains-reference__success-card {
    border-radius: 14px;
    border: 1px solid #e1e8f2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.dn24host2-domains-reference__reason-card {
    display: grid;
    gap: 8px;
    padding: 16px 14px;
    min-height: 142px;
    align-content: start;
}

.dn24host2-domains-reference__reason-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f3f8ff 0%, #e8f1ff 100%);
    border: 1px solid #d7e4ff;
}

.dn24host2-domains-reference__reason-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2d7dff;
    font-size: 15px;
}

.dn24host2-domains-reference__reason-card h3 {
    margin: 0;
    color: #07162a;
    font-size: 14px;
    line-height: 1.25;
}

.dn24host2-domains-reference__reason-card p {
    margin: 0;
    color: #6b7b91;
    font-size: 11px;
    line-height: 1.5;
}

.dn24host2-domains-reference__spotlights-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.dn24host2-domains-reference__premium-card,
.dn24host2-domains-reference__new-tlds-card,
.dn24host2-domains-reference__transfer-bar {
    border-radius: 14px;
    overflow: hidden;
}

.dn24host2-domains-reference__premium-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 0;
    background:
        radial-gradient(circle at top right, rgba(75, 145, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #0a45cf 0%, #083393 60%, #08255f 100%);
    box-shadow: 0 18px 40px rgba(8, 43, 129, 0.22);
}

.dn24host2-domains-reference__premium-copy {
    padding: 22px 22px;
    color: #ffffff;
}

.dn24host2-domains-reference__premium-copy span,
.dn24host2-domains-reference__new-tlds-head span,
.dn24host2-domains-reference__transfer-copy span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dn24host2-domains-reference__premium-copy span em {
    font-style: normal;
}

.dn24host2-domains-reference__premium-copy h3,
.dn24host2-domains-reference__new-tlds-head h3,
.dn24host2-domains-reference__transfer-copy h3,
.dn24host2-domains-reference__trust-card h3,
.dn24host2-domains-reference__faq-card h3,
.dn24host2-domains-reference__success-copy h3 {
    margin: 8px 0 0;
    font-size: 19px;
    line-height: 1.15;
}

.dn24host2-domains-reference__premium-list,
.dn24host2-domains-reference__transfer-copy ul {
    display: grid;
    gap: 7px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.dn24host2-domains-reference__premium-list li,
.dn24host2-domains-reference__transfer-copy li {
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 10px;
    align-items: start;
    font-size: 12px;
    line-height: 1.55;
}

.dn24host2-domains-reference__premium-list li i,
.dn24host2-domains-reference__transfer-copy li i {
    color: #8ed0ff;
    font-size: 11px;
    margin-top: 4px;
}

.dn24host2-domains-reference__premium-copy .dn24host2-button--ghost {
    margin-top: 16px;
    color: #ffffff;
    background: rgba(7, 22, 42, 0.32);
    border-color: rgba(255, 255, 255, 0.16);
}

.dn24host2-domains-reference__premium-stack {
    display: grid;
    gap: 8px;
    align-content: center;
    padding: 20px 16px 20px 0;
}

.dn24host2-domains-reference__premium-pill {
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.dn24host2-domains-reference__new-tlds-card {
    padding: 22px;
    border: 1px solid #e1e8f2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.dn24host2-domains-reference__new-tlds-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.dn24host2-domains-reference__new-tlds-head span {
    color: #2d7dff;
}

.dn24host2-domains-reference__new-tlds-head a,
.dn24host2-domains-reference__faq-card > a {
    color: #2d7dff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.dn24host2-domains-reference__new-tlds-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 16px;
}

.dn24host2-domains-reference__new-tld-item {
    display: grid;
    gap: 6px;
    padding: 14px 12px;
    min-height: 88px;
    align-content: start;
}

.dn24host2-domains-reference__new-tld-item strong {
    color: #07162a;
    font-size: 14px;
}

.dn24host2-domains-reference__new-tld-item span {
    color: #2d7dff;
    font-size: 11px;
    font-weight: 700;
}

.dn24host2-domains-reference__transfer-bar {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) minmax(320px, 400px);
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #e1e8f2;
    background: linear-gradient(180deg, #f6f9fe 0%, #edf3fb 100%);
}

.dn24host2-domains-reference__transfer-visual {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%, rgba(70, 137, 255, 0.25), transparent 22%),
        linear-gradient(180deg, #1c73ff 0%, #0a49c0 100%);
    box-shadow: 0 16px 32px rgba(28, 115, 255, 0.2);
}

.dn24host2-domains-reference__transfer-visual::before,
.dn24host2-domains-reference__transfer-visual::after {
    display: none;
}

.dn24host2-domains-reference__transfer-visual i {
    position: absolute;
    color: #ffffff;
}

.dn24host2-domains-reference__transfer-visual i:first-child {
    top: 17px;
    left: 17px;
    font-size: 38px;
}

.dn24host2-domains-reference__transfer-visual i:last-child {
    right: 4px;
    bottom: 10px;
    font-size: 18px;
}

.dn24host2-domains-reference__transfer-copy span {
    color: #2d7dff;
}

.dn24host2-domains-reference__transfer-copy h3 {
    color: #07162a;
}

.dn24host2-domains-reference__transfer-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 10px;
    align-items: center;
}

.dn24host2-domains-reference__transfer-form input,
.dn24host2-domains-reference__transfer-form button {
    min-height: 40px;
    border-radius: 8px;
    border: 1px solid #d6e1ef;
    font: inherit;
}

.dn24host2-domains-reference__transfer-form input {
    padding: 0 14px;
    background: #ffffff;
}

.dn24host2-domains-reference__transfer-form button {
    background: #2d7dff;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}

.dn24host2-domains-reference__bottom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.dn24host2-domains-reference__trust-card,
.dn24host2-domains-reference__faq-card,
.dn24host2-domains-reference__success-card {
    padding: 20px;
    min-height: 220px;
}

.dn24host2-domains-reference__trust-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.dn24host2-domains-reference__trust-item {
    display: grid;
    gap: 4px;
}

.dn24host2-domains-reference__trust-item i {
    color: #2d7dff;
    font-size: 14px;
}

.dn24host2-domains-reference__trust-item strong {
    color: #2d7dff;
    font-size: 21px;
    line-height: 1;
}

.dn24host2-domains-reference__trust-item span {
    color: #5d6f87;
    font-size: 12px;
    line-height: 1.5;
}

.dn24host2-domains-reference__faq-list {
    display: grid;
    gap: 6px;
    margin-top: 14px;
}

.dn24host2-domains-reference__faq-item {
    border: 1px solid #e5ecf4;
    border-radius: 10px;
    background: #ffffff;
}

.dn24host2-domains-reference__faq-item summary {
    position: relative;
    list-style: none;
    padding: 12px 36px 12px 12px;
    color: #07162a;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.dn24host2-domains-reference__faq-item summary::-webkit-details-marker {
    display: none;
}

.dn24host2-domains-reference__faq-item summary::after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 14px;
    color: #7f90a8;
    font-size: 18px;
}

.dn24host2-domains-reference__faq-item[open] summary::after {
    content: "−";
}

.dn24host2-domains-reference__faq-item p {
    margin: 0;
    padding: 0 14px 14px;
    color: #6b7b91;
    font-size: 12px;
    line-height: 1.6;
}

.dn24host2-domains-reference__faq-card > a {
    display: inline-flex;
    margin-top: 14px;
}

.dn24host2-domains-reference__success-card {
    display: grid;
    gap: 16px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 92px;
}

.dn24host2-domains-reference__success-copy p {
    margin: 10px 0 0;
    color: #6b7b91;
    font-size: 12px;
    line-height: 1.65;
}

.dn24host2-domains-reference__success-copy .dn24host2-button {
    margin-top: 16px;
}

.dn24host2-domains-reference__success-shield {
    position: relative;
    width: 78px;
    height: 92px;
    justify-self: end;
    border-radius: 22px;
    background: linear-gradient(180deg, #f1f6ff 0%, #dfeafe 100%);
    border: 1px solid #d6e4ff;
}

.dn24host2-domains-reference__success-shield i {
    position: absolute;
}

.dn24host2-domains-reference__success-shield i:first-child {
    top: 16px;
    left: 17px;
    color: #2d7dff;
    font-size: 46px;
}

.dn24host2-domains-reference__success-shield i:last-child {
    top: 39px;
    left: 33px;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1120px) {
    .dn24host2-domains-reference__hero-grid,
    .dn24host2-domains-reference__feature-row,
    .dn24host2-domains-reference__reason-grid,
    .dn24host2-domains-reference__new-tlds-grid,
    .dn24host2-domains-reference__bottom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dn24host2-domains-reference__hero-grid {
        min-height: 0;
    }

    .dn24host2-domains-reference__visual {
        min-height: 390px;
    }

    .dn24host2-domains-reference__spotlights-grid,
    .dn24host2-domains-reference__transfer-bar {
        grid-template-columns: 1fr;
    }

    .dn24host2-domains-reference__premium-card {
        grid-template-columns: 1fr;
    }

    .dn24host2-domains-reference__premium-stack {
        padding: 0 20px 20px;
    }
}

@media (max-width: 820px) {
    .dn24host2-domains-reference__hero-grid,
    .dn24host2-domains-reference__feature-row,
    .dn24host2-domains-reference__reason-grid,
    .dn24host2-domains-reference__spotlights-grid,
    .dn24host2-domains-reference__new-tlds-grid,
    .dn24host2-domains-reference__bottom-grid,
    .dn24host2-domains-reference__transfer-bar,
    .dn24host2-domains-reference__transfer-form,
    .dn24host2-domains-reference__success-card {
        grid-template-columns: 1fr;
    }

    .dn24host2-domains-reference__visual {
        min-height: 340px;
    }

    .dn24host2-domains-reference__orb {
        left: 50%;
        transform: translateX(-50%);
        width: 220px;
        height: 220px;
    }

    .dn24host2-domains-reference__ring--one,
    .dn24host2-domains-reference__ring--two {
        left: 50%;
        transform: translateX(-50%);
    }

    .dn24host2-domains-reference__ring--one {
        width: 280px;
        height: 190px;
    }

    .dn24host2-domains-reference__ring--two {
        width: 320px;
        height: 150px;
    }

    .dn24host2-domains-reference__search-pill {
        left: 50%;
        transform: translateX(-50%);
        width: min(calc(100% - 32px), 260px);
    }

    .dn24host2-domains-reference__bubble--com {
        left: 12px;
    }

    .dn24host2-domains-reference__bubble--org {
        left: 24px;
    }

    .dn24host2-domains-reference__bubble--de {
        right: 18px;
    }

    .dn24host2-domains-reference__bubble--net {
        right: 8px;
    }

    .dn24host2-domains-reference__success-shield {
        justify-self: start;
    }
}

.dn24host2-hosting-page {
    background: #f5f7fb;
    color: #07162a;
    padding-bottom: 72px;
}

.dn24host2-hosting-page__hero {
    padding: 24px 0 0;
    background:
        radial-gradient(circle at 70% 34%, rgba(41, 125, 255, 0.32), transparent 22%),
        linear-gradient(180deg, #051120 0%, #07172f 52%, #081b36 100%);
}

.dn24host2-hosting-page__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
    gap: 18px;
    align-items: center;
    min-height: 430px;
}

.dn24host2-hosting-page__copy {
    display: grid;
    gap: 14px;
    max-width: 520px;
    padding: 14px 0 22px;
}

.dn24host2-hosting-page__eyebrow,
.dn24host2-hosting-page__section-intro span,
.dn24host2-hosting-page__section-kicker {
    display: inline-flex;
    align-items: center;
    color: #2d7dff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.dn24host2-hosting-page__copy h1 {
    margin: 0;
    color: #ffffff;
    max-width: 520px;
    font-size: clamp(2.85rem, 4vw, 4rem);
    line-height: .98;
    letter-spacing: -0.04em;
}

.dn24host2-hosting-page__copy h1 span {
    color: #2d7dff;
}

.dn24host2-hosting-page__copy p {
    margin: 0;
    max-width: 470px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.64;
}

.dn24host2-hosting-page__hero-feature-grid {
    display: grid;
    gap: 8px 16px;
    grid-template-columns: repeat(2, minmax(0, max-content));
    padding-top: 2px;
}

.dn24host2-hosting-page__hero-feature {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 600;
}

.dn24host2-hosting-page__hero-feature i {
    color: #2d7dff;
    font-size: 12px;
}

.dn24host2-hosting-page__actions .dn24host2-button--ghost {
    color: #f4f8ff;
    background: rgba(8, 21, 41, 0.72);
    border-color: rgba(104, 154, 255, 0.2);
}

.dn24host2-hosting-page__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.dn24host2-hosting-page__visual {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 156px;
    gap: 14px;
    align-items: center;
}

.dn24host2-hosting-page__server-wrap {
    position: relative;
    min-height: 334px;
}

.dn24host2-hosting-page__server-wrap::before {
    content: "";
    position: absolute;
    inset: auto 10% 22px 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(56, 132, 255, 0.55) 28%, rgba(56, 132, 255, 0.08) 100%);
    box-shadow: 0 0 50px rgba(44, 127, 255, 0.45);
}

.dn24host2-hosting-page__server-wrap img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    filter: drop-shadow(0 30px 60px rgba(5, 20, 51, 0.42));
}

.dn24host2-hosting-page__stat-stack {
    display: grid;
    gap: 10px;
}

.dn24host2-hosting-page__stat-card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 13px 16px;
    min-height: 66px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(125, 181, 255, 0.15);
    color: #ffffff;
}

.dn24host2-hosting-page__stat-card i {
    color: #ffffff;
    font-size: 16px;
}

.dn24host2-hosting-page__stat-card strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.dn24host2-hosting-page__stat-card small {
    display: block;
    margin-top: 1px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    line-height: 1.35;
    font-weight: 600;
}

.dn24host2-hosting-page__stat-card span {
    display: block;
    margin-top: 1px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.45;
}

.dn24host2-hosting-page__highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 11px 0 18px;
    border-top: 1px solid rgba(122, 173, 255, 0.12);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.dn24host2-hosting-page__highlight-grid span {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.dn24host2-hosting-page__highlight-grid i {
    color: #2d7dff;
}

.dn24host2-hosting-page__benefits,
.dn24host2-hosting-page__catalog,
.dn24host2-hosting-page__infrastructure,
.dn24host2-hosting-page__audiences {
    padding-top: 56px;
}

.dn24host2-hosting-page__section-intro {
    display: grid;
    gap: 4px;
    justify-items: center;
    margin-bottom: 34px;
    text-align: center;
}

.dn24host2-hosting-page__section-intro h2 {
    margin: 0;
    color: #07162a;
    font-size: 30px;
    line-height: 1.12;
}

.dn24host2-hosting-page__benefit-card,
.dn24host2-hosting-page__fallback {
    padding: 22px 18px;
    border-radius: 16px;
    border: 1px solid #dbe7f4;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.dn24host2-hosting-page__catalog-feature-strip,
.dn24host2-hosting-page__benefit-grid,
.dn24host2-hosting-page__audience-grid {
    display: grid;
    gap: 22px;
}

.dn24host2-hosting-page__catalog-feature-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 22px;
}

.dn24host2-hosting-page__catalog-feature {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid #dbe7f4;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.dn24host2-hosting-page__catalog-feature i {
    color: #2d7dff;
    font-size: 16px;
}

.dn24host2-hosting-page__catalog-feature strong,
.dn24host2-hosting-page__benefit-card h3,
.dn24host2-hosting-page__audience-card h3 {
    display: block;
    margin: 0;
    color: #07162a;
    font-size: 15px;
    line-height: 1.25;
}

.dn24host2-hosting-page__catalog-feature p,
.dn24host2-hosting-page__benefit-card p,
.dn24host2-hosting-page__audience-card p,
.dn24host2-hosting-page__fallback p,
.dn24host2-hosting-page__cta-copy p {
    margin: 6px 0 0;
    color: #5c6d85;
    font-size: 10px;
    line-height: 1.6;
}

.dn24host2-hosting-page__benefit-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dn24host2-hosting-page__benefit-card {
    text-align: center;
    padding: 18px 12px;
}

.dn24host2-hosting-page__benefit-card i,
.dn24host2-hosting-page__audience-card i {
    color: #2d7dff;
    font-size: 24px;
}

.dn24host2-hosting-page__benefit-card h3 {
    margin-top: 12px;
}

.dn24host2-hosting-page__infra-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 32px;
    align-items: center;
}

.dn24host2-hosting-page__infra-copy h2 {
    margin: 8px 0 0;
    color: #07162a;
    font-size: 30px;
    line-height: 1.08;
}

.dn24host2-hosting-page__infra-list {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.dn24host2-hosting-page__infra-list li {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 10px;
    align-items: start;
    color: #0f172a;
    font-size: 13px;
}

.dn24host2-hosting-page__infra-list i {
    color: #1ab36b;
    font-size: 12px;
    margin-top: 4px;
}

.dn24host2-hosting-page__infra-visual {
    position: relative;
    min-height: 220px;
    display: grid;
    align-items: center;
    justify-items: center;
}

.dn24host2-hosting-page__infra-visual img {
    display: block;
    width: 100%;
    max-width: 420px;
}

.dn24host2-hosting-page__infra-pill {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: grid;
    gap: 4px;
    min-width: 128px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid #dbe7f4;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    color: #07162a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.dn24host2-hosting-page__infra-pill small {
    color: #5c6d85;
    font-size: 10px;
    font-weight: 500;
}

.dn24host2-hosting-page__infra-pill i {
    color: #2d7dff;
}

.dn24host2-hosting-page__infra-pill.is-left {
    left: 0;
    transform: translateY(-62%);
}

.dn24host2-hosting-page__infra-pill.is-right {
    right: 0;
    transform: translateY(-40%);
}

.dn24host2-hosting-page__audience-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dn24host2-hosting-page__audience-card {
    padding: 16px 10px;
    border-radius: 16px;
    border: 1px solid #dbe7f4;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
    text-align: center;
}

.dn24host2-hosting-page__audience-card h3 {
    margin-top: 12px;
}

.dn24host2-hosting-page__cta {
    margin-top: 56px;
    margin-bottom: 56px;
    background:
        radial-gradient(circle at 14% 50%, rgba(43, 125, 255, 0.24), transparent 24%),
        linear-gradient(180deg, #07162b 0%, #081c37 100%);
}

.dn24host2-hosting-page__cta-shell {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    min-height: 212px;
    padding: 42px clamp(24px, 4vw, 56px);
    border-radius: 0;
    background: transparent;
    color: #ffffff;
}

.dn24host2-hosting-page__cta-visual img {
    display: block;
    width: 100%;
    max-width: 128px;
}

.dn24host2-hosting-page__cta-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1;
}

.dn24host2-hosting-page__cta-copy p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.76);
}

.dn24host2-hosting-page__cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.dn24host2-hosting-page__cta-actions .dn24host2-button--ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.15);
}

.dn24host2-hosting-page__fallback h2 {
    margin: 0 0 10px;
    color: #07162a;
}

.dn24host2-hosting-product-page {
    background: linear-gradient(180deg, #f5f8fd 0%, #ffffff 260px);
}

.dn24host2-hosting-product-page__hero {
    padding: 48px 0 24px;
}

.dn24host2-hosting-product-page__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #155eef;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.dn24host2-hosting-product-page__intro {
    max-width: 760px;
}

.dn24host2-hosting-product-page__intro span {
    display: inline-block;
    margin-bottom: 10px;
    color: #155eef;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dn24host2-hosting-product-page__intro h1 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.dn24host2-hosting-product-page__intro p {
    margin: 0;
    max-width: 680px;
    color: #475467;
    font-size: 1rem;
    line-height: 1.7;
}

.dn24host2-hosting-product-page__content {
    padding: 0 0 72px;
}

.dn24host2-hosting-product-page__content--detail {
    padding-top: 24px;
}

.dn24host2-cart-page {
    background: linear-gradient(180deg, #f5f8fd 0%, #ffffff 260px);
}

.dn24host2-cart-page__hero {
    padding: 48px 0 24px;
}

.dn24host2-cart-page__intro {
    max-width: 780px;
}

.dn24host2-cart-page__intro span {
    display: inline-block;
    margin-bottom: 10px;
    color: #155eef;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dn24host2-cart-page__intro h1 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.dn24host2-cart-page__intro p {
    margin: 0;
    max-width: 720px;
    color: #475467;
    font-size: 1rem;
    line-height: 1.7;
}

.dn24host2-cart-page__content {
    padding: 0 0 72px;
}

.dn24host2-cart-page--checkout {
    background: #f2f4f7;
}

.dn24host2-cart-page--checkout .dn24host2-cart-page__content {
    padding: 26px 0 56px;
}

.dn24host2-cart-page--checkout .dn24host2-container {
    width: min(calc(100% - 32px), 1180px);
}

@media (max-width: 1120px) {
    .dn24host2-hosting-page__hero-grid,
    .dn24host2-hosting-page__highlight-grid,
    .dn24host2-hosting-page__catalog-feature-strip,
    .dn24host2-hosting-page__benefit-grid,
    .dn24host2-hosting-page__audience-grid,
    .dn24host2-hosting-page__cta-shell,
    .dn24host2-hosting-page__infra-grid {
        grid-template-columns: 1fr;
    }

    .dn24host2-hosting-page__hero-grid {
        min-height: 0;
    }

    .dn24host2-hosting-page__visual {
        grid-template-columns: 1fr;
    }

    .dn24host2-hosting-page__server-wrap img {
        margin: 0 auto;
    }

    .dn24host2-hosting-page__stat-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dn24host2-hosting-page__infra-pill {
        position: static;
        transform: none;
        margin-top: 12px;
    }
}

@media (max-width: 820px) {
    .dn24host2-hosting-page__hero-feature-grid,
    .dn24host2-hosting-page__stat-stack {
        grid-template-columns: 1fr;
    }

    .dn24host2-hosting-page__visual {
        gap: 14px;
    }

    .dn24host2-hosting-page__cta-shell {
        padding: 20px;
    }
}
