/* Hosting Modern V1 - scoped to hosting pages */
:root{--host-blue:#1677ff;--host-blue-dark:#0b67e8;--host-bg:#f5f9ff;--host-card:#fff;--host-border:#d9e4f0;--host-text:#0f172a;--host-muted:#64748b;--host-soft:#eef6ff}
.hostv1-page{background:var(--host-bg);min-height:0!important;height:auto!important;padding:24px 0 34px;font-family:Roboto,Arial,sans-serif;color:var(--host-text)}
.hostv1-shell{max-width:1320px!important}
.hostv1-breadcrumb-card{min-height:54px;display:flex;align-items:center;gap:8px;padding:0 18px;margin-bottom:22px;border:1px solid var(--host-border);border-radius:16px;background:#fff;color:#64748b;font-size:12px;font-weight:600}
.hostv1-breadcrumb-card a{color:#334155;text-decoration:none}.hostv1-breadcrumb-card a:hover{color:var(--host-blue)}.hostv1-breadcrumb-card svg{width:14px;height:14px;color:#94a3b8;flex:0 0 auto}
.hostv1-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 20px}.hostv1-heading>div:first-child{max-width:760px}.hostv1-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:7px;color:var(--host-blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.hostv1-eyebrow svg{width:15px;height:15px}.hostv1-heading h1{margin:0;color:#0b1220;font-size:28px;line-height:1.2;font-weight:800;letter-spacing:-.025em}.hostv1-heading p{margin:7px 0 0;color:var(--host-muted);font-size:13px;line-height:1.65;font-weight:400}.hostv1-heading-badge{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--host-border);border-radius:12px;background:#fff;color:#475569;font-size:11px;font-weight:700;white-space:nowrap}.hostv1-heading-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.1)}
.hostv1-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,330px));justify-content:flex-start;gap:18px;align-items:start}.hostv1-grid-single{grid-template-columns:minmax(300px,340px)}
.hostv1-card{position:relative;display:flex;flex-direction:column;min-height:0;padding:20px;border:1px solid var(--host-border);border-radius:18px;background:var(--host-card);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;overflow:hidden}.hostv1-card:hover{transform:translateY(-3px);border-color:#b9d5f7;box-shadow:0 14px 34px rgba(38,96,158,.10)}.hostv1-card-featured{border-color:#f4c6a5}
.hostv1-card-top{display:flex;align-items:center;gap:8px;margin-bottom:16px}.hostv1-service-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#eef6ff;color:var(--host-blue)}.hostv1-service-icon svg{width:18px;height:18px}.hostv1-service-tag{color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.hostv1-plan-title{min-height:42px}.hostv1-plan-title h2{margin:0;color:#0f172a;font-size:17px;line-height:1.25;font-weight:800;letter-spacing:-.01em}.hostv1-plan-title span{display:block;margin-top:4px;color:#94a3b8;font-size:10px;font-weight:600}
.hostv1-price{display:flex;align-items:flex-end;gap:4px;min-height:62px;margin-top:13px}.hostv1-price>div{display:flex;align-items:flex-start;gap:2px}.hostv1-price strong{color:var(--host-blue);font-size:27px;line-height:1;font-weight:900;letter-spacing:-.045em}.hostv1-price b{color:var(--host-blue);font-size:12px;line-height:1.35;font-weight:800}.hostv1-price small{margin-bottom:2px;color:#94a3b8;font-size:10px;font-weight:600}.hostv1-price>strong+small{margin-left:2px;margin-bottom:6px}
.hostv1-divider{height:1px;margin:3px 0 16px;background:#edf2f7}.hostv1-spec-title{margin:0 0 10px;color:#334155;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.hostv1-features{list-style:none!important;margin:0!important;padding:0!important;display:flex;flex-direction:column;gap:8px}.hostv1-features li{display:flex;align-items:flex-start;gap:8px;color:#64748b;font-size:11px;line-height:1.45}.hostv1-features li>span:last-child{flex:1;min-width:0}.hostv1-features b{float:right;color:#334155;font-weight:700}.hostv1-check{width:16px;height:16px;display:grid;place-items:center;flex:0 0 16px;border-radius:50%;background:#effaf3;color:#22a447;font-size:9px;font-weight:900;margin-top:0}.hostv1-description b{float:none}.hostv1-description ul,.hostv1-description ol{margin:5px 0 0;padding-left:16px}
.hostv1-buy-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;margin-top:18px;padding:0 14px;border-radius:11px;background:var(--host-blue);color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:800;box-shadow:none;transition:.18s ease}.hostv1-buy-btn svg{width:15px;height:15px;transition:transform .18s ease}.hostv1-buy-btn:hover{background:var(--host-blue-dark);transform:translateY(-1px)}.hostv1-buy-btn:hover svg{transform:translateX(2px)}
.hostv1-empty{padding:56px 24px;border:1px dashed #cbd9e7;border-radius:18px;background:#fff;text-align:center}.hostv1-empty-icon{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 12px;border-radius:14px;background:#f1f6fb;color:#7890a8}.hostv1-empty-icon svg{width:24px;height:24px}.hostv1-empty h3{margin:0;color:#0f172a;font-size:16px;font-weight:800}.hostv1-empty p{margin:6px 0 0;color:#64748b;font-size:12px}
/* Order */
.hostv1-order-heading{margin-bottom:22px}.hostv1-order-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.hostv1-order-main{display:flex;flex-direction:column;gap:16px}.hostv1-panel{padding:20px;border:1px solid var(--host-border);border-radius:18px;background:#fff}.hostv1-panel-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.hostv1-panel-head.compact{margin-bottom:14px}.hostv1-panel-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#edf6ff;color:var(--host-blue)}.hostv1-panel-icon svg{width:20px;height:20px}.hostv1-panel-head h2{margin:0;color:#0f172a;font-size:15px;font-weight:800}.hostv1-panel-head p{margin:3px 0 0;color:#94a3b8;font-size:10px}.hostv1-selected-plan{padding:16px;border:1px solid #e2eaf2;border-radius:14px;background:#f9fbfd}.hostv1-selected-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #e7edf3}.hostv1-selected-title strong{color:#0f172a;font-size:13px;font-weight:800}.hostv1-selected-title span{color:var(--host-blue);font-size:12px;font-weight:800}.hostv1-order-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px;list-style:none;margin:14px 0 0;padding:0}.hostv1-order-features li{display:flex;align-items:center;gap:7px;color:#64748b;font-size:11px}.hostv1-order-features li>span:first-child{color:#22a447;font-weight:900}.hostv1-order-features b{margin-left:auto;color:#334155}.hostv1-order-description{grid-column:1/-1;align-items:flex-start!important}.hostv1-order-description b{margin-left:0}.hostv1-cycle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hostv1-cycle{min-height:64px;padding:10px;border:1px solid #dce6ef;border-radius:12px;background:#fff;color:#475569;text-align:left;transition:.18s ease}.hostv1-cycle span,.hostv1-cycle strong{display:block}.hostv1-cycle span{font-size:11px;font-weight:700}.hostv1-cycle strong{margin-top:4px;color:#0f172a;font-size:12px;font-weight:800}.hostv1-cycle:hover{border-color:#b7d4f6;background:#f8fbff}.hostv1-cycle.active-select{border-color:var(--host-blue);background:#edf6ff;box-shadow:0 0 0 2px rgba(22,119,255,.08)}.hostv1-cycle.active-select span,.hostv1-cycle.active-select strong{color:var(--host-blue)}
.hostv1-field label,.hostv1-coupon label{display:block;margin-bottom:7px;color:#334155;font-size:11px;font-weight:800}.hostv1-input-wrap{position:relative}.hostv1-input-wrap svg{position:absolute;left:12px;top:50%;width:17px;height:17px;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.hostv1-input-wrap .form-control{padding-left:38px!important}.hostv1-page .form-control{min-height:42px;border:1px solid #d9e3ec!important;border-radius:11px!important;background:#fff!important;color:#0f172a!important;font-size:12px!important;box-shadow:none!important}.hostv1-page .form-control:focus{border-color:#87baff!important;box-shadow:0 0 0 3px rgba(22,119,255,.08)!important}.hostv1-field small{display:block;margin-top:6px;color:#94a3b8;font-size:9.5px}.hostv1-summary{position:sticky;top:88px}.hostv1-summary-card h2{margin:0 0 14px;color:#0f172a;font-size:16px;font-weight:800}.hostv1-summary-plan{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:11px;background:#f3f8fe}.hostv1-summary-plan span{color:#64748b;font-size:10px}.hostv1-summary-plan strong{color:#0f172a;font-size:11px}.hostv1-summary-lines{margin-top:13px}.hostv1-summary-lines p{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:9px 0;border-bottom:1px solid #edf1f5}.hostv1-summary-lines p span{color:#64748b;font-size:10px}.hostv1-summary-lines p strong{color:#334155;font-size:11px}.hostv1-total{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:15px 0}.hostv1-total span{color:#334155;font-size:11px;font-weight:800}.hostv1-total strong{color:var(--host-blue);font-size:18px;font-weight:900}.hostv1-coupon{padding-top:13px;border-top:1px solid #edf1f5}.hostv1-coupon>div{display:grid;grid-template-columns:1fr auto;gap:8px}.hostv1-coupon button{min-width:76px;border:1px solid #b8d5f7;border-radius:10px;background:#f5faff;color:var(--host-blue);font-size:10px;font-weight:800}.hostv1-coupon button:hover{background:#eaf4ff}.hostv1-pay-btn{width:100%;min-height:44px;margin-top:14px;border:0;border-radius:11px;background:var(--host-blue);color:#fff;font-size:12px;font-weight:800}.hostv1-pay-btn:hover{background:var(--host-blue-dark)}.hostv1-back-link{display:block;margin-top:11px;color:#64748b!important;text-align:center;text-decoration:none!important;font-size:10px;font-weight:700}.hostv1-back-link:hover{color:var(--host-blue)!important}
@media (max-width:1199px){.hostv1-order-grid{grid-template-columns:minmax(0,1fr) 320px}.hostv1-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.hostv1-summary{top:76px}}
@media (max-width:991px){.hostv1-page{padding:18px 0 28px}.hostv1-heading{align-items:flex-start}.hostv1-order-grid{grid-template-columns:1fr}.hostv1-summary{position:static}.hostv1-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}.hostv1-order-features{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){.hostv1-page{padding:12px 0 78px}.hostv1-shell{padding-left:12px!important;padding-right:12px!important}.hostv1-breadcrumb-card{min-height:46px;margin-bottom:16px;padding:0 13px;border-radius:13px;font-size:10px}.hostv1-heading{display:block;margin-bottom:18px}.hostv1-heading h1{font-size:22px}.hostv1-heading p{font-size:11px;line-height:1.55}.hostv1-heading-badge{display:none}.hostv1-grid{grid-template-columns:1fr;gap:12px}.hostv1-card{padding:16px;border-radius:15px}.hostv1-card-top{margin-bottom:12px}.hostv1-plan-title{min-height:auto}.hostv1-plan-title h2{font-size:15px}.hostv1-price{min-height:52px}.hostv1-price strong{font-size:24px}.hostv1-features{gap:7px}.hostv1-features li{font-size:10.5px}.hostv1-buy-btn{min-height:40px}.hostv1-panel{padding:15px;border-radius:15px}.hostv1-order-features{grid-template-columns:1fr;gap:7px}.hostv1-cycle-grid{grid-template-columns:repeat(2,1fr)}.hostv1-selected-title{align-items:flex-start;flex-direction:column}.hostv1-coupon>div{grid-template-columns:1fr 76px}.hostv1-summary-card h2{font-size:15px}}

/* V1.1: remove legacy viewport stretching on hosting list */
.hostv1-page,.hostv1-shell{max-height:none!important}
body:has(.hostv1-page) .stc-footer-modern{margin-top:0!important}

/* ============================================================
   Hosting Modern V1.2
   - Desktop header của site là position:absolute, nên chừa đúng
     chiều cao header để heading/breadcrumb không bị đè lên trên.
   - Thu gọn vùng giá, đặc biệt gói miễn phí.
   ============================================================ */

/* Header desktop cao khoảng 68px và nằm absolute ngoài document flow. */
@media (min-width: 1200px) {
    .hostv1-page {
        padding-top: 92px !important; /* 68px header + ~24px khoảng thở */
    }
}

/* Tablet / mobile header nằm trong flow, không cộng thêm khoảng giả. */
@media (max-width: 1199px) {
    .hostv1-page {
        padding-top: 20px !important;
    }
}

@media (max-width: 600px) {
    .hostv1-page {
        padding-top: 14px !important;
    }
}

/* Card hosting: bỏ khoảng trắng cưỡng bức giữa tên gói và giá. */
.hostv1-plan-title {
    min-height: 0 !important;
}

.hostv1-price {
    min-height: 0 !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    align-items: baseline !important;
}

/* Gói miễn phí: giá + mô tả xếp gọn theo cột, không lệch baseline. */
.hostv1-price-free {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 4px !important;
}

.hostv1-price-free > strong {
    display: block !important;
    margin: 0 !important;
    font-size: 25px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
}

.hostv1-price-free > small,
.hostv1-price > strong + small {
    display: block !important;
    margin: 0 !important;
    color: #8b98aa !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}

.hostv1-price-paid {
    display: flex !important;
    align-items: baseline !important;
    gap: 5px !important;
}

.hostv1-price-paid small {
    margin: 0 !important;
}

/* Divider theo sát giá hơn; không tạo một dải trắng vô ích. */
.hostv1-divider {
    margin-top: 12px !important;
    margin-bottom: 14px !important;
}

/* Card single nhìn gọn, không kéo cao chỉ vì layout cũ. */
.hostv1-grid-single .hostv1-card {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Order: breadcrumb + heading luôn nằm trọn dưới header. */
.hostv1-order-page .hostv1-breadcrumb-card {
    margin-top: 0 !important;
}

/* Không để các style legacy của banner/page title kéo phần Hosting lên header. */
body:has(.hostv1-page) .breadcrumb-area,
body:has(.hostv1-page) .page-title-area,
body:has(.hostv1-page) .inner-banner {
    margin-top: 0 !important;
}
/* Mobile order navigation: giữ breadcrumb ở desktop, thay bằng nút quay lại gọn trên mobile. */
.hostv1-mobile-back{display:none}
@media (max-width:600px){
    .hostv1-order-page .hostv1-breadcrumb-card{display:none!important}
    .hostv1-order-page .hostv1-mobile-back{
        display:inline-flex;align-items:center;gap:5px;margin:0 0 10px;padding:0;
        color:#475569!important;text-decoration:none!important;font-size:11px;font-weight:700;line-height:1.2
    }
    .hostv1-order-page .hostv1-mobile-back svg{width:14px;height:14px;flex:0 0 auto}
    .hostv1-order-page .hostv1-mobile-back:hover{color:var(--host-blue)!important}
    .hostv1-order-page .hostv1-summary-card>.hostv1-back-link{display:none!important}
}


/* ============================================================
   Hosting Modern V1.7 - icon/spec cards inspired by supplied F12
   ============================================================ */
.hostv1-card-top-v17{
    align-items:flex-start!important;
    gap:10px!important;
    padding:0 52px 12px 0;
    margin-bottom:0!important;
    border-bottom:1px solid #edf2f7;
}
.hostv1-card-top-v17 .hostv1-service-icon{
    width:38px;height:38px;flex:0 0 38px;
    border:1px solid #cfe3ff;
    border-radius:12px;
    background:#eef6ff;
    color:var(--host-blue);
    transition:transform .18s ease;
}
.hostv1-card:hover .hostv1-card-top-v17 .hostv1-service-icon{transform:scale(1.04)}
.hostv1-card-top-v17 .hostv1-service-icon svg{width:20px;height:20px}
.hostv1-card-top-v17 .hostv1-plan-title{min-width:0;min-height:0!important}
.hostv1-card-top-v17 .hostv1-service-tag{
    display:inline-flex;align-items:center;
    margin:0 0 3px;padding:2px 7px;
    border:1px solid #d4e7ff;border-radius:999px;
    background:#eef6ff;color:var(--host-blue);
    font-size:8px;line-height:1.2;font-weight:900;letter-spacing:.055em;
}
.hostv1-card-top-v17 .hostv1-plan-title h2{
    margin:0;color:#0f172a;font-size:16px;line-height:1.25;font-weight:850;
    letter-spacing:-.02em;transition:color .18s ease;
}
.hostv1-card:hover .hostv1-card-top-v17 .hostv1-plan-title h2{color:var(--host-blue)}
.hostv1-card-top-v17 .hostv1-plan-title small{
    display:block;margin-top:2px;color:#94a3b8;font-size:9px;line-height:1.35;font-weight:600;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hostv1-spec-grid{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;
    margin:0 0 12px;
}
.hostv1-spec-item{
    min-width:0;display:flex;align-items:center;gap:8px;
    min-height:48px;padding:7px 9px;
    border:1px solid #e3ebf3;border-radius:12px;background:#f9fbfd;
}
.hostv1-spec-icon{
    width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;
    border-radius:8px;
}
.hostv1-spec-icon svg{width:14px;height:14px}
.hostv1-spec-copy{display:block;min-width:0}
.hostv1-spec-copy small{
    display:block;margin:0;color:#8a98aa;font-size:9px;line-height:1.05;font-weight:600;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hostv1-spec-copy strong{
    display:block;margin-top:3px;color:#1e293b;font-size:10.5px;line-height:1.15;font-weight:850;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hostv1-spec-disk .hostv1-spec-icon{background:#eaf3ff;color:#2563eb}
.hostv1-spec-bandwidth .hostv1-spec-icon{background:#ecfdf3;color:#16a34a}
.hostv1-spec-domain .hostv1-spec-icon{background:#fff8e6;color:#d97706}
.hostv1-spec-parked .hostv1-spec-icon{background:#f4efff;color:#7c3aed}
.hostv1-features-v17{
    gap:6px!important;padding-top:10px!important;border-top:1px solid #edf2f7;
}
.hostv1-features-v17 li{align-items:center!important;font-size:10.5px!important}
.hostv1-features-v17 .hostv1-check{
    width:13px;height:13px;flex:0 0 13px;margin:0;
    border-radius:0;background:transparent;color:var(--host-blue);
}
.hostv1-features-v17 .hostv1-check svg{width:12px;height:12px;display:block}
.hostv1-features-v17 b{float:none!important;color:#334155;font-weight:800}
.hostv1-features-v17 .hostv1-description{align-items:flex-start!important}
.hostv1-features-v17 .hostv1-description .hostv1-check{margin-top:2px}

@media (max-width:600px){
    .hostv1-card-top-v17{padding-right:46px;padding-bottom:10px}
    .hostv1-card-top-v17 .hostv1-service-icon{width:36px;height:36px;flex-basis:36px}
    .hostv1-card-top-v17 .hostv1-plan-title h2{font-size:15px}
    .hostv1-spec-grid{gap:7px;margin-bottom:10px}
    .hostv1-spec-item{min-height:46px;padding:7px 8px;gap:7px;border-radius:11px}
    .hostv1-spec-icon{width:25px;height:25px;flex-basis:25px}
    .hostv1-spec-copy small{font-size:8.5px}
    .hostv1-spec-copy strong{font-size:10px}
}

/* v18 - đồng bộ khối gói đã chọn và chu kỳ thanh toán */
.hostv1-selected-plan-v18{
    padding:14px;border:1px solid #dfe8f2;border-radius:15px;background:#fbfdff;
}
.hostv1-selected-title-v18{
    align-items:center;padding:0 0 13px;margin-bottom:12px;border-bottom:1px solid #e7edf3;
}
.hostv1-selected-name{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}
.hostv1-selected-tag{
    display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border:1px solid #cfe3ff;
    border-radius:999px;background:#eef6ff;color:var(--host-blue);font-size:8.5px!important;
    line-height:1;font-weight:850!important;text-transform:uppercase;letter-spacing:.045em;
}
.hostv1-selected-name strong{font-size:14px!important;line-height:1.2;text-transform:none}
.hostv1-selected-price{
    flex:0 0 auto;padding:7px 10px;border-radius:10px;background:#eef6ff;color:var(--host-blue)!important;
    font-size:11px!important;font-weight:850!important;white-space:nowrap;
}
.hostv1-order-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.hostv1-order-spec{
    min-width:0;display:flex;align-items:center;gap:8px;min-height:50px;padding:8px 9px;
    border:1px solid #e4ebf3;border-radius:12px;background:#fff;
}
.hostv1-order-spec-icon{
    width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:8px;
}
.hostv1-order-spec-icon svg{width:14px;height:14px}
.hostv1-order-spec>span:last-child{display:block;min-width:0}
.hostv1-order-spec small{display:block;color:#8a98aa;font-size:8.8px;line-height:1.05;font-weight:650}
.hostv1-order-spec b{display:block;margin-top:3px;color:#1e293b;font-size:10.5px;line-height:1.15;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hostv1-order-spec-disk .hostv1-order-spec-icon{background:#eaf3ff;color:#2563eb}
.hostv1-order-spec-bandwidth .hostv1-order-spec-icon{background:#ecfdf3;color:#16a34a}
.hostv1-order-spec-domain .hostv1-order-spec-icon{background:#fff8e6;color:#d97706}
.hostv1-order-spec-parked .hostv1-order-spec-icon{background:#f4efff;color:#7c3aed}
.hostv1-order-extras{
    display:flex;flex-direction:column;gap:7px;list-style:none;margin:12px 0 0;padding:11px 0 0;
    border-top:1px solid #e8eef5;
}
.hostv1-order-extras li{display:flex;align-items:center;gap:7px;color:#64748b;font-size:10.5px;line-height:1.35}
.hostv1-order-extras svg{width:12px;height:12px;flex:0 0 12px;color:var(--host-blue)}
.hostv1-order-extras b{color:#334155;font-weight:850}
.hostv1-order-extras .hostv1-order-description{align-items:flex-start!important}
.hostv1-order-extras .hostv1-order-description svg{margin-top:2px}

.hostv1-cycle-grid{gap:9px}
.hostv1-cycle{
    position:relative;min-height:62px;padding:10px 34px 10px 11px;border:1px solid #dbe5ef!important;
    border-radius:12px;background:#fff;color:#475569;box-shadow:none!important;outline:0!important;
    text-align:left;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.hostv1-cycle::after{
    content:'';position:absolute;top:10px;right:10px;width:16px;height:16px;border:1.5px solid #cad6e2;
    border-radius:50%;background:#fff;box-sizing:border-box;transition:.16s ease;
}
.hostv1-cycle:hover{border-color:#aacdf7!important;background:#f8fbff;transform:translateY(-1px)}
.hostv1-cycle.is-selected{
    border-color:var(--host-blue)!important;background:#eef6ff!important;
    box-shadow:0 0 0 2px rgba(22,119,255,.08)!important;
}
.hostv1-cycle.is-selected::after{
    border:5px solid var(--host-blue);background:#fff;
}
.hostv1-cycle.is-selected span,.hostv1-cycle.is-selected strong{color:var(--host-blue)!important}
.hostv1-cycle span{font-size:10.5px;font-weight:800}
.hostv1-cycle strong{margin-top:4px;font-size:12px;font-weight:850}

@media (max-width:600px){
    .hostv1-selected-plan-v18{padding:13px;border-radius:14px}
    .hostv1-selected-title-v18{flex-direction:row;align-items:center;gap:10px;padding-bottom:11px;margin-bottom:10px}
    .hostv1-selected-name strong{font-size:13px!important}
    .hostv1-selected-price{padding:6px 8px;font-size:10px!important}
    .hostv1-order-spec-grid{gap:7px}
    .hostv1-order-spec{min-height:47px;padding:7px 8px;gap:7px;border-radius:11px}
    .hostv1-order-spec-icon{width:25px;height:25px;flex-basis:25px}
    .hostv1-order-spec small{font-size:8.3px}
    .hostv1-order-spec b{font-size:9.8px}
    .hostv1-order-extras{gap:6px;margin-top:10px;padding-top:10px}
    .hostv1-order-extras li{font-size:10px}
    .hostv1-cycle-grid{gap:9px}
    .hostv1-cycle{min-height:63px;padding:10px 31px 10px 10px;border-radius:12px}
    .hostv1-cycle::after{top:10px;right:9px;width:15px;height:15px}
}


/* v19 - bestseller badge inspired by supplied F12 */
.hostv1-bestseller{
    position:absolute;top:0;right:0;z-index:4;
    display:inline-flex;align-items:center;gap:4px;
    min-height:27px;padding:5px 11px 5px 10px;
    border-radius:0 17px 0 16px;
    background:linear-gradient(90deg,#f59e0b 0%,#f97316 52%,#ef4444 100%);
    color:#fff;box-shadow:0 2px 6px rgba(234,88,12,.18);
    font-size:9px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.055em;
    white-space:nowrap;
}
.hostv1-bestseller svg{
    width:13px;height:13px;flex:0 0 13px;
    color:#fff4d6;fill:#fde68a;
    animation:hostv1FlamePulse 1.7s ease-in-out infinite;
}
@keyframes hostv1FlamePulse{
    0%,100%{transform:scale(1);opacity:1}
    50%{transform:scale(1.12);opacity:.82}
}
.hostv1-card-featured:hover{border-color:#f0b783}
.hostv1-card-featured .hostv1-card-top-v17{padding-right:104px}
@media (max-width:600px){
    .hostv1-bestseller{min-height:25px;padding:5px 9px 5px 8px;border-radius:0 14px 0 14px;font-size:8px}
    .hostv1-bestseller svg{width:12px;height:12px;flex-basis:12px}
    .hostv1-card-featured .hostv1-card-top-v17{padding-right:96px}
}
@media (prefers-reduced-motion:reduce){.hostv1-bestseller svg{animation:none}}


/* ============================================================
   Hosting Modern V1.9 - simplify package title row
   - Remove the Hosting NVMe eyebrow and internal package code/name.
   - Vertically center the public package name with the server icon.
   ============================================================ */
.hostv1-card-top-v17{
    align-items:center!important;
}
.hostv1-card-top-v17 .hostv1-plan-title{
    display:flex!important;
    align-items:center!important;
    min-height:38px!important;
}
.hostv1-card-top-v17 .hostv1-plan-title h2{
    margin:0!important;
}

/* v55 - hosting history + hosting manager */
.stc-hosting-plan-inline{display:flex;align-items:center;gap:8px;white-space:nowrap}.stc-hosting-plan-inline>strong{font-size:13px;line-height:1.2}.stc-hosting-plan-status{display:inline-flex;align-items:center}.stc-hosting-plan-status>*{margin:0!important}

.hostdash-page{background:#f6f9fd;color:#0f172a;font-family:Roboto,Arial,sans-serif}.hostdash-section{padding:28px 0 44px}.hostdash-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.hostdash-head-main{display:flex;align-items:center;gap:13px;min-width:0}.hostdash-head-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border:1px solid #cfe0f4;border-radius:13px;background:#f1f7ff;color:#1677ff;font-size:18px}.hostdash-title-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.hostdash-title-line h1{margin:0;color:#0f172a;font-size:23px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.hostdash-status{display:inline-flex;align-items:center}.hostdash-status>*{margin:0!important}.hostdash-domain{display:inline-flex;align-items:center;gap:6px;margin-top:5px;color:#64748b!important;font-size:12px;font-weight:600;text-decoration:none!important}.hostdash-domain:hover{color:#1677ff!important}.hostdash-domain i{font-size:9px}.hostdash-back{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid #d7e2ed;border-radius:11px;background:#fff;color:#475569!important;font-size:11px;font-weight:800;text-decoration:none!important;white-space:nowrap}.hostdash-back:hover{border-color:#b8d2ef;color:#1677ff!important}
.hostdash-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:18px;align-items:start}.hostdash-left,.hostdash-right{display:flex;flex-direction:column;gap:16px}.hostdash-card{padding:18px;border:1px solid #d9e4ef;border-radius:17px;background:#fff;box-shadow:0 8px 28px rgba(35,73,116,.045)}.hostdash-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px;padding-bottom:13px;border-bottom:1px solid #edf2f7}.hostdash-card-head.compact{margin-bottom:13px}.hostdash-card-head h2{margin:0;color:#0f172a;font-size:15px;line-height:1.3;font-weight:800}.hostdash-card-head p{margin:4px 0 0;color:#94a3b8;font-size:10.5px;line-height:1.5}.hostdash-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hostdash-meta{min-height:72px;padding:12px 13px;border:1px solid #e5edf5;border-radius:12px;background:#fbfdff}.hostdash-meta span{display:block;color:#7b8ba1;font-size:10.5px;font-weight:600}.hostdash-meta strong{display:block;margin-top:6px;color:#172033;font-size:12.5px;font-weight:800;line-height:1.4}.hostdash-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hostdash-field label{display:block;margin-bottom:6px;color:#334155;font-size:10.5px;font-weight:800}.hostdash-copy-field{display:grid;grid-template-columns:minmax(0,1fr) 40px;min-height:42px;border:1px solid #dbe5ef;border-radius:11px;background:#fff;overflow:hidden}.hostdash-copy-field:focus-within{border-color:#8bbdff;box-shadow:0 0 0 3px rgba(22,119,255,.07)}.hostdash-copy-field input{min-width:0;padding:0 12px;border:0!important;outline:0!important;background:transparent!important;color:#334155;font-size:11px;font-weight:600;box-shadow:none!important}.hostdash-copy-field button{border:0;border-left:1px solid #e2e9f1;background:#f8fbfe;color:#64748b}.hostdash-copy-field button:hover{background:#eef6ff;color:#1677ff}.hostdash-warning{display:flex;align-items:flex-start;gap:11px;padding:13px 15px;border:1px solid #ffd0d0;border-radius:14px;background:#fff7f7;color:#b42318}.hostdash-warning>i{margin-top:2px}.hostdash-warning strong,.hostdash-warning span{display:block}.hostdash-warning strong{font-size:11.5px;font-weight:800}.hostdash-warning span{margin-top:3px;color:#c65a55;font-size:10.5px;line-height:1.5}
.hostdash-action-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.hostdash-action-grid-small{grid-template-columns:repeat(2,minmax(0,1fr))}.hostdash-action{min-width:0;min-height:96px;padding:12px 8px;border:1px solid #e0e8f1;border-radius:13px;background:#fbfdff;color:#334155;text-align:center;transition:.18s ease}.hostdash-action:hover{transform:translateY(-2px);border-color:#bfd8f5;background:#f4f9ff;color:#1677ff;box-shadow:0 8px 20px rgba(40,95,153,.07)}.hostdash-action.is-danger:hover{border-color:#ffc6c6;background:#fff8f8;color:#dc2626}.hostdash-action img{display:block;width:42px;height:42px;margin:0 auto 8px;object-fit:contain}.hostdash-action span{display:block;font-size:10.5px;font-weight:750;line-height:1.3}.hostdash-mini-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}.hostdash-resource+.hostdash-resource{margin-top:15px}.hostdash-resource-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.hostdash-resource-head span{color:#334155;font-size:10.5px;font-weight:800}.hostdash-resource-head small{max-width:65%;overflow:hidden;text-overflow:ellipsis;color:#64748b;font-size:9.5px;white-space:nowrap}.hostdash-progress{height:8px;border-radius:999px;background:#edf2f7;overflow:hidden}.hostdash-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1677ff,#56a3ff);transition:width .35s ease}.hostdash-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.hostdash-quick-grid a,.hostdash-quick-grid button{display:grid;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:9px;min-height:50px;padding:8px 11px;border:1px solid #e1e9f1;border-radius:11px;background:#fbfdff;color:#334155!important;text-align:left;text-decoration:none!important}.hostdash-quick-grid a:hover,.hostdash-quick-grid button:hover{border-color:#bdd7f5;background:#f3f8ff;color:#1677ff!important}.hostdash-quick-grid img{width:26px;height:26px;object-fit:contain}.hostdash-quick-grid span{min-width:0;font-size:10.5px;font-weight:750}.hostdash-quick-grid i{justify-self:end;color:#94a3b8;font-size:9px}
.hostdash-modal .modal-content{overflow:hidden;border:1px solid #dbe5ef;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.18)}.hostdash-modal .modal-header{padding:16px 18px;border-bottom:1px solid #e8eef5}.hostdash-modal .modal-title{color:#0f172a;font-size:15px;font-weight:800}.hostdash-modal .modal-body{padding:18px}.hostdash-modal .form-label{margin-bottom:6px;color:#334155;font-size:11px;font-weight:800}.hostdash-modal .form-control,.hostdash-modal .form-select{min-height:42px;border:1px solid #dbe5ef;border-radius:10px;color:#334155;font-size:11px;box-shadow:none}.hostdash-modal .form-control:focus,.hostdash-modal .form-select:focus{border-color:#8bbdff;box-shadow:0 0 0 3px rgba(22,119,255,.07)}.hostdash-modal .modal-footer{padding:13px 18px;border-top:1px solid #e8eef5;background:#fbfdff}.hostdash-modal .btn{min-height:38px;padding:0 14px;border-radius:9px;font-size:10.5px;font-weight:800}.hostdash-modal .btn-secondary{border:1px solid #d9e3ed;background:#fff;color:#475569}.hostdash-modal .btn-primary{border-color:#1677ff;background:#1677ff}
@media(max-width:991.98px){.hostdash-grid{grid-template-columns:1fr}.hostdash-mini-grid{grid-template-columns:1fr 1fr}.hostdash-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.hostdash-section{padding:18px 0 30px}.hostdash-head{align-items:flex-start}.hostdash-head-icon{width:40px;height:40px;flex-basis:40px}.hostdash-title-line h1{font-size:20px}.hostdash-back{min-height:38px;padding:0 11px;font-size:0}.hostdash-back i{font-size:12px}.hostdash-meta-grid,.hostdash-access-grid,.hostdash-mini-grid,.hostdash-quick-grid{grid-template-columns:1fr}.hostdash-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hostdash-card{padding:15px}.hostdash-action{min-height:88px}.hostdash-action img{width:38px;height:38px}.stc-hosting-plan-inline{white-space:normal;flex-wrap:wrap}}


/* v56 - keep hosting dashboard below the absolute desktop header */
@media (min-width:1199.5px){
  .hostdash-section{padding-top:96px!important;}
}

/* v56 - destructive quick action */
.hostdash-quick-grid .hostdash-quick-danger{
  border-color:#fecaca!important;
  background:#fffafa!important;
  color:#b91c1c!important;
}
.hostdash-quick-grid .hostdash-quick-danger:hover{
  border-color:#fca5a5!important;
  background:#fff1f2!important;
  color:#dc2626!important;
}
.hostdash-quick-grid .hostdash-quick-danger-icon{
  width:26px!important;
  height:26px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  background:#fee2e2!important;
  color:#dc2626!important;
  font-size:12px!important;
  line-height:1!important;
}
.hostdash-quick-grid .hostdash-quick-danger-icon i{
  justify-self:center!important;
  color:#dc2626!important;
  font-size:12px!important;
}

/* v57 - delete action uses the same icon alignment as the other quick actions */
.hostdash-quick-grid .hostdash-quick-delete-icon{
  width:26px!important;
  height:26px!important;
  display:grid!important;
  place-items:center!important;
  justify-self:start!important;
  color:#dc2626!important;
  font-size:20px!important;
  line-height:1!important;
}
.hostdash-quick-grid .hostdash-quick-danger > .fa-chevron-right{
  justify-self:end!important;
  color:#f87171!important;
  font-size:9px!important;
}

/* V112 — rank discount is automatic and visible before any coupon is entered. */
.hostv1-rank-cycle-note{display:block;margin-top:3px;color:#1677ff;font-size:9px;font-weight:750;line-height:1.2}
.hostv1-rank-summary span,.hostv1-rank-summary strong{color:#1677ff!important;font-weight:800!important}
