/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.maping .datacenters.germany {
    top: 40%;
    left: 79%;
}

/* AI website hosting */
.ai-hosting-section {
    position: relative;
    overflow: hidden;
    padding: 104px 0 72px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 18%, rgba(40, 208, 255, .18), transparent 26%),
        radial-gradient(circle at 12% 90%, rgba(255, 45, 126, .16), transparent 28%),
        linear-gradient(135deg, #111a55 0%, #182978 48%, #0d5e9f 100%);
}

.ai-hosting-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    background-image:
        linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.ai-hosting-section .container {
    position: relative;
    z-index: 2;
}

.ai-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.ai-orb-one {
    width: 260px;
    height: 260px;
    top: -145px;
    left: -85px;
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: inset 0 0 80px rgba(66, 198, 255, .14);
}

.ai-orb-two {
    width: 170px;
    height: 170px;
    right: -55px;
    bottom: -75px;
    background: rgba(255, 45, 126, .11);
}

.ai-copy {
    padding-right: 36px;
}

.ai-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 8px 14px;
    border: 1px solid rgba(115, 222, 255, .42);
    border-radius: 999px;
    color: #a8ecff;
    background: rgba(16, 48, 114, .52);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.ai-copy h2 {
    max-width: 560px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 46px;
    line-height: 1.12;
    letter-spacing: -1.6px;
}

.ai-lead {
    max-width: 590px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
}

.ai-benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 30px;
}

.ai-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 126px;
    padding: 20px 17px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 12px 36px rgba(5, 11, 50, .14);
    backdrop-filter: blur(8px);
}

.ai-benefit-icon {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff2d7e, #ff7e47);
    box-shadow: 0 8px 18px rgba(255, 45, 126, .24);
}

.ai-benefit:nth-child(2) .ai-benefit-icon {
    background: linear-gradient(135deg, #14b9ee, #6b68ff);
    box-shadow: 0 8px 18px rgba(20, 185, 238, .24);
}

.ai-benefit-icon img {
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

.ai-benefit h3 {
    margin: 2px 0 7px;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.ai-benefit p {
    max-width: 440px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.65;
}

.ai-actions {
    display: flex;
    align-items: center;
    gap: 21px;
    flex-wrap: wrap;
}

.ai-actions .btn {
    min-width: 208px;
    box-shadow: 0 12px 26px rgba(255, 187, 0, .18);
}

.ai-note {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: rgba(255,255,255,.78);
    font-size: 13px;
}

.ai-note i {
    color: #4fe7b0;
}

.ai-visual {
    position: relative;
    min-height: 520px;
    padding: 70px 4px 60px 54px;
}

.ai-visual-glow {
    position: absolute;
    width: 390px;
    height: 390px;
    top: 52px;
    left: 115px;
    border-radius: 50%;
    background: rgba(42, 207, 255, .22);
    filter: blur(60px);
}

.ai-browser-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 34px 70px rgba(4, 10, 45, .42);
    transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

.ai-browser-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 42px;
    padding: 0 14px;
    background: #f7f8fc;
}

.ai-browser-bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5e69;
}

.ai-browser-bar > span:nth-child(2) { background: #ffc24c; }
.ai-browser-bar > span:nth-child(3) { background: #42d292; }

.ai-browser-address {
    flex: 1;
    max-width: 220px;
    margin: auto;
    padding: 5px 12px;
    border-radius: 6px;
    color: #8490aa;
    background: #e9edf5;
    font-size: 9px;
    text-align: center;
}

.ai-browser-card > img {
    display: block;
    width: 100%;
    height: auto;
}

.ai-float-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 13px;
    color: #172359;
    background: rgba(255,255,255,.95);
    box-shadow: 0 16px 35px rgba(5, 12, 52, .27);
}

.ai-float-card i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #704cff, #ff2d7e);
}

.ai-float-card strong,
.ai-float-card span {
    display: block;
}

.ai-float-card strong {
    font-size: 13px;
}

.ai-float-card span {
    margin-top: 2px;
    color: #75809a;
    font-size: 10px;
}

.ai-float-prompt {
    top: 34px;
    right: -26px;
}

.ai-float-live {
    left: 5px;
    bottom: 30px;
}

.ai-live-dot {
    width: 13px;
    height: 13px;
    margin: 0 9px;
    border-radius: 50%;
    background: #25cf8f;
    box-shadow: 0 0 0 7px rgba(37, 207, 143, .15);
}

.ai-badge {
    position: absolute;
    z-index: 5;
    right: -6px;
    bottom: 49px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px 8px 8px;
    border-radius: 999px;
    color: #fff;
    background: #ff2d7e;
    box-shadow: 0 12px 28px rgba(255, 45, 126, .34);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.ai-badge img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.ai-trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 48px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(255,255,255,.12);
}

.ai-trust-row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 15px;
    background: rgba(8, 21, 76, .38);
    color: rgba(255,255,255,.76);
    font-size: 13px;
    font-weight: 600;
}

.ai-trust-row i {
    color: #59dfff;
}

@media (max-width: 1199px) {
    .ai-copy h2 { font-size: 40px; }
    .ai-visual { min-height: 470px; padding-left: 28px; }
    .ai-float-prompt { right: -4px; }
}

@media (max-width: 991px) {
    .ai-hosting-section { padding: 78px 0 62px; }
    .ai-copy { padding-right: 0; }
    .ai-visual { max-width: 690px; margin: 28px auto 0; }
    .ai-trust-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575px) {
    .ai-hosting-section { padding: 64px 0 48px; }
    .ai-copy h2 { font-size: 34px; letter-spacing: -.8px; }
    .ai-lead { font-size: 15px; line-height: 1.72; }
    .ai-benefit-grid { grid-template-columns: 1fr; }
    .ai-benefit { min-height: auto; }
    .ai-visual { min-height: 355px; padding: 64px 0 58px; }
    .ai-browser-card { transform: none; }
    .ai-float-card { min-width: 190px; padding: 10px 12px; }
    .ai-float-prompt { top: 20px; right: 0; }
    .ai-float-live { left: 0; bottom: 12px; }
    .ai-badge { right: 0; bottom: 68px; }
    .ai-trust-row { grid-template-columns: 1fr; margin-top: 24px; }
}

/* Reseller page: WHM/WHMCS, migrations, domains, comparison and support */
.reseller-platform-cards { display:grid; gap:12px; margin-top:24px; }
.reseller-platform-cards article { display:flex; align-items:center; padding:16px 18px; border:1px solid #dfe6ef; border-radius:13px; background:#fff; box-shadow:0 8px 24px rgba(35,50,87,.05); }
.reseller-platform-cards article > img,.reseller-platform-cards article > i { flex:0 0 38px; width:38px; height:38px; margin-right:14px; padding:8px; border-radius:10px; color:#fff; background:#27bde7; font-size:20px; object-fit:contain; }
.reseller-platform-cards article > img { background:#f0f4f8; }
.reseller-platform-cards b,.reseller-platform-cards span { display:block; }.reseller-platform-cards b{color:#28355a;font-size:11px}.reseller-platform-cards span{margin-top:4px;color:#7f899b;font-size:9px;line-height:1.55}
.reseller-small-note { margin:16px 0 0!important; color:#929aaa!important; font-size:8px!important; line-height:1.65!important; }

.reseller-migration-center,.reseller-no-downtime,.reseller-domain,.reseller-vs-rest,.reseller-support { padding:88px 0; }
.reseller-migration-center,.reseller-support { background:#fff; }
.reseller-migration-center h2,.reseller-no-downtime h2,.reseller-domain h2,.reseller-support h2 { margin:13px 0 16px; color:#273259; font-size:34px; }
.reseller-migration-center .col-lg-6 > p,.reseller-domain-inner > div > p,.reseller-support .col-lg-6 > p { color:#747f93; font-size:11px; line-height:1.8; }
.reseller-photo-card { position:relative; overflow:hidden; min-height:420px; margin-right:42px; border-radius:20px; box-shadow:0 22px 55px rgba(31,49,72,.18); }
.reseller-photo-card:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(14,31,44,.7)); pointer-events:none; }
.reseller-photo-card > img { width:100%; height:420px; object-fit:cover; }
.reseller-photo-badge { position:absolute; z-index:2; right:20px; bottom:20px; left:20px; display:grid; grid-template-columns:40px 1fr; padding:15px; border:1px solid rgba(255,255,255,.25); border-radius:13px; color:#fff; background:rgba(18,37,52,.78); backdrop-filter:blur(8px); }
.reseller-photo-badge i { grid-row:1/3; align-self:center; color:#ffdc25; font-size:23px; }.reseller-photo-badge b{font-size:12px}.reseller-photo-badge span{color:rgba(255,255,255,.65);font-size:8px}
.reseller-number-list { margin:24px 0 26px; padding:0; list-style:none; counter-reset:migration; }
.reseller-number-list li { position:relative; min-height:48px; margin:12px 0; padding-left:58px; counter-increment:migration; }
.reseller-number-list li:before { content:"0" counter(migration); position:absolute; top:0; left:0; display:flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:12px; color:#fff; background:linear-gradient(135deg,#5267dc,#36c4eb); font-size:10px; font-weight:800; }
.reseller-number-list b,.reseller-number-list span { display:block; }.reseller-number-list b{color:#29365a;font-size:11px}.reseller-number-list span{margin-top:4px;color:#818a9d;font-size:9px;line-height:1.6}

.reseller-no-downtime { color:#fff; background:radial-gradient(circle at 90% 20%,rgba(51,194,230,.2),transparent 28%),linear-gradient(135deg,#152734,#254459); }
.reseller-no-downtime h2 { color:#fff; }.reseller-no-downtime .col-lg-5 > p{color:rgba(255,255,255,.63);font-size:11px;line-height:1.8}.reseller-no-downtime .reseller-trust-row{margin-top:24px}.reseller-no-downtime .reseller-trust-row span{color:#fff}
.reseller-transfer-flow { display:grid; grid-template-columns:1fr 110px 1fr; align-items:center; margin-left:35px; }
.reseller-transfer-flow > div { padding:31px 20px; border:1px solid rgba(255,255,255,.14); border-radius:18px; background:rgba(255,255,255,.07); text-align:center; }
.reseller-transfer-flow > div.active { border-color:rgba(255,220,37,.55); background:rgba(255,220,37,.1); }
.reseller-transfer-flow div > i { display:block; margin-bottom:15px; color:#54d0f1; font-size:35px; }.reseller-transfer-flow div.active > i{color:#ffdc25}.reseller-transfer-flow b,.reseller-transfer-flow span{display:block}.reseller-transfer-flow b{font-size:13px}.reseller-transfer-flow span{margin-top:5px;color:rgba(255,255,255,.55);font-size:8px}
.reseller-transfer-flow > em { color:#ffdc25; text-align:center; font-style:normal; }.reseller-transfer-flow > em i{display:block;font-size:26px}.reseller-transfer-flow > em span{display:block;margin-top:6px;font-size:7px;font-weight:700;text-transform:uppercase}
.reseller-flow-note { margin:18px 0 0 35px; color:rgba(255,255,255,.48); font-size:8px; line-height:1.6; }

.reseller-domain { background:#f7f9fc; }
.reseller-domain-inner { display:grid; grid-template-columns:360px 1fr; align-items:center; gap:65px; padding:38px 52px; border:1px solid #e2e7ef; border-radius:22px; background:#fff; box-shadow:0 18px 50px rgba(35,50,87,.08); }
.reseller-domain-art { position:relative; display:flex; align-items:center; justify-content:center; height:270px; border-radius:18px; background:radial-gradient(circle at center,#314d65,#172936); }
.reseller-domain-art > i { color:#55cce9; font-size:105px; opacity:.9; }
.domain-dot { position:absolute; display:flex; align-items:center; justify-content:center; width:53px; height:53px; border:3px solid #fff; border-radius:50%; color:#26334f; background:#ffdc25; font-size:11px; font-weight:800; box-shadow:0 10px 25px rgba(0,0,0,.2); }.dot-one{top:25px;right:32px}.dot-two{right:44px;bottom:28px;background:#4ac7eb;color:#fff}.dot-three{bottom:40px;left:32px;background:#fff}

.reseller-vs-rest { background:#fff; }
.reseller-compare-wrap { overflow:hidden; border:1px solid #e1e6ee; border-radius:18px; box-shadow:0 17px 48px rgba(34,50,89,.08); }
.reseller-compare-wrap table { width:100%; background:#fff; }
.reseller-compare-wrap th,.reseller-compare-wrap td { padding:17px 22px; border-right:1px solid #edf0f5; border-bottom:1px solid #edf0f5; color:#697489; font-size:10px; }
.reseller-compare-wrap th { color:#fff; background:#263552; font-size:10px; }.reseller-compare-wrap th:nth-child(2){background:#38bddf}.reseller-compare-wrap th:last-child,.reseller-compare-wrap td:last-child{border-right:0}.reseller-compare-wrap tr:last-child td{border-bottom:0}
.reseller-compare-wrap td:first-child{width:48%}.reseller-compare-wrap td:nth-child(2){color:#138d65;background:#f0fcf8;font-weight:700}.reseller-compare-wrap td b,.reseller-compare-wrap td span{display:block}.reseller-compare-wrap td b{color:#28355a;font-size:10px}.reseller-compare-wrap td span{margin-top:3px;color:#929aaa;font-size:8px;font-weight:400}.reseller-compare-wrap td i{margin-right:7px}

.reseller-support { background:#f7f9fc; }
.reseller-support-points { margin:25px 0; }.reseller-support-points article{display:flex;margin:15px 0}.reseller-support-points article > i{display:flex;flex:0 0 42px;align-items:center;justify-content:center;width:42px;height:42px;margin-right:13px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#5165da,#37c4e9)}.reseller-support-points b,.reseller-support-points span{display:block}.reseller-support-points b{color:#29365a;font-size:11px}.reseller-support-points span{margin-top:4px;color:#7f899b;font-size:9px;line-height:1.55}
.support-photo { margin:0 0 0 42px; }

@media (max-width:991px) {
    .reseller-photo-card,.support-photo{margin:0 0 42px}.reseller-support .col-lg-6:last-child{order:-1}
    .reseller-transfer-flow{margin:40px 0 0}.reseller-flow-note{margin-left:0}
    .reseller-domain-inner{grid-template-columns:1fr;gap:35px}.reseller-domain-art{height:240px}
}
@media (max-width:575px) {
    .reseller-migration-center,.reseller-no-downtime,.reseller-domain,.reseller-vs-rest,.reseller-support{padding:65px 0}
    .reseller-migration-center h2,.reseller-no-downtime h2,.reseller-domain h2,.reseller-support h2{font-size:29px}
    .reseller-photo-card,.reseller-photo-card > img{min-height:320px;height:320px}
    .reseller-transfer-flow{grid-template-columns:1fr}.reseller-transfer-flow > em{padding:15px}.reseller-transfer-flow > em i{transform:rotate(90deg)}
    .reseller-domain-inner{padding:24px 20px}
    .reseller-compare-wrap{overflow-x:auto}.reseller-compare-wrap table{min-width:720px}
}

/* Expanded reseller hosting content */
.reseller-tech {
    padding: 26px 0;
    border-bottom: 1px solid #e9edf3;
    background: #fff;
}
.reseller-tech p { margin: 0 0 18px; color: #929bad; font-size: 9px; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: 1px; }
.reseller-logo-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.reseller-logo-row div { display: flex; align-items: center; justify-content: center; min-height: 55px; padding: 12px; border: 1px solid #edf0f5; border-radius: 12px; background: #fbfcfe; }
.reseller-logo-row img { width: 24px; height: 24px; margin-right: 9px; opacity: .78; }
.reseller-logo-row span { color: #536078; font-size: 10px; font-weight: 700; }

.reseller-pillars,
.reseller-toolkit,
.reseller-control,
.reseller-business,
.reseller-migrate,
.reseller-who { padding: 88px 0; }
.reseller-pillars { background: #f7f9fc; }
.reseller-pillars article { height: 100%; padding: 28px 23px; border: 1px solid #e5eaf2; border-radius: 17px; background: #fff; box-shadow: 0 12px 34px rgba(35,50,87,.055); }
.reseller-pillars article > i { display: inline-flex; align-items: center; justify-content: center; width: 47px; height: 47px; margin-bottom: 19px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#25bfe9,#5065db); font-size: 18px; }
.reseller-pillars article h3 { color: #263257; font-size: 14px; }
.reseller-pillars article p { margin: 10px 0 0; color: #7b8599; font-size: 10px; line-height: 1.75; }

.reseller-toolkit { background: #fff; }
.reseller-toolkit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.reseller-toolkit-grid article { padding: 27px 23px; border: 1px solid #e7ebf2; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(34,50,89,.05); }
.reseller-toolkit-icon { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; margin-bottom: 18px; border-radius: 13px; color: #fff; font-size: 17px; }
.reseller-toolkit-icon.blue { background:#39bfe8; }.reseller-toolkit-icon.purple { background:#7668e8; }.reseller-toolkit-icon.green { background:#28bf91; }.reseller-toolkit-icon.orange { background:#ff9b51; }
.reseller-toolkit-icon.pink { background:#f05e92; }.reseller-toolkit-icon.cyan { background:#27b7ca; }.reseller-toolkit-icon.navy { background:#354b7b; }.reseller-toolkit-icon.yellow { color:#263257; background:#ffdc25; }
.reseller-toolkit-grid h3 { color: #273259; font-size: 14px; }
.reseller-toolkit-grid ul { margin: 14px 0 0; padding: 0; list-style: none; }
.reseller-toolkit-grid li { position: relative; margin: 8px 0; padding-left: 16px; color: #7a8498; font-size: 9px; line-height: 1.5; }
.reseller-toolkit-grid li:before { content:"\f00c"; position:absolute; left:0; top:1px; color:#28bd8e; font-family:"Font Awesome 5 Free"; font-size:8px; font-weight:900; }
.reseller-availability-note { margin: 24px 0 0; color:#8b94a6; font-size:9px; text-align:center; }

.reseller-control { overflow:hidden; background:#f4f8fc; }
.reseller-control h2,.reseller-business h2,.reseller-global h2 { margin:13px 0 16px; color:#273259; font-size:34px; }
.reseller-control .col-lg-6 > p,.reseller-business .col-lg-5 > p { color:#727d92; font-size:11px; line-height:1.8; }
.reseller-dashboard { overflow:hidden; margin-right:48px; border:1px solid #dce4ed; border-radius:18px; background:#fff; box-shadow:0 22px 55px rgba(32,54,84,.15); transform:perspective(900px) rotateY(4deg); }
.reseller-dashboard-top { display:flex; align-items:center; height:45px; padding:0 16px; color:#8b94a6; background:#f8fafc; font-size:9px; }
.reseller-dashboard-top span { width:8px; height:8px; margin-right:6px; border-radius:50%; background:#ff6577; }.reseller-dashboard-top span:nth-child(2){background:#ffd04a}.reseller-dashboard-top span:nth-child(3){background:#28c99a}
.reseller-dashboard-top b { margin-left:auto; color:#43516b; }
.reseller-dashboard-body { display:flex; min-height:280px; }
.reseller-dashboard aside { display:flex; flex:0 0 55px; align-items:center; flex-direction:column; gap:22px; padding:25px 0; color:#71809a; background:#233352; }
.reseller-dashboard-main { flex:1; padding:22px; }
.reseller-stat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.reseller-stat-row div { padding:13px; border-radius:10px; background:#f4f7fb; }.reseller-stat-row b,.reseller-stat-row span{display:block}.reseller-stat-row b{color:#27355b;font-size:17px}.reseller-stat-row span{color:#9099aa;font-size:7px}
.reseller-chart { display:flex; align-items:flex-end; height:91px; gap:9px; margin:17px 0; padding:15px 17px 0; border-radius:10px; background:linear-gradient(180deg,#edf9fd,#f9fcfe); }
.reseller-chart i { flex:1; height:35%; border-radius:4px 4px 0 0; background:#48c2e7; }.reseller-chart i:nth-child(2){height:62%}.reseller-chart i:nth-child(3){height:48%}.reseller-chart i:nth-child(4){height:78%}.reseller-chart i:nth-child(5){height:58%}.reseller-chart i:nth-child(6){height:88%}.reseller-chart i:nth-child(7){height:73%}
.reseller-account-row { display:flex; justify-content:space-between; margin-top:8px; padding:9px 12px; border:1px solid #edf0f4; border-radius:8px; color:#637089; font-size:8px; }.reseller-account-row b{color:#26a879}
.reseller-check-columns { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:24px; }.reseller-check-columns span{color:#526078;font-size:10px;font-weight:700}.reseller-check-columns i{margin-right:7px;color:#24bc8b}

.reseller-business { background:#fff; }
.reseller-big-checks { margin:25px 0 0; padding:0; list-style:none; }.reseller-big-checks li{display:flex;margin:17px 0}.reseller-big-checks > li > i{margin:2px 12px 0 0;color:#2bc393;font-size:18px}.reseller-big-checks b,.reseller-big-checks span{display:block}.reseller-big-checks b{color:#29365b;font-size:11px}.reseller-big-checks span{margin-top:4px;color:#858ea0;font-size:9px}
.reseller-profit-card { margin-left:50px; padding:38px; border-radius:20px; color:#fff; background:linear-gradient(135deg,#172735,#28445b); box-shadow:0 24px 55px rgba(23,39,53,.2); }
.reseller-profit-card > span{color:#75d8f5;font-size:8px;font-weight:800;letter-spacing:1px}.reseller-profit-math{display:flex;align-items:center;justify-content:space-between;margin:27px 0}.reseller-profit-math div{text-align:center}.reseller-profit-math b,.reseller-profit-math small{display:block}.reseller-profit-math b{font-size:29px}.reseller-profit-math small{color:rgba(255,255,255,.55);font-size:8px}.reseller-profit-math i{color:#6d8292}.reseller-profit-math .total{padding:16px;border-radius:13px;background:#ffdb24;color:#24324b}.reseller-profit-math .total small{color:#536078}.reseller-profit-card p{color:rgba(255,255,255,.55);font-size:8px;line-height:1.7}
.reseller-profit-bars{margin-top:22px}.reseller-profit-bars span{position:relative;display:block;height:8px;margin:25px 0;border-radius:8px;background:rgba(255,255,255,.09)}.reseller-profit-bars i{display:block;height:100%;border-radius:8px;background:#40c6eb}.reseller-profit-bars span:nth-child(2) i{background:#ffdb24}.reseller-profit-bars b{position:absolute;top:-17px;left:0;color:#b7c0ca;font-size:7px}

.reseller-migrate { background:#f7f9fc; }
.reseller-migrate article { height:100%; padding:33px 29px; border:1px solid #e4e9f1; border-radius:17px; background:#fff; text-align:center; box-shadow:0 10px 30px rgba(35,50,87,.05); }
.reseller-round-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 20px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#5266dc,#37c5ec);font-size:21px}.reseller-migrate h3{color:#28355a;font-size:15px}.reseller-migrate p{color:#7a8498;font-size:10px;line-height:1.8}

.reseller-global { overflow:hidden; padding:85px 0; color:#fff; background:linear-gradient(135deg,#162a37,#294b60); }
.reseller-global h2{color:#fff}.reseller-global .col-lg-5 > p{color:rgba(255,255,255,.63);font-size:11px;line-height:1.8}.reseller-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.reseller-location-grid span{padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:rgba(255,255,255,.58);font-size:8px;background:rgba(255,255,255,.05)}.reseller-location-grid b{display:block;margin-bottom:3px;color:#fff;font-size:10px}
.reseller-map{position:relative;margin-left:35px}.reseller-map img{width:100%;opacity:.3;filter:brightness(3)}.reseller-map .pin{position:absolute;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:#ffdb24;box-shadow:0 0 0 7px rgba(255,219,36,.16)}.pin-us{left:18%;top:42%}.pin-fr{left:49%;top:35%}.pin-de{left:52%;top:30%}.pin-sg{left:79%;top:60%}

.reseller-who { background:#fff; }
.reseller-who-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.reseller-who-grid article{padding:25px 20px;border:1px solid #e7ebf2;border-radius:15px;text-align:center}.reseller-who-grid i{color:#4fc5e8;font-size:22px}.reseller-who-grid h3{margin:15px 0 8px;color:#28355a;font-size:13px}.reseller-who-grid p{margin:0;color:#7c8699;font-size:9px;line-height:1.65}

@media (max-width:1199px){
    .reseller-logo-row{grid-template-columns:repeat(3,1fr)}
    .reseller-pillars article{margin-bottom:20px}
    .reseller-toolkit-grid{grid-template-columns:repeat(2,1fr)}
    .reseller-who-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:991px){
    .reseller-dashboard{margin:0 0 45px;transform:none}
    .reseller-profit-card{margin:40px 0 0}
    .reseller-migrate article{height:auto;margin-bottom:18px}
    .reseller-map{margin:40px 0 0}
}
@media (max-width:575px){
    .reseller-logo-row,.reseller-toolkit-grid,.reseller-who-grid{grid-template-columns:1fr 1fr}
    .reseller-logo-row div{justify-content:flex-start}
    .reseller-pillars,.reseller-toolkit,.reseller-control,.reseller-business,.reseller-migrate,.reseller-who,.reseller-global{padding:65px 0}
    .reseller-toolkit-grid{grid-template-columns:1fr}
    .reseller-control h2,.reseller-business h2,.reseller-global h2{font-size:29px}
    .reseller-check-columns,.reseller-location-grid{grid-template-columns:1fr}
    .reseller-profit-card{padding:27px 20px}.reseller-profit-math b{font-size:22px}
    .reseller-dashboard-body{min-height:245px}.reseller-dashboard aside{display:none}.reseller-dashboard-main{padding:14px}
}

/* Homepage AI creation section */
.home-ai-section {
    position: relative;
    overflow: hidden;
    padding: 104px 0 96px;
    background:
        radial-gradient(circle at 8% 10%, rgba(92, 82, 255, .11), transparent 30%),
        radial-gradient(circle at 94% 90%, rgba(0, 194, 255, .13), transparent 30%),
        linear-gradient(135deg, #f8f9ff 0%, #eef8ff 100%);
}

.home-ai-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    background-image: radial-gradient(#8591c6 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 55%);
    mask-image: linear-gradient(90deg, #000, transparent 55%);
}

.home-ai-section .container {
    position: relative;
    z-index: 2;
}

.home-ai-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-ai-shape-one {
    width: 210px;
    height: 210px;
    top: -95px;
    right: 18%;
    border: 1px solid rgba(70, 83, 187, .16);
}

.home-ai-shape-two {
    width: 130px;
    height: 130px;
    right: -35px;
    bottom: -24px;
    background: rgba(17, 185, 235, .08);
}

.home-ai-visual {
    position: relative;
    min-height: 590px;
    padding: 68px 48px 62px 0;
}

.home-ai-visual::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    top: 82px;
    left: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(98, 76, 255, .26), rgba(0, 193, 255, .2));
    filter: blur(55px);
}

.home-ai-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(54, 70, 151, .13);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 34px 70px rgba(45, 62, 133, .22);
    transform: perspective(1100px) rotateY(4deg) rotateX(1deg);
}

.home-ai-window-top {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 45px;
    padding: 0 15px;
    border-bottom: 1px solid #edf0f8;
    background: #fbfcff;
}

.home-ai-window-top > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6370;
}

.home-ai-window-top > span:nth-child(2) { background: #ffc654; }
.home-ai-window-top > span:nth-child(3) { background: #3ed39a; }

.home-ai-window-label {
    margin-left: auto;
    padding: 5px 12px;
    border-radius: 7px;
    color: #7883a4;
    background: #f0f3fa;
    font-size: 9px;
}

.home-ai-window-label i {
    margin-right: 4px;
    color: #4cc49d;
}

.home-ai-window > img {
    display: block;
    width: 100%;
}

.home-ai-prompt,
.home-ai-result,
.home-ai-seo-badge {
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(255,255,255,.86);
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 40px rgba(37, 52, 115, .19);
}

.home-ai-prompt {
    top: 18px;
    left: -25px;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 345px;
    padding: 15px 17px;
    border-radius: 15px;
}

.home-ai-spark {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #624cff, #e4348b);
}

.home-ai-prompt small,
.home-ai-prompt strong {
    display: block;
}

.home-ai-prompt small {
    margin-bottom: 3px;
    color: #8b94ad;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.home-ai-prompt strong {
    color: #242c58;
    font-size: 12px;
    line-height: 1.4;
}

.home-ai-result {
    right: 4px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 245px;
    padding: 13px 16px;
    border-radius: 14px;
}

.home-ai-result > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: #25c98c;
    box-shadow: 0 0 0 7px rgba(37, 201, 140, .11);
}

.home-ai-result strong,
.home-ai-result span {
    display: block;
}

.home-ai-result strong {
    color: #202953;
    font-size: 12px;
}

.home-ai-result span {
    color: #7d87a2;
    font-size: 9px;
    line-height: 1.5;
}

.home-ai-seo-badge {
    left: 38px;
    bottom: 18px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #0bb4dd, #495de6);
    font-size: 10px;
    font-weight: 700;
}

.home-ai-seo-badge i {
    margin-right: 6px;
}

.home-ai-content {
    padding-left: 42px;
}

.home-ai-kicker,
.home-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #3858ca;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.home-ai-kicker {
    padding: 8px 13px;
    border: 1px solid rgba(56, 88, 202, .19);
    border-radius: 999px;
    background: rgba(255,255,255,.74);
}

.home-ai-content h2 {
    margin-bottom: 20px;
    color: #171f4b;
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: -1.4px;
}

.home-ai-lead {
    margin-bottom: 27px;
    color: #66708d;
    font-size: 16px;
    line-height: 1.78;
}

.home-ai-steps {
    display: grid;
    gap: 11px;
}

.home-ai-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 16px;
    border: 1px solid rgba(55, 76, 155, .1);
    border-radius: 13px;
    background: rgba(255,255,255,.72);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-ai-step:hover {
    transform: translateX(4px);
    box-shadow: 0 12px 26px rgba(43, 59, 126, .09);
}

.home-ai-step > span {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #fff;
    background: #283da0;
    font-size: 11px;
    font-weight: 800;
}

.home-ai-step:nth-child(2) > span { background: #7546ca; }
.home-ai-step:nth-child(3) > span { background: #079cc9; }

.home-ai-step h3 {
    margin: 0 0 4px;
    color: #222b58;
    font-size: 14px;
}

.home-ai-step p {
    margin: 0;
    color: #7b859f;
    font-size: 12px;
    line-height: 1.55;
}

.home-ai-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.home-ai-actions .btn {
    min-width: 190px;
    box-shadow: 0 13px 26px rgba(255, 197, 0, .2);
}

.home-ai-text-link {
    color: #304bb9;
    font-size: 13px;
    font-weight: 700;
}

.home-ai-text-link i {
    margin-left: 6px;
    transition: transform .2s ease;
}

.home-ai-text-link:hover i {
    transform: translateX(4px);
}

/* Homepage feature cards */
.home-benefits {
    position: relative;
    background: #fff;
}

.home-benefits .section-subheading {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.home-section-kicker {
    margin-bottom: 13px;
}

.home-section-kicker-light {
    color: #79dff7;
}

.home-benefit-card {
    height: 100%;
    min-height: 505px;
    padding: 30px 27px 27px;
    border: 1px solid #e9edf6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(40, 54, 107, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(40, 54, 107, .13);
}

.home-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 18px;
}

.home-benefit-icon img {
    width: 34px;
    height: 34px;
    filter: brightness(0) invert(1);
}

.home-benefit-blue { background: linear-gradient(135deg, #08b9e5, #425ee5); }
.home-benefit-pink { background: linear-gradient(135deg, #ff397e, #ff7a49); }
.home-benefit-purple { background: linear-gradient(135deg, #7747d6, #d641b4); }

.home-benefit-card h3 {
    margin-bottom: 9px;
    color: #222b58;
    font-size: 19px;
}

.home-benefit-card > p {
    min-height: 69px;
    margin-bottom: 17px;
    color: #7c859b;
    font-size: 13px;
    line-height: 1.65;
}

.home-benefit-card ul {
    margin-bottom: 13px;
}

.home-benefit-card li {
    color: #535d79;
    font-size: 12px;
    line-height: 1.55;
}

.home-benefit-card li i {
    color: #22c993;
}

.services.sec-bg4 .service-section {
    overflow: hidden;
    min-height: 460px;
    border: 1px solid #eef0f6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(3, 10, 43, .13);
}

.services.sec-bg4 .service-section > img {
    width: 78px;
    height: 78px;
    margin-top: 12px;
    padding: 17px;
    border-radius: 20px;
    background: #f5f7fb;
}

.services.sec-bg4 .service-section .title {
    color: #222b58;
}

.services.sec-bg4 .service-section .subtitle {
    color: #68728f;
}

.top-banner .included .row {
    width: min(620px, 100%);
}

.home-hero-bg {
    background-image:
        linear-gradient(90deg, rgba(9, 21, 34, .98) 0%, rgba(9, 21, 34, .94) 33%, rgba(9, 21, 34, .68) 52%, rgba(9, 21, 34, .12) 100%),
        url("../img/cheapwebhosting-hero-v2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero-bg .top-banner .container {
    position: relative;
    z-index: 1;
}

.home-hero-bg .top-banner .heading {
    max-width: 690px;
    text-shadow: 0 3px 22px rgba(0, 0, 0, .3);
}

.home-hero-bg .top-banner .subheading {
    max-width: 620px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .35);
}

.top-banner .home-included-column ul {
    margin: 0 0 8px;
}

.top-banner .home-included-column li {
    display: flex;
    align-items: center;
    min-height: 25px;
    white-space: nowrap;
}

.top-banner .home-included-column li i {
    flex: 0 0 auto;
}

.home-region-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin-top: 32px;
}

.home-region-row > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    color: #fff;
    background: rgba(255,255,255,.06);
}

.home-region-row i {
    grid-row: 1 / 3;
    align-self: center;
    color: #ff3f86;
    font-size: 19px;
}

.home-region-row strong {
    font-size: 12px;
}

.home-region-row span {
    color: rgba(255,255,255,.55);
    font-size: 9px;
}

.casestudy .sec-main.sec-up {
    margin-top: -20px;
}

.services.help .help-container {
    height: 100%;
    border: 1px solid #e9edf6;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(40, 54, 107, .07);
}

.services.help {
    z-index: 3;
    overflow: visible;
    padding-top: 70px !important;
    background: #fff;
}

.services.help .service-wrap,
.services.help .row {
    overflow: visible;
}

.services.help .help-container {
    min-height: 145px;
    margin-top: 0;
}

.services.help .help-item,
.services.help .help-item .img,
.services.help .help-item .inform {
    overflow: visible;
}

.services.help .help-item .ico {
    display: block;
    max-width: 55px;
    max-height: 55px;
}

@media (max-width: 1199px) {
    .home-ai-content { padding-left: 16px; }
    .home-ai-content h2 { font-size: 38px; }
    .home-ai-visual { min-height: 520px; }
}

@media (max-width: 991px) {
    .home-ai-section { padding: 72px 0 75px; }
    .home-ai-visual { max-width: 680px; margin: 0 auto 25px; }
    .home-ai-content { padding-left: 0; }
    .home-region-row { grid-template-columns: 1fr 1fr; }
    .home-benefit-card { min-height: auto; }
    .home-hero-bg {
        background-image:
            linear-gradient(90deg, rgba(9, 21, 34, .98) 0%, rgba(9, 21, 34, .92) 58%, rgba(9, 21, 34, .5) 100%),
            url("../img/cheapwebhosting-hero-v2.png");
        background-position: 64% center;
    }
}

/* Reseller hosting page */
.reseller-page {
    color: #566076;
    background: #fff;
}

.reseller-hero {
    position: relative;
    overflow: hidden;
    min-height: 690px;
    padding: 145px 0 120px;
    color: #fff;
    background:
        radial-gradient(circle at 77% 35%, rgba(51, 191, 234, .18), transparent 28%),
        radial-gradient(circle at 88% 75%, rgba(116, 71, 214, .17), transparent 24%),
        linear-gradient(135deg, #111e28, #172a37 62%, #11212d);
}

.reseller-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.reseller-hero .container {
    position: relative;
    z-index: 2;
}

.reseller-kicker {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    color: #9ce4fa;
    background: rgba(255,255,255,.06);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.25px;
}

.reseller-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: #fff;
    font-family: "Open Sans Bold";
    font-size: 55px;
    line-height: 1.08;
    letter-spacing: -1.6px;
}

.reseller-hero .col-lg-7 > p {
    max-width: 700px;
    color: rgba(255,255,255,.73);
    font-size: 17px;
    line-height: 1.75;
}

.reseller-hero-actions {
    display: flex;
    gap: 23px;
    align-items: center;
    margin: 30px 0;
}

.reseller-hero-actions .btn {
    padding: 14px 22px;
}

.reseller-text-link {
    color: #fff;
    font-weight: 700;
}

.reseller-text-link:hover {
    color: #fdd700;
}

.reseller-text-link i {
    margin-left: 7px;
}

.reseller-trust-row {
    display: flex;
    gap: 10px 22px;
    flex-wrap: wrap;
    color: rgba(255,255,255,.8);
    font-size: 11px;
}

.reseller-trust-row i {
    margin-right: 6px;
    color: #55d7a2;
}

.reseller-hero-art {
    position: relative;
    min-height: 430px;
}

.reseller-server-card {
    position: absolute;
    top: 82px;
    left: 50%;
    z-index: 3;
    width: 275px;
    padding: 35px 28px 30px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 25px;
    text-align: center;
    background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
    box-shadow: 0 35px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(13px);
    transform: translateX(-50%) rotate(-2deg);
}

.reseller-server-card img {
    width: 110px;
    height: 110px;
    margin-bottom: 18px;
    padding: 21px;
    border-radius: 23px;
    background: linear-gradient(135deg, #21bce8, #5c5de4);
}

.reseller-server-card strong,
.reseller-server-card span {
    display: block;
}

.reseller-server-card strong {
    color: #fff;
    font-size: 19px;
}

.reseller-server-card span {
    margin-top: 6px;
    color: #9bc6d7;
    font-size: 11px;
}

.reseller-float-card {
    position: absolute;
    z-index: 4;
    display: grid;
    grid-template-columns: 40px 1fr;
    min-width: 195px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    background: rgba(13,29,40,.88);
    box-shadow: 0 17px 40px rgba(0,0,0,.24);
}

.reseller-float-card i {
    grid-row: 1 / 3;
    align-self: center;
    color: #fdd700;
    font-size: 22px;
}

.reseller-float-card b {
    color: #fff;
    font-size: 11px;
}

.reseller-float-card span {
    color: #8fa5b2;
    font-size: 9px;
}

.float-clients { top: 24px; left: -20px; }
.float-brand { top: 220px; right: -45px; }
.float-profit { bottom: 16px; left: 12px; }

.reseller-art-orbit {
    position: absolute;
    left: 50%;
    border: 1px solid rgba(66,198,237,.23);
    border-radius: 50%;
    transform: translateX(-50%);
}

.orbit-one { top: 31px; width: 395px; height: 395px; }
.orbit-two { top: 76px; width: 305px; height: 305px; }

.reseller-pricing-section,
.reseller-steps,
.reseller-features,
.reseller-comparison,
.reseller-faq {
    padding: 95px 0;
}

.reseller-section-head {
    max-width: 820px;
    margin: 0 auto 52px;
}

.reseller-section-head > span {
    color: #5266dd;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.reseller-section-head h2,
.reseller-comparison h2,
.reseller-final-cta h2 {
    margin: 11px 0 14px;
    color: #202b50;
    font-family: "Open Sans Semibold";
    font-size: 37px;
    line-height: 1.2;
}

.reseller-section-head p,
.reseller-comparison p {
    color: #788199;
    font-size: 14px;
    line-height: 1.75;
}

.reseller-billing-toggle {
    display: inline-flex;
    margin-top: 18px;
    padding: 5px;
    border: 1px solid #e3e7f0;
    border-radius: 999px;
    background: #f4f6fa;
}

.reseller-billing-toggle button {
    min-width: 118px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    color: #616b84;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.reseller-billing-toggle button.active {
    color: #fff;
    background: #27335e;
    box-shadow: 0 8px 18px rgba(39,51,94,.21);
}

.reseller-billing-toggle em {
    margin-left: 4px;
    color: #1fc484;
    font-size: 8px;
    font-style: normal;
}

.reseller-billing-toggle button.active em {
    color: #79efbf;
}

.reseller-price-row > div {
    margin-bottom: 28px;
}

.reseller-plan {
    position: relative;
    height: 100%;
    padding: 35px;
    border: 1px solid #e7eaf1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(37,51,94,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.reseller-plan:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 65px rgba(37,51,94,.14);
}

.reseller-plan-popular {
    border: 2px solid #5465dc;
    box-shadow: 0 25px 65px rgba(77,94,214,.18);
}

.reseller-popular-label {
    position: absolute;
    top: -15px;
    right: 25px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #6b55d8, #3e6ee8);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .9px;
}

.reseller-plan-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    padding: 15px;
    border-radius: 17px;
    background: #eff7fc;
}

.reseller-plan-icon img {
    width: 100%;
    height: 100%;
}

.reseller-plan-for {
    color: #8a93aa;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.reseller-plan h3 {
    margin: 7px 0 10px;
    color: #232e54;
    font-size: 27px;
}

.reseller-plan > p {
    min-height: 76px;
    color: #7b849a;
    font-size: 12px;
    line-height: 1.7;
}

.reseller-price {
    margin: 22px 0 2px;
    color: #232e54;
}

.reseller-price sup {
    top: -16px;
    font-size: 18px;
}

.reseller-price strong {
    font-size: 45px;
    line-height: 1;
    letter-spacing: -1.8px;
}

.reseller-price span {
    margin-left: 4px;
    color: #8790a5;
    font-size: 11px;
}

.reseller-bill-note {
    min-height: 21px;
    margin-bottom: 19px;
    color: #20a976;
    font-size: 10px;
    font-weight: 700;
}

.reseller-plan .btn {
    padding: 12px;
}

.reseller-plan ul {
    margin: 27px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #edf0f5;
}

.reseller-plan li {
    margin: 0 0 14px;
    color: #626c83;
    font-size: 11px;
    list-style: none;
}

.reseller-plan li i {
    width: 21px;
    color: #22c68d;
}

.reseller-plan li b {
    color: #27335a;
}

.reseller-demo-note {
    margin: 8px 0 0;
    color: #8991a4;
    text-align: center;
    font-size: 10px;
}

.reseller-demo-note i {
    margin-right: 6px;
    color: #5366da;
}

.reseller-steps {
    background: #f6f8fc;
}

.reseller-step {
    position: relative;
    height: 100%;
    padding: 31px 25px;
    border: 1px solid #e7ebf3;
    border-radius: 17px;
    background: #fff;
}

.reseller-step > b {
    position: absolute;
    top: 18px;
    right: 21px;
    color: #e7ebf3;
    font-size: 31px;
}

.reseller-step-icon {
    width: 54px;
    height: 54px;
    padding: 13px;
    border-radius: 15px;
    background: linear-gradient(135deg, #29bce9, #5861df);
}

.reseller-step-icon img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

.reseller-step h3 {
    margin: 22px 0 9px;
    color: #263155;
    font-size: 17px;
}

.reseller-step p {
    margin: 0;
    color: #7e879b;
    font-size: 11px;
    line-height: 1.7;
}

.reseller-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.reseller-feature {
    padding: 30px 25px;
    border: 1px solid #e8ebf2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(37,51,94,.05);
}

.reseller-feature img {
    width: 48px;
    height: 48px;
    margin-bottom: 19px;
    padding: 10px;
    border-radius: 13px;
    background: #edf8fc;
}

.reseller-feature h3 {
    color: #273259;
    font-size: 15px;
}

.reseller-feature p {
    margin: 9px 0 0;
    color: #7d869b;
    font-size: 10px;
    line-height: 1.75;
}

.reseller-comparison {
    background:
        radial-gradient(circle at 0 100%, rgba(62,196,235,.1), transparent 33%),
        #f7f9fc;
}

.reseller-kicker-dark {
    border-color: #dde4ef;
    color: #5162cf;
    background: #fff;
}

.reseller-saving-cards {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.reseller-saving-cards div {
    flex: 1;
    padding: 17px 13px;
    border: 1px solid #e1e6ef;
    border-radius: 13px;
    background: #fff;
}

.reseller-saving-cards strong,
.reseller-saving-cards span {
    display: block;
}

.reseller-saving-cards strong {
    color: #243055;
    font-size: 17px;
}

.reseller-saving-cards span {
    margin-top: 4px;
    color: #8a93a6;
    font-size: 8px;
}

.reseller-table-wrap {
    overflow: hidden;
    margin-left: 25px;
    border: 1px solid #e1e6ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(34,50,89,.08);
}

.reseller-table-wrap table {
    width: 100%;
}

.reseller-table-wrap th,
.reseller-table-wrap td {
    padding: 20px 17px;
    border-bottom: 1px solid #edf0f5;
    color: #697388;
    font-size: 10px;
}

.reseller-table-wrap th {
    color: #fff;
    background: #263257;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.reseller-table-wrap td b {
    color: #263257;
}

.reseller-table-wrap td span {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 999px;
    color: #148f63;
    background: #e8fbf4;
    font-weight: 700;
}

.reseller-table-wrap tr:last-child td {
    border-bottom: 0;
}

.reseller-faq details {
    margin-bottom: 13px;
    border: 1px solid #e7eaf1;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(37,51,94,.04);
}

.reseller-faq summary {
    position: relative;
    padding: 19px 50px 19px 21px;
    color: #29355a;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

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

.reseller-faq summary:after {
    content: "+";
    position: absolute;
    top: 16px;
    right: 20px;
    color: #5265da;
    font-size: 20px;
}

.reseller-faq details[open] summary:after { content: "–"; }

.reseller-faq details p {
    margin: 0;
    padding: 0 21px 20px;
    color: #7c8599;
    font-size: 11px;
    line-height: 1.75;
}

.reseller-final-cta {
    padding: 0 0 85px;
    background: #fff;
}

.reseller-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 54px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 30%, rgba(76,199,236,.26), transparent 30%),
        linear-gradient(135deg, #172633, #223954);
    box-shadow: 0 25px 60px rgba(15,31,45,.19);
}

.reseller-cta-inner span {
    color: #7fdaF5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.reseller-final-cta h2 {
    margin: 8px 0 7px;
    color: #fff;
    font-size: 29px;
}

.reseller-final-cta p {
    margin: 0;
    color: rgba(255,255,255,.64);
    font-size: 12px;
}

.reseller-cta-inner .btn {
    flex: 0 0 auto;
    margin-left: 30px;
    padding: 14px 24px;
}

@media (max-width: 1199px) {
    .reseller-hero h1 { font-size: 47px; }
    .float-brand { right: -10px; }
    .float-clients { left: 0; }
    .reseller-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .nav-menu .main-menu > .menu-item > a { padding-left: 9px; padding-right: 9px; }
}

@media (max-width: 991px) {
    .reseller-hero { padding: 120px 0 90px; }
    .reseller-hero-art { max-width: 540px; margin: 35px auto 0; }
    .reseller-plan { height: auto; }
    .reseller-step { margin-bottom: 20px; }
    .reseller-table-wrap { margin: 40px 0 0; }
    .reseller-cta-inner { align-items: flex-start; flex-direction: column; }
    .reseller-cta-inner .btn { margin: 25px 0 0; }
}

@media (max-width: 575px) {
    .reseller-hero { padding: 105px 0 70px; }
    .reseller-hero h1 { font-size: 37px; letter-spacing: -1px; }
    .reseller-hero .col-lg-7 > p { font-size: 14px; }
    .reseller-hero-actions { align-items: flex-start; flex-direction: column; }
    .reseller-hero-art { min-height: 415px; transform: scale(.9); }
    .float-clients { left: -15px; }
    .float-brand { right: -15px; }
    .reseller-pricing-section,
    .reseller-steps,
    .reseller-features,
    .reseller-comparison,
    .reseller-faq { padding: 70px 0; }
    .reseller-section-head h2,
    .reseller-comparison h2 { font-size: 30px; }
    .reseller-feature-grid { grid-template-columns: 1fr; }
    .reseller-saving-cards { flex-direction: column; }
    .reseller-table-wrap { overflow-x: auto; }
    .reseller-table-wrap table { min-width: 570px; }
    .reseller-cta-inner { padding: 37px 28px; }
}

@media (max-width: 575px) {
    .home-ai-section { padding: 58px 0 62px; }
    .home-ai-content h2 { font-size: 33px; letter-spacing: -.8px; }
    .home-ai-lead { font-size: 14px; }
    .home-ai-visual { min-height: 410px; padding: 74px 0 70px; }
    .home-ai-window { transform: none; }
    .home-ai-prompt { left: 0; max-width: 290px; }
    .home-ai-result { right: 0; bottom: 10px; min-width: 220px; }
    .home-ai-seo-badge { left: 0; bottom: 68px; }
    .home-region-row { grid-template-columns: 1fr; }
    .top-banner .home-included-column li { white-space: normal; }
    .top-banner .home-included-column.secfeat { margin-top: 0; }
    .services.help { padding-top: 48px !important; }
    .home-hero-bg {
        background-image:
            linear-gradient(rgba(9, 21, 34, .9), rgba(9, 21, 34, .96)),
            url("../img/cheapwebhosting-hero-v2.png");
        background-position: 70% center;
    }
}

/* Organized global footer */
.cwh-footer {
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #93a4b2;
    background:
        radial-gradient(circle at 90% 0, rgba(47, 185, 222, .12), transparent 28%),
        #101f2a;
}
.cwh-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image: radial-gradient(rgba(255,255,255,.3) .6px, transparent .6px);
    background-size: 22px 22px;
}
.cwh-footer > .container { position: relative; z-index: 1; }
.cwh-footer-help {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 63px;
    padding: 29px 32px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 0 0 18px 18px;
    background: linear-gradient(110deg, rgba(54,191,226,.19), rgba(255,255,255,.045));
}
.cwh-footer-help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    color: #172631;
    background: #ffdc25;
    box-shadow: 0 10px 25px rgba(255,220,37,.16);
    font-size: 21px;
}
.cwh-footer-help span {
    color: #55c9ea;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.1px;
}
.cwh-footer-help h2 {
    margin: 5px 0 4px;
    color: #fff;
    font-size: 25px;
}
.cwh-footer-help p {
    margin: 0;
    color: #93a4b2;
    font-size: 14px;
    line-height: 1.55;
}
.cwh-footer-help-actions { display: flex; gap: 9px; }
.cwh-footer-help-actions a {
    display: inline-flex;
    align-items: center;
    padding: 12px 17px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.cwh-footer-help-actions a:hover { text-decoration: none; transform: translateY(-1px); }
.cwh-footer-help-actions i { margin-right: 7px; }
.cwh-footer-primary { color: #172631!important; background: #ffdc25; }
.cwh-footer-secondary { border: 1px solid rgba(255,255,255,.17); color: #fff!important; background: rgba(255,255,255,.045); }

.cwh-footer-main {
    display: grid;
    grid-template-columns: 1.65fr repeat(3, 1fr);
    gap: 48px;
    padding-bottom: 51px;
}
.cwh-footer-logo { display: inline-block; margin-bottom: 19px; }
.cwh-footer-logo img { width: 230px; max-width: 100%; }
.cwh-footer-brand > p { max-width: 340px; margin: 0 0 20px; color: #9aabb8; font-size: 14px; line-height: 1.75; }
.cwh-footer-status {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 9px;
    color: #9babba;
    background: rgba(255,255,255,.035);
    font-size: 12px;
}
.cwh-footer-status > i {
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #25c995;
    box-shadow: 0 0 0 4px rgba(37,201,149,.12);
}
.cwh-footer-status a { margin-left: 10px; color: #4fc4e5; font-weight: 700; }
.cwh-footer-email { display: block; margin-top: 14px; color: #c1ccd4!important; font-size: 13px; }
.cwh-footer-email i { margin-right: 8px; color: #4fc4e5; }
.cwh-footer-column h3 {
    position: relative;
    margin: 5px 0 22px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 17px;
}
.cwh-footer-column h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: #ffdc25;
}
.cwh-footer-column a {
    display: block;
    margin: 12px 0;
    color: #8fa0ae;
    font-size: 13px;
    transition: .2s ease;
}
.cwh-footer-column a i { margin-right: 8px; color: #4dc1e2; font-size: 9px; }
.cwh-footer-column a:hover { padding-left: 3px; color: #fff; text-decoration: none; }

.cwh-footer-trust {
    display: grid;
    grid-template-columns: repeat(3, auto) 1fr;
    align-items: center;
    gap: 26px;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.cwh-footer-trust-item { display: flex; align-items: center; }
.cwh-footer-trust-item > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 9px;
    color: #4cc3e4;
    background: rgba(76,195,228,.1);
    font-size: 13px;
}
.cwh-footer-trust-item b,.cwh-footer-trust-item span { display: block; }
.cwh-footer-trust-item b { margin-bottom: 2px; color: #dbe3e9; font-size: 12px; }
.cwh-footer-trust-item span { color: #899ba9; font-size: 11px; }
.cwh-footer-payments { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.cwh-footer-payments > span { margin-right: 3px; color: #91a2af; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.cwh-footer-payments i { color: #c7d0d7; font-size: 23px; }

.cwh-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
}
.cwh-footer-bottom p { margin: 0; color: #8799a7; font-size: 12px; }
.cwh-footer-bottom a { margin-left: 23px; color: #95a5b1; font-size: 12px; }
.cwh-footer-bottom a:hover { color: #fff; text-decoration: none; }

@media (max-width: 991px) {
    .cwh-footer-help { grid-template-columns: 54px 1fr; }
    .cwh-footer-help-actions { grid-column: 1 / -1; padding-left: 74px; }
    .cwh-footer-main { grid-template-columns: 1.5fr repeat(2,1fr); }
    .cwh-footer-column:last-child { grid-column: 2; }
    .cwh-footer-trust { grid-template-columns: repeat(3,1fr); }
    .cwh-footer-payments { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 767px) {
    .cwh-footer { text-align: left; }
    .cwh-footer-help { grid-template-columns: 1fr; padding: 27px 24px; }
    .cwh-footer-help-actions { grid-column: auto; padding-left: 0; }
    .cwh-footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .cwh-footer-brand { grid-column: 1 / -1; }
    .cwh-footer-column:last-child { grid-column: auto; }
    .cwh-footer-trust { grid-template-columns: 1fr; gap: 16px; }
    .cwh-footer-payments { grid-column: auto; }
    .cwh-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 9px; padding: 18px 0; }
    .cwh-footer-bottom a { margin: 0 18px 0 0; }
}
@media (max-width: 460px) {
    .cwh-footer-help-actions { align-items: stretch; flex-direction: column; }
    .cwh-footer-help-actions a { justify-content: center; }
    .cwh-footer-main { grid-template-columns: 1fr; }
    .cwh-footer-brand,.cwh-footer-column:last-child { grid-column: auto; }
}

/* Standard readable typography across the reseller hosting page */
.reseller-page main p { font-size: 15px; line-height: 1.72; }
.reseller-page main .btn { font-size: 14px; }
.reseller-page .reseller-kicker { font-size: 11px; }
.reseller-page .reseller-hero .col-lg-7 > p { font-size: 17px; line-height: 1.75; }
.reseller-page .reseller-text-link { font-size: 14px; }
.reseller-page .reseller-trust-row span { font-size: 12px; }
.reseller-page .reseller-server-card strong { font-size: 16px; }
.reseller-page .reseller-server-card span { font-size: 12px; }
.reseller-page .reseller-float-card b { font-size: 12px; }
.reseller-page .reseller-float-card span { font-size: 10px; }

.reseller-page .reseller-tech p,
.reseller-page .reseller-section-head > span { font-size: 11px; }
.reseller-page .reseller-logo-row span { font-size: 13px; }
.reseller-page .reseller-section-head p { font-size: 15px; }
.reseller-page .reseller-billing-toggle button { font-size: 13px; }
.reseller-page .reseller-billing-toggle em { font-size: 10px; }

.reseller-page .reseller-plan-for { font-size: 11px; }
.reseller-page .reseller-plan h3 { font-size: 25px; }
.reseller-page .reseller-plan > p { font-size: 14px; line-height: 1.7; }
.reseller-page .reseller-bill-note { font-size: 12px; }
.reseller-page .reseller-plan li { font-size: 13px; line-height: 1.55; }
.reseller-page .reseller-popular-label { font-size: 10px; }
.reseller-page .reseller-demo-note,
.reseller-page .reseller-availability-note { font-size: 12px; line-height: 1.65; }

.reseller-page .reseller-pillars article h3,
.reseller-page .reseller-step h3,
.reseller-page .reseller-feature h3,
.reseller-page .reseller-toolkit-grid h3 { font-size: 17px; }
.reseller-page .reseller-pillars article p,
.reseller-page .reseller-step p,
.reseller-page .reseller-feature p { font-size: 14px; line-height: 1.7; }
.reseller-page .reseller-step > b { font-size: 22px; }
.reseller-page .reseller-toolkit-grid li { margin: 10px 0; font-size: 13px; line-height: 1.55; }
.reseller-page .reseller-toolkit-grid li:before { top: 2px; font-size: 10px; }

.reseller-page .reseller-stat-row b { font-size: 19px; }
.reseller-page .reseller-stat-row span,
.reseller-page .reseller-account-row { font-size: 11px; }
.reseller-page .reseller-control .col-lg-6 > p,
.reseller-page .reseller-migration-center .col-lg-6 > p,
.reseller-page .reseller-no-downtime .col-lg-5 > p,
.reseller-page .reseller-domain-inner > div > p,
.reseller-page .reseller-global .col-lg-5 > p,
.reseller-page .reseller-support .col-lg-6 > p { font-size: 15px; line-height: 1.72; }
.reseller-page .reseller-platform-cards b,
.reseller-page .reseller-number-list b,
.reseller-page .reseller-support-points b { font-size: 15px; }
.reseller-page .reseller-platform-cards span,
.reseller-page .reseller-number-list span,
.reseller-page .reseller-support-points span { font-size: 13px; line-height: 1.6; }
.reseller-page .reseller-small-note,
.reseller-page .reseller-flow-note { font-size: 12px!important; line-height: 1.65!important; }
.reseller-page .reseller-check-columns span { font-size: 13px; line-height: 1.5; }

.reseller-page .reseller-photo-badge b { font-size: 14px; }
.reseller-page .reseller-photo-badge span { font-size: 11px; }
.reseller-page .reseller-transfer-flow b { font-size: 15px; }
.reseller-page .reseller-transfer-flow span { font-size: 11px; }
.reseller-page .reseller-transfer-flow > em span { font-size: 10px; }
.reseller-page .domain-dot { font-size: 13px; }
.reseller-page .reseller-location-grid span { font-size: 12px; }
.reseller-page .reseller-location-grid b { font-size: 14px; }

.reseller-page .reseller-compare-wrap th,
.reseller-page .reseller-compare-wrap td,
.reseller-page .reseller-table-wrap th,
.reseller-page .reseller-table-wrap td { font-size: 13px; line-height: 1.5; }
.reseller-page .reseller-compare-wrap td b { font-size: 14px; }
.reseller-page .reseller-compare-wrap td span { font-size: 12px; }
.reseller-page .reseller-saving-cards strong { font-size: 20px; }
.reseller-page .reseller-saving-cards span { font-size: 12px; }

.reseller-page .reseller-who-grid h3 { font-size: 16px; }
.reseller-page .reseller-who-grid p { font-size: 13px; line-height: 1.65; }
.reseller-page .reseller-faq summary { font-size: 15px; line-height: 1.5; }
.reseller-page .reseller-faq details p { font-size: 14px; line-height: 1.72; }
.reseller-page .reseller-cta-inner > div > span { font-size: 11px; }
.reseller-page .reseller-final-cta p { font-size: 14px; }

@media (max-width: 575px) {
    .reseller-page .reseller-hero .col-lg-7 > p { font-size: 16px; }
    .reseller-page .reseller-plan li,
    .reseller-page .reseller-toolkit-grid li,
    .reseller-page .reseller-check-columns span { font-size: 14px; }
    .reseller-page .reseller-faq summary { font-size: 16px; }
}

/* Named reseller price comparison */
.reseller-provider-compare {
    overflow: hidden;
    border: 1px solid #e0e6ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(34,50,89,.09);
}
.reseller-provider-compare table { width: 100%; border-collapse: collapse; }
.reseller-provider-compare th,
.reseller-provider-compare td {
    padding: 18px 20px;
    border-right: 1px solid #e9edf3;
    border-bottom: 1px solid #e9edf3;
    color: #647187;
    font-size: 13px;
    line-height: 1.55;
    vertical-align: middle;
}
.reseller-provider-compare th {
    color: #fff;
    background: #263552;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .45px;
}
.reseller-provider-compare th:last-child,
.reseller-provider-compare td:last-child { border-right: 0; }
.reseller-provider-compare tr:last-child td { border-bottom: 0; }
.reseller-provider-compare tr.ours td { color: #233452; background: #effcf8; }
.reseller-provider-compare tr.ours td:nth-child(2) { background: #33bedf; color: #fff; }
.reseller-provider-compare td > strong { color: #263552; font-size: 23px; }
.reseller-provider-compare tr.ours td > strong { color: #fff; }
.reseller-provider-compare td > strong small { margin-left: 3px; font-size: 12px; font-weight: 600; }
.reseller-provider-compare td > span { color: #8c96a8; font-size: 12px; }
.reseller-provider-compare tr.ours td > span { color: #698179; }
.reseller-provider-compare td > i { margin: 0 5px 0 0; color: #25b889; }
.reseller-provider-name { display: grid; grid-template-columns: 40px 1fr; align-items: center; }
.reseller-provider-name .provider-mark { grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-right: 10px; border-radius: 10px; color: #fff; font-size: 11px; font-weight: 900; }
.provider-mark.cwh-mark { color: #22314b; background: #ffdc25; font-size: 15px; }
.provider-mark.rc-mark { background: #ff7b49; }.provider-mark.nc-mark { background: #ff642f; }.provider-mark.im-mark { background: #1f79c7; }.provider-mark.hg-mark { background: #f5a623; }
.reseller-provider-name b { color: #29365a; font-size: 14px; }
.reseller-provider-name em { color: #8e98a9; font-size: 11px; font-style: normal; }
.reseller-price-sources { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px 22px; margin-top: 22px; }
.reseller-price-sources > span { color: #768297; font-size: 12px; }
.reseller-price-sources i { margin-right: 6px; color: #45bddf; }
.reseller-price-sources a { color: #4058bd; font-weight: 700; }

/* Done-for-you reseller business launch */
.reseller-done-for-you { overflow: hidden; padding: 92px 0; background: #f4f8fc; }
.reseller-dfy-shell { display: grid; grid-template-columns: 42% 58%; overflow: hidden; border: 1px solid #dfe6ef; border-radius: 24px; background: #fff; box-shadow: 0 25px 65px rgba(31,51,79,.13); }
.reseller-dfy-visual { position: relative; min-height: 625px; overflow: hidden; background: #122633; }
.reseller-dfy-visual > img { width: 100%; height: 100%; min-height: 625px; object-fit: cover; object-position: 45% center; opacity: .82; }
.reseller-dfy-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(14,31,43,.03),rgba(14,31,43,.68)); pointer-events:none; }
.reseller-dfy-browser { position: absolute; z-index: 2; right: 24px; bottom: 115px; left: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.36); border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(0,0,0,.27); }
.reseller-dfy-browser-top { display:flex; align-items:center; height:34px; padding:0 11px; background:#eaf0f5; }
.reseller-dfy-browser-top > i { width:7px;height:7px;margin-right:5px;border-radius:50%;background:#ff6577}.reseller-dfy-browser-top > i:nth-child(2){background:#ffcc4d}.reseller-dfy-browser-top > i:nth-child(3){background:#25c796}
.reseller-dfy-browser-top span { margin-left:8px;color:#77869a;font-size:9px }
.reseller-dfy-browser-body { padding:20px; background:linear-gradient(135deg,#172a38,#29485d); }
.reseller-dfy-browser-body b,.reseller-dfy-browser-body span,.reseller-dfy-browser-body em{display:block}.reseller-dfy-browser-body b{color:#fff;font-size:16px}.reseller-dfy-browser-body span{margin-top:5px;color:#8edaf0;font-size:10px}.reseller-dfy-browser-body em{display:inline-block;margin-top:17px;padding:7px 10px;border-radius:7px;color:#24324a;background:#ffdc25;font-size:10px;font-style:normal;font-weight:800}
.reseller-dfy-payment { position:absolute; z-index:3; right:18px; bottom:30px; left:58px; display:flex; align-items:center; padding:14px 15px; border:1px solid rgba(255,255,255,.22); border-radius:13px; color:#fff; background:rgba(16,37,51,.87); backdrop-filter:blur(8px); }
.reseller-dfy-payment > i:first-child { display:flex;align-items:center;justify-content:center;width:37px;height:37px;margin-right:11px;border-radius:10px;color:#23314a;background:#ffdc25 }.reseller-dfy-payment b,.reseller-dfy-payment span{display:block}.reseller-dfy-payment b{font-size:13px}.reseller-dfy-payment span{margin-top:2px;color:rgba(255,255,255,.58);font-size:10px}.reseller-dfy-payment > i:last-child{margin-left:auto;color:#2bd09a;font-size:18px}
.reseller-dfy-content { padding: 54px 48px; }
.reseller-dfy-content h2 { margin:14px 0 16px; color:#273259; font-size:35px; }
.reseller-dfy-content > p { color:#727e92; font-size:15px; line-height:1.72; }
.reseller-dfy-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; margin-top:25px; }
.reseller-dfy-grid article { display:flex; padding:16px; border:1px solid #e4e9f0; border-radius:13px; background:#f9fbfd; }
.reseller-dfy-grid article > i { display:flex; flex:0 0 40px; align-items:center; justify-content:center; width:40px; height:40px; margin-right:12px; border-radius:11px; color:#fff; background:linear-gradient(135deg,#5265dc,#37c4e9); font-size:15px; }
.reseller-dfy-grid b,.reseller-dfy-grid span { display:block; }.reseller-dfy-grid b{color:#29365a;font-size:14px}.reseller-dfy-grid span{margin-top:4px;color:#818b9d;font-size:12px;line-height:1.55}
.reseller-dfy-launch { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:24px; padding-top:23px; border-top:1px solid #e8ebf1; }
.reseller-dfy-launch > div { display:flex; align-items:center; }
.reseller-dfy-launch > div > i { margin-right:12px;color:#4bc2e3;font-size:24px}.reseller-dfy-launch span,.reseller-dfy-launch b{display:block}.reseller-dfy-launch b{color:#2a375b;font-size:13px}.reseller-dfy-launch span{color:#8992a2;font-size:11px;line-height:1.5}.reseller-dfy-launch .btn{flex:0 0 auto}

@media (max-width: 1199px) {
    .reseller-dfy-shell { grid-template-columns: 40% 60%; }
    .reseller-dfy-content { padding: 43px 34px; }
}
@media (max-width: 991px) {
    .reseller-provider-compare { overflow-x: auto; }
    .reseller-provider-compare table { min-width: 850px; }
    .reseller-dfy-shell { grid-template-columns: 1fr; }
    .reseller-dfy-visual,.reseller-dfy-visual > img { min-height: 520px; max-height: 520px; }
}
@media (max-width: 575px) {
    .reseller-done-for-you { padding: 65px 0; }
    .reseller-dfy-content { padding: 34px 23px; }
    .reseller-dfy-content h2 { font-size: 29px; }
    .reseller-dfy-grid { grid-template-columns: 1fr; }
    .reseller-dfy-launch { align-items:flex-start; flex-direction:column; }
    .reseller-dfy-launch .btn { width:100%; }
    .reseller-dfy-visual,.reseller-dfy-visual > img { min-height: 460px; max-height: 460px; }
    .reseller-dfy-payment { left:18px; }
}

/* Sitejet AI builder and included software */
.reseller-ai-builder { padding:88px 0; background:radial-gradient(circle at 8% 15%,rgba(0,194,255,.14),transparent 28%),linear-gradient(135deg,#eef9ff 0%,#f6f4ff 50%,#fff 100%); }
.reseller-ai-shell { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); align-items:center; gap:62px; }
.reseller-sitejet-logo { display:block; width:154px; max-height:44px; object-fit:contain; object-position:left center; margin:22px 0 18px; }
.reseller-ai-copy h2 { color:#172b3a; font-size:34px; line-height:1.18; margin:0 0 18px; }
.reseller-ai-copy > p { color:#506575; font-size:16px; line-height:1.75; margin-bottom:24px; }
.reseller-ai-benefits { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.reseller-ai-benefits article { display:flex; gap:12px; min-height:118px; padding:17px; background:rgba(255,255,255,.92); border:1px solid #dceaf3; border-radius:14px; box-shadow:0 12px 32px rgba(33,72,101,.07); }
.reseller-ai-benefits article > i { display:grid; place-items:center; flex:0 0 40px; width:40px; height:40px; color:#fff; background:linear-gradient(135deg,#198ed0,#7457de); border-radius:11px; font-size:17px; }
.reseller-ai-benefits b,.reseller-ai-benefits span { display:block; }
.reseller-ai-benefits b { color:#172b3a; font-size:15px; line-height:1.35; margin-bottom:5px; }
.reseller-ai-benefits span { color:#617381; font-size:13px; line-height:1.55; }
.reseller-ai-actions { display:flex; align-items:center; flex-wrap:wrap; gap:22px; margin-top:24px; }
.reseller-ai-visual { position:relative; padding:30px; background:linear-gradient(145deg,#17293c,#251c4a); border-radius:26px; box-shadow:0 28px 60px rgba(24,39,72,.25); }
.reseller-ai-visual > img { display:block; width:100%; height:auto; border-radius:14px; }
.reseller-ai-badge,.reseller-ai-prompt { position:absolute; z-index:2; display:flex; align-items:center; gap:10px; background:#fff; border-radius:13px; box-shadow:0 14px 35px rgba(21,34,59,.2); }
.reseller-ai-badge { top:-20px; right:24px; padding:12px 17px; }
.reseller-ai-badge i { color:#24b985; font-size:22px; }
.reseller-ai-badge b,.reseller-ai-badge span,.reseller-ai-prompt b,.reseller-ai-prompt span { display:block; }
.reseller-ai-badge b,.reseller-ai-prompt b { color:#172b3a; font-size:14px; }
.reseller-ai-badge span,.reseller-ai-prompt span { color:#667784; font-size:12px; }
.reseller-ai-prompt { left:-28px; bottom:-25px; min-width:250px; padding:14px 18px; }
.reseller-ai-prompt > i { display:grid; place-items:center; width:42px; height:42px; color:#fff; background:linear-gradient(135deg,#7657e3,#e850a5); border-radius:12px; }
.reseller-software-stack { padding:88px 0; background:#fff; }
.reseller-software-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.reseller-software-grid article { position:relative; padding:24px 21px 22px; background:#fff; border:1px solid #e4ebf0; border-radius:16px; box-shadow:0 12px 34px rgba(35,58,74,.08); transition:transform .2s ease,box-shadow .2s ease; }
.reseller-software-grid article:hover { transform:translateY(-4px); box-shadow:0 18px 42px rgba(35,58,74,.13); }
.software-logo { display:flex; align-items:center; height:54px; margin-bottom:16px; }
.software-logo img { display:block; width:auto; max-width:142px; max-height:48px; object-fit:contain; object-position:left center; }
.reseller-software-grid h3 { color:#172b3a; font-size:18px; margin:0 0 9px; }
.reseller-software-grid p { min-height:68px; color:#60717e; font-size:14px; line-height:1.6; margin-bottom:15px; }
.reseller-software-grid article > span { display:inline-flex; align-items:center; gap:7px; color:#148b68; font-size:13px; font-weight:700; }
.reseller-software-grid article > span i { color:#22bd88; }
@media (max-width:1199px) {
    .reseller-ai-shell { gap:36px; }
    .reseller-software-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:991px) {
    .reseller-ai-builder,.reseller-software-stack { padding:68px 0; }
    .reseller-ai-shell { grid-template-columns:1fr; }
    .reseller-ai-visual { max-width:720px; margin:20px auto 12px; }
    .reseller-software-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:575px) {
    .reseller-ai-copy h2 { font-size:28px; }
    .reseller-ai-benefits,.reseller-software-grid { grid-template-columns:1fr; }
    .reseller-ai-visual { padding:15px; border-radius:18px; }
    .reseller-ai-badge { position:relative; top:auto; right:auto; width:fit-content; margin:0 0 14px; }
    .reseller-ai-prompt { position:relative; left:auto; bottom:auto; min-width:0; margin:14px 0 0; }
    .reseller-software-grid p { min-height:0; }
}

/* Shared responsive brand header */
.cwh-statusbar { position:relative; z-index:1002; color:#b9c9d7; background:#081722; border-bottom:1px solid rgba(255,255,255,.06); }
.cwh-status-inner { display:flex; align-items:center; justify-content:space-between; min-height:36px; gap:20px; }
.cwh-live-status,.cwh-top-links,.cwh-top-links a { display:flex; align-items:center; }
.cwh-live-status { gap:8px; color:#b9c9d7; font-size:11px; }
.cwh-live-status:hover,.cwh-top-links a:hover { color:#fff; text-decoration:none; }
.cwh-live-status b { color:#d9f8ed; font-size:11px; }
.cwh-live-status > span:last-child { color:#7d95a7; }
.cwh-live-dot { width:8px; height:8px; border-radius:50%; background:#23d18b; box-shadow:0 0 0 4px rgba(35,209,139,.13); }
.cwh-top-links { gap:22px; }
.cwh-top-links a { gap:7px; color:#9eb1c1; font-size:11px; }
.cwh-top-links i { color:#29bce5; }
.menu-wrap.cwh-header-shell { display:block; position:relative; z-index:1001; height:auto; min-height:80px; padding:0; color:#fff; background:linear-gradient(120deg,#0e2231 0%,#142b3b 55%,#102332 100%); border:0; box-shadow:0 10px 28px rgba(6,18,28,.16); }
.cwh-header-inner { display:flex; align-items:center; min-height:80px; gap:28px; }
.cwh-brand { display:block; flex:0 0 322px; width:322px; height:58px; overflow:hidden; }
.cwh-brand-mark { display:block; width:100%; height:100%; background:linear-gradient(90deg,#fff 0 72%,#27c6ff 72% 100%); -webkit-mask-image:url("../img/cheapwebhosting-preferred-transparent.png"); mask-image:url("../img/cheapwebhosting-preferred-transparent.png"); -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-position:center; mask-position:center; -webkit-mask-size:100% auto; mask-size:100% auto; }
.cwh-desktop-nav { margin-left:auto; }
.cwh-desktop-nav ul { display:flex; align-items:center; gap:3px; margin:0; padding:0; list-style:none; }
.cwh-desktop-nav li { position:relative; }
.cwh-desktop-nav > ul > li > a { display:flex; align-items:center; gap:6px; min-height:80px; padding:0 12px; color:#d7e2ea; font-size:13px; font-weight:600; white-space:nowrap; transition:color .2s ease; }
.cwh-desktop-nav > ul > li > a:hover { color:#fff; text-decoration:none; }
.cwh-desktop-nav > ul > li > a:after { content:""; position:absolute; right:12px; bottom:19px; left:12px; height:2px; border-radius:2px; background:#26c5f7; transform:scaleX(0); transition:transform .2s ease; }
.cwh-desktop-nav > ul > li > a:hover:after { transform:scaleX(1); }
.cwh-desktop-nav .fa-chevron-down { font-size:9px; opacity:.7; }
.cwh-hot { display:inline-flex; align-items:center; height:18px; padding:0 6px; border-radius:8px; color:#092133; background:#2ac8f8; font-size:8px; font-weight:900; letter-spacing:.4px; }
.cwh-client-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; flex:0 0 auto; min-height:42px; padding:0 18px; border-radius:10px; color:#102534; background:#f9d931; box-shadow:0 8px 20px rgba(249,217,49,.16); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.35px; }
.cwh-client-btn:hover { color:#102534; background:#ffe45c; text-decoration:none; transform:translateY(-1px); }
.cwh-support-dropdown { position:absolute; top:65px; right:-70px; display:grid; width:290px; padding:12px; border:1px solid #dfe7ed; border-radius:14px; background:#fff; box-shadow:0 22px 45px rgba(9,27,39,.2); opacity:0; visibility:hidden; transform:translateY(9px); transition:.2s ease; }
.cwh-support-menu:hover .cwh-support-dropdown,.cwh-support-menu:focus-within .cwh-support-dropdown { opacity:1; visibility:visible; transform:translateY(0); }
.cwh-support-dropdown a { display:flex; align-items:center; gap:12px; padding:12px; border-radius:10px; color:#213949; }
.cwh-support-dropdown a:hover { color:#213949; background:#eef8fc; text-decoration:none; }
.cwh-support-dropdown i { display:grid; place-items:center; flex:0 0 38px; width:38px; height:38px; border-radius:10px; color:#fff; background:linear-gradient(135deg,#198ed0,#27c6f7); }
.cwh-support-dropdown b,.cwh-support-dropdown small { display:block; }
.cwh-support-dropdown b { font-size:13px; }
.cwh-support-dropdown small { margin-top:2px; color:#7a8a96; font-size:10px; }
.cwh-nav-dropdown-menu { position:absolute; top:65px; left:-18px; display:grid; width:310px; padding:12px; border:1px solid #dfe7ed; border-radius:14px; background:#fff; box-shadow:0 22px 45px rgba(9,27,39,.2); opacity:0; visibility:hidden; transform:translateY(9px); transition:.2s ease; }
.cwh-nav-dropdown:hover .cwh-nav-dropdown-menu,.cwh-nav-dropdown:focus-within .cwh-nav-dropdown-menu { opacity:1; visibility:visible; transform:translateY(0); }
.cwh-nav-dropdown-menu a { display:flex; align-items:center; gap:12px; padding:12px; border-radius:10px; color:#213949; }
.cwh-nav-dropdown-menu a:hover { color:#213949; background:#eef8fc; text-decoration:none; }
.cwh-nav-dropdown-menu>a>i { display:grid; place-items:center; flex:0 0 38px; width:38px; height:38px; border-radius:10px; color:#fff; background:linear-gradient(135deg,#198ed0,#27c6f7); }
.cwh-nav-dropdown-menu b,.cwh-nav-dropdown-menu small { display:block; }.cwh-nav-dropdown-menu b{font-size:13px}.cwh-nav-dropdown-menu small{margin-top:2px;color:#7a8a96;font-size:10px}
.menu-wrap.mobile.cwh-mobile-header { display:none; position:relative; z-index:1001; padding:0; color:#fff; background:linear-gradient(120deg,#0e2231,#142b3b); box-shadow:0 10px 28px rgba(6,18,28,.16); }
.cwh-mobile-top { display:flex; align-items:center; justify-content:space-between; min-height:70px; }
.cwh-mobile-header .cwh-brand { flex-basis:250px; width:250px; height:52px; }
.cwh-menu-toggle.menu-toggle { position:relative; top:auto; right:auto; display:flex; flex-direction:column; justify-content:center; gap:5px; width:44px; height:44px; padding:0 11px; border:1px solid rgba(255,255,255,.18); border-radius:11px; background:rgba(255,255,255,.06); }
.cwh-menu-toggle.menu-toggle .icon { display:block; width:100%; height:2px; margin:0; border-radius:2px; background:#fff; }
.cwh-mobile-nav { display:none; padding:8px 0 22px; border-top:1px solid rgba(255,255,255,.08); }
.cwh-mobile-label { display:block; padding:15px 6px 6px; color:#55d8fb; font-size:10px; font-weight:900; letter-spacing:1.3px; text-transform:uppercase; }
.menu-wrap.mobile.cwh-mobile-header.active .cwh-mobile-nav { display:grid; }
.cwh-mobile-nav > a { display:flex; align-items:center; gap:11px; padding:12px 6px; border-bottom:1px solid rgba(255,255,255,.07); color:#d9e4eb; font-size:14px; font-weight:600; }
.cwh-mobile-nav > a:hover { color:#fff; text-decoration:none; }
.cwh-mobile-nav > a > i { width:21px; color:#2ac8f8; text-align:center; }
.cwh-mobile-nav .cwh-hot { margin-left:auto; }
.cwh-mobile-nav .cwh-mobile-client { justify-content:center; margin-top:13px; border:0; border-radius:10px; color:#102534; background:#f9d931; font-weight:800; text-transform:uppercase; }
.cwh-mobile-nav .cwh-mobile-client i { color:#102534; }
.software-logo.software-logo-dark { height:58px; padding:10px 13px; border-radius:10px; background:linear-gradient(135deg,#172d45,#214a70); }
.software-logo.software-logo-dark img { max-width:152px; max-height:38px; }
@media (max-width:1199px) {
    .cwh-brand { flex-basis:270px; width:270px; }
    .cwh-header-inner { gap:15px; }
    .cwh-desktop-nav > ul > li > a { padding:0 8px; font-size:12px; }
    .cwh-client-btn { padding:0 13px; font-size:10px; }
}
@media (max-width:767px) {
    .cwh-status-inner { justify-content:center; min-height:32px; }
    .cwh-live-status > span:last-child,.cwh-top-links { display:none; }
    .menu-wrap.cwh-header-shell { display:none; }
    .menu-wrap.mobile.cwh-mobile-header { display:block; }
}
@media (max-width:420px) {
    .cwh-mobile-header .cwh-brand { flex-basis:215px; width:215px; height:48px; }
}

/* Modern web hosting page — aligned with the reseller hosting visual system */
.web-hosting-modern { color:#14213d; background:#fff; }
.web-hosting-modern p,.web-hosting-modern li,.web-hosting-modern td { font-size:16px; line-height:1.7; }
.webhost-hero { position:relative; overflow:hidden; padding:104px 0 92px; color:#fff; background:radial-gradient(circle at 82% 28%,rgba(31,189,255,.2),transparent 28%),linear-gradient(135deg,#07182b 0%,#0d2b45 62%,#123c58 100%); }
.webhost-hero-grid { position:absolute; inset:0; opacity:.2; background-image:linear-gradient(rgba(79,203,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(79,203,255,.16) 1px,transparent 1px); background-size:48px 48px; -webkit-mask-image:linear-gradient(to right,transparent,#000 48%,#000); mask-image:linear-gradient(to right,transparent,#000 48%,#000); }
.webhost-hero .container { position:relative; z-index:2; }
.webhost-eyebrow,.webhost-section-head .reseller-kicker { display:inline-flex; align-items:center; gap:9px; margin-bottom:18px; color:#57d5ff; font-size:13px; font-weight:800; letter-spacing:1.5px; }
.webhost-hero h1 { max-width:730px; margin:0 0 22px; color:#fff; font-size:clamp(42px,5vw,68px); line-height:1.05; letter-spacing:-2.2px; }
.webhost-hero-copy>p { max-width:670px; margin-bottom:30px; color:#c6d9e8; font-size:19px; line-height:1.7; }
.webhost-hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-bottom:28px; }
.webhost-hero .btn { min-height:52px; padding:14px 25px; border-radius:9px; font-size:16px; font-weight:800; }
.webhost-btn-primary { color:#062039!important; background:linear-gradient(135deg,#5bddff,#1fb8f0); box-shadow:0 12px 30px rgba(21,183,239,.25); }
.webhost-btn-secondary { color:#fff!important; border:1px solid rgba(255,255,255,.28); background:rgba(255,255,255,.06); }
.webhost-hero-trust { display:flex; flex-wrap:wrap; gap:12px 23px; color:#d9e9f4; font-size:14px; font-weight:600; }
.webhost-hero-trust i { margin-right:6px; color:#4dd6a7; }
.webhost-server-art { position:relative; min-height:390px; margin-left:30px; }
.webhost-orbit { position:absolute; border:1px solid rgba(95,218,255,.22); border-radius:50%; }
.webhost-orbit-one { inset:18px 5px 15px 20px; animation:webhost-float 7s ease-in-out infinite; }
.webhost-orbit-two { inset:60px 45px 55px 65px; border-style:dashed; animation:webhost-float 7s ease-in-out infinite reverse; }
.webhost-server-stack { position:absolute; z-index:2; top:82px; left:50%; width:275px; padding:16px; transform:translateX(-50%) rotate(-3deg); border:1px solid rgba(107,221,255,.28); border-radius:24px; background:rgba(5,22,39,.74); box-shadow:0 30px 70px rgba(0,0,0,.35); backdrop-filter:blur(12px); }
.webhost-server-stack>div { display:flex; align-items:center; gap:7px; height:68px; margin:9px 0; padding:0 18px; border:1px solid rgba(88,209,255,.22); border-radius:10px; background:linear-gradient(90deg,rgba(24,70,101,.95),rgba(13,42,64,.95)); }
.webhost-server-stack i { color:#4dd6a7; font-size:7px; }
.webhost-server-stack i:nth-child(2) { color:#ffd85a; }
.webhost-server-stack i:nth-child(3) { color:#44c8ff; }
.webhost-server-stack span { width:110px; height:7px; margin-left:auto; border-radius:10px; background:linear-gradient(90deg,#38c6f6 62%,rgba(255,255,255,.12) 62%); }
.webhost-art-card { position:absolute; z-index:3; display:grid; grid-template-columns:42px 1fr; min-width:184px; padding:14px; border:1px solid rgba(255,255,255,.2); border-radius:13px; color:#092238; background:rgba(255,255,255,.95); box-shadow:0 18px 40px rgba(0,0,0,.25); }
.webhost-art-card i { grid-row:1/span 2; align-self:center; color:#0cb9ef; font-size:27px; }
.webhost-art-card strong { font-size:14px; }
.webhost-art-card small { color:#64748b; }
.webhost-speed-card { top:30px; right:0; }
.webhost-secure-card { bottom:30px; left:0; }
@keyframes webhost-float { 50% { transform:translateY(-8px); } }
.webhost-tech-strip { position:relative; z-index:5; background:#fff; border-bottom:1px solid #e6edf3; box-shadow:0 14px 30px rgba(11,37,59,.07); }
.webhost-tech-strip .container { display:grid; grid-template-columns:repeat(4,1fr); }
.webhost-tech-strip .container>div { display:flex; align-items:center; gap:14px; min-height:92px; padding:16px 22px; border-right:1px solid #e6edf3; }
.webhost-tech-strip .container>div:first-child { border-left:1px solid #e6edf3; }
.webhost-tech-strip i { color:#10b9ee; font-size:25px; }
.webhost-tech-strip span { color:#718096; font-size:13px; line-height:1.45; }
.webhost-tech-strip strong { display:block; color:#12253c; font-size:16px; }
.web-hosting-modern #pricing-plans { margin-top:0!important; padding:90px 0 95px; background:#f4f8fc; }
.webhost-section-head { max-width:780px; margin:0 auto 50px; }
.webhost-section-head h2,.web-hosting-modern .section-heading { color:#10243c; font-size:clamp(32px,4vw,45px); line-height:1.16; letter-spacing:-1px; }
.webhost-section-head p,.web-hosting-modern .section-subheading { color:#68788b; font-size:17px; }
.web-hosting-modern #pricing-plans .row.justify-content-end { justify-content:center!important; }
.web-hosting-modern #pricing-plans .col-lg-3 { flex:0 0 33.333%; max-width:33.333%; }
.web-hosting-modern #pricing-plans .price-container { overflow:hidden; height:auto; border:1px solid #dfebf3; border-radius:18px; background:#fff; box-shadow:0 16px 45px rgba(12,39,63,.09); transition:transform .25s ease,box-shadow .25s ease; }
.web-hosting-modern #pricing-plans .price-container:hover { transform:translateY(-7px); box-shadow:0 22px 55px rgba(12,39,63,.15); }
.web-hosting-modern #pricing-plans .top-content { padding:32px 29px 27px; }
.web-hosting-modern #pricing-plans .top-content .svg { width:47px; height:47px; }
.web-hosting-modern #pricing-plans .title { color:#10243c; font-size:24px; font-weight:800; }
.web-hosting-modern #pricing-plans .fromer { min-height:28px; color:#718096; font-size:15px; }
.web-hosting-modern #pricing-plans .price { margin:17px 0; color:#10243c; }
.web-hosting-modern #pricing-plans .price .value { font-size:48px; font-weight:800; }
.web-hosting-modern #pricing-plans .btn,.web-hosting-modern #maintable .btn { padding:12px 21px; border-radius:8px; color:#062039; font-weight:800; background:#ffd83d; }
.web-hosting-modern #pricing-plans .list-info { min-height:0; margin:0; padding:27px 29px 31px; color:#dcecf7; background:linear-gradient(150deg,#123b59,#0b263d)!important; }
.web-hosting-modern #pricing-plans .list-info li { margin-bottom:15px; color:#fff; }
.web-hosting-modern #pricing-plans .list-info .c-purple,.web-hosting-modern #pricing-plans .list-info .c-pink { color:#57d5ff!important; }
.web-hosting-modern .ai-hosting-section { padding-top:100px; padding-bottom:100px; }
.web-hosting-modern .sec-normal { padding-top:95px; padding-bottom:95px; }
.web-hosting-modern .sec-bg7 { background:#fff; }
.web-hosting-modern .sec-bg3 { background:#f2f7fb; }
.web-hosting-modern .sec-bg2 { background:#fff; }
.web-hosting-modern .sample,.web-hosting-modern #maintable { overflow:hidden; border:1px solid #dce8f1; border-radius:14px; background:#fff; box-shadow:0 16px 45px rgba(12,39,63,.08); }
.web-hosting-modern .sample thead,.web-hosting-modern #maintable thead { background:#102d46; }
.web-hosting-modern .sample thead td,.web-hosting-modern #maintable thead td,.web-hosting-modern #maintable thead .title,.web-hosting-modern #maintable thead .price { color:#fff; }
.web-hosting-modern .sample td,.web-hosting-modern #maintable td { padding:16px 18px; vertical-align:middle; }
.web-hosting-modern .sample { table-layout:fixed; }
.web-hosting-modern .sample td { width:33.333%; padding:18px 28px!important; }
.web-hosting-modern .sample td:first-child { padding-left:32px!important; }
.web-hosting-modern .sample .title-table { white-space:normal; overflow-wrap:anywhere; }
.web-hosting-modern #maintable tbody tr:nth-child(even) { background:#f6f9fc; }
.web-hosting-modern #maintable .fa-check,.web-hosting-modern .sample .fa-check-circle { color:#17bd8d; }
.web-hosting-modern #maintable .fa-times { color:#e45858; }
.web-hosting-modern .faq .panel-wrap { margin-bottom:13px; border:1px solid #dce8f1; border-radius:12px; background:#fff; box-shadow:0 8px 26px rgba(12,39,63,.05); }
.web-hosting-modern .faq .panel-title { padding:21px 24px; color:#10243c; font-size:17px; font-weight:800; }
.webhost-kicker { display:inline-flex; align-items:center; gap:9px; margin-bottom:17px; color:#0aa6df; font-size:13px; font-weight:800; letter-spacing:1.5px; }
.webhost-feature-copy h2 { margin:0 0 20px; color:#10243c; font-size:clamp(34px,4vw,48px); line-height:1.14; letter-spacing:-1.3px; }
.webhost-feature-lead { margin-bottom:26px; color:#64758a; font-size:17px!important; line-height:1.75!important; }
.webhost-performance { overflow:hidden; padding:105px 0; background:#fff; }
.webhost-performance-art { position:relative; min-height:455px; max-width:520px; }
.webhost-nvme-card { position:absolute; top:48px; left:30px; z-index:2; width:370px; min-height:285px; padding:36px; border:1px solid rgba(83,213,255,.26); border-radius:28px; color:#fff; background:radial-gradient(circle at 85% 15%,rgba(55,202,248,.26),transparent 30%),linear-gradient(145deg,#0c263e,#123f5e); box-shadow:0 30px 70px rgba(12,39,62,.25); transform:rotate(-3deg); }
.webhost-nvme-label { display:inline-flex; padding:7px 12px; border-radius:8px; color:#63d9ff; background:rgba(91,217,255,.12); font-size:13px; font-weight:800; letter-spacing:1px; }
.webhost-nvme-card strong { display:block; margin:20px 0 3px; font-size:93px; line-height:.9; letter-spacing:-7px; }
.webhost-nvme-card strong span { margin-left:5px; color:#4ad4ff; font-size:44px; letter-spacing:-2px; }
.webhost-nvme-card small { color:#bdd2e0; font-size:15px; }
.webhost-speed-lines { display:flex; align-items:flex-end; gap:7px; height:46px; margin-top:24px; }
.webhost-speed-lines i { display:block; width:46px; border-radius:5px 5px 2px 2px; background:linear-gradient(#54dcff,#168fce); }
.webhost-speed-lines i:nth-child(1){height:15px}.webhost-speed-lines i:nth-child(2){height:24px}.webhost-speed-lines i:nth-child(3){height:34px}.webhost-speed-lines i:nth-child(4){height:44px}
.webhost-wp-orbit { position:absolute; right:4px; bottom:26px; z-index:3; display:grid; place-items:center; width:154px; height:154px; padding:33px; border:1px solid #d9e9f2; border-radius:50%; background:#fff; box-shadow:0 20px 50px rgba(13,51,78,.16); }
.webhost-wp-orbit:before { position:absolute; inset:-18px; content:""; border:1px dashed #9bdff5; border-radius:50%; }
.webhost-wp-orbit img { width:100%; height:100%; }
.webhost-performance-chip { position:absolute; top:20px; right:4px; z-index:4; display:flex; align-items:center; gap:12px; padding:15px 18px; border-radius:13px; color:#10243c; background:#fff; box-shadow:0 15px 40px rgba(13,51,78,.15); }
.webhost-performance-chip i { color:#ffba23; font-size:28px; }
.webhost-performance-chip span { font-size:12px; line-height:1.35; }.webhost-performance-chip b{font-size:14px}
.webhost-check-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.webhost-check-grid>div { display:flex; gap:13px; padding:16px; border:1px solid #dfebf3; border-radius:13px; background:#f8fbfd; }
.webhost-check-grid i { display:grid; place-items:center; flex:0 0 27px; width:27px; height:27px; border-radius:50%; color:#fff; background:#17bd8d; font-size:11px; }
.webhost-check-grid span { color:#697a8d; font-size:14px; line-height:1.55; }
.webhost-check-grid strong { display:block; margin-bottom:3px; color:#142b43; font-size:15px; }
.webhost-included-stack { padding:105px 0; background:linear-gradient(180deg,#f4f8fc,#eef6fb); }
.webhost-software-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.webhost-software-grid article { position:relative; overflow:hidden; min-height:315px; padding:29px; border:1px solid #deebf3; border-radius:18px; background:#fff; box-shadow:0 14px 35px rgba(12,39,63,.07); transition:transform .25s ease,box-shadow .25s ease; }
.webhost-software-grid article:before { position:absolute; top:0; left:0; width:100%; height:5px; content:""; background:linear-gradient(90deg,#20c2f4,#735bea,#ffba40); }
.webhost-software-grid article:hover { transform:translateY(-5px); box-shadow:0 20px 45px rgba(12,39,63,.13); }
.webhost-logo-tile { display:flex; align-items:center; justify-content:flex-start; width:175px; height:61px; margin-bottom:23px; }
.webhost-logo-tile img { max-width:165px; max-height:54px; object-fit:contain; }
.webhost-logo-dark { justify-content:center; padding:12px; border-radius:11px; background:linear-gradient(135deg,#172d45,#214a70); }
.webhost-logo-dark img { max-height:36px; }
.webhost-software-grid h3 { margin:0 0 12px; color:#12283f; font-size:21px; }
.webhost-software-grid p { margin-bottom:18px; color:#6a7b8e; font-size:15px; line-height:1.65; }
.webhost-software-grid article>span { position:absolute; right:29px; bottom:25px; left:29px; color:#0b9e76; font-size:13px; font-weight:800; }
.webhost-software-grid article>span i { margin-right:6px; }
.webhost-softaculous { position:relative; overflow:hidden; padding:110px 0; color:#fff; background:linear-gradient(135deg,#58158c,#8728aa 54%,#e24c83); }
.webhost-softaculous-shape { position:absolute; right:-8%; bottom:-60%; width:620px; height:620px; border:100px solid rgba(255,255,255,.07); border-radius:50%; }
.webhost-softaculous .container { position:relative; z-index:2; }
.webhost-kicker-light { color:#ffd4f1; }
.webhost-softaculous h2 { color:#fff; }
.webhost-softaculous .webhost-feature-lead { color:#f2dff5; }
.webhost-soft-logo { display:flex; align-items:center; width:235px; height:72px; margin-bottom:23px; padding:14px 20px; border:1px solid rgba(255,255,255,.18); border-radius:12px; background:rgba(14,17,42,.38); }
.webhost-soft-logo img { max-width:100%; max-height:42px; }
.webhost-soft-actions { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.webhost-soft-actions span { padding:13px 15px; border:1px solid rgba(255,255,255,.16); border-radius:10px; background:rgba(255,255,255,.08); font-size:14px; font-weight:700; }
.webhost-soft-actions i { width:25px; color:#ffd057; }
.webhost-app-cloud { position:relative; min-height:470px; margin-left:45px; }
.webhost-app-main { position:absolute; top:118px; left:50%; z-index:3; display:grid; place-items:center; width:210px; height:210px; padding:27px; transform:translateX(-50%); border:1px solid rgba(255,255,255,.25); border-radius:50%; color:#492060; background:#fff; box-shadow:0 26px 65px rgba(45,5,67,.28); }
.webhost-app-main i { color:#46739a; font-size:72px; }.webhost-app-main strong{font-size:21px}.webhost-app-main small{color:#7c6c86}
.webhost-app-pill { position:absolute; z-index:2; padding:14px 18px; border:1px solid rgba(255,255,255,.25); border-radius:12px; color:#fff; background:rgba(255,255,255,.13); box-shadow:0 16px 35px rgba(55,10,70,.17); font-weight:700; backdrop-filter:blur(8px); }
.webhost-app-pill i { margin-right:8px; color:#ffd057; font-size:20px; }
.app-joomla{top:38px;left:12px}.app-drupal{top:43px;right:10px}.app-cart{bottom:54px;left:0}.app-forum{right:0;bottom:60px}
.webhost-app-count { position:absolute; top:0; left:50%; display:grid; place-items:center; transform:translateX(-50%); color:#fff; }
.webhost-app-count strong { font-size:42px; line-height:1; }.webhost-app-count span{color:#f1d8f5;font-size:13px}
.webhost-migration { padding:110px 0; background:#fff; }
.webhost-migration-card { display:grid; grid-template-columns:.92fr 1.08fr; overflow:hidden; border:1px solid #dce9f2; border-radius:25px; background:#f7fbfd; box-shadow:0 24px 60px rgba(12,39,63,.12); }
.webhost-migration-image { position:relative; min-height:590px; overflow:hidden; }
.webhost-migration-image:after { position:absolute; inset:0; content:""; background:linear-gradient(0deg,rgba(7,26,43,.45),transparent 55%); }
.webhost-migration-image img { width:100%; height:100%; object-fit:cover; }
.webhost-migration-image span { position:absolute; z-index:2; right:25px; bottom:25px; left:25px; padding:15px 18px; border:1px solid rgba(255,255,255,.3); border-radius:11px; color:#fff; background:rgba(8,31,49,.78); font-size:14px; font-weight:800; backdrop-filter:blur(8px); }
.webhost-migration-image span i { margin-right:8px; color:#4addaa; }
.webhost-migration-card>.webhost-feature-copy { align-self:center; padding:52px; }
.webhost-migration-steps { display:grid; gap:13px; margin:25px 0 30px; }
.webhost-migration-steps>div { display:flex; align-items:center; gap:14px; }
.webhost-migration-steps b { display:grid; place-items:center; flex:0 0 43px; width:43px; height:43px; border-radius:11px; color:#087cab; background:#dff5fc; font-size:13px; }
.webhost-migration-steps span { color:#718196; font-size:14px; }.webhost-migration-steps strong{display:block;color:#142b43;font-size:15px}
.webhost-migration-btn { padding:14px 22px; border-radius:9px; color:#062039!important; background:#ffd83d; font-size:15px; font-weight:800; }
.webhost-compact-faq { padding:95px 0; background:#f5f9fc; }
.webhost-faq-grid { display:grid; grid-template-columns:1fr 1fr; align-items:start; gap:12px 16px; }
.webhost-faq-grid details { overflow:hidden; border:1px solid #dce8f1; border-radius:11px; background:#fff; box-shadow:0 7px 20px rgba(12,39,63,.045); }
.webhost-faq-grid summary { display:flex; align-items:center; justify-content:space-between; gap:15px; min-height:58px; padding:14px 17px; color:#132a42; cursor:pointer; list-style:none; font-size:15px; font-weight:800; line-height:1.4; }
.webhost-faq-grid summary::-webkit-details-marker { display:none; }
.webhost-faq-grid summary i { color:#14aee2; font-size:12px; transition:transform .2s ease; }
.webhost-faq-grid details[open] summary i { transform:rotate(45deg); }
.webhost-faq-grid details p { margin:0; padding:0 17px 16px; color:#68798c; font-size:14px; line-height:1.65; }
.webhost-final-cta { padding:35px 0 90px; background:#fff; }
.webhost-final-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:35px; padding:48px 55px; border-radius:24px; color:#fff; background:radial-gradient(circle at 90% 15%,rgba(67,210,255,.24),transparent 27%),linear-gradient(135deg,#0b2237,#123f5d); box-shadow:0 22px 55px rgba(10,35,55,.18); }
.webhost-final-cta h2 { margin:0 0 12px; color:#fff; font-size:36px; line-height:1.2; }
.webhost-final-cta p { max-width:700px; margin:0; color:#c9dbe8; font-size:17px; }
.webhost-final-cta .btn { flex:0 0 auto; padding:15px 25px; border-radius:9px; font-size:16px; font-weight:800; }
@media (max-width:991px) {
  .webhost-hero { padding:82px 0 65px; }
  .webhost-server-art { min-height:340px; max-width:520px; margin:45px auto 0; }
  .webhost-tech-strip .container { grid-template-columns:repeat(2,1fr); }
  .webhost-tech-strip .container>div { border:1px solid #e6edf3; border-width:0 1px 1px 0; }
  .web-hosting-modern #pricing-plans .col-lg-3 { flex:0 0 50%; max-width:50%; margin-bottom:28px; }
  .webhost-performance-art { margin:0 auto 45px; }
  .webhost-software-grid { grid-template-columns:repeat(2,1fr); }
  .webhost-app-cloud { max-width:560px; margin:45px auto 0; }
  .webhost-migration-card { grid-template-columns:1fr; }
  .webhost-migration-image { min-height:440px; }
}
@media (max-width:767px) {
  .webhost-hero { padding:68px 0 54px; }
  .webhost-hero h1 { font-size:42px; letter-spacing:-1.4px; }
  .webhost-hero-copy>p { font-size:17px; }
  .webhost-server-art { min-height:300px; transform:scale(.88); margin:20px -20px -20px; }
  .webhost-tech-strip .container { grid-template-columns:1fr 1fr; }
  .webhost-tech-strip .container>div { min-height:82px; padding:13px; }
  .web-hosting-modern #pricing-plans { padding:68px 0; }
  .web-hosting-modern #pricing-plans .col-lg-3 { flex:0 0 100%; max-width:100%; }
  .web-hosting-modern #pricing-plans .list-info { min-height:auto; }
  .web-hosting-modern .sec-normal,.web-hosting-modern .ai-hosting-section { padding-top:70px; padding-bottom:70px; }
  .web-hosting-modern .table-responsive-lg { overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .web-hosting-modern #maintable { min-width:850px; }
  .webhost-final-cta { padding-bottom:70px; }
  .webhost-final-cta-inner { align-items:flex-start; flex-direction:column; padding:35px 28px; }
  .webhost-final-cta h2 { font-size:30px; }
  .webhost-performance,.webhost-included-stack,.webhost-softaculous,.webhost-migration { padding:75px 0; }
  .webhost-performance-art { min-height:380px; transform:scale(.86); transform-origin:center; margin:-30px -30px 5px; }
  .webhost-check-grid,.webhost-soft-actions { grid-template-columns:1fr; }
  .webhost-software-grid { grid-template-columns:1fr; }
  .webhost-software-grid article { min-height:300px; }
  .webhost-app-cloud { min-height:420px; margin:35px -15px -35px; transform:scale(.88); }
  .webhost-migration-image { min-height:330px; }
  .webhost-migration-card>.webhost-feature-copy { padding:35px 25px; }
  .webhost-faq-grid { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .webhost-tech-strip .container { grid-template-columns:1fr; }
  .webhost-tech-strip .container>div { border-left:1px solid #e6edf3; }
  .webhost-hero-actions .btn { width:100%; text-align:center; }
}

/* Modern sales-focused homepage */
.home-modern { color:#14273d; background:#fff; }
.home-modern p,.home-modern li { font-size:16px; line-height:1.7; }
.home-kicker { display:inline-flex; align-items:center; gap:8px; color:#17bff3; font-size:12px; font-weight:900; letter-spacing:1.6px; }
.home-command-hero { position:relative; overflow:hidden; padding:105px 0 95px; color:#fff; background:linear-gradient(125deg,#071827 0%,#0c2c43 58%,#0e3c58 100%); }
.home-command-hero:before { position:absolute; inset:0; content:""; opacity:.18; background-image:radial-gradient(circle at 1px 1px,#74dfff 1px,transparent 0); background-size:35px 35px; -webkit-mask-image:linear-gradient(90deg,transparent,#000); mask-image:linear-gradient(90deg,transparent,#000); }
.home-command-glow { position:absolute; top:-220px; right:-120px; width:700px; height:700px; border-radius:50%; background:radial-gradient(circle,rgba(34,196,248,.22),transparent 66%); }
.home-command-hero .container { position:relative; z-index:2; }
.home-command-copy h1 { max-width:690px; margin:18px 0 22px; color:#fff; font-size:clamp(47px,5.5vw,74px); line-height:1.03; letter-spacing:-3px; }
.home-command-copy>p { max-width:650px; margin-bottom:30px; color:#c8dce9; font-size:19px; }
.home-command-actions { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:25px; }
.home-command-actions .btn { padding:15px 24px; border-radius:9px; font-size:15px; font-weight:900; }
.home-primary-btn { color:#062036!important; background:linear-gradient(135deg,#62ddff,#1bb8ee); box-shadow:0 13px 30px rgba(19,181,235,.23); }
.home-ghost-btn { color:#fff!important; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.05); }
.home-hero-proof { display:flex; flex-wrap:wrap; gap:12px 22px; color:#d8e8f2; font-size:13px; font-weight:700; }
.home-hero-proof i { margin-right:6px; color:#42d7a1; }
.home-command-center { position:relative; max-width:560px; margin-left:35px; padding:20px; border:1px solid rgba(111,218,255,.22); border-radius:23px; background:rgba(5,20,34,.72); box-shadow:0 35px 75px rgba(0,0,0,.34); transform:perspective(1000px) rotateY(-4deg) rotateX(2deg); backdrop-filter:blur(15px); }
.home-command-top { display:flex; align-items:center; gap:7px; padding-bottom:16px; border-bottom:1px solid rgba(255,255,255,.08); }
.home-command-top>span { width:8px; height:8px; border-radius:50%; background:#ff6b6b; }.home-command-top>span:nth-child(2){background:#ffd35b}.home-command-top>span:nth-child(3){background:#42d7a1}
.home-command-top img { width:132px; height:34px; margin-left:10px; object-fit:contain; object-position:left center; }.home-command-top b { margin-left:2px; color:#c5dae7; font-size:12px; }.home-command-top em{margin-left:auto;padding:5px 8px;border-radius:6px;color:#41dca7;background:rgba(65,220,167,.12);font-size:9px;font-style:normal;font-weight:900}
.home-cpanel-screen { position:relative; height:255px; margin:18px 0 12px; overflow:hidden; border:5px solid #fff; border-radius:13px; background:#f6f6f6; box-shadow:0 14px 28px rgba(0,0,0,.22); }.home-cpanel-screen>img{display:block;width:190%;max-width:none;height:auto;transform:translate(0,-1%);transform-origin:top left;image-rendering:auto}.home-cpanel-screen:after{position:absolute;inset:0;content:"";pointer-events:none;box-shadow:inset 0 0 0 1px rgba(17,43,86,.12)}.home-cpanel-screen-label{position:absolute;right:12px;bottom:11px;display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(255,255,255,.75);border-radius:8px;color:#fff;background:rgba(16,36,73,.9);box-shadow:0 7px 20px rgba(8,25,50,.25);font-size:10px;font-weight:800;backdrop-filter:blur(8px)}.home-cpanel-screen-label i{display:grid;place-items:center;width:20px;height:20px;border-radius:6px;color:#fff;background:#ff641f;font-size:10px;box-shadow:0 0 0 4px rgba(255,100,31,.15)}
.home-command-main { display:grid; grid-template-columns:190px 1fr; gap:22px; padding:24px 0; }
.home-health-ring { display:grid; place-items:center; width:180px; height:180px; padding:17px; border-radius:50%; background:conic-gradient(#2ed0fb 0 92%,rgba(255,255,255,.09) 92%); }
.home-health-ring>div { display:grid; place-items:center; width:100%; height:100%; border-radius:50%; background:#0b283d; }.home-health-ring strong{font-size:35px}.home-health-ring span{color:#9db6c7;font-size:11px}
.home-command-stats { display:grid; gap:10px; }
.home-command-stats>div { display:flex; align-items:center; gap:11px; padding:11px 13px; border:1px solid rgba(255,255,255,.08); border-radius:10px; background:rgba(255,255,255,.04); }
.home-command-stats i { display:grid; place-items:center; width:34px; height:34px; border-radius:9px; color:#54d7ff; background:rgba(70,204,250,.12); }.home-command-stats span{color:#8da9ba;font-size:10px}.home-command-stats strong{display:block;color:#fff;font-size:13px}
.home-command-chart { padding:14px; border:1px solid rgba(255,255,255,.08); border-radius:11px; background:rgba(255,255,255,.035); }
.home-command-chart>span { color:#9db4c4; font-size:10px; }.home-command-chart>strong{display:inline-block;margin-left:8px;color:#64e5a5;font-size:19px}.home-command-chart>small{float:right;margin-top:5px;color:#8eb0c2;font-size:9px}
.home-command-chart>div { display:flex; align-items:flex-end; gap:7px; height:55px; margin-top:8px; }.home-command-chart i{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(#4ad5ff,#166a9a)}.home-command-chart i:nth-child(1){height:30%}.home-command-chart i:nth-child(2){height:44%}.home-command-chart i:nth-child(3){height:38%}.home-command-chart i:nth-child(4){height:57%}.home-command-chart i:nth-child(5){height:49%}.home-command-chart i:nth-child(6){height:68%}.home-command-chart i:nth-child(7){height:76%}.home-command-chart i:nth-child(8){height:92%}
.home-command-speed{position:relative;display:flex;align-items:center;gap:16px;min-height:92px;padding:15px 18px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:radial-gradient(circle at 15% 50%,rgba(70,213,255,.12),transparent 28%),rgba(255,255,255,.035)}.home-speed-icon{position:relative;display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border:2px solid rgba(80,216,255,.32);border-radius:50%;color:#56dcff;background:#0c3148;font-size:28px;box-shadow:0 0 28px rgba(59,205,248,.16)}.home-speed-icon:before{position:absolute;inset:-7px;content:"";border-top:3px solid #62e1ff;border-right:3px solid #62e1ff;border-radius:50%;transform:rotate(25deg)}.home-speed-icon span{position:absolute;right:5px;bottom:8px;width:10px;height:10px;border:3px solid #0c3148;border-radius:50%;background:#ffca3a}.home-command-speed>div:nth-child(2){display:grid}.home-command-speed>div:nth-child(2)>span{color:#9db4c4;font-size:10px}.home-command-speed strong{color:#65e7a8;font-size:24px;line-height:1.15}.home-command-speed small{color:#8eb0c2;font-size:9px}.home-speed-lines{position:absolute;right:18px;display:grid;gap:7px;width:70px}.home-speed-lines i{display:block;height:3px;border-radius:5px;background:linear-gradient(90deg,transparent,#4dd7ff)}.home-speed-lines i:nth-child(1){width:42px;margin-left:auto}.home-speed-lines i:nth-child(2){width:68px}.home-speed-lines i:nth-child(3){width:50px;margin-left:auto}
.home-command-float { position:absolute; right:-35px; bottom:-30px; display:flex; align-items:center; gap:11px; padding:13px 17px; border-radius:13px; color:#183047; background:#fff; box-shadow:0 17px 40px rgba(0,0,0,.25); transform:rotate(3deg); }.home-command-float img{width:39px;height:39px}.home-command-float span{font-size:11px}.home-command-float strong{display:block;font-size:13px}
.home-trust-rail { position:relative; z-index:4; border-bottom:1px solid #dfe9f0; background:#fff; box-shadow:0 12px 25px rgba(11,39,60,.06); }
.home-trust-rail .container { display:grid; grid-template-columns:repeat(4,1fr); }
.home-trust-rail .container>div { display:flex; align-items:center; gap:13px; min-height:92px; padding:18px; border-right:1px solid #e4edf3; }.home-trust-rail .container>div:first-child{border-left:1px solid #e4edf3}
.home-trust-rail i { color:#14b8eb; font-size:23px; }.home-trust-rail span{color:#738294;font-size:12px;line-height:1.45}.home-trust-rail strong{display:block;color:#152a41;font-size:15px}
.home-plan-section { padding:105px 0; background:#f3f8fc; }
.home-section-heading { max-width:760px; margin:0 auto 48px; text-align:center; }.home-heading-left{max-width:840px;margin-left:0;text-align:left}
.home-section-heading h2 { margin:14px 0; color:#10263d; font-size:clamp(36px,4vw,50px); line-height:1.13; letter-spacing:-1.5px; }.home-section-heading p{color:#6e7f91;font-size:17px}
.home-plan-grid { display:grid; grid-template-columns:repeat(3,1fr); align-items:center; gap:20px; }
.home-plan-grid article { position:relative; padding:31px; border:1px solid #dce9f2; border-radius:19px; background:#fff; box-shadow:0 14px 38px rgba(12,39,63,.08); }
.home-plan-grid .home-plan-featured { padding-top:45px; border:2px solid #1eb9ed; box-shadow:0 22px 55px rgba(12,108,149,.16); transform:translateY(-8px); }
.home-popular { position:absolute; top:-14px; left:50%; padding:7px 14px; transform:translateX(-50%); border-radius:20px; color:#06304a; background:#58d7ff; font-size:10px; font-weight:900; letter-spacing:1px; white-space:nowrap; }
.home-plan-icon { display:grid; place-items:center; width:56px; height:56px; margin-bottom:20px; border-radius:14px; background:#eef9fd; }.home-plan-icon img{width:35px;height:35px}
.home-plan-type { color:#0ba9df; font-size:10px; font-weight:900; letter-spacing:1.3px; }.home-plan-grid h3{margin:5px 0 15px;color:#14283f;font-size:28px}
.home-plan-price { display:flex; align-items:center; gap:9px; padding-bottom:22px; border-bottom:1px solid #e6edf2; }.home-plan-price strong{color:#10263d;font-size:45px;line-height:1}.home-plan-price span{color:#617286;font-size:12px;line-height:1.3}.home-plan-price small{color:#93a0ae;font-size:10px}
.home-plan-grid ul { min-height:260px; margin:24px 0; padding:0; list-style:none; }.home-plan-grid li{margin-bottom:12px;color:#53677c;font-size:14px}.home-plan-grid li i{margin-right:8px;color:#13bb8b}
.home-plan-grid article>a { display:flex; align-items:center; justify-content:space-between; padding:13px 15px; border-radius:9px; color:#fff; background:#102f49; font-size:13px; font-weight:900; }.home-plan-grid .home-plan-featured>a{color:#082337;background:#ffd83d}
.home-compare-link { display:block; width:max-content; margin:30px auto 0; padding:0; border:0; color:#0a93c7; background:transparent; font-weight:800; cursor:pointer; }
.home-value-bento { padding:110px 0; background:#fff; }
.home-bento-grid { display:grid; grid-template-columns:1.15fr .85fr .85fr; grid-template-rows:auto auto; gap:18px; }
.home-bento-grid article { position:relative; overflow:hidden; padding:30px; border-radius:20px; }
.home-bento-grid h3 { margin:15px 0 9px; font-size:22px; }.home-bento-grid p{margin:0;font-size:14px;line-height:1.65}
.home-bento-speed { grid-row:span 2; min-height:480px; color:#fff; background:radial-gradient(circle at 85% 12%,rgba(55,213,255,.25),transparent 30%),linear-gradient(145deg,#0a253b,#0d4764); }.home-bento-speed>div{display:grid;margin-bottom:65px}.home-bento-speed>div span{color:#62d9ff;font-size:11px;font-weight:900}.home-bento-speed>div strong{font-size:105px;line-height:.9;letter-spacing:-8px}.home-bento-speed>div small{color:#b8d2e1}.home-bento-speed>i{position:absolute;top:28px;right:27px;color:#62d9ff;font-size:35px}
.home-bento-security { color:#391749; background:linear-gradient(135deg,#fdeaff,#f5d7ff); }.home-feature-logo{display:block;width:125px;height:42px;object-fit:contain;object-position:left center}.home-bento-security>div{display:flex;gap:6px;margin-top:18px}.home-bento-security>div span{padding:6px 9px;border-radius:6px;color:#7e2497;background:rgba(138,41,163,.1);font-size:9px;font-weight:900}
.home-bento-support { color:#153148; background:linear-gradient(135deg,#e7f9ff,#d9f3fa); }.home-avatar-stack{display:flex}.home-avatar-stack span{display:grid;place-items:center;width:39px;height:39px;margin-right:-8px;border:3px solid #e4f8fd;border-radius:50%;color:#fff;background:#159dcd;font-size:10px;font-weight:900}.home-bento-support>a{display:inline-block;margin-top:17px;color:#087ba8;font-size:13px;font-weight:900}
.home-bento-control { grid-column:span 2; display:flex; align-items:center; gap:23px; color:#fff; background:linear-gradient(120deg,#6c43d7,#875ae5); }.home-cpanel-logo{display:grid;place-items:center;flex:0 0 145px;min-height:76px;padding:15px;border-radius:14px;background:#fff}.home-cpanel-logo img{display:block;width:115px;max-height:45px}
.home-modal-open{overflow:hidden}.home-compare-modal{position:fixed;z-index:99999;inset:0;display:none;padding:28px;overflow:auto}.home-compare-modal.is-open{display:block}.home-compare-backdrop{position:fixed;inset:0;background:rgba(3,18,31,.8);backdrop-filter:blur(7px)}.home-compare-dialog{position:relative;max-width:1060px;margin:20px auto;padding:42px;border-radius:24px;background:#fff;box-shadow:0 35px 90px rgba(0,0,0,.35)}.home-compare-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;color:#17314a;background:#edf5fa;font-size:17px;cursor:pointer}.home-compare-heading{max-width:760px;margin-bottom:30px}.home-compare-heading h2{margin:10px 0;color:#10263d;font-size:38px}.home-compare-heading p{margin:0;color:#687b8d}.home-compare-plans,.home-feature-group>div{display:grid;grid-template-columns:1.7fr repeat(3,1fr);align-items:center}.home-compare-plans{position:sticky;top:-28px;z-index:2;padding:15px 18px;border-radius:12px;color:#fff;background:#102f49;box-shadow:0 8px 18px rgba(9,38,61,.17)}.home-compare-plans strong{text-align:center;font-size:14px}.home-compare-plans small{display:block;color:#63d9ff;font-size:10px}.home-feature-group{margin-top:20px;border:1px solid #dfe9f0;border-radius:13px;overflow:hidden}.home-feature-group h3{margin:0;padding:13px 18px;color:#113049;background:#f0f7fb;font-size:17px}.home-feature-group>div{min-height:49px;padding:8px 18px;border-top:1px solid #e5edf2;color:#5c7083;font-size:13px}.home-feature-group>div span{padding-right:12px;color:#233b50;font-weight:700}.home-feature-group>div b{text-align:center;font-weight:700}.home-feature-group i{color:#19b889}.home-compare-full-link{display:block;width:max-content;margin:25px auto 0;padding:13px 18px;border-radius:9px;color:#09263a;background:#5bd9ff;font-weight:900}
.home-ai-story { padding:110px 0; background:#eef6fb; }
.home-ai-story-card { display:grid; grid-template-columns:.88fr 1.12fr; overflow:hidden; min-height:620px; border-radius:27px; color:#fff; background:linear-gradient(145deg,#0a2034,#113e5a); box-shadow:0 28px 70px rgba(10,42,65,.17); }
.home-ai-story-copy { align-self:center; padding:56px; }.home-ai-story-copy h2{margin:16px 0 19px;color:#fff;font-size:44px;line-height:1.14}.home-ai-story-copy>p{color:#bfd3e0;font-size:16px}
.home-ai-story-copy ol { margin:28px 0; padding:0; list-style:none; }.home-ai-story-copy li{display:flex;gap:12px;margin-bottom:14px}.home-ai-story-copy li>b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:9px;color:#082338;background:#55d5fd;font-size:12px}.home-ai-story-copy li span{color:#9fb9c9;font-size:13px}.home-ai-story-copy li strong{display:block;color:#fff;font-size:14px}.home-ai-story-copy>a{display:inline-block;padding:13px 17px;border-radius:8px;color:#09263a;background:#ffd83d;font-size:13px;font-weight:900}
.home-ai-canvas { position:relative; overflow:hidden; min-height:620px; background:radial-gradient(circle at 55% 40%,rgba(57,205,251,.22),transparent 45%); }
.home-ai-browser { position:absolute; top:95px; left:25px; width:620px; overflow:hidden; border:8px solid #fff; border-radius:16px; background:#fff; box-shadow:0 30px 60px rgba(0,0,0,.32); transform:rotate(-3deg); }.home-ai-browser>div{display:flex;align-items:center;gap:5px;height:35px;padding:0 10px;background:#f2f5f7}.home-ai-browser i{width:7px;height:7px;border-radius:50%;background:#ff6d6d}.home-ai-browser i:nth-child(2){background:#ffd25d}.home-ai-browser i:nth-child(3){background:#3fd49c}.home-ai-browser span{margin-left:7px;color:#768796;font-size:9px}.home-ai-browser img{display:block;width:100%}
.home-ai-prompt-card { position:absolute; right:20px; bottom:55px; display:flex; align-items:center; gap:12px; padding:16px; border-radius:13px; color:#163149; background:#fff; box-shadow:0 20px 45px rgba(0,0,0,.25); }.home-ai-prompt-card>i{color:#8e45d5;font-size:26px}.home-ai-prompt-card span{font-size:11px}.home-ai-prompt-card b{padding:8px;border-radius:7px;color:#fff;background:#8e45d5;font-size:9px}
.home-toolkit { padding:105px 0; background:#fff; }.home-toolkit .container{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:55px}.home-toolkit-copy h2{margin:13px 0;color:#10263d;font-size:40px;line-height:1.18}.home-toolkit-copy p{color:#6a7b8d}.home-toolkit-copy>a{color:#088fc4;font-weight:900}
.home-logo-marquee { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }.home-logo-marquee>div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:11px;min-height:130px;padding:16px;border:1px solid #dce8f1;border-radius:15px;background:#f8fbfd}.home-logo-marquee img{max-width:135px;max-height:47px}.home-logo-marquee span{color:#526579;font-size:11px;font-weight:800}.home-logo-marquee .home-logo-dark{background:#102d45}.home-logo-marquee .home-logo-dark span{color:#d8e7f0}.home-logo-dark img{max-height:34px}
.home-move-banner { padding:35px 0 100px; background:#fff; }.home-move-inner{display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:32px;padding:38px 45px;border-radius:22px;color:#fff;background:linear-gradient(120deg,#0b344e,#0f526e)}.home-move-icon{display:grid;place-items:center;position:relative;width:120px;height:120px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.06)}.home-move-icon>i{position:absolute;top:15px;color:#50d9ff}.home-move-icon>span{font-size:52px;font-weight:900;line-height:.9}.home-move-icon>small{color:#a7cfde}.home-move-inner h2{margin:8px 0;color:#fff;font-size:34px}.home-move-inner p{margin:0;color:#bdd2de}.home-move-inner>a{padding:14px 19px;border-radius:8px;color:#10263a;background:#ffd83d;font-size:13px;font-weight:900;white-space:nowrap}
.home-social-proof { padding:100px 0; background:#f2f7fb; }.home-social-proof .container{display:grid;grid-template-columns:1.05fr .95fr;gap:30px}.home-quote-card{padding:45px;border-radius:22px;color:#fff;background:linear-gradient(145deg,#4b9421,#2f7711);box-shadow:0 23px 55px rgba(34,93,12,.18)}.home-quote-card>i{color:#aadb86;font-size:34px}.home-quote-card blockquote{margin:22px 0;font-size:24px;line-height:1.5}.home-quote-card div span{display:block;color:#c7e5b7}.home-proof-side{align-self:center;padding:25px}.home-proof-side h2{margin:14px 0 25px;color:#10263d;font-size:39px;line-height:1.18}.home-proof-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.home-proof-numbers>div{padding:18px 12px;border:1px solid #dce8f1;border-radius:12px;background:#fff}.home-proof-numbers strong{display:block;color:#0b9dce;font-size:23px}.home-proof-numbers span{color:#748496;font-size:10px}
.home-final { padding:90px 0; text-align:center; color:#fff; background:radial-gradient(circle at 50% 0,rgba(45,201,250,.22),transparent 45%),#071a2a; }.home-final .container>div{max-width:800px;margin:auto}.home-final h2{margin:16px 0;color:#fff;font-size:48px;line-height:1.14}.home-final p{color:#bfd2df;font-size:17px}.home-final a{display:inline-block;margin-top:18px;padding:15px 24px;border-radius:9px;color:#092339;background:#5bd9ff;font-weight:900}
@media(max-width:991px){
  .home-command-center{margin:60px auto 0}.home-trust-rail .container{grid-template-columns:repeat(2,1fr)}.home-plan-grid{grid-template-columns:1fr}.home-plan-grid .home-plan-featured{transform:none}.home-plan-grid ul{min-height:0}.home-bento-grid{grid-template-columns:1fr 1fr}.home-bento-speed{grid-row:auto;min-height:390px}.home-bento-control{grid-column:span 2}.home-ai-story-card{grid-template-columns:1fr}.home-ai-canvas{min-height:560px}.home-toolkit .container{grid-template-columns:1fr}.home-move-inner{grid-template-columns:120px 1fr}.home-move-inner>a{grid-column:2}.home-social-proof .container{grid-template-columns:1fr}
}
@media(max-width:767px){
  .home-command-hero{padding:75px 0 65px}.home-command-copy h1{font-size:47px;letter-spacing:-2px}.home-command-center{margin:45px -25px 0;transform:scale(.88)}.home-command-float{right:0}.home-trust-rail .container{grid-template-columns:1fr 1fr}.home-trust-rail .container>div{min-height:80px;padding:12px}.home-plan-section,.home-value-bento,.home-ai-story,.home-toolkit,.home-social-proof{padding:75px 0}.home-bento-grid{grid-template-columns:1fr}.home-bento-control{grid-column:auto;flex-direction:column;align-items:flex-start}.home-ai-story-copy{padding:35px 25px}.home-ai-story-copy h2{font-size:35px}.home-ai-canvas{min-height:430px}.home-ai-browser{top:60px;left:20px;width:520px;transform:rotate(-3deg) scale(.8);transform-origin:top left}.home-ai-prompt-card{right:14px;bottom:35px}.home-logo-marquee{grid-template-columns:1fr 1fr}.home-move-inner{grid-template-columns:1fr;text-align:center}.home-move-icon{margin:auto}.home-move-inner>a{grid-column:auto}.home-proof-numbers{grid-template-columns:1fr}.home-final h2{font-size:39px}.home-compare-modal{padding:12px}.home-compare-dialog{margin:8px auto;padding:55px 15px 25px}.home-compare-heading h2{font-size:29px}.home-compare-plans,.home-feature-group>div{grid-template-columns:1.45fr repeat(3,.75fr);padding-left:9px;padding-right:9px}.home-compare-plans{top:-12px}.home-compare-plans>b{font-size:11px}.home-compare-plans strong{font-size:10px}.home-feature-group>div{font-size:10px}.home-feature-group>div span{font-size:11px}.home-feature-group h3{font-size:15px}
}
@media(max-width:480px){
  .home-trust-rail .container{grid-template-columns:1fr}.home-command-actions .btn{width:100%}.home-command-top img{width:105px}.home-command-top b{display:none}.home-cpanel-screen{height:225px}.home-cpanel-screen>img{width:215%;transform:translate(0,-1%)}.home-logo-marquee{grid-template-columns:1fr}.home-ai-browser{transform:rotate(-3deg) scale(.62)}.home-ai-canvas{min-height:350px}
}

/* Modern VPS page */
.vps-modern{color:#14273d;background:#fff}.vps-modern p,.vps-modern li{font-size:16px;line-height:1.7}.vps-kicker{display:inline-flex;align-items:center;gap:8px;color:#55d8fb;font-size:12px;font-weight:900;letter-spacing:1.5px}.vps-hero{position:relative;overflow:hidden;padding:105px 0 95px;color:#fff;background:radial-gradient(circle at 82% 25%,rgba(40,196,248,.22),transparent 30%),linear-gradient(125deg,#071827,#0c2c43 58%,#0f405c)}.vps-grid{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(90,215,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(90,215,255,.16) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent,#000)}.vps-hero .container{position:relative;z-index:2}.vps-hero h1{max-width:680px;margin:18px 0 22px;color:#fff;font-size:clamp(46px,5vw,68px);line-height:1.04;letter-spacing:-2.5px}.vps-hero .col-lg-6>p{max-width:640px;color:#c4d9e7;font-size:19px}.vps-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:29px 0 24px}.vps-hero-actions a,.vps-custom-inner>a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:9px;font-weight:900}.vps-btn-primary{color:#08263a!important;background:#59d9ff}.vps-btn-ghost{color:#fff!important;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.05)}.vps-proof{display:flex;flex-wrap:wrap;gap:12px 20px;color:#d7e8f2;font-size:13px;font-weight:700}.vps-proof i{margin-right:6px;color:#43d6a0}.vps-console{position:relative;max-width:540px;margin-left:35px;padding:20px;border:1px solid rgba(111,218,255,.22);border-radius:23px;background:rgba(5,20,34,.74);box-shadow:0 35px 75px rgba(0,0,0,.34);transform:perspective(1000px) rotateY(-4deg);backdrop-filter:blur(15px)}.vps-console-top{display:flex;align-items:center;gap:7px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.08)}.vps-console-top>span{width:8px;height:8px;border-radius:50%;background:#ff6b6b}.vps-console-top>span:nth-child(2){background:#ffd35b}.vps-console-top>span:nth-child(3){background:#42d7a1}.vps-console-top b{margin-left:8px;color:#c5dae7;font-size:12px}.vps-console-top em{margin-left:auto;padding:5px 8px;border-radius:6px;color:#41dca7;background:rgba(65,220,167,.12);font-size:9px;font-style:normal;font-weight:900}.vps-server-visual{position:relative;display:grid;place-items:center;height:235px}.vps-server{position:relative;z-index:2;display:grid;place-items:center;width:118px;height:118px;border:1px solid rgba(93,220,255,.3);border-radius:28px;color:#60dcff;background:linear-gradient(145deg,#0d3b56,#0a2539);box-shadow:0 20px 45px rgba(0,0,0,.35)}.vps-server i{font-size:51px}.vps-pulse{position:absolute;width:190px;height:190px;border:1px solid rgba(88,217,255,.16);border-radius:50%;box-shadow:0 0 0 35px rgba(67,202,247,.035),0 0 0 70px rgba(67,202,247,.02)}.vps-console-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.vps-console-stats>div{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.035)}.vps-console-stats i{color:#55d8fb}.vps-console-stats span{color:#8faaba;font-size:8px}.vps-console-stats strong{display:block;color:#fff;font-size:10px}.vps-plans,.vps-features,.vps-specs,.vps-faq{padding:105px 0}.vps-plans,.vps-specs{background:#f2f7fb}.vps-section-head{max-width:780px;margin:0 auto 48px;text-align:center}.vps-section-head h2{margin:13px 0;color:#10263d;font-size:clamp(36px,4vw,50px);line-height:1.13;letter-spacing:-1.5px}.vps-section-head>p{color:#6e7f91}.vps-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:center}.vps-plan-grid article{position:relative;overflow:hidden;border:1px solid #dce8f1;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(12,39,63,.08)}.vps-plan-featured{border:2px solid #25bff2!important;transform:translateY(-9px);box-shadow:0 24px 60px rgba(17,126,169,.16)!important}.vps-plan-badge{position:absolute;top:15px;right:-33px;width:130px;padding:6px;transform:rotate(40deg);color:#092438;background:#ffd83d;font-size:9px;font-weight:900;text-align:center}.vps-plan-head{padding:31px;border-bottom:1px solid #e5edf2}.vps-plan-head>span{color:#0ba9df;font-size:10px;font-weight:900;letter-spacing:1.2px}.vps-plan-head h3{margin:7px 0;color:#14283f;font-size:27px}.vps-plan-head p{min-height:55px;color:#728294;font-size:13px}.vps-plan-head>div{display:flex;align-items:flex-end;margin-top:19px;color:#10263d}.vps-plan-head sup{top:-25px;font-size:18px}.vps-plan-head strong{font-size:48px;line-height:1}.vps-plan-head small{padding:0 0 5px 5px;color:#758598}.vps-plan-grid ul{margin:0;padding:24px 31px;list-style:none}.vps-plan-grid li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#52677c;font-size:14px}.vps-plan-grid li i{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;color:#0c9dcc;background:#eef8fc}.vps-plan-grid li b{color:#18344d}.vps-plan-grid article>a{display:flex;justify-content:center;margin:0 31px 31px;padding:13px;border-radius:9px;color:#fff;background:#102f49;font-weight:900}.vps-plan-featured>a{color:#082438!important;background:#ffd83d!important}.vps-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vps-feature-grid article{padding:32px;border:1px solid #dce8f1;border-radius:18px;background:#fff;box-shadow:0 15px 38px rgba(12,39,63,.07)}.vps-feature-grid article>i{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#168fd1,#39d0fb);font-size:23px}.vps-feature-grid h3{margin:20px 0 9px;color:#153149;font-size:23px}.vps-feature-grid p{margin:0;color:#6c7e90;font-size:14px}.vps-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #dae7f0;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(11,39,61,.07)}.vps-spec-grid>div{padding:29px;border-right:1px solid #e2ebf1}.vps-spec-grid>div:last-child{border:0}.vps-spec-grid h3{margin:0 -29px 22px;padding:0 29px 20px;border-bottom:1px solid #e2ebf1;color:#113049;font-size:19px}.vps-spec-grid span{display:block;margin:13px 0;color:#607488;font-size:14px}.vps-spec-grid i{margin-right:8px;color:#18bb8c}.vps-custom{padding:35px 0 100px;background:#fff}.vps-custom-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px;border-radius:23px;color:#fff;background:radial-gradient(circle at 88% 0,rgba(79,217,255,.18),transparent 35%),linear-gradient(125deg,#0a273c,#0f526e)}.vps-custom-inner h2{margin:10px 0;color:#fff;font-size:36px}.vps-custom-inner p{margin:0;color:#bed4df}.vps-custom-inner>a{flex:0 0 auto;color:#092438;background:#ffd83d}.vps-faq-list{max-width:920px;margin:auto}.vps-faq-list details{margin-bottom:10px;border:1px solid #dbe7ef;border-radius:12px;background:#fff}.vps-faq-list summary{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;color:#17324a;font-size:16px;font-weight:800;cursor:pointer;list-style:none}.vps-faq-list summary i{color:#0b9dce;font-size:12px}.vps-faq-list p{margin:0;padding:0 20px 20px;color:#6b7d8f;font-size:14px}
@media(max-width:991px){.vps-console{margin:60px auto 0}.vps-plan-grid{grid-template-columns:1fr}.vps-plan-featured{transform:none}.vps-feature-grid,.vps-spec-grid{grid-template-columns:1fr}.vps-spec-grid>div{border-right:0;border-bottom:1px solid #e2ebf1}.vps-custom-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:767px){.vps-hero{padding:75px 0}.vps-hero h1{font-size:45px}.vps-console{margin:50px -18px 0;transform:scale(.9)}.vps-console-stats{grid-template-columns:1fr}.vps-server-visual{height:200px}.vps-plans,.vps-features,.vps-specs,.vps-faq{padding:75px 0}.vps-custom-inner{padding:31px 24px}.vps-custom-inner h2{font-size:31px}.vps-custom-inner>a{width:100%}}
