:root {
    --lime: #B7FF4A;
    --teal: #19c6a7;
    --blue: #4f7cff;
    --gold: #f5c453;
    --dark: #0d100f;
    --dark-2: #131816;
    --ink: #17201c;
    --muted: #6f7a74;
    --surface: #f5f8f4;
    --surface-2: #edf3ef;
    --sage: #dff0e3;
    --line: rgba(23, 32, 28, .1);
    --shadow-soft: 0 24px 70px rgba(11, 18, 15, .13);
    --shadow-card: 0 18px 55px rgba(20, 42, 34, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Inter", Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
}

.container-xl {
    max-width: 1200px;
}

.site-header {
    height: 68px;
    background: rgba(8, 12, 11, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    position: sticky;
    top: 0;
    z-index: 20;
}

.navbar {
    min-height: 68px;
    padding: 0;
}

.navbar-brand {
    align-items: center;
    color: #edf4ef;
    display: inline-flex;
    font-size: 21px;
    font-weight: 700;
    gap: 6px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
}

.navbar-brand img {
    display: block;
    height: 42px;
    object-fit: cover;
    object-position: center;
}

.navbar-brand:has(img) .brand-mark {
    display: none;
}

.brand-mark {
    border-bottom: 11px solid var(--lime);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: inline-block;
    height: 0;
    position: relative;
    width: 0;
}

.brand-mark::after {
    background: #0b0e0d;
    border-radius: 3px;
    content: "";
    height: 11px;
    left: -3px;
    position: absolute;
    top: 5px;
    transform: rotate(28deg);
    width: 5px;
}

.nav-link {
    color: rgba(237, 244, 239, .78);
    font-size: 12px;
    font-weight: 700;
    margin: 0 15px;
    opacity: .86;
    text-transform: uppercase;
    letter-spacing: 0;
}

.nav-link::after {
    background: var(--lime);
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    margin-top: 8px;
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .2s ease, transform .2s ease;
    width: 100%;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--lime);
}

.nav-link:hover::after,
.nav-link:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .25);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.btn {
    border: 0;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 15px 24px;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
    text-transform: uppercase;
    letter-spacing: 0;
}

.btn-lime {
    background: linear-gradient(135deg, var(--lime), #72ef88);
    border-radius: 999px;
    color: #11170f;
    box-shadow: 0 16px 34px rgba(142, 238, 78, .24);
}

.btn-lime:hover {
    background: #b9ee32;
    color: #11170f;
    transform: translateY(-2px);
}

.btn-ghost {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.nav-cta {
    padding: 13px 22px;
}

.hero {
    background:
        radial-gradient(circle at 76% 42%, rgba(183, 255, 74, .16), transparent 28%),
        radial-gradient(circle at 88% 72%, rgba(25, 198, 167, .12), transparent 24%),
        radial-gradient(circle at 20% 78%, rgba(183, 255, 74, .08), transparent 27%),
        linear-gradient(115deg, #050805 0%, #050805 54%, #071109 100%);
    min-height: calc(100svh - 68px);
    overflow: hidden;
    position: relative;
    user-select: none;
}

.globe-stage {
    bottom: 0;
    pointer-events: auto;
    position: absolute;
    right: -6vw;
    top: 0;
    width: min(66vw, 920px);
    z-index: 1;
}

.hero-globe {
    height: 100%;
    opacity: .98;
    position: relative;
    width: 100%;
}

.hero-globe canvas {
    filter:
        brightness(1.24)
        contrast(1.06)
        saturate(1.16)
        drop-shadow(0 0 24px rgba(183, 255, 74, .32))
        drop-shadow(0 0 76px rgba(25, 198, 167, .2));
}

.globe-labels {
    display: grid;
    gap: 10px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 190px;
    z-index: 2;
}

.globe-label {
    background: rgba(5, 8, 5, .74);
    border: 1px solid rgba(183, 255, 74, .28);
    border-radius: 8px;
    box-shadow: 0 0 22px rgba(183, 255, 74, .13);
    color: #eef9e9;
    display: block;
    padding: 9px 11px;
    position: relative;
}

.globe-label::before {
    background: var(--lime);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(183, 255, 74, .82);
    content: "";
    height: 7px;
    left: -4px;
    position: absolute;
    top: 15px;
    width: 7px;
}

.globe-label strong,
.globe-label small {
    display: block;
    letter-spacing: 0;
    line-height: 1.15;
}

.globe-label strong {
    color: var(--lime);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.globe-label small {
    color: rgba(238, 249, 233, .72);
    font-size: 10px;
    font-weight: 800;
    margin-top: 4px;
}

.globe-vignette {
    background:
        linear-gradient(90deg, #050805 0%, rgba(5, 8, 5, .68) 16%, rgba(5, 8, 5, .02) 54%, rgba(5, 8, 5, .18) 100%),
        linear-gradient(180deg, rgba(5, 8, 5, .46), transparent 24%, transparent 76%, rgba(5, 8, 5, .72) 100%);
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.hero::before {
    background:
        linear-gradient(90deg, rgba(5, 8, 5, .96) 0%, rgba(5, 8, 5, .82) 38%, rgba(5, 8, 5, .2) 70%, rgba(5, 8, 5, .06) 100%),
        linear-gradient(180deg, rgba(5, 8, 5, .22), rgba(5, 8, 5, .5));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.hero::after {
    animation: grain 4s steps(4) infinite;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
    background-size: 4px 4px;
    content: "";
    inset: 0;
    opacity: .34;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}

.container-xl.hero-inner {
    max-width: 1474px;
}

.hero-inner {
    /* align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 680px);
    min-height: calc(100svh - 68px);
    position: relative; */
    display: grid;
    grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
    min-height: 650px;
    padding-bottom: 34px;
    padding-top: 78px;
    position: relative;
    z-index: 4;
}

.hero-copy {
    color: #fff;
    padding-left: 15px;
    padding-top: 34px;
}

.eyebrow,
.section-kicker {
    color: #2a725c;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.eyebrow {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: rgba(235, 255, 228, .92);
    padding: 9px 14px;
}

.hero h1 {
    font-size: 76px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 28px;
    max-width: 680px;
}

.hero p {
    color: rgba(241, 249, 245, .76);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.62;
    margin-bottom: 28px;
    max-width: 590px;
}

.domain-search {
    margin: 0 0 24px;
    max-width: 640px;
}

.domain-search label {
    color: rgba(235, 255, 228, .9);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.domain-search-box {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .22);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px 132px;
    overflow: hidden;
    padding: 7px;
}

.domain-search input,
.domain-search select {
    background: transparent;
    border: 0;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    min-width: 0;
    outline: 0;
    user-select: text;
}

.domain-search input {
    padding: 0 18px;
}

.domain-search input::placeholder {
    color: rgba(241, 249, 245, .48);
}

.domain-search select {
    border-left: 1px solid rgba(255, 255, 255, .12);
    color-scheme: dark;
    cursor: pointer;
    padding: 0 14px;
}

.domain-search select option {
    background: #111715;
    color: #fff;
}

.domain-search button {
    background: linear-gradient(135deg, var(--lime), #72ef88);
    border: 0;
    border-radius: 999px;
    color: #11170f;
    font-size: 12px;
    font-weight: 900;
    height: 48px;
    text-transform: uppercase;
}

.hero-proof {
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 34px;
    max-width: 620px;
    padding-top: 22px;
}

.hero-proof span {
    color: rgba(242, 250, 245, .8);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-proof span::before {
    background: var(--lime);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(202, 255, 61, .7);
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 9px;
    width: 7px;
}

.products {
    background:
        linear-gradient(180deg, #f9fbf8 0%, #eff5f0 100%);
    padding: 50px 0 40px;
}

.products-heading {
    margin: 0 auto 48px;
    max-width: 920px;
    text-align: center;
}

.products-heading h2,
.payment-copy h2,
.stats h2,
.plans-heading h2 {
    color: var(--ink);
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.08;
}

.products-heading h2 {
    margin: 0 auto 18px;
    max-width: 880px;
}

.products-heading p {
    color: #67746e;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 760px;
}

@media (min-width: 992px) {
    .products .row {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .products .row > * {
        display: flex;
        margin-left: 0 !important;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .products .row > :nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .products .row > :nth-child(2) {
        grid-column: 3 / span 2;
        grid-row: 1;
    }

    .products .row > :nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 2 / span 2;
    }

    .products .row > :nth-child(4) {
        grid-column: 3;
        grid-row: 2;
    }

    .products .row > :nth-child(5) {
        grid-column: 4;
        grid-row: 2;
    }

    .products .row > :nth-child(6) {
        grid-column: 3 / span 2;
        grid-row: 3;
    }

    .mini h2 {
        font-size: 28px;
        line-height: 1.18;
    }

    .mini p {
        font-size: 14px;
        line-height: 1.38;
        max-width: 210px;
    }

    .mini .image-hosting {
        bottom: 18px;
        right: 28px;
        transform: scale(.92);
        transform-origin: right bottom;
    }

    .mini .image-store {
        bottom: 20px;
        right: 30px;
        transform: scale(.92);
        transform-origin: right bottom;
    }
}

.product-card {
    border: 1px solid rgba(23, 32, 28, .08);
    border-radius: 18px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    color: var(--ink);
    display: block;
    flex: 1 1 auto;
    min-height: 263px;
    overflow: hidden;
    padding: 39px 34px;
    position: relative;
    text-align: left;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.product-card:hover {
    border-color: rgba(42, 114, 92, .18);
    box-shadow: var(--shadow-card);
    transform: translateY(-8px);
}

.product-card h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0 0 21px;
    text-align: left;
}

.product-card p {
    color: #111b18;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.38;
    margin-bottom: 26px;
    max-width: 410px;
    text-align: left;
}

.card-text {
    max-width: 272px;
    position: relative;
    z-index: 2;
}

.card-text.wide {
    max-width: 525px;
}

.btn-pill {
    background: #121715;
    border-radius: 999px;
    color: #fff;
    padding: 15px 23px;
}

.btn-pill:hover {
    background: #26312c;
    color: #fff;
}

.wordpress { background: linear-gradient(135deg, #eef8f3, #dfece8); }
.builder { background: linear-gradient(135deg, #f5f7f6, #e4ece8); }
.coderick {
    background: linear-gradient(145deg, #f3f5fb, #e3e7f1);
    min-height: 581px;
}
.hosting { background: linear-gradient(145deg, #e2f4e8, #d0ead9); }
.store { background: linear-gradient(145deg, #fff5d7, #f0e5bf); }
.email {
    background: linear-gradient(135deg, #f6f8f7, #e6eeea);
    min-height: 263px;
}

.product-image {
    display: block;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.image-wordpress {
    border-radius: 0;
    bottom: -12px;
    filter: drop-shadow(0 22px 26px rgba(41, 58, 74, .18));
    height: 214px;
    object-fit: contain;
    right: -28px;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
    transition: filter .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
    width: 330px;
}

.product-card.wordpress:hover .image-wordpress,
.product-card.wordpress:focus-within .image-wordpress {
    filter: drop-shadow(0 30px 36px rgba(41, 58, 74, .25)) saturate(1.08) contrast(1.04);
    transform: translate3d(-10px, -10px, 0) scale(1.035);
}

.image-builder {
    bottom: 30px;
    filter: drop-shadow(0 18px 22px rgba(42, 64, 55, .12));
    object-fit: contain;
    right: 38px;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
    transition: filter .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
    width: 226px;
}

.product-card.builder:hover .image-builder,
.product-card.builder:focus-within .image-builder {
    filter: drop-shadow(0 28px 32px rgba(42, 64, 55, .2)) saturate(1.08) contrast(1.04);
    transform: translate3d(-12px, -12px, 0) scale(1.055) rotate(-1deg);
}

.image-coderick {
    border-radius: 0;
    bottom: 54px;
    filter: drop-shadow(0 26px 34px rgba(67, 73, 92, .2));
    height: 300px;
    left: 56px;
    object-fit: contain;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom;
    transition: filter .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
    width: 510px;
}

.product-card.coderick:hover .image-coderick,
.product-card.coderick:focus-within .image-coderick {
    filter: drop-shadow(0 36px 42px rgba(67, 73, 92, .28)) saturate(1.08) contrast(1.04);
    transform: translate3d(12px, -14px, 0) scale(1.035) rotate(.7deg);
}

.image-hosting {
    border-radius: 0;
    bottom: 18px;
    box-shadow: none;
    filter: drop-shadow(0 14px 18px rgba(41, 79, 55, .14));
    height: 92px;
    object-fit: contain;
    right: 28px;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
    transition: filter .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
    width: 150px;
}

.product-card.hosting:hover .image-hosting,
.product-card.hosting:focus-visible .image-hosting {
    filter: drop-shadow(0 24px 28px rgba(41, 79, 55, .22)) saturate(1.08) contrast(1.04);
    transform: translate3d(-9px, -12px, 0) scale(1.08) rotate(-1.5deg);
}

.product-card.store:hover .image-hosting,
.product-card.store:focus-visible .image-hosting {
    filter: drop-shadow(0 24px 28px rgba(95, 77, 35, .22)) saturate(1.08) contrast(1.04);
    transform: translate3d(-10px, -10px, 0) scale(1.07) rotate(1.5deg);
}

.image-store {
    border-radius: 6px;
    bottom: 20px;
    box-shadow: 0 12px 22px rgba(95, 77, 35, .12);
    height: 122px;
    right: 30px;
    width: 140px;
}

.image-email {
    bottom: 25px;
    filter: drop-shadow(0 18px 22px rgba(42, 64, 55, .12));
    object-fit: contain;
    right: 76px;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
    transition: filter .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
    width: 200px;
}

.product-card.email:hover .image-email,
.product-card.email:focus-within .image-email {
    filter: drop-shadow(0 28px 32px rgba(42, 64, 55, .2)) saturate(1.08) contrast(1.04);
    transform: translate3d(-12px, -12px, 0) scale(1.055) rotate(1deg);
}

.wp-window {
    background: #fff;
    bottom: -2px;
    box-shadow: 0 18px 30px rgba(41, 58, 74, .12);
    height: 180px;
    position: absolute;
    right: -1px;
    width: 265px;
}

.wp-window::before {
    background: #16332e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 53px;
}

.wp-window span {
    background: #e5edf3;
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    margin: 8px 0 0 8px;
    width: 7px;
}

.wp-bar {
    background: #5c9a96;
    height: 42px;
    margin-left: 53px;
    margin-top: 12px;
}

.wp-line,
.wp-row {
    background: #dfe7ed;
    height: 8px;
    margin: 18px 0 0 77px;
}

.wp-line.w-70 { width: 178px; }
.wp-line.w-42 { width: 91px; }
.wp-row {
    background: #5c9a96;
    height: 10px;
    width: 82px;
}
.wp-row.short { width: 56px; }

.builder-art {
    bottom: 34px;
    height: 176px;
    position: absolute;
    right: 38px;
    width: 226px;
}

.toolbar {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    font-size: 12px;
    font-weight: 800;
    left: 0;
    padding: 12px 24px;
    position: absolute;
    top: 22px;
    z-index: 2;
}

.room {
    background:
        linear-gradient(135deg, transparent 0 44%, #d2d2d2 45% 58%, transparent 59%),
        linear-gradient(135deg, #f8f8f8, #dcdcdc);
    height: 152px;
    left: 20px;
    position: absolute;
    top: 42px;
    width: 188px;
}

.plant {
    background: #48664c;
    border-radius: 60% 40%;
    height: 48px;
    left: 68px;
    position: absolute;
    top: 28px;
    transform: rotate(-28deg);
    width: 30px;
}

.vase,
.cube {
    background: #f4f1ed;
    border-radius: 6px;
    bottom: 28px;
    height: 70px;
    left: 48px;
    position: absolute;
    width: 42px;
}

.cube {
    border-radius: 50%;
    height: 58px;
    left: 110px;
    width: 58px;
}

.builder-art > span {
    align-items: center;
    background: #5aa982;
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: -12px;
    width: 38px;
    z-index: 3;
}

.builder-art > span:nth-of-type(1) { top: 42px; }
.builder-art > span:nth-of-type(2) { top: 90px; background: #fff; color: #222; }
.builder-art > span:nth-of-type(3) { top: 138px; }

.coderick h2 span {
    color: #386d62;
}

.ai-stack {
    bottom: 54px;
    height: 300px;
    left: 56px;
    position: absolute;
    width: 510px;
}

.spark {
    font-size: 42px;
    left: -30px;
    position: absolute;
    top: 85px;
}

.prompt {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border-radius: 10px;
    box-shadow: 0 16px 35px rgba(111, 100, 134, .2);
    color: #707070;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 86px;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 112px;
    width: 248px;
    z-index: 4;
}

.prompt b {
    align-items: center;
    background: #386d62;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 21px;
    height: 27px;
    justify-content: center;
    width: 27px;
}

.browser {
    background: linear-gradient(135deg, #c8d2cf, #829893);
    border-radius: 9px;
    box-shadow: 0 16px 36px rgba(92, 83, 118, .25);
    height: 145px;
    position: absolute;
    width: 318px;
}

.browser.back {
    filter: blur(1px);
    left: 78px;
    opacity: .75;
    top: 42px;
}

.browser.front {
    display: flex;
    left: 128px;
    overflow: hidden;
    top: 150px;
    z-index: 3;
}

.avatar {
    background: radial-gradient(circle at 50% 20%, #6d4b38 0 10%, transparent 11%), linear-gradient(135deg, #5f8f84, #dfc7b6);
    height: 100%;
    width: 120px;
}

.browser-copy {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    padding: 31px 18px;
}

.mini {
    min-height: 291px;
    padding: 35px 30px;
}

.mini .card-text {
    max-width: none;
    position: static;
}

.mini h2 {
    font-size: 28px;
    margin-bottom: 23px;
    max-width: none;
}

.mini p {
    font-size: 14px;
    line-height: 1.38;
    margin-bottom: 22px;
    max-width: 225px;
}

.link-action {
    color: #263125;
    font-size: 13px;
    font-weight: 900;
    position: relative;
    z-index: 3;
}

.dashboard-mini {
    background:
        linear-gradient(#17342f 0 12px, transparent 12px),
        repeating-linear-gradient(90deg, #fff 0 37px, #eef3f3 37px 41px);
    border-radius: 4px;
    bottom: 22px;
    box-shadow: 0 12px 22px rgba(12, 70, 46, .15);
    height: 91px;
    position: absolute;
    opacity: 1;
    right: 31px;
    width: 150px;
    z-index: 1;
}

.dashboard-mini::after {
    background: #388f6c;
    border-radius: 50%;
    box-shadow: 0 39px 0 #388f6c, 0 78px 0 #388f6c;
    content: "";
    height: 30px;
    position: absolute;
    right: -18px;
    top: 5px;
    width: 30px;
}

.store-window {
    background: #fff;
    border-radius: 5px;
    bottom: 24px;
    height: 133px;
    opacity: 1;
    position: absolute;
    right: 33px;
    width: 140px;
    z-index: 1;
}

.store-window::before {
    background: #2d8c72;
    border-radius: 7px;
    color: #fff;
    content: "▢";
    font-weight: 800;
    height: 42px;
    padding-top: 8px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: 14px;
    width: 42px;
}

.store-window div {
    background: radial-gradient(circle at 35% 55%, #b99770 0 18%, transparent 19%), radial-gradient(circle at 62% 48%, #b99770 0 23%, transparent 24%);
    height: 82px;
    margin-top: 20px;
}

.store-window strong {
    color: #9d9d9d;
    display: block;
    font-size: 12px;
    padding-right: 14px;
    text-align: right;
}

.mail-art {
    bottom: 25px;
    height: 200px;
    position: absolute;
    right: 76px;
    width: 200px;
}

.phone {
    background: #fff;
    border-radius: 8px;
    height: 190px;
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
}

.phone::before {
    background: #d6d6d6;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 13px;
    position: absolute;
    top: 15px;
    width: 14px;
}

.phone div {
    background: linear-gradient(130deg, #a8e25d 0 43%, #ef7e47 44% 66%, #c34447 67%);
    border-radius: 6px;
    height: 74px;
    left: 40px;
    position: absolute;
    top: 63px;
    transform: rotate(13deg);
    width: 63px;
}

.phone b {
    background: #c8c8c8;
    border-radius: 9px;
    bottom: 18px;
    height: 12px;
    left: 42px;
    position: absolute;
    width: 62px;
}

.mail-icon {
    align-items: center;
    background: #2d8c72;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 28px;
    height: 54px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 80px;
    width: 54px;
    z-index: 2;
}

.tools {
    background: #8f8f8f;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.8;
    padding: 7px 11px;
    position: absolute;
    right: -29px;
    top: 74px;
}

.payment {
    background:
        radial-gradient(circle at 4% 14%, rgba(245, 196, 83, .18), transparent 16%),
        radial-gradient(circle at 96% 18%, rgba(79, 124, 255, .12), transparent 18%),
        linear-gradient(180deg, #f3fbef 0%, #e9f6e4 100%);
    min-height: 730px;
    overflow: hidden;
    padding: 118px 0 105px;
    position: relative;
}

.payment .container-xl {
    max-width: 1280px;
}

.payment .row {
    --bs-gutter-x: 72px;
}

.pixel {
    animation: floatPixel 5s ease-in-out infinite;
    background: rgba(202, 239, 186, .74);
    height: 96px;
    position: absolute;
    width: 96px;
}

.pixel::after {
    background: rgba(219, 244, 209, .68);
    content: "";
    height: 96px;
    position: absolute;
    width: 96px;
}

.px1 { left: 96px; top: 96px; }
.px1::after { left: 96px; top: -96px; }
.px2 { left: 0; top: 288px; animation-delay: .8s; }
.px2::after { left: 0; top: 96px; }
.px3 { right: 96px; top: 0; animation-delay: 1.3s; }
.px3::after { left: -96px; top: 0; }
.px4 { right: 96px; bottom: 48px; animation-delay: .4s; }
.px4::after { left: -96px; top: 96px; }

.payment-visual {
    height: 500px;
    margin-left: 0;
    position: relative;
}

.order-panel {
    background: linear-gradient(135deg, #111816, #070a09);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(12, 22, 18, .2);
    color: rgba(255, 255, 255, .72);
    height: 548px;
    left: 0;
    padding: 45px 32px;
    position: absolute;
    top: 0;
    width: 430px;
}

.order-panel h3 {
    color: rgba(255, 255, 255, .8);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.order-panel p,
.order-panel dt,
.order-panel dd {
    color: rgba(255, 255, 255, .43);
    font-size: 16px;
}

.order-panel strong,
.order-panel b {
    color: rgba(255, 255, 255, .74);
    font-size: 18px;
}

.order-panel dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
    row-gap: 8px;
}

.order-panel dd {
    text-align: right;
}

.success-panel {
    align-items: center;
    animation: cardPulse 3.5s ease-in-out infinite;
    background:
        radial-gradient(circle at 20% 0%, rgba(202, 255, 61, .12), transparent 30%),
        linear-gradient(135deg, #1a231d, #0d100f);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    bottom: -78px;
    box-shadow: 0 24px 48px rgba(5, 9, 5, .22);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 340px;
    justify-content: center;
    left: 190px;
    padding: 42px;
    position: absolute;
    text-align: center;
    width: 430px;
}

.checkmark {
    align-items: center;
    background: radial-gradient(circle at 32% 27%, #89d766, #4eae36);
    border-radius: 50%;
    color: #07100e;
    display: flex;
    font-size: 92px;
    font-weight: 900;
    height: 124px;
    justify-content: center;
    line-height: 1;
    margin-bottom: 28px;
    width: 124px;
}

.success-panel h3 {
    font-size: 30px;
    font-weight: 700;
}

.success-panel p {
    color: rgba(255, 255, 255, .53);
    font-size: 15px;
    line-height: 1.45;
    max-width: 315px;
}

.payment-copy {
    margin-left: auto;
    max-width: 535px;
    padding-top: 62px;
}

.badge-soft {
    border: 1px solid #cfe7c7;
    border-radius: 999px;
    color: #4f9344;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 20px;
    padding: 11px 22px;
}

.payment-copy h2 {
    margin-bottom: 27px;
    max-width: 500px;
}

.payment-copy > p {
    color: #718078;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 48px;
}

.pay-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logos {
    align-items: center;
    display: inline-flex;
    height: 54px;
    padding-left: 2px;
}

.logos img {
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 2px solid #f3fbef;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(17, 32, 25, .1);
    display: block;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.logos img + img {
    margin-left: -10px;
}

.pay-grid strong {
    display: block;
    font-size: 18px;
    margin: 8px 0 11px;
}

mark {
    background: #b8f475;
    border-radius: 5px;
    color: #1f6418;
    padding: 1px 5px;
}

.pay-grid p {
    color: #748078;
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

.stats {
    background:
        radial-gradient(circle at 50% 0%, rgba(79, 124, 255, .14), transparent 30%),
        linear-gradient(180deg, #111614, #090c0b);
    color: #eef4ef;
    padding: 78px 0 72px;
    text-align: center;
}

.stats .container-xl {
    max-width: 980px;
}

.stats h2 {
    color: #eef4ef;
    margin: 0 0 34px;
}

.section-kicker.dark {
    color: var(--lime);
}

.stat-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto 14px;
    width: 100%;
}

.stat-card {
    align-items: center;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 96px;
    padding: 18px;
    text-align: left;
}

.stat-card span {
    align-items: center;
    background: #0d100f;
    border-radius: 50%;
    color: #58d45c;
    display: flex;
    font-size: 0;
    font-weight: 900;
    grid-row: span 2;
    height: 42px;
    justify-content: center;
    line-height: 1;
    position: relative;
    width: 42px;
}

.stat-card span::before,
.stat-card span::after {
    content: "";
    position: absolute;
}

.stat-card:nth-child(1) span::before {
    background: #58d45c;
    border-radius: 2px;
    height: 12px;
    transform: skewX(-22deg);
    width: 18px;
}

.hosting-page {
    background: #f6f8f6;
}

.hosting-hero {
    background:
        radial-gradient(circle at 82% 63%, rgba(25, 198, 167, .18), transparent 27%),
        radial-gradient(circle at 63% 45%, rgba(31, 56, 48, .28), transparent 32%),
        linear-gradient(90deg, #111111 0%, #101211 42%, #09120f 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hosting-hero .container-xl {
    max-width: 1474px;
}

.hosting-hero::after {
    color: rgba(255, 255, 255, .025);
    content: "Hosting";
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 3%;
    top: 104px;
}

.hosting-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
    min-height: 650px;
    padding-bottom: 34px;
    padding-top: 78px;
    position: relative;
    z-index: 2;
}

.hosting-copy {
    align-self: center;
    position: relative;
    z-index: 3;
}

.deal-badge {
    background: #19c6a7;
    border-radius: 2px;
    color: #062119;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 18px;
    padding: 6px 9px;
    text-transform: uppercase;
}

.hosting-copy h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 1.18;
    margin: 0 0 46px;
    max-width: 610px;
}

.hosting-points {
    display: grid;
    gap: 21px;
    list-style: none;
    margin: 0 0 48px;
    padding: 0;
}

.hosting-points li {
    align-items: center;
    color: rgba(255, 255, 255, .94);
    display: flex;
    font-size: 19px;
    font-weight: 700;
    gap: 18px;
}

.hosting-points span {
    align-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 23px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.price-line {
    align-items: baseline;
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}

.price-line small,
.price-line del {
    color: rgba(238, 246, 241, .72);
    font-size: 16px;
    font-weight: 700;
}

.price-line strong {
    color: #19c6a7;
    font-size: 22px;
    font-weight: 900;
}

.hosting-cta {
    background: #fff;
    box-shadow: none;
    color: #11170f;
}

.risk-note {
    color: rgba(25, 198, 167, .78);
    font-size: 13px;
    font-weight: 700;
    margin: 18px 0 0;
}

.hosting-visual {
    align-self: end;
    height: 565px;
    justify-self: end;
    max-width: 870px;
    position: relative;
    width: 100%;
}

.hosting-visual img {
    display: block;
    filter: drop-shadow(0 34px 55px rgba(0, 0, 0, .34));
    height: auto;
    max-width: none;
    position: absolute;
    right: 54px;
    top: 54px;
    width: min(44vw, 610px);
}

.trust-row {
    align-items: center;
    align-self: end;
    color: rgba(238, 246, 241, .82);
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    font-weight: 500;
    gap: 8px;
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: -18px;
    position: relative;
    z-index: 6;
}

.trust-row b {
    background: #19c6a7;
    border-radius: 2px;
    color: #062119;
    font-size: 12px;
    padding: 4px 7px;
}

.trust-row em {
    color: #fff;
    font-style: normal;
}

.trust-row small {
    color: #fff;
    flex: 0 0 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.trust-row strong {
    font-weight: 800;
}

.hosting-plans {
    background: #f6f8f6;
    padding: 70px 0 96px;
}

.plans-heading {
    margin: 0 auto 36px;
    max-width: 720px;
    text-align: center;
}

.plans-heading .section-kicker {
    margin-bottom: 8px;
}

.plans-heading h2 {
    margin: 0 0 12px;
}

.plans-heading p {
    color: #66736d;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.plans-grid {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
}

.plan-card {
    background: #fff;
    border: 1px solid rgba(23, 32, 28, .1);
    border-radius: 10px;
    box-shadow: 0 18px 46px rgba(15, 26, 21, .06);
    display: flex;
    flex-direction: column;
    min-height: 458px;
    overflow: hidden;
    padding: 58px 20px 30px;
    position: relative;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    will-change: transform;
}

.plan-card:hover,
.plan-card:focus-within {
    border-color: rgba(25, 198, 167, .48);
    box-shadow: 0 28px 70px rgba(15, 26, 21, .12);
    transform: translateY(-8px);
}

.featured-plan {
    border-color: rgba(25, 198, 167, .78);
    box-shadow: 0 24px 62px rgba(25, 198, 167, .16);
}

.featured-plan:hover,
.featured-plan:focus-within {
    border-color: #19c6a7;
    box-shadow: 0 30px 78px rgba(25, 198, 167, .24);
}

.plan-ribbon {
    background: #19c6a7;
    color: #062119;
    font-size: 11px;
    font-weight: 900;
    left: 0;
    padding: 9px 18px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.featured-plan h3 {
    margin-top: 0;
}

.plan-card h3 {
    color: var(--ink);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.plan-card p {
    color: #67736d;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.plan-price {
    align-items: baseline;
    color: var(--ink);
    display: flex;
    font-size: 42px;
    font-weight: 900;
    gap: 2px;
    margin: 0px 0 18px;
}

.plan-price small {
    font-size: 18px;
}

.plan-price span {
    color: #67736d;
    font-size: 14px;
    font-weight: 700;
}

.plan-button {
    align-items: center;
    background: #111715;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.plan-button:hover {
    background: #26312c;
    color: #fff;
}

.plan-card .plan-button + p {
    margin-bottom: 28px;
}

.plan-card ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: auto 0 0;
    padding: 0;
}

.plan-card li {
    color: #46534d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    padding-left: 20px;
    position: relative;
}

.plan-card li::before {
    color: #19c6a7;
    content: "✓";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.hosting-included,
.hosting-faq {
    background: #f6f8f6;
    padding: 34px 0 80px;
}

.contact-page {
    background: #f6f8f6;
}

.contact-hero {
    background:
        radial-gradient(circle at 78% 26%, rgba(25, 198, 167, .2), transparent 28%),
        radial-gradient(circle at 12% 82%, rgba(183, 255, 74, .12), transparent 30%),
        linear-gradient(120deg, #07100b 0%, #0d100f 58%, #10231b 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.contact-hero-inner {
    align-items: center;
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(0, 1fr) 360px;
    min-height: 560px;
    padding-bottom: 80px;
    padding-top: 80px;
}

.contact-copy h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.06;
    margin: 0 0 24px;
    max-width: 720px;
}

.contact-copy p {
    color: rgba(238, 246, 241, .78);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    max-width: 680px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.contact-panel {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(183, 255, 74, .18);
    border-radius: 10px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
    padding: 34px;
}

.contact-panel span {
    color: rgba(238, 246, 241, .72);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-panel strong {
    color: var(--lime);
    display: block;
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
}

.contact-panel p {
    color: rgba(238, 246, 241, .78);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px 0 0;
}

.contact-section {
    padding: 82px 0 96px;
}

.contact-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
}

.contact-methods {
    display: grid;
    gap: 16px;
}

.contact-methods article,
.contact-form {
    background: #fff;
    border: 1px solid rgba(23, 32, 28, .08);
    border-radius: 10px;
    box-shadow: 0 18px 46px rgba(15, 26, 21, .06);
}

.contact-methods article {
    padding: 26px;
}

.contact-methods span {
    color: #19c6a7;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 12px;
}

.contact-methods h2,
.contact-form h2 {
    color: var(--ink);
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 12px;
}

.contact-methods a {
    color: #111715;
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 12px;
}

.contact-methods a:hover {
    color: #19c6a7;
}

.contact-methods p {
    color: #66736d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.contact-form {
    display: grid;
    gap: 18px;
    padding: 34px;
}

.contact-form label {
    color: #46534d;
    display: grid;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    background: #f8faf8;
    border: 1px solid rgba(23, 32, 28, .12);
    border-radius: 8px;
    color: #111715;
    font: inherit;
    font-weight: 600;
    min-height: 48px;
    padding: 12px 14px;
    width: 100%;
}

.contact-form textarea {
    min-height: 148px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: rgba(25, 198, 167, .68);
    box-shadow: 0 0 0 4px rgba(25, 198, 167, .12);
    outline: 0;
}

.hosting-section-heading {
    margin: 0 auto 34px;
    max-width: 760px;
    text-align: center;
}

.hosting-section-heading h2 {
    color: var(--ink);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 14px;
}

.hosting-section-heading p {
    color: #66736d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
}

.included-grid,
.faq-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.included-grid article,
.faq-grid article {
    background: #fff;
    border: 1px solid rgba(23, 32, 28, .09);
    border-radius: 10px;
    box-shadow: 0 18px 46px rgba(15, 26, 21, .055);
    min-height: 220px;
    padding: 28px 24px;
}

.included-grid span {
    align-items: center;
    background: #19c6a7;
    border-radius: 50%;
    color: #062119;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    margin-bottom: 24px;
    width: 34px;
}

.included-grid h3,
.faq-grid h3 {
    color: var(--ink);
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 12px;
}

.included-grid p,
.faq-grid p {
    color: #66736d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.hosting-workflow {
    background: #f6f8f6;
    padding: 0 0 80px;
}

.workflow-panel {
    align-items: center;
    background:
        radial-gradient(circle at 86% 30%, rgba(25, 198, 167, .18), transparent 24%),
        linear-gradient(135deg, #101614, #07100e);
    border-radius: 10px;
    color: #fff;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    overflow: hidden;
    padding: 58px;
}

.workflow-panel h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 18px;
}

.workflow-panel p {
    color: rgba(238, 246, 241, .72);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
    max-width: 560px;
}

.workflow-panel ol {
    counter-reset: workflow;
    display: grid;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.workflow-panel li {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 22px 22px 22px 70px;
    position: relative;
}

.workflow-panel li::before {
    align-items: center;
    background: #19c6a7;
    border-radius: 50%;
    color: #062119;
    content: counter(workflow, decimal-leading-zero);
    counter-increment: workflow;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    left: 22px;
    position: absolute;
    top: 22px;
    width: 34px;
}

.workflow-panel strong {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.workflow-panel li span {
    color: rgba(238, 246, 241, .72);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.vps-page .hosting-hero {
    background:
        radial-gradient(circle at 84% 22%, rgba(79, 124, 255, .18), transparent 24%),
        radial-gradient(circle at 75% 70%, rgba(202, 255, 61, .14), transparent 28%),
        linear-gradient(90deg, #101115 0%, #101815 45%, #07100e 100%);
}

.vps-page .hosting-hero::after {
    content: "VPS";
    font-size: 150px;
    right: 1%;
    top: 132px;
}

.vps-visual {
    align-self: center;
}

.vps-visual img {
    object-fit: contain;
    right: 54px;
    top: 54px;
    width: min(44vw, 610px);
}

.vps-metrics {
    bottom: 42px;
    display: grid;
    gap: 12px;
    position: absolute;
    right: 18px;
    width: 220px;
    z-index: 4;
}

.vps-metrics span {
    background: rgba(7, 16, 14, .72);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    color: rgba(238, 246, 241, .78);
    font-size: 12px;
    font-weight: 800;
    padding: 14px 16px;
}

.vps-metrics b {
    color: #19c6a7;
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px;
}

.vps-specs {
    background: #f6f8f6;
    padding: 0 0 80px;
}

.vps-spec-panel {
    align-items: center;
    background:
        radial-gradient(circle at 90% 12%, rgba(202, 255, 61, .2), transparent 25%),
        radial-gradient(circle at 12% 88%, rgba(25, 198, 167, .18), transparent 22%),
        linear-gradient(135deg, #111715, #07100e);
    border-radius: 10px;
    color: #fff;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
    padding: 54px;
}

.vps-spec-panel h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 18px;
}

.vps-spec-panel p {
    color: rgba(238, 246, 241, .72);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
}

.vps-spec-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vps-spec-grid article {
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    min-height: 128px;
    padding: 22px;
}

.vps-spec-grid strong {
    color: #19c6a7;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 12px;
}

.vps-spec-grid span {
    color: rgba(238, 246, 241, .74);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.s3-page .hosting-hero {
    background:
        radial-gradient(circle at 85% 22%, rgba(245, 196, 83, .16), transparent 22%),
        radial-gradient(circle at 76% 72%, rgba(79, 124, 255, .18), transparent 30%),
        linear-gradient(90deg, #101115 0%, #111818 44%, #07100e 100%);
}

.s3-page .hosting-hero::after {
    content: "S3";
    font-size: 300px;
    right: 4%;
    top: 116px;
}

.s3-visual {
    align-self: center;
}

.s3-visual img {
    object-fit: contain;
    right: 38px;
    top: 74px;
    width: min(46vw, 650px);
}

.s3-metrics {
    bottom: 44px;
    display: grid;
    gap: 12px;
    position: absolute;
    right: 18px;
    width: 235px;
    z-index: 4;
}

.s3-metrics span {
    background: rgba(7, 16, 14, .72);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    color: rgba(238, 246, 241, .78);
    font-size: 12px;
    font-weight: 800;
    padding: 14px 16px;
}

.s3-metrics b {
    color: #19c6a7;
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px;
}

.s3-specs {
    background: #f6f8f6;
    padding: 0 0 80px;
}

.s3-spec-panel {
    align-items: center;
    background:
        radial-gradient(circle at 90% 12%, rgba(245, 196, 83, .2), transparent 25%),
        radial-gradient(circle at 12% 88%, rgba(79, 124, 255, .16), transparent 22%),
        linear-gradient(135deg, #111715, #07100e);
    border-radius: 10px;
    color: #fff;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
    padding: 54px;
}

.s3-spec-panel h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 18px;
}

.s3-spec-panel p {
    color: rgba(238, 246, 241, .72);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
}

.s3-spec-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s3-spec-grid article {
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    min-height: 128px;
    padding: 22px;
}

.s3-spec-grid strong {
    color: #19c6a7;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 12px;
}

.s3-spec-grid span {
    color: rgba(238, 246, 241, .74);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.stat-card:nth-child(2) span::before,
.stat-card:nth-child(2) span::after {
    background: #58d45c;
    border-radius: 2px;
    height: 4px;
    width: 8px;
}

.stat-card:nth-child(2) span::before {
    left: 13px;
}

.stat-card:nth-child(2) span::after {
    right: 13px;
}

.stat-card:nth-child(3) span::before {
    background:
        linear-gradient(to top, #58d45c 0 9px, transparent 9px),
        linear-gradient(to top, #58d45c 0 17px, transparent 17px),
        linear-gradient(to top, #58d45c 0 25px, transparent 25px);
    background-position: 0 bottom, 12px bottom, 24px bottom;
    background-repeat: no-repeat;
    background-size: 9px 26px;
    height: 26px;
    width: 33px;
}

.stat-card:nth-child(4) span::before {
    border-bottom: 3px solid #58d45c;
    border-left: 3px solid #58d45c;
    height: 9px;
    transform: rotate(-25deg) skewX(18deg);
    width: 18px;
}

.stat-card small {
    color: #a7b2ac;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 4px;
}

.stat-card strong {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.cluster {
    background:
        radial-gradient(circle at 50% 135%, rgba(202, 255, 61, .22), transparent 18%),
        radial-gradient(circle at 15% 0%, rgba(38, 111, 100, .5), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(58, 103, 94, .46), transparent 28%),
        linear-gradient(90deg, #050807, #0c1110 48%, #050807);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
    margin: 18px auto 0;
    min-height: 180px;
    overflow: hidden;
    padding: 54px 24px 24px;
    position: relative;
    width: 100%;
}

.cluster::before,
.cluster::after {
    background: linear-gradient(90deg, transparent, rgba(70, 156, 143, .48), rgba(202, 255, 61, .26), transparent);
    content: "";
    height: 80px;
    left: -15%;
    position: absolute;
    top: 20px;
    transform: rotate(13deg);
    width: 60%;
}

.cluster::after {
    left: auto;
    right: -15%;
    transform: rotate(-13deg);
}

.cluster h3 {
    font-size: 28px;
    font-weight: 650;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}

.cluster p {
    color: #9aa7a0;
    font-size: 13px;
    font-style: italic;
    margin: 0;
    position: relative;
    z-index: 1;
}

.site-footer {
    background:
        radial-gradient(ellipse at 50% 106%, rgba(54, 93, 73, .34), rgba(20, 31, 27, .28) 28%, transparent 58%),
        #0d100f;
    color: rgba(205, 216, 209, .72);
    min-height: 576px;
    overflow: hidden;
    padding: 88px 0 30px;
    position: relative;
}

.footer-watermark {
    align-items: center;
    color: transparent;
    display: flex;
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .78;
    margin: 0 auto 68px;
    max-width: 1260px;
    opacity: .92;
    padding-left: 8px;
    text-shadow:
        0 -1px 0 rgba(255, 255, 255, .14),
        0 1px 0 rgba(0, 0, 0, .75);
    -webkit-text-stroke: 1px rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055) 46%, rgba(0, 0, 0, .05) 72%);
    -webkit-background-clip: text;
    background-clip: text;
}

.footer-watermark span {
    background: linear-gradient(165deg, rgba(255,255,255,.15), rgba(255,255,255,.055) 48%, rgba(0,0,0,.04));
    clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
    display: inline-block;
    height: .66em;
    margin-right: .02em;
    margin-top: .05em;
    position: relative;
    width: .62em;
}

.footer-watermark span::after {
    background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
    border-radius: 50%;
    content: "";
    display: block;
    height: 54%;
    margin-left: 50%;
    margin-top: 37%;
    width: 54%;
}

.footer-links {
    margin: 0 auto;
    max-width: 1230px;
}

.footer-links h3 {
    color: rgba(223, 232, 226, .82);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 23px;
}

.footer-links a {
    color: rgba(169, 184, 175, .7);
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 22px;
}

.footer-links a:hover {
    color: var(--lime);
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(202, 255, 61, .1);
    color: rgba(159, 176, 166, .7);
    display: flex;
    font-size: 12px;
    gap: 20px;
    flex-wrap: wrap;
    margin: 52px auto 0;
    max-width: 1230px;
    padding-top: 31px;
}

.footer-bottom p {
    flex: 1;
    margin: 0;
    text-align: center;
}

.footer-bottom b {
    align-items: center;
    color: rgba(159, 176, 166, .72);
    display: flex;
    font-size: 18px;
    font-style: normal;
    gap: 18px;
    letter-spacing: 0;
    margin-left: 26px;
}

.footer-bottom b i {
    align-items: center;
    display: inline-flex;
    font-style: normal;
    font-weight: 800;
    height: 21px;
    justify-content: center;
    min-width: 18px;
}

.reveal {
    animation: riseIn .75s ease both;
}

.reveal:nth-child(2n) {
    animation-delay: .08s;
}

@keyframes drift {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    50% { transform: translate3d(-12px, 10px, 0) rotate(.8deg); }
}

@keyframes pulse {
    50% { opacity: .35; transform: scale(1.7); }
}

@keyframes grain {
    50% { transform: translate(2px, -2px); }
}

@keyframes riseIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes floatPixel {
    50% { transform: translateY(18px); }
}

@keyframes cardPulse {
    50% { transform: translateY(-7px); }
}

@media (max-width: 991.98px) {
    .site-header {
        height: auto;
    }

    .navbar {
        position: relative;
    }

    .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 8px;
        height: 44px;
        padding: 8px 10px;
        transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
        width: 50px;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(202, 255, 61, .18);
    }

    .navbar-toggler[aria-expanded="true"] {
        background: rgba(202, 255, 61, .1);
        border-color: rgba(202, 255, 61, .5);
    }

    .navbar-collapse {
        background:
            radial-gradient(circle at 92% 0%, rgba(202, 255, 61, .12), transparent 28%),
            rgba(6, 10, 9, .98);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 14px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
        left: 12px;
        overflow: hidden;
        padding: 12px;
        position: absolute;
        right: 12px;
        top: calc(100% + 10px);
        z-index: 50;
    }

    .navbar-nav {
        gap: 8px;
        margin-bottom: 12px;
    }

    .nav-link {
        align-items: center;
        background: rgba(255, 255, 255, .045);
        border: 1px solid rgba(255, 255, 255, .07);
        border-radius: 10px;
        color: rgba(244, 250, 246, .88);
        display: flex;
        font-size: 13px;
        justify-content: space-between;
        margin: 0;
        padding: 15px 16px;
        transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    }

    .nav-link::after {
        background: transparent;
        color: var(--lime);
        content: "›";
        display: inline-flex;
        font-size: 18px;
        height: auto;
        margin: 0;
        opacity: .72;
        transform: none;
        width: auto;
    }

    .nav-link:hover,
    .nav-link:focus {
        background: rgba(202, 255, 61, .1);
        border-color: rgba(202, 255, 61, .24);
        color: #fff;
        transform: translateX(3px);
    }

    .nav-cta {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 8px;
        width: 100%;
    }

    .globe-stage {
        bottom: auto;
        height: 520px;
        opacity: .9;
        right: -25vw;
        top: 48px;
        width: min(98vw, 720px);
    }

    .globe-vignette {
        background:
            linear-gradient(90deg, #050805 0%, rgba(5, 8, 5, .62) 22%, rgba(5, 8, 5, .02) 68%, rgba(5, 8, 5, .12) 100%),
            linear-gradient(180deg, rgba(5, 8, 5, .5), transparent 38%, rgba(5, 8, 5, .74) 100%);
    }

    .globe-labels {
        right: 16%;
        top: 50%;
        transform: translateY(-50%) scale(.86);
        transform-origin: right top;
    }

    .hero-inner {
        display: block;
        min-height: auto;
        padding-bottom: 34px;
        padding-top: 64px;
    }

    .hero-copy {
        padding-left: 0;
        position: relative;
        z-index: 2;
    }

    .product-card,
    .coderick,
    .email {
        min-height: 0;
    }

    .coderick {
        min-height: 0;
    }

    .products {
        padding: 72px 0 44px;
    }

    .product-card {
        display: flex;
        flex-direction: column;
        padding: 32px;
    }

    .card-text,
    .card-text.wide {
        max-width: none;
    }

    .product-image,
    .image-wordpress,
    .image-builder,
    .image-coderick,
    .image-hosting,
    .image-store,
    .image-email {
        border-radius: 12px;
        bottom: auto;
        height: auto;
        left: auto;
        margin-top: 26px;
        max-width: 100%;
        object-fit: cover;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }

    .image-wordpress,
    .image-builder,
    .image-hosting,
    .image-store {
        aspect-ratio: 16 / 10;
    }

    .image-wordpress {
        filter: drop-shadow(0 18px 24px rgba(41, 58, 74, .16));
        object-fit: contain;
    }

    .image-coderick {
        aspect-ratio: 16 / 10;
        filter: drop-shadow(0 20px 28px rgba(67, 73, 92, .18));
        object-fit: contain;
    }

    .image-email {
        aspect-ratio: 4 / 3;
        max-width: 360px;
    }

    .payment-visual {
        height: 520px;
        margin-left: 0;
        transform: scale(.74);
        transform-origin: left top;
        width: 136%;
    }

    .success-panel {
        left: 190px;
    }

    .payment-copy {
        margin-left: 0;
        padding-top: 0;
    }

    .hero h1 {
        font-size: 58px;
        max-width: 720px;
    }

    .products-heading h2,
    .payment-copy h2,
    .stats h2,
    .plans-heading h2 {
        font-size: 42px;
    }

    .footer-watermark {
        font-size: 96px;
    }

    .stat-grid,
    .pay-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hosting-hero-inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-bottom: 58px;
        padding-top: 64px;
    }

    .hosting-copy h1 {
        font-size: 46px;
        max-width: 680px;
    }

    .contact-hero-inner,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-inner {
        min-height: 0;
        padding-bottom: 58px;
        padding-top: 64px;
    }

    .contact-copy h1 {
        font-size: 48px;
    }

    .contact-panel {
        max-width: 520px;
    }

    .hosting-visual {
        height: 520px;
        justify-self: start;
        margin-top: 42px;
        max-width: 100%;
    }

    .hosting-visual img {
        left: 50%;
        right: auto;
        top: 0;
        transform: translateX(-50%);
        width: min(116vw, 920px);
    }

    .trust-row {
        justify-content: center;
        margin-top: 18px;
    }

    .plans-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .featured-plan {
        transform: none;
    }

    .included-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workflow-panel {
        gap: 34px;
        grid-template-columns: 1fr;
        padding: 42px;
    }

    .workflow-panel h2,
    .hosting-section-heading h2 {
        font-size: 42px;
    }

    .vps-metrics {
        bottom: 24px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(100%, 520px);
    }

    .s3-metrics {
        bottom: 24px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(100%, 520px);
    }

    .vps-spec-panel {
        gap: 34px;
        grid-template-columns: 1fr;
        padding: 42px;
    }

    .s3-spec-panel {
        gap: 34px;
        grid-template-columns: 1fr;
        padding: 42px;
    }

    .vps-spec-panel h2 {
        font-size: 42px;
    }

    .s3-spec-panel h2 {
        font-size: 42px;
    }
}

@media (max-width: 575.98px) {
    .site-header {
        display: block;
    }

    .site-header .container-xl,
    main .container-xl,
    .site-footer .container-xl {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero {
        background:
            radial-gradient(circle at 94% 36%, rgba(183, 255, 74, .14), transparent 24%),
            linear-gradient(100deg, #050805 0%, #071007 100%);
        min-height: calc(100svh - 68px);
    }

    .globe-stage {
        height: 430px;
        opacity: .82;
        right: -54vw;
        top: 52px;
        width: 128vw;
    }

    .globe-labels {
        display: none;
    }

    .hero::before {
        background:
            linear-gradient(90deg, rgba(5, 8, 5, 1) 0%, rgba(5, 8, 5, .98) 42%, rgba(5, 8, 5, .72) 62%, rgba(5, 8, 5, .16) 100%),
            linear-gradient(180deg, rgba(5, 8, 5, .08), rgba(5, 8, 5, .44));
    }

    .hero-inner {
        min-height: calc(100svh - 68px);
        padding-bottom: 0;
        padding-top: 86px;
    }

    .hero-copy {
        padding-top: 0;
    }

    .eyebrow {
        display: none;
    }

    .hero h1 {
        font-family: "Playfair Display", Georgia, serif;
        font-size: 51px;
        font-weight: 600;
        line-height: 1.02;
        margin-bottom: 22px;
        max-width: 355px;
    }

    .hero p {
        color: rgba(255, 255, 255, .72);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.38;
        margin-bottom: 18px;
        max-width: 350px;
    }

    .domain-search {
        margin-bottom: 20px;
        max-width: 350px;
    }

    .domain-search label {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .domain-search-box {
        border-radius: 18px;
        grid-template-columns: 1fr 92px;
        padding: 7px;
    }

    .domain-search input {
        grid-column: 1 / -1;
        height: 46px;
        padding: 0 12px;
    }

    .domain-search select {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
        height: 44px;
        padding: 0 10px;
    }

    .domain-search button {
        height: 44px;
    }

    .hero .d-flex {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px !important;
    }

    .hero .btn {
        border-radius: 2px;
        clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 16px 24px;
        text-transform: none;
        width: 184px;
    }

    .hero .btn-lime {
        background: #caff3d;
        box-shadow: none;
        color: #11170f;
    }

    .hero .btn-ghost {
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .16);
        color: #fff;
    }

    .hero-proof {
        display: none;
    }

    .products-heading h2,
    .payment-copy h2,
    .stats h2,
    .plans-heading h2,
    .contact-copy h1 {
        font-size: 32px;
        line-height: 1.12;
    }

    .contact-copy p {
        font-size: 16px;
    }

    .contact-actions {
        gap: 10px;
    }

    .contact-actions .btn,
    .contact-form .btn {
        justify-content: center;
        width: 100%;
    }

    .contact-panel,
    .contact-methods article,
    .contact-form {
        padding: 24px;
    }

    .contact-section {
        padding: 48px 0 62px;
    }

    .products-heading p {
        font-size: 15px;
        line-height: 1.55;
    }

    .product-card {
        padding: 28px 22px;
    }

    .product-card h2,
    .mini h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .product-card p,
    .mini p {
        font-size: 14px;
        max-width: none;
    }

    .image-email {
        max-width: none;
    }

    .payment {
        padding: 42px 0 52px;
    }

    .payment .pixel {
        display: none;
    }

    .payment-visual {
        height: 300px;
        margin-bottom: 8px;
        transform: none;
        width: 100%;
    }

    .order-panel {
        border-radius: 5px;
        height: 248px;
        left: 0;
        padding: 20px 14px;
        top: 0;
        width: 205px;
    }

    .order-panel h3 {
        font-size: 14px;
    }

    .order-panel p,
    .order-panel dt,
    .order-panel dd {
        font-size: 8px;
    }

    .order-panel strong,
    .order-panel b {
        font-size: 8px;
    }

    .order-panel dl {
        margin-top: 12px;
        row-gap: 3px;
    }

    .success-panel {
        border-radius: 5px;
        bottom: auto;
        height: 168px;
        left: auto;
        padding: 20px 18px;
        right: 0;
        top: 82px;
        width: 236px;
    }

    .checkmark {
        aspect-ratio: 1 / 1;
        flex: 0 0 auto;
        font-size: 52px;
        height: 68px;
        line-height: 1;
        margin-bottom: 14px;
        min-height: 68px;
        min-width: 68px;
        width: 68px;
    }

    .success-panel h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .success-panel p {
        font-size: 8px;
        line-height: 1.35;
        max-width: 180px;
    }

    .badge-soft {
        font-size: 12px;
        margin-bottom: 18px;
        padding: 9px 16px;
    }

    .payment-copy > p {
        font-size: 13px;
    }

    .pay-grid {
        gap: 24px;
    }

    .logos {
        height: 48px;
    }

    .logos img {
        height: 42px;
        width: 42px;
    }

    .logos img + img {
        margin-left: -8px;
    }

    .pay-grid strong {
        font-size: 15px;
    }

    .pay-grid p {
        font-size: 12px;
    }

    .pay-grid,
    .stat-grid {
        grid-template-columns: 1fr;
    }

    .stats {
        padding: 44px 0;
    }

    .hosting-hero::after {
        font-size: 210px;
        right: -46px;
        top: 190px;
    }

    .hosting-hero-inner {
        padding-bottom: 44px;
        padding-top: 46px;
    }

    .deal-badge {
        font-size: 10px;
        margin-bottom: 14px;
    }

    .hosting-copy h1 {
        font-size: 40px;
        line-height: 1.08;
        margin-bottom: 22px;
    }

    .hosting-points {
        gap: 12px;
        margin-bottom: 24px;
    }

    .hosting-points li {
        align-items: flex-start;
        font-size: 13px;
        line-height: 1.35;
    }

    .price-line {
        flex-wrap: wrap;
    }

    .hosting-visual {
        height: 330px;
        margin-top: 34px;
        max-width: 360px;
    }
    
    .trust-row {
        align-items: center;
        flex-direction: column;
        gap: 7px;
    }

    .trust-row small {
        font-size: 14px;
        line-height: 1.4;
    }

    .hosting-plans {
        padding: 48px 0 62px;
    }

    .plan-card {
        min-height: 0;
        padding: 54px 22px 26px;
    }

    .featured-plan h3 {
        margin-top: 0;
    }

    .hosting-included,
    .hosting-faq {
        padding: 34px 0 56px;
    }

    .hosting-section-heading h2,
    .workflow-panel h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .included-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .included-grid article,
    .faq-grid article {
        min-height: 0;
        padding: 24px 22px;
    }

    .hosting-workflow {
        padding-bottom: 56px;
    }

    .workflow-panel {
        border-radius: 8px;
        gap: 28px;
        padding: 30px 22px;
    }

    .workflow-panel li {
        padding: 20px 18px 20px 62px;
    }

    .workflow-panel li::before {
        left: 18px;
        top: 20px;
    }

    .vps-page .hosting-hero::after {
        font-size: 128px;
        right: -16px;
        top: 236px;
    }

    .vps-metrics {
        bottom: 0;
        gap: 8px;
        width: 100%;
    }

    .vps-metrics span {
        font-size: 11px;
        padding: 11px 12px;
    }

    .vps-metrics b {
        font-size: 18px;
    }

    .s3-page .hosting-hero::after {
        font-size: 152px;
        right: -16px;
        top: 236px;
    }

    .s3-metrics {
        bottom: 0;
        gap: 8px;
        width: 100%;
    }

    .s3-metrics span {
        font-size: 11px;
        padding: 11px 12px;
    }

    .s3-metrics b {
        font-size: 18px;
    }

    .vps-specs {
        padding-bottom: 56px;
    }

    .s3-specs {
        padding-bottom: 56px;
    }

    .vps-spec-panel {
        border-radius: 8px;
        gap: 28px;
        padding: 30px 22px;
    }

    .s3-spec-panel {
        border-radius: 8px;
        gap: 28px;
        padding: 30px 22px;
    }

    .vps-spec-panel h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .s3-spec-panel h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .vps-spec-grid {
        grid-template-columns: 1fr;
    }

    .s3-spec-grid {
        grid-template-columns: 1fr;
    }

    .vps-spec-grid article {
        min-height: 0;
        padding: 20px;
    }

    .s3-spec-grid article {
        min-height: 0;
        padding: 20px;
    }

    .stat-card {
        max-width: 340px;
        margin: 0 auto;
        width: 100%;
    }

    .footer-watermark {
        font-size: 42px;
        letter-spacing: 0;
        margin-bottom: 44px;
        overflow-wrap: anywhere;
        padding-left: 0;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .footer-bottom p {
        text-align: left;
    }

}
