.spring-sale {
    width: 406px;
    height: 300px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 30%;
}
img.spring {
    position: absolute;
    top: -115px;
    left: -3%;
    max-width: 410px;
}
.spring-sale .price-side {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
    margin-left: -55px;
    font-family: "Rubik", sans-serif;
}
.spring-sale .price-side small {
    color: #142c45 !important;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    top: 3px;
    position: relative;
    left: 5px;
    font-family: "Rubik", sans-serif;
}
.spring-sale .price-side span {
    color: #142c45 !important;
    position: relative;
    font-size: 82px;
    line-height: 82px;
    font-weight: 900;
    font-family: "Rubik", sans-serif;
}
.spring-sale .box {
    color: #082235 !important;
    position: absolute;
    background-color: #ffcb26;
    border-radius: 3px;
    font-size: 14px;
    text-shadow: none !important;
    line-height: 20px;
    padding: 0.4px 5px 0px 5px;
    margin: auto;
    top: -75px;
    bottom: 5px;
    width: max-content;
    left: 43.4%;
    height: max-content;
    transform: translate(0px, 0px) skew(-15deg, 0deg);
}
span.disc {
    color: #142c45;
    margin-left: -30px;
    font-weight: 800;
    font-size: 22px;
    margin-top: -10px;
    z-index: 1;
}
.banner-breadcrumb {
    left: 15% !important;
}
.banner-breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.banner-breadcrumb ul li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    color: #fff;
}
.banner-breadcrumb ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}

section#owl-banners {
    position: relative;
    height: unset !important;
    background-color: transparent !important;
}

#owl-banners .item {
    height: 320px !important;
}
#owl-banners .item .text-holder h1 {
    font-size: 32px !important;
}
p.hosting-description {
    font: 400 17px / 28px Roboto, Roboto-fallback, Roboto-fallback-2, sans-serif !important;
}

@media (max-width: 990px) {
    h1.hosting-title {
        margin-left: 20px !important;
    }
    p.hosting-description {
        margin-left: 20px !important;
    }
    #owl-banners .item .text-holder.light .list {
        margin-left: 20px !important;
    }
    .banner-breadcrumb {
        left: 5% !important;
    }
}
.gnet-ratings {
    margin: 24px auto;
    max-width: 1320px;
    padding: 0 10px;
}
.gnet-ribbon {
    --grad-a: #e6f2ff;
    --grad-b: #eeecff;
    --card: #fff;
    --border: rgba(2, 6, 23, 0.06);
    --shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    border-radius: 22px;
    border: 1px solid #fff0;
    box-shadow: var(--shadow);
    padding: 22px;
    background: linear-gradient(var(--card), var(--card)) padding-box, linear-gradient(90deg, var(--grad-a), var(--grad-b)) border-box;
    position: relative;
    overflow: hidden;
}
.gnet-ribbon::after {
    content: "";
    position: absolute;
    inset: -40% -20% auto -20%;
    height: 220px;
    background: radial-gradient(70% 60% at 30% 40%, rgb(0 149 255 / 0.08), transparent 60%), radial-gradient(70% 60% at 70% 30%, rgb(123 97 255 / 0.08), transparent 60%);
    filter: blur(12px);
    pointer-events: none;
}
.gnet-ribbon__inner {
    display: grid;
    gap: 18px;
    align-items: center;
}
@media (min-width: 920px) {
    .gnet-ribbon__inner {
        grid-template-columns: 1fr auto;
    }
}
.gnet-ribbon__text h2 {
    margin: 0;
    font-weight: 800;
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.gnet-ribbon__text h2 span {
    font-weight: 700;
    opacity: 0.9;
}
.gnet-ribbon__reviews {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.review-sep {
    width: 1px;
    height: 44px;
    background: linear-gradient(#dfe7ff, #eae6ff);
    border: 0;
    opacity: 0.8;
}
.review {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 2px 10px rgb(2 6 23 / 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.review:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgb(2 6 23 / 0.08);
}
.review__brand {
    font-weight: 800;
    letter-spacing: 0.2px;
    font-family: "Raleway";
}
.review__icons.tp {
    display: flex;
    gap: 6px;
}
.tp-box {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: linear-gradient(135deg, #00b67a, #00e09f);
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.google-logo span {
    font-weight: 800;
    font-size: 18px;
}
.google-logo .g {
    color: #4285f4;
}
.google-logo .o1 {
    color: #ea4335;
}
.google-logo .o2 {
    color: #fbbc05;
}
.google-logo .g2 {
    color: #4285f4;
}
.google-logo .l {
    color: #34a853;
}
.google-logo .e {
    color: #ea4335;
}
.g-stars {
    display: flex;
    gap: 4px;
    line-height: 1;
}
.star {
    font-size: 20px;
    color: #d0d6e1;
}
.star.filled {
    color: #f5b300;
}
.star.half {
    background: linear-gradient(90deg, #f5b300 50%, #d0d6e1 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0;
}
.review__score {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.pill {
    padding: 4px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgb(0 182 122 / 0.12), rgb(0 224 159 / 0.12));
    color: #0f5132;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}
@media (max-width: 679px) {
    .review {
        grid-template-columns: auto 1fr;
    }
    .review__score {
        grid-column: 1 / -1;
    }
    .review-sep {
        display: none;
    }
}
.mod-head {
    border-bottom: 0;
    display: inherit;
    align-items: end;
    gap: 12px;
    margin-bottom: 18px;
    place-content: center;
    place-self: center;
}
.h-title {
    font: 700 28px / 1.2 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
    text-align-last: center;
}
.h-desc {
    color: var(--muted);
    margin: 0;
}
.pricing-2025 {
    --card-bg: #fff;
    --ink: #0d1b2a;
    --muted: #5b6b81;
    --line: #e9eef7;
    --glow: #e8f1ff;
    --primary: #0f3d91;
    --cta: #ffc107;
    --ok: #16a34a;
    --no: #ef4444;
    --card: #fff;
    --ring: #dfe9ff;
    padding: 0px 0 10px 0;
}

.pricing-2025 .container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 56px 16px;
}

.pricing-2025 .p-head {
    text-align: center;
    margin-bottom: 25px;
    border: 0;
}

.pricing-2025 .p-title {
    font-size: 32px;
    line-height: 1.2;
    color: var(--ink);
    margin: 0 0 8px;
}

.pricing-2025 .p-desc {
    color: var(--muted);
    margin: 0;
}

.pricing-2025 .p-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.pricing-2025 .p-card {
    position: relative;
}

.pricing-2025 .p-card .p-card-inner {
    background: var(--card-bg);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgb(15 61 145 / 0.07);
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-2025 .p-card.featured .p-card-inner {
    border-color: #cfe1ff;
    box-shadow: 0 18px 46px rgb(15 61 145 / 0.12);
}

.pricing-2025 .ribbon {
    position: absolute;
    inset: -10px auto auto 50%;
    transform: translateX(-50%);
    background: #ffe89a;
    color: #5b4100;
    border-radius: 0 0 10px 10px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
}

.pricing-2025 .p-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.pricing-2025 .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--line);
}

.pricing-2025 .chip-green {
    background: #e9f9ee;
    color: #056839;
    border-color: #b9ebc7;
}

.pricing-2025 .chip-blue {
    background: #eef4ff;
    color: #173a7a;
    border-color: #d8e6ff;
}

.pricing-2025 .p-name {
    font-size: 22px;
    color: var(--ink);
    margin: 2px 0 2px;
}

.pricing-2025 .p-sub {
    color: var(--muted);
    margin: 0 0 10px;
}

.pricing-2025 .p-price {
    margin: 6px 0 14px;
    background: var(--card);
    border: 1px solid var(--ring);
    border-radius: 14px;
    padding: 10px 12px;
    display: grid;
    gap: 4px;
}

.pricing-2025 .p-old {
    color: #9aa7b7;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

.pricing-2025 .p-new {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    font-weight: 800;
    color: var(--ink);
}

.pricing-2025 .p-new .currency {
    font-size: 18px;
    line-height: 1;
}

.pricing-2025 .p-new .amount {
    font-size: 40px;
    line-height: 0.9;
}

.pricing-2025 .p-new .fraction {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 0px;
    left: -7px;
}

.pricing-2025 .p-new .period {
    font-size: 12px;
    color: var(--muted);
    margin-left: -5px;
}

.pricing-2025 .p-savings {
    font-size: 12px;
    color: #7a5d00;
    background: #fff9e6;
    border: 1px dashed #ffe08a;
    border-radius: 8px;
    padding: 6px 8px;
    display: inline-block;
    margin-top: 8px;
}

.pricing-2025 .btn-yellow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--cta);
    border: none;
    font-weight: 700;
    margin: 12px 0 6px;
    box-shadow: 0 7px 16px rgb(255 193 7 / 0.35);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    height: 40px;
    line-height: 1;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    padding: 15px 0 15px 0;
    color: #171b2b !important;
    background-color: var(--bs-yellow) !important;
    border-color: var(--bs-yellow) !important;
}

.pricing-2025 .btn-yellow:hover {
    transform: translateY(-1px);
}

.pricing-2025 .p-features {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pricing-2025 .p-features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--ink);
    border-top: 1px dashed var(--line);
    padding-top: 8px;
}

.pricing-2025 .p-features li:first-child {
    border-top: none;
    padding-top: 0;
}

.pricing-2025 .p-features i.fa.fa-question-circle {
    margin-top: 3px;
    margin-left: -5px;
}

@media (min-width: 1200px) {
    .tm-menu {
        margin-left: 33% !important;
    }
}

.pricing-2025 .ok,
.pricing-2025 .no {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    display: inline-block;
    flex: 0 0 20px;
}

.pricing-2025 .ok {
    background: #e9f8ef;
    border: 1px solid #b8efcb;
    position: relative;
}

.pricing-2025 .ok::after {
    content: "";
    position: absolute;
    inset: 0;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2316a34a" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/14px 14px no-repeat;
    background: #16a34a;
}

.pricing-2025 .no {
    background: #fee2e2;
    border: 1px solid #fecaca;
    position: relative;
}

.pricing-2025 .no::after {
    content: "";
    position: absolute;
    inset: 0;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ef4444" d="M19 6.4 17.6 5 12 10.6 6.4 5 5 6.4 10.6 12 5 17.6 6.4 19 12 13.4 17.6 19 19 17.6 13.4 12z"/></svg>') center/14px
        14px no-repeat;
    background: #ef4444;
}

.pricing-2025 .off {
    color: #7e8a9b;
}

.pricing-2025 .p-note {
    margin-top: 8px;
    color: #6c7a8f;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 990px) {
    .pricing-2025 .p-grid {
        grid-template-columns: 1fr;
    }

    .pricing-2025 .ribbon {
        left: 16px;
        right: auto;
        transform: none;
    }
}

.pricing-2025 .ribbon {
    position: absolute;
    inset: -15px auto auto 48%;
    transform: translateX(-50%);
    background: #ffe89a;
    color: #5b4100;
    border-radius: 0 0 10px 10px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
}
@media (min-width: 1200px) {
    .pricing-2025 .p-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 20px;
    }
}
.pricing-2025 strong {
    font-weight: 400 !important;
}
.gntr-prc-ftrs-wrap {
    margin-top: -30px !important;
}
ul.gntr-prc-ftrs-body li h3 {
    float: left;
    position: relative;
    font-size: 14px;
    color: #42526e;
    font-weight: normal;
    margin-top: -1px;
    margin-bottom: 0px;
}
div#seoAreaText ul li {
    font-size: 13px;
    list-style: circle;
}
.content-section {
    padding: 20px 0;
}
.content-section p {
    font-size: 16px;
}
.btn-danger {
    color: #ffffff !important;
    background-color: #e60a2a !important;
    border-color: #e60a2a !important;
}
.underline-black {
    text-decoration: underline !important;
    color: black !important;
}
.gntr-prc-ftrs-hd {
    padding: 15px 24px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 16px;
    color: #0a1e43;
    font-weight: 700;
    margin-left: 0px;
    text-align: center;
    width: 100%;
}
.g-reviews {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    color: #0b304a;
    padding: 5px 10px;
    border-radius: 20px;
}
.g-reviews .g-logo {
    height: 26px;
    margin-right: 5px;
}
.g-reviews .g-star {
    position: relative;
    top: -2px;
    height: 16px;
    margin-left: 5px;
}
.g-reviews b {
    padding: 0 4px;
}
.btn-basket {
    white-space: nowrap !important;
    font-weight: 700 !important;
    background-color: #ffcb26 !important;
    border: none !important;
    color: #444 !important;
}
.discount-tow {
    background: #142c45 !important;
}
@media only screen and (max-width: 768px) {
    #owl-slider .item {
        height: 100%;
    }
    #owl-slider .owl-pagination {
        display: none;
    }
    #owl-slider .owl-controls .owl-buttons div {
        top: 170px;
    }

    .g-reviews {
        flex-direction: column;
    }
}
.domain-content1.content-7 {
    background: #f0f8ff38;
}
.ellipsed {
    background: #f9f9f9;
    position: absolute;
    height: 100%;
    aspect-ratio: 1 / 1;
    position: absolute;
    border-radius: 100%;
    right: 60%;
    top: 0px;
    transform: translateX(15%) translateY(-15%);
}
a.btn.btn-outline-light.live-supports {
    background-color: transparent;
    color: black !important;
    border: 1px solid #7c7c7c52 !important;
}
i.fas.fa-chart-network.fa-6x {
    margin: 38% 25% 25% 35%;
    filter: invert(6);
}
img.img-fluids {
    width: 160px;
    padding: 70px 0px 5px 70px;
}
b + small {
    margin-left: 3px;
}
span + small {
    margin-left: 3px;
}
a.btn.btn-warning.btn-xs.pull-right {
    margin-right: 8px;
    padding: 10px 0;
    font-size: 11px;
    width: 140px !important;
}
.pagg-content {
    background: #f0f3f77a;
}
.imgline {
    width: 90%;
}
.hosting-panel-demo {
    background: #006fcf;
    color: #fff;
    min-height: 550px;
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (min-width: 768px) {
    .hosting-panel-demo {
        min-height: 400px;
        padding-bottom: 0px;
    }
}

.hosting-panel-demo h2 small {
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
    font-size: 18px;
}

.hosting-panel-demo p {
    color: #fff;
    font-size: 16px;
}

.hosting-panel-demo a {
    color: #fff;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 38px;
    padding: 5px 10px 5px;
}

.hosting-panel-demo a i {
    color: #ff8100;
    font-size: 20px;
}

.hosting-panel-demo h2 {
    display: grid;
}

.r-border {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.left h1 {
    color: #183b56 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}
section.page-header {
    h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.4em;
        margin-bottom: 12px;
    }
}
section.page-header {
    & h2 {
        strong {
            color: #fff;
        }
    }
}
strong.h-top {
    color: #fff !important;
}
section.page-header {
    .description {
        color: #fff !important;
    }
}
section.page-header {
    & .buttons {
        a {
            color: #000000 !important;
        }
    }
}
.gntr-feats-txt.text-center span {
    font-size: 24px;
    font-weight: 700;
    color: #0a1e43;
}
.heading.text-center span {
    font: 700 26px / 30px Roboto, Roboto-fallback, Roboto-fallback-2, sans-serif;
}

span.disc {
    color: #142c45;
    margin-left: -30px;
    font-weight: 800;
    font-size: 22px;
    margin-top: -5px;
    z-index: 1;
}
section.page-header {
    background: radial-gradient(circle, #f9f9d7 0%, #60b439 40%, #88d4a3 100%) !important;
}
div#seoArea {
    padding: 0 38px;
    overflow-y: scroll;
    display: block;
    height: 248px;
    padding-bottom: 61px;
}
.pack-info {
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--bs-gray);
    padding-left: 10px;
    text-align: center;
    display: flex;
    margin-top: 25px;
}
.pack-info svg {
    margin-right: 5px;
    width: 17px;
    height: 17px;
}

.pack-change {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bs-dark);
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    line-height: 1.4;
    border-radius: 16px;
    border: 1px solid #eeeeef;
    overflow: hidden;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / 0.05);
    flex-wrap: wrap;
}
.pack-change > svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.pack-change > * {
    margin: 0 5px;
}
.pack-change > .pack-abr {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer;
    color: #2a5da9 !important;
}
.p-more {
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    margin-top: 15px;
}
.p-more a {
    color: #ff5722;
}
.p-more svg {
    width: 19px;
    height: 16px;
}

.howto {
    --brand: #02275b;
    --ink: #0f172a;
    --muted: #5b6b7c;
    --ring: rgba(15, 23, 42, 0.08);
    --bg: #f7f9fc;
    /* background:
    radial-gradient(1200px 400px at 10% -10%, #f0f5ff 0, transparent 60%),
    radial-gradient(900px 300px at 90% 0%, #eef7ff 0, transparent 60%),
    #fff; */
    padding: 56px 0 64px;
}
.howto__wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}
.howto__head h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.25;
    color: var(--ink);
    text-align: center;
}
.howto__head {
    background: transparent !important;
    border-bottom: 0px !important;
}
.howto__head p {
    margin: 0 0 28px;
    color: var(--muted);
    text-align: center;
}

.howto__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
    .howto__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .howto__grid {
        grid-template-columns: 1fr;
    }
}

.howto__item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ring);
    border-radius: 16px;
    background: #fff;
    padding: 22px 18px 18px 18px;
    box-shadow: 0 12px 32px -24px rgba(2, 6, 23, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.howto__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px -24px rgba(2, 6, 23, 0.35);
    border-color: rgba(2, 39, 91, 0.12);
}

.howto__step {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--brand);
    border: 1px solid var(--ring);
    border-radius: 10px;
    background: linear-gradient(#fff, #fafcff);
    transition: background 0.35s ease, color 0.35s ease;
}
.howto__item:hover .howto__step {
    background: linear-gradient(135deg, rgba(2, 39, 91, 0.08), rgba(2, 39, 91, 0.02));
}

.howto__icon {
    --capsule: #eaf2ff;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    color: var(--brand);
    background: var(--capsule);
    border: 1px solid var(--ring);
    box-shadow: inset 0 -8px 12px rgba(2, 39, 91, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.howto__item:hover .howto__icon {
    transform: translateY(-2px);
    box-shadow: inset 0 -12px 14px rgba(2, 39, 91, 0.08);
}

.howto__item h3 {
    margin: 0 0 6px;
    font-size: 15px;
    color: var(--ink);
}
.howto__item p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}
.gntr-feats-wrap.lnd_white_bg h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px;
    color: var(--bs-dark);
}
.tm-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 64px 0;
    background: radial-gradient(1000px 600px at 15% -10%, #6aa2ff33 0%, #0000 70%), radial-gradient(900px 600px at 100% 0%, #3b82f633 0%, #0000 60%), linear-gradient(55deg, #2b56d7 0%, #003395 100%);
}
.tm-cta::before {
    width: 420px;
    height: 420px;
    right: -140px;
    bottom: -120px;
    background: conic-gradient(#60a5fa, #2f5fe8, #60a5fa);
}
.tm-cta::after {
    width: 260px;
    height: 260px;
    left: -80px;
    top: -60px;
    background: conic-gradient(#93c5fd, #60a5fa, #93c5fd);
}

.tm-cta::before,
.tm-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.16;
    pointer-events: none;
}
.tm-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.tm-cta-text {
    max-width: 760px;
}
.tm-eyebrow.inverse {
    color: #0b2a52;
    background: #fff;
}
.tm-eyebrow {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgb(47 95 232 / 0.08);
    color: #2f5fe8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.tm-cta-title {
    margin: 14px 0 8px;
    font-weight: 800;
    color: #fff;
    font-size: clamp(24px, 3.4vw, 38px);
    letter-spacing: -0.015em;
}
.tm-cta-sub {
    margin: 0 0 18px;
    color: #e6eeff;
    font-size: clamp(14px, 1.5vw, 16px);
}
.tm-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 18px 0 10px;
}
a.btn.btn-outline-secondary {
    border-color: #ffffff !important;
    border: 1px solid;
    color: #fff;
    background-image: none;
    border-radius: 5px !important;
    font-weight: 500;
}
.tm-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d7e4ff;
    font-weight: 600;
    font-size: 13px;
}
.tm-meta i {
    opacity: 0.9;
}
.tm-cta-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.tm-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px !important;
    border-radius: 999px !important;
    background: rgb(255 255 255 / 0.08) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px !important;
    border: 1px solid rgb(255 255 255 / 0.18);
    transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.tm-cta-card {
    flex: 1 1 360px;
    max-width: 420px;
}
.tm-card {
    background: #fff;
    border: 1px solid rgb(2 6 23 / 0.06);
    border-radius: 18px;
    padding: 18px 18px 20px;
    box-shadow: 0 1px 0 rgb(16 24 40 / 0.05), 0 14px 32px -20px rgb(2 6 23 / 0.18);
    transition: 0.18s ease box-shadow, 0.18s ease transform, 0.18s ease border-color, 0.18s ease background;
}
.tm-card-head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}
.tm-agent {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #0b2a52;
    border-radius: 12px;
    position: relative;
}
.tm-agent i {
    font-size: 18px;
}
.tm-agent::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: inherit;
    padding: 2px;
    opacity: 0.2;
    background: conic-gradient(from 180deg, #2f5fe8, #60a5fa, #2f5fe8);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.tm-card-titles b {
    display: block;
    font-weight: 800;
    color: #262222;
    font-size: 15px;
}
.tm-card-titles small {
    color: #4b4d52;
    font-size: 12px;
    opacity: 0.9;
}
b + small {
    margin-left: 3px;
}
.tm-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0px;
}
.tm-list li:first-child {
    border-top: 0;
}

.tm-list li {
    position: relative;
    padding-left: 28px !important;
    color: #4b5563;
    line-height: 1.5;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}
.tm-list li::before {
    content: "✓";
    position: absolute;
    left: 0px;
    top: auto;
    width: 20px;
    height: 20px;
    display: grid;
    font-size: 12px;
    font-weight: 900;
    color: rgb(47, 95, 232);
    place-items: center;
    border-radius: 50%;
    background: rgb(238, 243, 255);
}
.apps-seo {
    --ink: #0f172a;
    --muted: #5b6b7c;
    --ring: rgba(15, 23, 42, 0.08);
    /* background:
    radial-gradient(880px 280px at 12% -8%, #f0f5ff 0, transparent 60%),
    radial-gradient(820px 260px at 88% 0%, #eef6ff 0, transparent 60%),
    #fff; */
    padding: 56px 0 64px;
}
.apps__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.apps-seo h2 {
    margin: 0 0 16px;
    text-align: center;
    font-size: 28px;
    color: var(--ink);
}

.apps__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 8px 0 22px;
}
.tab {
    background: #fff;
    border: 1px solid var(--ring);
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-weight: 700;
    color: var(--ink);
    box-shadow: 0 8px 24px -18px rgba(2, 6, 23, 0.35);
}
.tab.is-active {
    background: #1d4ed8;
    color: #fff;
    border-color: transparent;
}

.apps__panels {
    background: #f5f8ff;
    border: 1px solid #e6edff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 16px 44px -28px rgba(2, 6, 23, 0.25);
}
.apps__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1100px) {
    .apps__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 820px) {
    .apps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 520px) {
    .apps__grid {
        grid-template-columns: 1fr;
    }
}

.appcard {
    background: #fff;
    border: 1px solid var(--ring);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 12px 32px -24px rgba(2, 6, 23, 0.28);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    height: 220px;
}
.appcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px -24px rgba(2, 6, 23, 0.34);
    border-color: #dbe4ff;
}
.appcard__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #f3f7ff;
    border: 1px solid var(--ring);
}
.appcard__icon img {
    width: 30px;
    height: 30px;
}
.appcard__icon i {
    font-size: 30px;
}
.appcard span {
    margin: 2px 0 0;
    color: var(--ink);
    font-size: 16px;
    font-weight: 600;
}
.appcard p {
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}
.appcard__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.btn {
    /*background:#02275b;*/
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 0.5rem 0.8rem;
    font-weight: 700;
    text-decoration: none;
}
.btn--sm {
    font-size: 14px;
}
.btn--ghost {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--ring);
}
.link {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 700;
}
.apps__footer {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    color: var(--muted);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.benefits-2025 {
    --bg: #f6f8fb;
    --ink: #0f172a;
    --muted: #5b6b7c;
    --card: #fff;
    --ring: rgba(15, 23, 42, 0.1);
    --shadow: 0 12px 32px -20px rgba(2, 6, 23, 0.25);
    padding: 64px 0;
    color: var(--ink);
}
.benefits-2025__wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}
.benefits-2025__head {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
    border-bottom: 0px !important;
    background: transparent;
}

.benefits-2025 h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
}
.benefits-2025 .lead {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.benefits-2025__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
}
@media (max-width: 960px) {
    .benefits-2025__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .benefits-2025__grid {
        grid-template-columns: 1fr;
    }
}

.benefit {
    background: var(--card);
    border: 1px solid var(--ring);
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: var(--shadow) !important;
    display: block;
    grid-template-columns: auto 1fr;
    gap: 14px;
    outline: 0;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.benefit:focus-visible,
.benefit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -22px rgba(2, 6, 23, 0.33);
    border-color: rgba(2, 6, 23, 0.18);
}
.benefit__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #f7faff, #eef3fb);
    color: #163d7a;
    border: 1px solid var(--ring);
}
.benefit__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.8;
}
.benefit__title {
    margin: 2px 0 4px;
    font-size: 16px;
}
.benefit__desc {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.benefits-2025__badges {
    --pill: #eef3fb;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.benefits-2025__badges li {
    background: var(--pill);
    border: 1px solid var(--ring);
    color: #274063;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.hosting-duo {
    --bg-1: #f6f8fb;
    --bg-2: #eef3f9;
    --card: #fff;
    --ink: #0f172a;
    --muted: #5b6b7c;
    --ring: rgba(15, 23, 42, 0.1);
    --shadow: 0 18px 48px -24px rgba(2, 6, 23, 0.3);
    --brand: #02275b;
    --grad-1: linear-gradient(135deg, #62a3ff 0%, #1e4bd8 100%);
    --grad-2: linear-gradient(135deg, #00d2b8 0%, #068d7e 100%);
    padding: clamp(48px, 6vw, 80px) 0;
    background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
}

.hosting-duo__wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
@media (min-width: 992px) {
    .hosting-duo__wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.hosting-duo__card {
    position: relative;
    background: var(--card);
    border: 1px solid var(--ring);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 24px clamp(20px, 2.4vw, 28px);
    display: grid;
    gap: 14px;
    align-content: start;
    isolation: isolate;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.hosting-duo__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px -28px rgba(2, 6, 23, 0.35);
    border-color: rgba(15, 23, 42, 0.16);
}

.hosting-duo__glow {
    position: absolute;
    inset: -30% -20% auto -20%;
    height: 60%;
    z-index: -1;
    background: radial-gradient(40% 50% at 30% 50%, rgba(30, 75, 216, 0.12), transparent 60%);
    filter: blur(24px);
    pointer-events: none;
}
.hosting-duo__card--accent .hosting-duo__glow {
    background: radial-gradient(40% 50% at 30% 50%, rgba(6, 141, 126, 0.12), transparent 60%);
}

.hosting-duo__chip {
    align-self: start;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--ring);
    border-radius: 999px;
}
.hosting-duo__chip--accent {
    color: #065f54;
}

.hosting-duo__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
    border: 1px solid var(--ring);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.2s ease;
}
.hosting-duo__card:hover .hosting-duo__icon {
    transform: translateY(-2px);
}

.hosting-duo__card h3 {
    margin: 6px 0 2px;
    color: var(--ink);
    font-size: clamp(18px, 1.6vw, 19px) !important;
    line-height: 1.25;
}
.hosting-duo__card p {
    margin: 0 0 2px;
    color: var(--muted);
}

.gbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1.8;
    cursor: pointer;
    transition: filter 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}
.gbtn:active {
    transform: translateY(1px);
}

.gbtn--primary {
    color: #fff;
    background: var(--brand);
    box-shadow: 0 10px 24px -18px rgba(2, 39, 91, 0.55);
}
.gbtn--primary:hover {
    filter: brightness(1.05);
}

.gbtn--ghost {
    background: #fff;
    color: var(--ink);
    border-color: var(--ring);
}
.gbtn--ghost:hover {
    box-shadow: 0 12px 28px -22px rgba(2, 6, 23, 0.28);
}

.visually-hidden {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}
.section-features-2025 {
    --brand: #02275b;
    --ink: #0f172a;
    --muted: #64748b;
    --ring: #e5e7eb;
    --bg: #ffffff;
    --glow: 0 24px 48px rgba(2, 39, 91, 0.1);
}
.section-features-2025 .h-title {
    letter-spacing: 0.2px;
    font-size: 3rem;
    margin: 0px 0 30px 0 !important;
}
.section-features-2025 .h-desc {
    max-width: 840px;
    margin: 0 auto !important;
    place-self: anchor-center !important;
}
.features-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.feature-card {
    animation: f-up 0.4s ease both;
}
.fc-primary {
    grid-column: span 8 !important;
    background: radial-gradient(120% 120% at 0% 0%, rgb(2 39 91 / 0.08) 0%, transparent 60%), linear-gradient(135deg, #eef4ff 0%, #ffffff 60%) !important;
    border: 1px solid #dbe4ff !important;
}
.feature-card {
    grid-column: span 4;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: 16px;
    background: var(--bg);
    border: 1px solid var(--ring);
    box-shadow: var(--glow);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    overflow: hidden;
    isolation: isolate;
}
.f-ico {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0.7), rgb(255 255 255 / 0.4));
    border: 1px solid #e6eaf0;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 16px rgb(2 39 91 / 0.08);
}
.f-ico-ring {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 12px;
    z-index: -1;
    background: conic-gradient(from 140deg, #0ea5e9, #22c55e, #eab308, #0ea5e9);
    filter: blur(14px);
    opacity: 0.35;
}
.f-ico svg {
    width: 26px;
    height: 26px;
    color: #0f172a;
}
.feature-card .f-body {
    z-index: 2;
}

.f-body,
.link,
.link-text,
.pt-description,
.subtitle {
    font-weight: 600;
    line-height: 1.4;
}
.f-title {
    font-size: 18px;
    font-weight: 800;
    margin: 2px 0 6px;
}
.f-desc {
    color: var(--muted);
    margin: 0;
}
.feature-card:nth-child(2) {
    animation-delay: 0.05s;
}
section.section-features-2025.py-5 header {
    border-bottom: 0px;
    margin: 30px 0 30px 0 !important;
}
.feature-card:nth-child(3) {
    animation-delay: 0.1s;
}
.feature-card:nth-child(4) {
    animation-delay: 0.15s;
}
.feature-card:nth-child(5) {
    animation-delay: 0.2s;
}
.feature-card:nth-child(6) {
    animation-delay: 0.25s;
}
.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 60px rgb(2 39 91 / 0.16);
    border-color: #dfe3ea;
}
.feature-card:hover .f-ico {
    box-shadow: 0 12px 22px rgb(2 39 91 / 0.12);
}
h2.font-weight-bold {
    font-size: 28px;
}
header.text-center.mb-4 {
    border-bottom: 0;
    margin: 35px 0 !important;
}
.section-suggest-2025 {
    --card: #fff;
    --ink: #0e1330;
    --muted: #6f7690;
    --ring: rgba(13, 110, 253, 0.14);
    --chip: #f3f7ff;
    --brand: #ffc12b;
    --shadow: 0 10px 30px rgba(3, 10, 26, 0.08);
    padding: 56px 0;
}
.section-suggest-2025 .container {
    margin: auto;
    padding: 0 16px;
}
.section-suggest-2025 .s-head {
    display: grid;
    justify-items: center;
    margin-bottom: 18px;
    border-bottom: 0;
}
.section-suggest-2025 .h-title {
    font: 800 28px / 1.25 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
    color: var(--ink);
    letter-spacing: .2px;
    text-align: center;
}
.section-suggest-2025 .s-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.section-suggest-2025 .s-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    text-decoration: none;
    color: var(--ink);
    background: linear-gradient(180deg, #fff, #fbfcff);
    border: 1px solid #e9eef8;
    border-radius: 16px;
    min-height: 190px;
    padding: 22px 18px;
    box-shadow: var(--shadow);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.section-suggest-2025 .ic {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--chip);
    border: 1px solid var(--ring);
}
.section-suggest-2025 .ic svg {
    width: 28px;
    height: 28px;
    color: #0f4be6;
}
.section-suggest-2025 .t {
    font-weight: 400 !important;
    font-size: 17px;
}
.section-suggest-2025 .d {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    min-height: 40px;
}
.section-suggest-2025 .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 10px 18px;
    border-radius: 10px;
    background: var(--brand);
    color: #111;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 8px 18px rgb(255 193 43 / .25);
    transition: transform 0.15s ease;
}
