.hosting-page {
    --hosting-bg: #03050e;
    --hosting-surface: #0a0e1b;
    --hosting-surface-soft: #0f1424;
    --hosting-border: rgba(255, 255, 255, 0.1);
    --hosting-text: #f7f8fb;
    --hosting-muted: #aeb5c7;
    --hosting-yellow: #ffb400;
    --hosting-yellow-light: #ffd260;
    --hosting-green: #18c96e;
    overflow: hidden;
    background: var(--hosting-bg);
    color: var(--hosting-text);
    font-family: Rubik, sans-serif;
}

.hosting-page .container {
    width: calc(100% - 30px);
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.hosting-page *,
.hosting-page *::before,
.hosting-page *::after {
    box-sizing: border-box;
}

.hosting-page h1,
.hosting-page h2,
.hosting-page h3,
.hosting-page p,
.hosting-page ul,
.hosting-page ol {
    margin-top: 0;
}

.hosting-page h1,
.hosting-page h2,
.hosting-page h3 {
    color: var(--hosting-text);
    font-family: Rajdhani, sans-serif;
}

.hosting-page a {
    text-decoration: none;
}

.hosting-section {
    position: relative;
    padding: 112px 0;
}

.hosting-kicker {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--hosting-yellow);
    font-family: Rajdhani, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.hosting-kicker span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 10px;
    background: currentColor;
}

.hosting-section-heading {
    max-width: 780px;
    margin-bottom: 52px;
}

.hosting-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hosting-section-heading-center .hosting-kicker,
.hosting-final-cta .hosting-kicker {
    justify-content: center;
}

.hosting-section-heading h2,
.hosting-outcomes-copy h2,
.hosting-agency-copy h2,
.hosting-faq-heading h2,
.hosting-final-cta h2 {
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 0.98;
    text-transform: uppercase;
}

.hosting-section-heading h2 strong,
.hosting-outcomes-copy h2 strong,
.hosting-agency-copy h2 strong,
.hosting-faq-heading h2 strong,
.hosting-final-cta h2 strong {
    color: var(--hosting-yellow);
    font-weight: inherit;
}

.hosting-section-heading > p:last-child,
.hosting-outcomes-copy > p,
.hosting-faq-heading > p,
.hosting-final-cta-inner > p {
    color: var(--hosting-muted);
    font-size: 18px;
    line-height: 1.75;
}

.hosting-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 15px 25px;
    border: 0;
    border-radius: 8px;
    font-family: Rajdhani, sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hosting-button:hover,
.hosting-button:focus {
    transform: translateY(-3px);
}

.hosting-button-primary {
    background: var(--hosting-green);
    box-shadow: 0 15px 35px rgba(24, 201, 110, 0.2);
    color: #03150c;
}

.hosting-button-primary:hover,
.hosting-button-primary:focus {
    background: #28dd7e;
    box-shadow: 0 19px 42px rgba(24, 201, 110, 0.3);
    color: #03150c;
}

.hosting-button-light {
    flex: 0 0 auto;
    background: #fff;
    color: #090b14;
}

.hosting-button-neutral {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: none;
    color: #fff;
}

.hosting-button-neutral:hover,
.hosting-button-neutral:focus {
    border-color: rgba(255, 180, 0, 0.72);
    background: rgba(255, 180, 0, 0.09);
    color: var(--hosting-yellow);
}

.hosting-text-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-size: 17px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.hosting-text-link:hover,
.hosting-text-link:focus {
    color: var(--hosting-yellow);
}

/* Hero */
.hosting-hero {
    position: relative;
    isolation: isolate;
    min-height: 820px;
    padding: 180px 0 0;
    background:
        linear-gradient(90deg, rgba(3, 5, 14, 0.98) 0%, rgba(3, 5, 14, 0.9) 47%, rgba(3, 5, 14, 0.48) 100%),
        radial-gradient(circle at 72% 30%, rgba(255, 180, 0, 0.14), transparent 34%),
        #03050e;
}

.hosting-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
    background-size: 52px 52px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.hosting-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}

.hosting-orb-one {
    top: 150px;
    right: -180px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 180, 0, 0.2);
}

.hosting-orb-two {
    top: 240px;
    right: -80px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hosting-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    gap: 72px;
    align-items: start;
}

.hosting-hero-copy {
    position: relative;
    z-index: 3;
    padding: 28px 0 72px;
}

.hosting-hero h1 {
    max-width: 660px;
    margin-bottom: 28px;
    font-size: clamp(54px, 5.15vw, 74px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 0.94;
    text-transform: uppercase;
}

.hosting-hero h1 strong {
    display: block;
    color: var(--hosting-yellow);
    font-weight: inherit;
    overflow-wrap: anywhere;
}

.hosting-hero-lead {
    max-width: 620px;
    margin-bottom: 30px;
    color: #c4cad7;
    font-size: 18px;
    line-height: 1.7;
}

.hosting-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 36px;
    padding: 0;
    list-style: none;
}

.hosting-hero-points li {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #e9ebf2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.hosting-hero-points i {
    display: grid;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 180, 0, 0.15);
    color: var(--hosting-yellow);
    font-size: 11px;
}

.hosting-hero-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}

.hosting-hero-actions .hosting-button {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 18px;
    padding-left: 18px;
    white-space: nowrap;
}

.hosting-microcopy {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 14px 0 0;
    color: #aeb5c7;
    font-size: 18px;
    line-height: 1.55;
}

.hosting-microcopy i {
    flex: 0 0 auto;
    color: var(--hosting-green);
}

.hosting-hero-visual {
    position: relative;
    align-self: start;
    min-height: 620px;
    margin-top: 0;
}

.hosting-hero-visual::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 73px;
    left: 20px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255, 180, 0, 0.18);
    content: "";
    filter: blur(80px);
}

.hosting-hero-visual > img {
    position: absolute;
    z-index: 1;
    right: 50%;
    bottom: 95px;
    width: min(100%, 535px);
    aspect-ratio: 3 / 2;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.42);
    object-fit: cover;
    transform: translateX(50%);
}

.hosting-hero-glow {
    position: absolute;
    right: 50%;
    bottom: 75px;
    width: 88%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 180, 0, 0.23);
    border-radius: 50%;
    transform: translateX(50%);
}

.hosting-hero-glow::before,
.hosting-hero-glow::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    content: "";
}

.hosting-hero-glow::before { inset: 10%; }
.hosting-hero-glow::after { inset: 22%; }

.hosting-floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(10, 14, 27, 0.88);
    box-shadow: 0 17px 35px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.hosting-floating-card small,
.hosting-floating-card strong,
.hosting-floating-card span {
    display: block;
}

.hosting-floating-card small {
    color: #9199ab;
    font-size: 12px;
    line-height: 1.35;
    text-transform: uppercase;
}

.hosting-floating-card strong {
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-size: 17px;
}

.hosting-floating-speed {
    top: 130px;
    left: -22px;
}

.hosting-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--hosting-green);
    box-shadow: 0 0 0 6px rgba(24, 201, 110, 0.12), 0 0 18px rgba(24, 201, 110, 0.6);
}

.hosting-floating-cpu {
    right: -6px;
    bottom: 125px;
    gap: 8px;
}

.hosting-floating-cpu strong {
    color: var(--hosting-yellow);
    font-size: 27px;
}

.hosting-floating-cpu span {
    max-width: 70px;
    color: #b5bbca;
    font-size: 12px;
    line-height: 1.35;
    text-transform: uppercase;
}

.hosting-trust-bar {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -1px;
    border: 1px solid var(--hosting-border);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: rgba(10, 14, 27, 0.94);
}

.hosting-trust-bar > div {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 24px 30px;
}

.hosting-trust-bar > div + div {
    border-left: 1px solid var(--hosting-border);
}

.hosting-trust-bar i {
    color: var(--hosting-yellow);
    font-size: 27px;
}

.hosting-trust-bar strong,
.hosting-trust-bar small {
    display: block;
}

.hosting-trust-bar strong {
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.hosting-trust-bar small {
    margin-top: 4px;
    color: #8f97a9;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

/* Benefits */
.hosting-benefits {
    background: #070a13;
}

.hosting-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hosting-benefit-card {
    position: relative;
    min-height: 290px;
    padding: 35px 31px;
    overflow: hidden;
    border: 1px solid var(--hosting-border);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.hosting-benefit-card::after {
    position: absolute;
    right: -50px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 180, 0, 0.07);
    content: "";
    filter: blur(20px);
}

.hosting-benefit-card:hover {
    border-color: rgba(255, 180, 0, 0.43);
    transform: translateY(-5px);
}

.hosting-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 29px;
    place-items: center;
    border: 1px solid rgba(255, 180, 0, 0.34);
    border-radius: 10px;
    background: rgba(255, 180, 0, 0.08);
    color: var(--hosting-yellow);
    font-size: 25px;
}

.hosting-benefit-card h3 {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 700;
}

.hosting-benefit-card p {
    margin-bottom: 0;
    color: var(--hosting-muted);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.hosting-inline-cta {
    position: relative;
    display: grid;
    grid-template-areas: "photo copy";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: center;
    min-height: 460px;
    margin-top: 42px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 180, 0, 0.2);
    border-radius: 16px;
    background:
        radial-gradient(circle at 19% 72%, rgba(255, 180, 0, 0.13), transparent 31%),
        linear-gradient(115deg, #070a13, #0c101d 58%, #08130f);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.24);
}

.hosting-inline-cta-photo {
    position: relative;
    grid-area: photo;
    align-self: end;
    height: 460px;
    overflow: visible;
}

.hosting-inline-cta-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.3));
}

.hosting-inline-cta-copy {
    grid-area: copy;
    max-width: none;
    padding: 42px clamp(36px, 4vw, 54px) 42px 28px;
}

.hosting-inline-cta-copy .hosting-kicker {
    margin-bottom: 12px;
    font-size: 15px;
}

.hosting-inline-cta-copy h3 {
    margin-bottom: 13px;
    font-size: clamp(34px, 3.6vw, 48px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 0.98;
    text-transform: uppercase;
}

.hosting-inline-cta-copy h3 strong {
    color: var(--hosting-yellow);
    font-weight: inherit;
}

.hosting-inline-cta-text {
    margin-bottom: 0;
    color: var(--hosting-muted);
    font-size: 16px;
    line-height: 1.7;
}

.hosting-inline-cta-action {
    display: grid;
    gap: 10px;
    justify-items: start;
    margin-top: 22px;
}

.hosting-inline-cta-action .hosting-button {
    min-width: 205px;
    min-height: 56px;
    padding: 14px 20px;
}

.hosting-inline-cta-action small {
    max-width: 200px;
    color: #8f97a9;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
}

/* Outcomes */
.hosting-outcomes {
    background:
        radial-gradient(circle at 13% 42%, rgba(255, 180, 0, 0.08), transparent 26%),
        var(--hosting-bg);
}

.hosting-outcomes-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.hosting-resource-meter {
    margin-top: 38px;
    padding: 25px;
    border: 1px solid var(--hosting-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.hosting-resource-label {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
}

.hosting-resource-label strong {
    color: var(--hosting-yellow);
    font-size: 25px;
}

.hosting-meter-track {
    height: 9px;
    margin: 12px 0 11px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

.hosting-meter-track span {
    display: block;
    width: 30%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--hosting-green), var(--hosting-yellow));
}

.hosting-resource-meter small {
    color: #7f8799;
    font-size: 15px;
    line-height: 1.6;
}

.hosting-outcome-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.hosting-outcome-list article {
    min-height: 215px;
    padding: 27px;
    border: 1px solid var(--hosting-border);
    border-radius: 11px;
    background: var(--hosting-surface);
}

.hosting-outcome-list article > span {
    display: block;
    margin-bottom: 30px;
    color: rgba(255, 180, 0, 0.46);
    font-family: Rajdhani, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.hosting-outcome-list h3 {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 700;
}

.hosting-outcome-list p {
    margin-bottom: 0;
    color: #929bad;
    font-size: 16px;
    line-height: 1.7;
}

/* Stack */
.hosting-stack {
    border-top: 1px solid var(--hosting-border);
    border-bottom: 1px solid var(--hosting-border);
    background: #080b16;
}

.hosting-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.hosting-logo-card {
    display: flex;
    min-height: 130px;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border: 1px solid var(--hosting-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.hosting-logo-card:hover {
    border-color: rgba(255, 180, 0, 0.35);
    background: rgba(255, 180, 0, 0.04);
}

.hosting-logo-card img {
    width: auto;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

/* Agency */
.hosting-agency {
    padding-bottom: 30px;
}

.hosting-agency-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 0;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--hosting-border);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 180, 0, 0.1), transparent 31%),
        linear-gradient(135deg, #090d19, #0f1422 62%, #0a0e19);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.hosting-agency-media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-right: 1px solid var(--hosting-border);
}

.hosting-agency-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 70%, rgba(10, 14, 25, 0.7));
    content: "";
    pointer-events: none;
}

.hosting-agency-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hosting-agency-copy {
    align-self: center;
    padding: 52px 48px;
}

.hosting-agency-copy .hosting-kicker {
    margin-bottom: 18px;
    color: var(--hosting-yellow);
}

.hosting-agency-copy h2 {
    margin-bottom: 20px;
    color: var(--hosting-text);
    font-size: clamp(42px, 4vw, 56px);
}

.hosting-agency-copy h2 strong {
    color: var(--hosting-yellow);
}

.hosting-agency-copy > p {
    max-width: 620px;
    margin-bottom: 24px;
    color: var(--hosting-muted);
    font-size: 18px;
    line-height: 1.75;
}

.hosting-agency-copy ul {
    display: grid;
    gap: 12px;
    margin-bottom: 0;
    padding: 0;
    color: #e6e9f0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    list-style: none;
}

.hosting-agency-copy li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.hosting-agency-copy li i {
    margin-top: 5px;
    color: var(--hosting-yellow);
}

.hosting-agency-copy .hosting-button {
    min-width: 240px;
    margin-top: 30px;
}

/* Process */
.hosting-process-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: hosting-step;
}

.hosting-process-list li {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 32px;
    border-top: 1px solid var(--hosting-border);
    border-bottom: 1px solid var(--hosting-border);
}

.hosting-process-list li + li {
    border-left: 1px solid var(--hosting-border);
}

.hosting-process-list li > span {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: var(--hosting-yellow);
    color: #080a12;
    font-family: Rajdhani, sans-serif;
    font-weight: 800;
}

.hosting-process-list h3 {
    margin-bottom: 8px;
    font-size: 25px;
}

.hosting-process-list p {
    margin: 0;
    color: #929bad;
    font-size: 16px;
    line-height: 1.7;
}

/* Reviews */
.hosting-reviews {
    border-top: 1px solid var(--hosting-border);
    background: #070a13;
}

.hosting-reviews .google-reviews-widget {
    min-height: 150px;
    padding: 22px;
    border: 1px solid var(--hosting-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
}

/* FAQ */
.hosting-faq {
    background: var(--hosting-bg);
}

.hosting-faq-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 75px;
    align-items: start;
}

.hosting-faq-heading {
    position: sticky;
    top: 130px;
}

.hosting-faq-heading h2 {
    font-size: clamp(42px, 4.6vw, 62px);
}

.hosting-faq-heading .hosting-text-link {
    margin-top: 12px;
    color: var(--hosting-yellow);
}

.hosting-faq-list {
    border-top: 1px solid var(--hosting-border);
}

.hosting-faq-item {
    border-bottom: 1px solid var(--hosting-border);
}

.hosting-faq-item summary {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 27px 5px;
    color: #fff;
    cursor: pointer;
    font-family: Rajdhani, sans-serif;
    font-size: 22px;
    font-weight: 700;
    list-style: none;
}

.hosting-faq-item summary::-webkit-details-marker {
    display: none;
}

.hosting-faq-item summary small {
    display: block;
    margin-bottom: 5px;
    color: var(--hosting-yellow);
    font-family: Rubik, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hosting-faq-item summary > i {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 180, 0, 0.3);
    border-radius: 50%;
    color: var(--hosting-yellow);
    font-size: 12px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.hosting-faq-item[open] summary > i {
    background: var(--hosting-yellow);
    color: #080a12;
    transform: rotate(45deg);
}

.hosting-faq-item > div {
    padding: 0 60px 27px 5px;
}

.hosting-faq-item > div p {
    margin: 0;
    color: #a5adbd;
    font-size: 16px;
    line-height: 1.75;
}

/* Final CTA */
.hosting-final-cta {
    position: relative;
    padding: 115px 0 120px;
    overflow: hidden;
    border-top: 1px solid var(--hosting-border);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 180, 0, 0.18), transparent 38%),
        #070a13;
    text-align: center;
}

.hosting-final-cta::before {
    position: absolute;
    top: -330px;
    left: 50%;
    width: 660px;
    height: 660px;
    border: 1px solid rgba(255, 180, 0, 0.18);
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
}

.hosting-final-cta-inner {
    position: relative;
    max-width: 920px;
}

.hosting-final-cta h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(42px, 5vw, 68px);
}

.hosting-final-cta-inner > p {
    max-width: 720px;
    margin: 0 auto 30px;
}

.hosting-final-cta .hosting-button {
    min-width: 300px;
}

.hosting-final-cta-inner > small {
    display: block;
    margin-top: 16px;
    color: #7e8799;
    font-size: 15px;
    line-height: 1.6;
}

.hosting-final-cta-inner > small i {
    margin-right: 5px;
    color: var(--hosting-yellow);
}

@media (max-width: 1199.98px) {
    .hosting-hero {
        min-height: 800px;
    }

    .hosting-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(370px, 0.9fr);
        gap: 38px;
    }

    .hosting-hero h1 {
        font-size: clamp(52px, 5.8vw, 67px);
    }

    .hosting-hero-visual {
        min-height: 590px;
    }

    .hosting-agency-copy {
        padding: 44px 38px;
    }
}

@media (max-width: 991.98px) {
    .hosting-section {
        padding: 88px 0;
    }

    .hosting-hero {
        padding-top: 170px;
    }

    .hosting-hero-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hosting-hero-copy {
        padding: 20px 0 24px;
        text-align: center;
    }

    .hosting-hero-copy .hosting-kicker,
    .hosting-hero-points,
    .hosting-hero-actions {
        justify-content: center;
    }

    .hosting-hero h1,
    .hosting-hero-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .hosting-hero-visual {
        width: min(100%, 580px);
        min-height: 560px;
        margin: 0 auto;
    }

    .hosting-trust-bar {
        margin-top: 0;
    }

    .hosting-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hosting-inline-cta {
        grid-template-areas: "photo copy";
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        min-height: 430px;
        padding: 0;
    }

    .hosting-inline-cta-photo {
        height: 430px;
    }

    .hosting-inline-cta-copy {
        align-self: center;
        padding: 34px 30px 34px 20px;
    }

    .hosting-outcomes-grid,
    .hosting-faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hosting-faq-heading {
        position: static;
        max-width: 720px;
    }

    .hosting-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hosting-agency-card {
        grid-template-columns: 1fr;
    }

    .hosting-agency-media {
        min-height: 0;
        aspect-ratio: 16 / 7.7;
        border-right: 0;
        border-bottom: 1px solid var(--hosting-border);
    }

    .hosting-agency-media::after {
        background: linear-gradient(180deg, transparent 68%, rgba(10, 14, 25, 0.82));
    }

    .hosting-process-list {
        grid-template-columns: 1fr;
    }

    .hosting-process-list li + li {
        border-top: 0;
        border-left: 0;
    }
}

@media (max-width: 767.98px) {
    .hosting-section {
        padding: 68px 0;
    }

    .hosting-kicker {
        font-size: 13px;
    }

    .hosting-section-heading {
        margin-bottom: 36px;
    }

    .hosting-section-heading h2,
    .hosting-outcomes-copy h2,
    .hosting-agency-copy h2,
    .hosting-faq-heading h2,
    .hosting-final-cta h2 {
        font-size: clamp(36px, 11.5vw, 50px);
    }

    .hosting-section-heading > p:last-child,
    .hosting-outcomes-copy > p,
    .hosting-faq-heading > p,
    .hosting-final-cta-inner > p {
        font-size: 16px;
    }

    .hosting-hero {
        min-height: 0;
        padding: 158px 0 0;
    }

    .hosting-hero-copy {
        padding: 8px 0 22px;
    }

    .hosting-hero-copy .hosting-kicker {
        margin-bottom: 17px;
        text-align: center;
    }

    .hosting-hero h1 {
        max-width: 520px;
        margin-bottom: 24px;
        font-size: clamp(42px, 12.5vw, 54px);
        letter-spacing: -0.025em;
        line-height: 0.95;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .hosting-hero-lead {
        max-width: 540px;
        margin-bottom: 26px;
        font-size: 17px;
        line-height: 1.65;
    }

    .hosting-hero-points {
        display: grid;
        width: fit-content;
        margin-right: auto;
        margin-bottom: 31px;
        margin-left: auto;
        text-align: left;
    }

    .hosting-hero-points li {
        font-size: 17px;
    }

    .hosting-hero-actions {
        align-items: stretch;
        flex-direction: column;
        width: min(100%, 540px);
        margin-right: auto;
        margin-left: auto;
    }

    .hosting-hero-actions .hosting-button {
        width: 100%;
        min-width: 0;
    }

    .hosting-microcopy {
        justify-content: center;
        max-width: 540px;
        margin: 14px auto 0;
        text-align: center;
    }

    .hosting-hero-visual {
        width: min(100%, 500px);
        min-height: 475px;
        margin-top: 4px;
    }

    .hosting-hero-visual > img {
        right: 50%;
        width: min(100%, 445px);
        transform: translateX(50%);
    }

    .hosting-hero-glow {
        bottom: 55px;
        width: 94%;
    }

    .hosting-floating-speed {
        top: 96px;
        left: 0;
    }

    .hosting-floating-cpu {
        right: 0;
        bottom: 76px;
    }

    .hosting-trust-bar {
        grid-template-columns: 1fr;
    }

    .hosting-trust-bar > div {
        padding: 23px 22px;
    }

    .hosting-trust-bar strong {
        font-size: 22px;
    }

    .hosting-trust-bar small {
        font-size: 16px;
    }

    .hosting-trust-bar > div + div {
        border-top: 1px solid var(--hosting-border);
        border-left: 0;
    }

    .hosting-benefit-grid,
    .hosting-outcome-list {
        grid-template-columns: 1fr;
    }

    .hosting-benefit-card {
        min-height: 0;
    }

    .hosting-inline-cta {
        grid-template-areas: "photo copy";
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        min-height: clamp(500px, 125vw, 560px);
        align-items: stretch;
        padding: 0;
    }

    .hosting-inline-cta-copy {
        align-self: center;
        max-width: none;
        margin: 0;
        padding: 24px 14px 24px 10px;
        text-align: left;
    }

    .hosting-inline-cta-copy .hosting-kicker {
        justify-content: flex-start;
        font-size: 12px;
    }

    .hosting-inline-cta-copy h3 {
        font-size: clamp(28px, 7.5vw, 34px);
    }

    .hosting-inline-cta-text {
        font-size: 16px;
    }

    .hosting-inline-cta-photo {
        align-self: stretch;
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        margin: 0;
        overflow: hidden;
    }

    .hosting-inline-cta-photo img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        max-width: none;
        height: 92%;
        object-fit: contain;
        object-position: right bottom;
    }

    .hosting-inline-cta-action {
        gap: 9px;
        justify-items: stretch;
        margin-top: 22px;
    }

    .hosting-inline-cta-action .hosting-button {
        width: 100%;
        min-width: 0;
        padding: 13px 12px;
        font-size: 16px;
    }

    .hosting-inline-cta-action small {
        font-size: 12px;
        text-align: center;
    }

    .hosting-resource-meter small,
    .hosting-final-cta-inner > small {
        font-size: 16px;
    }

    .hosting-outcome-list p,
    .hosting-agency-copy > p,
    .hosting-agency-copy ul,
    .hosting-process-list p,
    .hosting-faq-item > div p {
        font-size: 16px;
    }

    .hosting-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hosting-logo-card {
        min-height: 112px;
        padding: 22px;
    }

    .hosting-agency {
        padding: 68px 0 10px;
    }

    .hosting-agency-card {
        gap: 0;
        padding: 0;
    }

    .hosting-agency-media {
        aspect-ratio: 16 / 10;
    }

    .hosting-agency-copy {
        padding: 34px 24px 38px;
    }

    .hosting-agency-copy > p,
    .hosting-agency-copy ul {
        font-size: 17px;
    }

    .hosting-agency-copy .hosting-button {
        width: 100%;
        min-width: 0;
    }

    .hosting-process-list li {
        padding: 27px 10px;
    }

    .hosting-faq-item summary {
        font-size: 22px;
    }

    .hosting-faq-item > div {
        padding-right: 5px;
    }

    .hosting-final-cta {
        padding: 80px 0;
    }

    .hosting-final-cta .hosting-button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 439.98px) {
    .hosting-hero-copy .hosting-kicker {
        font-size: 12px;
        letter-spacing: 0.09em;
    }

    .hosting-hero h1 {
        font-size: clamp(39px, 11.9vw, 49px);
    }

    .hosting-hero-lead,
    .hosting-hero-points li,
    .hosting-microcopy {
        font-size: 16px;
    }

    .hosting-hero-visual {
        min-height: 425px;
    }

    .hosting-floating-card {
        padding: 10px 11px;
    }

    .hosting-floating-speed {
        top: 82px;
    }

    .hosting-floating-cpu {
        bottom: 62px;
    }

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