/* ============================================================
   Hosting website — themesieuviet / Win Ora
   CSS thật (tailwind.css build sẵn thiếu nhiều utility). Namespace hw-*.
   Accent DUY NHẤT: var(--site-primary…). Không "cầu vồng" icon.
   Glass đồng bộ header/footer: alpha .55–.74, blur 16–20px, saturate 155–160%.
   Giữ nguyên các class JS bám vào: .pricing-tab · .pricing-card ·
   .domain-lookup-* · .domain-check-* · .domain-whois-* · .hosting-landing-hero
   (class cuối do header.css cấp padding-top 120px — KHÔNG đổi tên).
   ============================================================ */

.hw-page { color: #0f172b; background: #fff; overflow-x: clip; }
.hw-page section { position: relative; }

/* Icon trong pages/partials/hosting-icon.blade.php chỉ khai fill="none" + stroke-width,
   KHÔNG khai stroke → phải cấp màu nét ở đây, nếu không icon vô hình. */
.hw-page svg[fill="none"] { stroke: currentColor; }

/* ---- Reveal (gate .hw-anim; no-JS / reduced-motion → hiện đủ) ---- */
.hw-anim [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1);
}
.hw-anim [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .hw-anim [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
    .hw-page * { animation: none !important; }
}

/* ---- Nhịp section + giao thoa nền fade về trắng (liquid-glass §4b) ---- */
.hw-sect { padding: 72px 0; }
.hw-sect--tight { padding: 56px 0; }
.hw-soft {
    background:
        linear-gradient(180deg,
            rgba(var(--site-primary-rgb, 220, 38, 38), 0) 0,
            rgba(var(--site-primary-rgb, 220, 38, 38), .045) 130px,
            rgba(var(--site-primary-rgb, 220, 38, 38), .045) calc(100% - 130px),
            rgba(var(--site-primary-rgb, 220, 38, 38), 0) 100%),
        #ffffff;
}

/* ---- Eyebrow · heading · lead ---- */
.hw-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    height: 30px; padding: 0 14px; border-radius: 999px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .09);
    border: 1px solid rgba(var(--site-primary-rgb, 220, 38, 38), .18);
    color: var(--site-primary, #dc2626);
    font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
}
.hw-h2 {
    font-size: clamp(27px, 3vw, 38px); line-height: 1.16; font-weight: 900;
    letter-spacing: -.01em; color: #0f172b; text-wrap: balance; margin: 0;
}
.hw-h2 em { color: var(--site-primary, #dc2626); font-style: normal; }
.hw-lead { color: #475569; font-size: 15.5px; line-height: 1.7; max-width: 64ch; margin: 12px 0 0; }
.hw-head { max-width: 720px; }
.hw-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.hw-head--center .hw-lead { margin-left: auto; margin-right: auto; }
.hw-head .hw-eyebrow { margin-bottom: 14px; }
.hw-head .hw-h2 + .hw-lead { margin-top: 12px; }

/* ---- Buttons ---- */
.hw-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 50px; padding: 0 26px; border-radius: 12px;
    font-size: 14.5px; font-weight: 700; cursor: pointer; border: 1.5px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    text-decoration: none; white-space: nowrap;
}
.hw-btn svg { width: 18px; height: 18px; }
.hw-btn--primary {
    background: linear-gradient(135deg, var(--site-primary-light, #ef4444), var(--site-primary, #dc2626));
    color: #fff; box-shadow: 0 12px 26px rgba(var(--site-primary-rgb, 220, 38, 38), .32);
}
.hw-btn--primary:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 18px 34px rgba(var(--site-primary-rgb, 220, 38, 38), .42); }
.hw-btn--ghost {
    background: rgba(255, 255, 255, .7); color: var(--site-primary, #dc2626);
    border-color: rgba(var(--site-primary-rgb, 220, 38, 38), .35);
    -webkit-backdrop-filter: blur(16px) saturate(158%); backdrop-filter: blur(16px) saturate(158%);
}
.hw-btn--ghost:hover { transform: translateY(-2px); background: #fff; border-color: var(--site-primary, #dc2626); }
.hw-btn:focus-visible,
.hw-link:focus-visible,
.pricing-tab:focus-visible,
.hw-plan__cta:focus-visible,
.hw-faq__q:focus-visible {
    outline: 3px solid rgba(var(--site-primary-rgb, 220, 38, 38), .45);
    outline-offset: 2px;
}

.hw-link {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--site-primary, #dc2626); font-size: 14px; font-weight: 700; text-decoration: none;
    border-radius: 6px;
}
.hw-link:hover { color: var(--site-primary-dark, #b91c1c); text-decoration: underline; }
.hw-link svg { width: 16px; height: 16px; transition: transform .2s ease; }
.hw-link:hover svg { transform: translateX(3px); }

/* ---- Fallback khi trình duyệt không hỗ trợ backdrop-filter ---- */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .hw-tile, .hw-plan, .hw-addon, .hw-cmp__panel, .hw-faq__item,
    .domain-lookup-card, .domain-tld-chip, .hw-gift, .hw-btn--ghost {
        background: rgba(255, 255, 255, .93) !important;
    }
}

/* =========================================================================
   1) HERO — editorial split: nội dung + trust chip trái, ảnh hạ tầng phải
   ========================================================================= */
.hosting-landing-hero {
    /* padding-top do header.css (.hosting-landing-hero → 120px) quản lý — nguồn duy nhất */
    padding-bottom: 84px;
    overflow: hidden;
    background:
        radial-gradient(1000px 440px at 88% -8%, rgba(var(--site-primary-rgb, 220, 38, 38), .16), transparent 60%),
        radial-gradient(760px 380px at 4% 8%, rgba(var(--site-primary-rgb, 220, 38, 38), .08), transparent 58%),
        linear-gradient(180deg, #fbf7f7 0%, #f7eff0 60%, #fdf7f7 100%);
}
.hosting-landing-hero::after {
    content: ''; position: absolute; inset: auto 0 0 0; height: 42%;
    background: linear-gradient(180deg, transparent, #ffffff); pointer-events: none; z-index: 0;
}
.hw-hero__grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center;
}
.hw-hero__title {
    margin: 0; color: #11213d; font-weight: 900; letter-spacing: -.015em;
    font-size: clamp(34px, 3.35vw, 46px); line-height: 1.08; text-wrap: balance;
}
.hw-hero__title span {
    display: block; margin-top: 10px; color: var(--site-primary, #dc2626);
    font-size: clamp(23px, 2.35vw, 32px); line-height: 1.2; letter-spacing: -.01em;
}
.hw-bullets { display: grid; gap: 13px; margin: 26px 0 28px; padding: 0; list-style: none; }
.hw-bullets li {
    display: flex; align-items: flex-start; gap: 11px;
    color: #475569; font-size: 15px; line-height: 1.55; font-weight: 500;
}
.hw-bullets__check {
    display: inline-flex; width: 21px; height: 21px; flex: 0 0 auto; margin-top: 1px;
    align-items: center; justify-content: center; border-radius: 999px;
    color: var(--site-primary, #dc2626); background: #fff;
    border: 1px solid rgba(var(--site-primary-rgb, 220, 38, 38), .22);
    box-shadow: 0 6px 14px rgba(var(--site-primary-rgb, 220, 38, 38), .13);
}
.hw-bullets__check svg { width: 12px; height: 12px; }

.hw-hero__price {
    display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px;
    color: #111827; font-size: 18px; font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.hw-hero__price strong {
    color: var(--site-primary, #dc2626); font-weight: 900;
    font-size: clamp(34px, 4vw, 46px); line-height: 1; letter-spacing: -.02em;
}
.hw-hero__cta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px; }

.hw-hero__visual { position: relative; }
.hw-hero__visual img { display: block; width: 100%; max-width: 720px; height: auto; margin-left: auto; }

@media (min-width: 1024px) {
    .hw-hero__grid { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 44px; }
}
@media (max-width: 1023px) {
    .hosting-landing-hero { padding-bottom: 76px; }
    .hw-hero__visual img { margin: 0 auto; max-width: 640px; }
}

/* =========================================================================
   2) DOMAIN LOOKUP — thanh ngang glass, đè lên mép hero
   ========================================================================= */
.domain-lookup-section { position: relative; z-index: 20; margin-top: -52px; }
.domain-lookup-card {
    overflow: hidden; border-radius: 20px;
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 22px 50px rgba(15, 23, 43, .10), inset 0 1px 0 rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(20px) saturate(158%); backdrop-filter: blur(20px) saturate(158%);
}
.domain-lookup-form {
    display: grid; grid-template-columns: 250px minmax(0, 1fr) 104px 124px;
    gap: 12px; align-items: center; padding: 20px; background: #0f172b;
}
.domain-lookup-label { color: #fff; font-size: 15px; font-weight: 800; white-space: nowrap; }
.domain-lookup-input,
.domain-lookup-select {
    width: 100%; height: 46px; border: 0; border-radius: 10px;
    background: #fff; color: #0f172b; font-size: 14px; outline: none;
    transition: box-shadow .15s ease;
}
.domain-lookup-input { padding: 0 16px; }
.domain-lookup-select { padding: 0 12px; font-weight: 700; }
.domain-lookup-input:focus,
.domain-lookup-select:focus { box-shadow: 0 0 0 3px rgba(var(--site-primary-rgb, 220, 38, 38), .45); }

.domain-lookup-button {
    height: 46px; border: 0; border-radius: 10px; color: #fff; cursor: pointer;
    font-size: 14px; font-weight: 700;
    background: linear-gradient(135deg, var(--site-primary-light, #ef4444), var(--site-primary, #dc2626));
    box-shadow: 0 10px 24px rgba(var(--site-primary-rgb, 220, 38, 38), .3);
    transition: transform .2s ease, box-shadow .2s ease;
}
.domain-lookup-button:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(var(--site-primary-rgb, 220, 38, 38), .4); }
.domain-lookup-button:focus-visible { outline: 3px solid rgba(255, 255, 255, .8); outline-offset: 2px; }
.domain-lookup-button:disabled { cursor: wait; opacity: .72; transform: none; }

.domain-tld-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; padding: 18px 24px 22px; }
.domain-tld-chip {
    display: inline-flex; min-width: 132px; align-items: center; justify-content: center; gap: 12px;
    padding: 10px 18px; border-radius: 14px;
    color: #64748b; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums;
    background: rgba(255, 255, 255, .6); border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 8px 22px rgba(15, 23, 43, .07), inset 0 1px 0 rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: blur(16px) saturate(158%); backdrop-filter: blur(16px) saturate(158%);
}
.domain-tld-chip strong { color: var(--site-primary, #dc2626); font-size: 18px; font-weight: 900; }
.domain-tld-more { margin-left: auto; }

/* Kết quả tra cứu + modal Whois (giữ hook JS) */
.domain-check-result {
    display: grid; gap: 12px; margin: 16px 20px 0;
    border-radius: 12px; padding: 16px 18px; font-size: 14px; font-weight: 700;
}
.domain-check-result.is-available { border: 1px solid #bbf7d0; background: #f0fdf4; color: #166534; }
.domain-check-result.is-registered { border: 1px solid #fecaca; background: #fff1f2; color: #991b1b; }
.domain-check-result.is-unknown { border: 1px solid #fde68a; background: #fffbeb; color: #92400e; }
.domain-check-result__title { color: inherit; font-size: 16px; font-weight: 900; }
.domain-check-result__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.domain-check-result__action {
    display: inline-flex; width: fit-content; min-height: 38px; align-items: center; justify-content: center;
    border-radius: 8px; padding: 0 18px; color: #fff; font-size: 13px; font-weight: 900; text-decoration: none;
    background: var(--site-primary, #dc2626);
}
.domain-check-result__action:hover { color: #fff; background: var(--site-primary-dark, #b91c1c); }
.domain-check-result__whois {
    display: inline-flex; width: fit-content; min-height: 38px; align-items: center; justify-content: center;
    border: 1px solid currentColor; border-radius: 8px; background: transparent; padding: 0 18px;
    color: inherit; font-size: 13px; font-weight: 900; cursor: pointer;
}

.domain-whois-modal {
    position: fixed; inset: 0; z-index: 80; display: grid; place-items: center;
    background: rgba(15, 23, 43, .56); padding: 20px;
}
.domain-whois-modal[hidden] { display: none; }
.domain-whois-dialog {
    width: min(100%, 680px); max-height: min(86dvh, 760px); overflow: auto;
    border-radius: 16px; background: #fff; box-shadow: 0 26px 70px rgba(15, 23, 43, .28);
}
.domain-whois-head {
    display: flex; gap: 16px; align-items: flex-start; justify-content: space-between;
    border-bottom: 1px solid #e5e7eb; padding: 22px 24px;
}
.domain-whois-head h3 { margin: 0; color: #101b37; font-size: 22px; font-weight: 900; }
.domain-whois-close {
    display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
    border: 1px solid #e5e7eb; border-radius: 999px; background: #fff; color: #475569;
    font-size: 22px; line-height: 1; cursor: pointer;
}
.domain-whois-close:hover { border-color: var(--site-primary, #dc2626); color: var(--site-primary, #dc2626); }
.domain-whois-body { padding: 24px; color: #334155; }
.domain-whois-body dl { display: grid; gap: 12px; margin: 0; }
.domain-whois-body div { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 16px; }
.domain-whois-body dt { color: #0f172b; font-weight: 900; }
.domain-whois-body dd { margin: 0; word-break: break-word; }

@media (max-width: 1023px) {
    .domain-lookup-form { grid-template-columns: 1fr; }
    .domain-lookup-label { white-space: normal; }
    .domain-tld-more { width: 100%; margin-left: 0; justify-content: center; }
}
@media (max-width: 767px) {
    .domain-tld-chip { min-width: calc(50% - 8px); }
}

/* =========================================================================
   3) BENTO — 4 lý do: 1 ô lớn + 3 ô nhỏ (6 cell, không hở lưới)
   ========================================================================= */
.hw-bento { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
.hw-tile {
    position: relative; overflow: hidden; border-radius: 20px; padding: 24px;
    background: rgba(255, 255, 255, .6); border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 10px 28px rgba(15, 23, 43, .07), inset 0 1px 0 rgba(255, 255, 255, .86);
    -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
    transition: transform .25s ease, box-shadow .25s ease;
}
.hw-tile:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15, 23, 43, .11); }
.hw-tile__ico {
    display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; color: #fff;
    background: linear-gradient(135deg, var(--site-primary-light, #ef4444), var(--site-primary, #dc2626));
    box-shadow: 0 8px 18px rgba(var(--site-primary-rgb, 220, 38, 38), .28), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.hw-tile__ico svg { width: 25px; height: 25px; }
.hw-tile h3 { margin: 16px 0 6px; color: #0f172b; font-size: 16.5px; font-weight: 800; }
.hw-tile p { margin: 0; color: #64748b; font-size: 13.8px; line-height: 1.6; }

/* Ô lớn: nền accent nhạt + dải thông số hạ tầng */
.hw-tile--big {
    padding: 30px;
    background:
        radial-gradient(520px 320px at 100% 0, rgba(var(--site-primary-rgb, 220, 38, 38), .13), transparent 62%),
        rgba(255, 255, 255, .66);
    border-color: rgba(var(--site-primary-rgb, 220, 38, 38), .2);
    box-shadow: 0 18px 46px rgba(var(--site-primary-rgb, 220, 38, 38), .1), inset 0 1px 0 rgba(255, 255, 255, .9);
    display: flex; flex-direction: column;
}
.hw-tile--big .hw-tile__ico { width: 58px; height: 58px; border-radius: 16px; }
.hw-tile--big .hw-tile__ico svg { width: 28px; height: 28px; }
.hw-tile--big h3 { font-size: 23px; font-weight: 900; letter-spacing: -.01em; margin-top: 20px; }
.hw-tile--big p { font-size: 14.6px; line-height: 1.7; color: #475569; }
.hw-spec { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 22px; }
.hw-spec__pill {
    display: inline-flex; align-items: center;
    padding: 7px 13px; border-radius: 999px;
    background: rgba(255, 255, 255, .74); border: 1px solid rgba(var(--site-primary-rgb, 220, 38, 38), .16);
    color: #334155; font-size: 12.5px; font-weight: 700;
}

/* Ô rộng (hàng 2, span 2 cột) — biến thiên thị giác thứ 2 */
.hw-tile--wide {
    background:
        linear-gradient(120deg, rgba(var(--site-primary-rgb, 220, 38, 38), .07), transparent 58%),
        rgba(255, 255, 255, .6);
    display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; align-items: start;
}
.hw-tile--wide h3 { margin-top: 0; }

@media (min-width: 700px) {
    .hw-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hw-tile--big { grid-column: span 2; }
    .hw-tile--wide { grid-column: span 2; }
}
@media (min-width: 1024px) {
    .hw-bento {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-rows: minmax(158px, auto);
    }
    .hw-tile--big { grid-column: 1; grid-row: 1 / span 2; }
    .hw-tile--wide { grid-column: 2 / span 2; grid-row: 2; }
}

/* =========================================================================
   4) PRICING — lệch tầng, gói "Phổ biến" nâng cao hơn
   ========================================================================= */
.hw-pricing__tabs {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 28px 0 44px;
}
.pricing-tab {
    display: inline-flex; min-width: 182px; min-height: 46px; align-items: center; justify-content: center; gap: 8px;
    border-radius: 10px; border: 1px solid #e5e7eb; background: #fff; padding: 0 20px;
    color: #475569; font-size: 14px; font-weight: 800; cursor: pointer;
    box-shadow: 0 7px 18px rgba(15, 23, 43, .04);
    transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pricing-tab:hover { transform: translateY(-1px); border-color: rgba(var(--site-primary-rgb, 220, 38, 38), .4); color: var(--site-primary, #dc2626); }
.pricing-tab.is-active {
    border-color: var(--site-primary, #dc2626); background: var(--site-primary, #dc2626); color: #fff;
    box-shadow: 0 14px 28px rgba(var(--site-primary-rgb, 220, 38, 38), .18);
}
.hw-discount {
    display: inline-flex; min-height: 22px; align-items: center; justify-content: center;
    border-radius: 6px; background: #e31d22; padding: 0 8px; color: #fff; font-size: 12px; font-weight: 900;
    font-variant-numeric: tabular-nums;
}
.pricing-tab.is-active .hw-discount { background: #fff; color: #e31d22; }

.hw-pricing__grid {
    display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start;
}
.hw-plan {
    position: relative; display: flex; flex-direction: column; height: 100%;
    border-radius: 20px; padding: 28px 24px 24px;
    background: rgba(255, 255, 255, .6); border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 12px 34px rgba(15, 23, 43, .07), inset 0 1px 0 rgba(255, 255, 255, .86);
    -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
    transition: transform .24s ease, box-shadow .24s ease;
}
.hw-plan:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(15, 23, 43, .1); }

/* Lệch tầng: gói phổ biến nhô lên, viền + nền accent, không "4 tháp đều" */
.hw-plan.is-popular {
    padding: 34px 26px 28px;
    background:
        radial-gradient(460px 300px at 100% 0, rgba(var(--site-primary-rgb, 220, 38, 38), .14), transparent 62%),
        rgba(255, 255, 255, .68);
    border: 1.5px solid rgba(var(--site-primary-rgb, 220, 38, 38), .32);
    box-shadow: 0 24px 56px rgba(var(--site-primary-rgb, 220, 38, 38), .17), inset 0 1px 0 rgba(255, 255, 255, .9);
}
.hw-plan__ribbon {
    position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
    display: inline-flex; min-height: 32px; align-items: center; justify-content: center;
    border-radius: 9px; padding: 0 18px; color: #fff; font-size: 13px; font-weight: 900; white-space: nowrap;
    background: linear-gradient(135deg, #ed1c24, #e31d22);
    box-shadow: 0 10px 22px rgba(227, 29, 34, .34);
}
.hw-plan__name { margin: 0; color: #0f172b; font-size: 21px; font-weight: 900; letter-spacing: -.01em; }
.hw-plan__desc { margin: 10px 0 0; min-height: 42px; color: #64748b; font-size: 13.2px; line-height: 1.5; font-weight: 500; }
.hw-plan__price { margin-top: 18px; }
.hw-plan__old { color: #9ca3af; font-size: 14px; font-weight: 700; text-decoration: line-through; font-variant-numeric: tabular-nums; }
.hw-plan__current {
    display: inline-flex; align-items: baseline; gap: 6px; margin-top: 6px;
    color: var(--site-primary, #dc2626); font-size: 33px; line-height: 1; font-weight: 900;
    letter-spacing: -.02em; font-variant-numeric: tabular-nums;
}
.hw-plan__unit { margin-left: 4px; color: #64748b; font-size: 14px; font-weight: 800; }
.hw-plan__list { display: grid; gap: 13px; margin: 24px 0 24px; padding: 0; list-style: none; }
.hw-plan__list li { display: flex; align-items: flex-start; gap: 11px; color: #334155; font-size: 13.2px; line-height: 1.45; font-weight: 500; }
.hw-plan__check {
    display: inline-flex; width: 18px; height: 18px; flex: 0 0 auto; margin-top: 1px;
    align-items: center; justify-content: center; border-radius: 999px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1); color: var(--site-primary, #dc2626);
}
.hw-plan__check svg { width: 12px; height: 12px; }
/* CTA ghim đáy thẻ (anti-slop §4) */
.hw-plan__cta {
    display: inline-flex; width: 100%; min-height: 46px; margin-top: auto;
    align-items: center; justify-content: center; border-radius: 10px;
    border: 1.5px solid var(--site-primary, #dc2626); background: #fff; color: var(--site-primary, #dc2626);
    font-size: 14px; font-weight: 700; text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.hw-plan__cta:hover { transform: translateY(-1px); background: rgba(var(--site-primary-rgb, 220, 38, 38), .07); color: var(--site-primary-dark, #b91c1c); }
.hw-plan.is-popular .hw-plan__cta {
    border-color: transparent; color: #fff;
    background: linear-gradient(135deg, var(--site-primary-light, #ef4444), var(--site-primary, #dc2626));
    box-shadow: 0 12px 26px rgba(var(--site-primary-rgb, 220, 38, 38), .32);
}
.hw-plan.is-popular .hw-plan__cta:hover { color: #fff; box-shadow: 0 18px 34px rgba(var(--site-primary-rgb, 220, 38, 38), .42); }

.hw-gift {
    display: flex; min-height: 60px; align-items: center; justify-content: center; gap: 12px;
    margin-top: 28px; padding: 14px 20px; border-radius: 16px; text-align: center;
    color: #0f172b; font-size: 15px; font-weight: 800;
    background: rgba(255, 255, 255, .62); border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 10px 28px rgba(15, 23, 43, .07), inset 0 1px 0 rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
}
.hw-gift svg { width: 22px; height: 22px; flex: 0 0 auto; color: #e31d22; }

@media (min-width: 640px) { .hw-pricing__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) {
    .hw-pricing__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
    .hw-plan.is-popular { margin-top: -22px; }
}

/* =========================================================================
   5) COMPARISON — bảng so sánh glass (family riêng)
   ========================================================================= */
.hw-cmp__panel {
    margin-top: 36px; border-radius: 22px; overflow: hidden;
    background: rgba(255, 255, 255, .62); border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 20px 50px rgba(15, 23, 43, .08), inset 0 1px 0 rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
}
.hw-cmp__scroll { overflow-x: auto; }
.hw-cmp__table { width: 100%; min-width: 640px; border-collapse: collapse; text-align: left; }
.hw-cmp__table caption { padding: 0 0 14px; text-align: left; color: #64748b; font-size: 13px; }
.hw-cmp__table th,
.hw-cmp__table td { padding: 16px 20px; font-size: 14px; line-height: 1.55; vertical-align: top; }
.hw-cmp__table thead th {
    background: rgba(15, 23, 43, .04); color: #0f172b; font-size: 13px; font-weight: 900;
    letter-spacing: .02em; text-transform: uppercase; white-space: nowrap;
}
.hw-cmp__table thead th.hw-cmp__us {
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1); color: var(--site-primary, #dc2626);
}
.hw-cmp__table tbody tr + tr th,
.hw-cmp__table tbody tr + tr td { border-top: 1px solid rgba(15, 23, 43, .07); }
.hw-cmp__table tbody th { color: #0f172b; font-weight: 700; font-size: 13.6px; white-space: nowrap; }
.hw-cmp__table td { color: #475569; }
.hw-cmp__table td.hw-cmp__us { background: rgba(var(--site-primary-rgb, 220, 38, 38), .045); color: #0f172b; font-weight: 600; }
.hw-cmp__mark { display: inline-flex; align-items: center; gap: 9px; }
.hw-cmp__mark svg { width: 17px; height: 17px; flex: 0 0 auto; }
.hw-cmp__mark--yes svg { color: var(--site-primary, #dc2626); }
.hw-cmp__mark--no svg { color: #94a3b8; }
.hw-cmp__foot {
    margin: 0; padding: 16px 20px; border-top: 1px solid rgba(15, 23, 43, .07);
    background: rgba(255, 255, 255, .4); color: #94a3b8; font-size: 12.5px; line-height: 1.6;
}

/* =========================================================================
   6) UPSELL LEDGER — dịch vụ mở rộng dạng hàng ngang (không phải lưới card)
   ========================================================================= */
.hw-addons { display: grid; gap: 14px; margin-top: 36px; }
.hw-addon {
    display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; align-items: start;
    border-radius: 18px; padding: 20px 22px;
    background: rgba(255, 255, 255, .6); border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 8px 24px rgba(15, 23, 43, .06), inset 0 1px 0 rgba(255, 255, 255, .86);
    -webkit-backdrop-filter: blur(16px) saturate(158%); backdrop-filter: blur(16px) saturate(158%);
    transition: transform .25s ease, box-shadow .25s ease;
}
.hw-addon:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(15, 23, 43, .1); }
.hw-addon__ico {
    display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1); color: var(--site-primary, #dc2626);
}
.hw-addon__ico svg { width: 26px; height: 26px; }
.hw-addon__body { display: grid; gap: 6px; }
.hw-addon h3 { margin: 0; color: #0f172b; font-size: 16.5px; font-weight: 800; }
.hw-addon p { margin: 0; color: #64748b; font-size: 13.6px; line-height: 1.6; }
.hw-addon__meta {
    display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-top: 6px;
}
.hw-addon__price {
    color: #e31d22; font-size: 14.5px; font-weight: 900; font-variant-numeric: tabular-nums;
}
.hw-addons__foot { margin-top: 26px; }

@media (min-width: 900px) {
    .hw-addon { grid-template-columns: 54px minmax(0, 1.15fr) minmax(0, 170px) minmax(0, 120px); align-items: center; gap: 22px; }
    .hw-addon__meta { margin-top: 0; display: contents; }
    .hw-addon__price { justify-self: end; text-align: right; }
    .hw-addon .hw-link { justify-self: end; }
}

/* =========================================================================
   7) STAT BAND — dải số liệu cam kết (panel tối, vách ngăn mảnh)
   ========================================================================= */
.hw-stats {
    position: relative; overflow: hidden; border-radius: 24px; padding: 30px 24px;
    background:
        radial-gradient(620px 320px at 12% 0, rgba(var(--site-primary-rgb, 220, 38, 38), .34), transparent 62%),
        radial-gradient(520px 300px at 100% 100%, rgba(var(--site-primary-rgb, 220, 38, 38), .18), transparent 60%),
        linear-gradient(150deg, #0f172b, #151022);
    box-shadow: 0 26px 64px rgba(15, 23, 43, .26);
}
.hw-stats__title {
    margin: 0 0 24px; text-align: center; color: #fff;
    font-size: 18px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.hw-stats__grid { display: grid; grid-template-columns: 1fr; gap: 4px; }
.hw-stat { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border-radius: 14px; }
.hw-stat__ico {
    display: inline-flex; width: 44px; height: 44px; flex: 0 0 auto; align-items: center; justify-content: center;
    border-radius: 999px; border: 1px solid rgba(255, 255, 255, .22); color: #fff;
}
.hw-stat__ico svg { width: 21px; height: 21px; }
.hw-stat__value {
    color: #fff; font-size: 19px; font-weight: 900; line-height: 1.15;
    letter-spacing: -.01em; font-variant-numeric: tabular-nums;
}
.hw-stat__label { margin-top: 3px; color: rgba(255, 255, 255, .68); font-size: 13px; }

@media (min-width: 700px) { .hw-stats__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
    .hw-stats { padding: 34px 20px; }
    .hw-stats__grid { grid-template-columns: repeat(4, 1fr); }
    .hw-stat { position: relative; }
    .hw-stat + .hw-stat::before {
        content: ''; position: absolute; left: 0; top: 20%; height: 60%; width: 1px;
        background: rgba(255, 255, 255, .14);
    }
}

/* =========================================================================
   8) STEPS — editorial split: cột trái sticky, số "ghost" bên phải
   ========================================================================= */
.hw-steps { display: grid; grid-template-columns: 1fr; gap: 34px; }
.hw-steps__rows { display: grid; gap: 14px; }
.hw-step {
    display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px; align-items: start;
    padding: 22px 4px 22px 0;
}
.hw-step + .hw-step { border-top: 1px solid rgba(15, 23, 43, .08); }
.hw-step__ico {
    display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; margin-bottom: 12px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1); color: var(--site-primary, #dc2626);
}
.hw-step__ico svg { width: 20px; height: 20px; }
.hw-step h3 { margin: 0 0 6px; color: #0f172b; font-size: 17px; font-weight: 800; }
.hw-step p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.65; }

.hw-steps__aside .hw-h2 { margin-top: 14px; }

@media (min-width: 1024px) {
    .hw-steps { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 56px; align-items: start; }
    .hw-steps__aside { position: sticky; top: 118px; }
}

/* =========================================================================
   9) FAQ — accordion glass (::details-content, không JS)
   ========================================================================= */
.hw-faq { display: grid; gap: 12px; margin-top: 36px; max-width: 880px; }
.hw-faq__item {
    border-radius: 16px; overflow: hidden;
    background: rgba(255, 255, 255, .62); border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 8px 24px rgba(15, 23, 43, .06), inset 0 1px 0 rgba(255, 255, 255, .86);
    -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
    transition: box-shadow .25s ease;
}
.hw-faq__item[open] { box-shadow: 0 16px 38px rgba(15, 23, 43, .1); }
.hw-faq__q {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    padding: 18px 22px; cursor: pointer; list-style: none;
    color: #0f172b; font-size: 15.5px; font-weight: 700; line-height: 1.5;
}
.hw-faq__q::-webkit-details-marker { display: none; }
.hw-faq__q h3 { margin: 0; font: inherit; color: inherit; }
.hw-faq__sign {
    position: relative; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 999px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1);
}
.hw-faq__sign::before,
.hw-faq__sign::after {
    content: ''; position: absolute; top: 50%; left: 50%; background: var(--site-primary, #dc2626);
    border-radius: 2px; transition: transform .25s ease;
}
.hw-faq__sign::before { width: 10px; height: 2px; transform: translate(-50%, -50%); }
.hw-faq__sign::after { width: 2px; height: 10px; transform: translate(-50%, -50%); }
.hw-faq__item[open] .hw-faq__sign::after { transform: translate(-50%, -50%) scaleY(0); }
.hw-faq__a { padding: 0 22px 20px; color: #64748b; font-size: 14px; line-height: 1.75; max-width: 68ch; }
.hw-faq__a a { color: var(--site-primary, #dc2626); font-weight: 700; }

/* =========================================================================
   10) CTA cuối — panel accent, không ảnh
   ========================================================================= */
.hosting-final-cta { scroll-margin-top: 118px; padding: 0 0 78px; background: #fff; }
.hw-cta {
    position: relative; overflow: hidden; border-radius: 26px; padding: 42px 36px;
    display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center;
    background:
        radial-gradient(circle at 18% 50%, rgba(255, 255, 255, .16), transparent 26%),
        linear-gradient(135deg, #ed1c24 0%, #d70f17 100%);
    color: #fff; box-shadow: 0 28px 70px rgba(227, 29, 34, .24);
}
.hw-cta h2 {
    margin: 0; max-width: 22ch; color: #fff; font-weight: 900; line-height: 1.18; letter-spacing: -.01em;
    font-size: clamp(26px, 3.1vw, 38px); text-wrap: balance;
}
.hw-cta p { margin: 14px 0 0; max-width: 62ch; color: rgba(255, 255, 255, .88); font-size: 15.5px; line-height: 1.7; }
.hw-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hw-cta__btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 50px; min-width: 168px; padding: 0 24px; border-radius: 11px;
    border: 1.5px solid rgba(255, 255, 255, .55); color: #fff; font-size: 14.5px; font-weight: 800;
    text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.hw-cta__btn:hover { transform: translateY(-2px); color: #fff; border-color: #fff; background: rgba(255, 255, 255, .12); }
.hw-cta__btn.is-primary { border-color: #fff; background: #fff; color: #e31d22; }
.hw-cta__btn.is-primary:hover { background: #fff; color: #d70f17; }
.hw-cta__btn:focus-visible { outline: 3px solid rgba(255, 255, 255, .9); outline-offset: 3px; }

@media (min-width: 940px) {
    .hw-cta { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 44px; padding: 48px 46px; }
    .hw-cta__actions { justify-content: flex-end; }
}
@media (max-width: 767px) {
    .hw-sect { padding: 56px 0; }
    .hw-cta { padding: 28px 22px; }
    .hw-cta__btn { width: 100%; }
    .hw-step { grid-template-columns: 1fr; gap: 8px; }
    .hw-step__num { font-size: 38px; }
    .pricing-tab { width: 100%; }
    .hosting-final-cta { padding-bottom: 56px; }
}
