/* ============================================================
   Đăng ký tên miền — themesieuviet / Win Ora
   CSS thật (tailwind.css build sẵn thiếu nhiều utility). Namespace dm-*.
   Accent DUY NHẤT: var(--site-primary…). Đỏ #e31d22 chỉ cho giá.
   Glass đồng bộ header/footer: alpha .55–.74, blur 16–20px, saturate 155–160%.

   GIỮ NGUYÊN tên các class/attr mà JS bám vào — đổi tên là gãy chức năng:
     [data-domain-check-form] · [data-domain-check-result] · .domain-check-result(__title|__actions|__action|__whois)
     [data-domain-whois-modal|body|close] · .domain-whois-* · [data-domain-filter] + .domain-tab.is-active
     [data-domain-category]  (JS set card.hidden — xem .dm-tld[hidden] bên dưới)
   .domain-hero cũng phải giữ: header.css cấp padding-top 120px cho nó.
   ============================================================ */

.dm-page { color: #0f172b; background: #fff; overflow-x: clip; }
.dm-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. */
.dm-page svg[fill="none"] { stroke: currentColor; }

/* ---- Reveal (gate .dm-anim; no-JS / reduced-motion → hiện đủ) ---- */
.dm-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);
}
.dm-anim [data-reveal].is-in { opacity: 1; transform: none; }

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

/* ---- Nhịp section + giao thoa nền fade về trắng (liquid-glass §4b) ---- */
.dm-sect { padding: 72px 0; }
.dm-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;
}

/* ---- Heading · lead ---- (eyebrow duy nhất của trang do x-partner-logo-strip cấp) */
.dm-h2 {
    margin: 0; color: #0f172b; font-weight: 900; letter-spacing: -.01em;
    font-size: clamp(27px, 3vw, 38px); line-height: 1.16; text-wrap: balance;
}
.dm-h2 em { color: var(--site-primary, #dc2626); font-style: normal; }
.dm-lead { margin: 12px 0 0; color: #475569; font-size: 15.5px; line-height: 1.7; max-width: 64ch; }
.dm-head { max-width: 720px; }
.dm-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.dm-head--center .dm-lead { margin-left: auto; margin-right: auto; }

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

.dm-link:focus-visible,
.dm-search__input:focus-visible,
.dm-search__select:focus-visible,
.dm-search__btn:focus-visible,
.dm-quick__chip:focus-visible,
.domain-tab:focus-visible,
.dm-tld__cart:focus-visible,
.dm-faq__q:focus-visible,
.dm-cta__btn:focus-visible {
    outline: 3px solid rgba(var(--site-primary-rgb, 220, 38, 38), .45);
    outline-offset: 2px;
}

/* ---- Fallback khi trình duyệt không hỗ trợ backdrop-filter ---- */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .dm-search__card, .dm-tile, .dm-tld, .dm-cmp__panel, .dm-faq__item, .dm-quick__chip {
        background: rgba(255, 255, 255, .93) !important;
    }
}

/* =========================================================================
   1) HERO — editorial split
   ========================================================================= */
.domain-hero {
    /* padding-top do header.css (.domain-hero → 120px) quản lý — nguồn duy nhất */
    padding-bottom: 96px;
    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%);
}
.domain-hero::after {
    content: ''; position: absolute; inset: auto 0 0 0; height: 42%;
    background: linear-gradient(180deg, transparent, #ffffff); pointer-events: none; z-index: 0;
}
.dm-hero__grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center;
}
.dm-hero__title {
    margin: 0; color: #11213d; font-weight: 900; letter-spacing: -.015em;
    font-size: clamp(38px, 4vw, 52px); line-height: 1.04;
}
.dm-hero__sub {
    margin: 14px 0 0; color: var(--site-primary, #dc2626); font-weight: 800;
    font-size: clamp(18px, 2vw, 22px); line-height: 1.35;
}
.dm-bullets { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.dm-bullets li {
    display: flex; align-items: flex-start; gap: 11px;
    color: #475569; font-size: 15px; line-height: 1.55; font-weight: 500;
}
.dm-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);
    font-size: 12px; font-weight: 900;
}
.dm-hero__art { position: relative; }
.dm-hero__art img { display: block; width: 100%; max-width: 700px; height: auto; margin-left: auto; }

@media (min-width: 1024px) {
    .dm-hero__grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 46px; }
}
@media (max-width: 1023px) {
    .domain-hero { padding-bottom: 88px; }
    .dm-hero__art img { margin: 0 auto; max-width: 620px; }
}

/* =========================================================================
   2) SEARCH CONSOLE — công cụ tra cứu, khối trung tâm, đè mép hero
   ========================================================================= */
.dm-search { z-index: 20; margin-top: -68px; }
.dm-search__card {
    border-radius: 26px; padding: 26px;
    background: rgba(255, 255, 255, .68);
    border: 1px solid rgba(255, 255, 255, .74);
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, .95),
        inset 0 0 0 1px rgba(255, 255, 255, .55),
        0 0 0 1px rgba(148, 163, 184, .1),
        0 26px 60px rgba(15, 23, 43, .13);
    -webkit-backdrop-filter: blur(20px) saturate(158%); backdrop-filter: blur(20px) saturate(158%);
}
/* Nhãn cho screen reader: input gốc chỉ có placeholder, không có <label>.
   Ẩn khỏi mắt để không lặp lại đúng chuỗi chữ đang nằm trong placeholder. */
.dm-search__label {
    position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
    overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.dm-search__form { display: grid; grid-template-columns: 1fr; gap: 12px; }
.dm-search__input,
.dm-search__select {
    width: 100%; height: 60px; border-radius: 14px; outline: none;
    border: 1.5px solid rgba(15, 23, 43, .1); background: #fff; color: #0f172b;
    font-size: 16px; transition: border-color .15s ease, box-shadow .15s ease;
}
.dm-search__input { padding: 0 18px; }
.dm-search__select { padding: 0 14px; font-weight: 800; }
.dm-search__input:focus,
.dm-search__select:focus {
    border-color: var(--site-primary, #dc2626);
    box-shadow: 0 0 0 4px rgba(var(--site-primary-rgb, 220, 38, 38), .16);
}
.dm-search__btn {
    height: 60px; padding: 0 34px; border: 0; border-radius: 14px; cursor: pointer;
    color: #fff; font-size: 15.5px; font-weight: 800; white-space: nowrap;
    background: linear-gradient(135deg, var(--site-primary-light, #ef4444), var(--site-primary, #dc2626));
    box-shadow: 0 14px 30px rgba(var(--site-primary-rgb, 220, 38, 38), .32);
    transition: transform .2s ease, box-shadow .2s ease;
}
.dm-search__btn:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(var(--site-primary-rgb, 220, 38, 38), .42); }
.dm-search__btn:disabled { cursor: wait; opacity: .72; transform: none; }

/* Chip tra nhanh: bấm để đổ đuôi vào <select> (không thay thế select — a11y + API) */
.dm-quick { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 20px; }
.dm-quick__chip {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    min-width: 138px; padding: 11px 18px; border-radius: 14px; cursor: pointer;
    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%);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.dm-quick__chip strong { color: var(--site-primary, #dc2626); font-size: 18px; font-weight: 900; }
.dm-quick__chip:hover { transform: translateY(-2px); border-color: rgba(var(--site-primary-rgb, 220, 38, 38), .3); box-shadow: 0 14px 30px rgba(15, 23, 43, .1); }
.dm-quick__chip.is-picked { border-color: var(--site-primary, #dc2626); box-shadow: 0 0 0 3px rgba(var(--site-primary-rgb, 220, 38, 38), .16); }

@media (min-width: 900px) {
    .dm-search__form { grid-template-columns: minmax(0, 1fr) 190px auto; align-items: center; }
    .dm-search__label { font-size: 16px; }
}
@media (max-width: 767px) {
    .dm-search { margin-top: -52px; }
    .dm-search__card { padding: 20px; border-radius: 20px; }
    .dm-quick__chip { min-width: calc(50% - 6px); }
}

/* ---- Kết quả tra cứu (class do JS sinh — giữ nguyên tên) ---- */
.domain-check-result {
    display: grid; gap: 12px; margin-top: 18px;
    border-radius: 14px; 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: 40px; align-items: center; justify-content: center;
    border-radius: 9px; 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: 40px; align-items: center; justify-content: center;
    border: 1px solid currentColor; border-radius: 9px; background: transparent; padding: 0 18px;
    color: inherit; font-size: 13px; font-weight: 900; cursor: pointer;
}

/* ---- Modal Whois ---- */
.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; }

/* =========================================================================
   3) BENTO — 4 lý do: ô lớn "Bảo mật thông tin" bên phải + 3 ô còn lại
   ========================================================================= */
.dm-bento { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
.dm-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;
}
.dm-tile:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15, 23, 43, .11); }
.dm-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);
}
.dm-tile__ico svg { width: 25px; height: 25px; }
.dm-tile h3 { margin: 16px 0 6px; color: #0f172b; font-size: 16.5px; font-weight: 800; }
.dm-tile p { margin: 0; color: #64748b; font-size: 13.8px; line-height: 1.6; }

.dm-tile--big {
    padding: 32px;
    background:
        radial-gradient(520px 340px at 0 100%, 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;
}
.dm-tile--big .dm-tile__ico { width: 58px; height: 58px; border-radius: 16px; }
.dm-tile--big .dm-tile__ico svg { width: 28px; height: 28px; }
.dm-tile--big h3 { margin-top: 20px; font-size: 23px; font-weight: 900; letter-spacing: -.01em; }
.dm-tile--big p { font-size: 14.6px; line-height: 1.7; color: #475569; }
.dm-whois-note {
    margin-top: auto; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 8px;
}
.dm-whois-note span {
    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;
}

.dm-tile--wide { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; align-items: start; }
.dm-tile--wide h3 { margin-top: 0; }

@media (min-width: 700px) {
    .dm-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dm-tile--big { grid-column: span 2; }
    .dm-tile--wide { grid-column: span 2; }
}
@media (min-width: 1024px) {
    .dm-bento { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.3fr); grid-auto-rows: minmax(162px, auto); }
    /* ô lớn nằm CỘT PHẢI, trải 2 hàng — khác thế bento của trang hosting */
    .dm-tile--big { grid-column: 3; grid-row: 1 / span 2; }
    .dm-tile--wide { grid-column: 1 / span 2; grid-row: 2; }
}

/* =========================================================================
   4) BẢNG GIÁ 12 ĐUÔI — lưới lọc, .com/.vn nâng tầng
   ========================================================================= */
.dm-price__head {
    display: grid; gap: 18px; align-items: end; grid-template-columns: 1fr;
}
.dm-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.domain-tab {
    display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px;
    border-radius: 10px; border: 1px solid #e5e7eb; background: #fff; cursor: pointer;
    color: #475569; font-size: 13.5px; font-weight: 800;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.domain-tab:hover { transform: translateY(-1px); border-color: rgba(var(--site-primary-rgb, 220, 38, 38), .4); color: var(--site-primary, #dc2626); }
.domain-tab.is-active {
    border-color: var(--site-primary, #dc2626); background: var(--site-primary, #dc2626); color: #fff;
    box-shadow: 0 12px 26px rgba(var(--site-primary-rgb, 220, 38, 38), .2);
}

.dm-price__grid {
    display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 34px; align-items: start;
}
.dm-tld {
    position: relative;
    display: grid; grid-template-columns: 108px minmax(0, 1fr) 46px; gap: 18px; align-items: center;
    border-radius: 18px; padding: 20px;
    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;
}
.dm-tld:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(15, 23, 43, .1); }

/* JS lọc tab dùng `card.hidden = true`. `display: grid` ở trên sẽ ĐÈ `display:none`
   mặc định của [hidden] → phải khai lại, nếu không tab lọc không có tác dụng. */
.dm-tld[hidden] { display: none; }

/* Nâng tầng: .com và .vn — đuôi được chọn nhiều nhất */
.dm-tld--feat {
    padding: 28px 22px;
    background:
        radial-gradient(420px 260px at 100% 0, rgba(var(--site-primary-rgb, 220, 38, 38), .13), transparent 62%),
        rgba(255, 255, 255, .68);
    border: 1.5px solid rgba(var(--site-primary-rgb, 220, 38, 38), .3);
    box-shadow: 0 22px 50px rgba(var(--site-primary-rgb, 220, 38, 38), .15), inset 0 1px 0 rgba(255, 255, 255, .9);
}
.dm-tld__name { color: #0f172b; font-size: 26px; font-weight: 900; letter-spacing: -.02em; }
.dm-tld--feat .dm-tld__name { color: var(--site-primary, #dc2626); font-size: 30px; }
.dm-tld__price { color: #e31d22; font-size: 19px; font-weight: 900; font-variant-numeric: tabular-nums; }
.dm-tld__price span { color: #94a3b8; font-size: 12.5px; font-weight: 700; }
.dm-tld__desc { margin-top: 3px; color: #64748b; font-size: 13.2px; line-height: 1.5; }
.dm-tld__cart {
    display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1); color: var(--site-primary, #dc2626);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}
.dm-tld__cart svg { width: 22px; height: 22px; }
.dm-tld__cart:hover {
    transform: translateY(-2px); color: #fff;
    background: linear-gradient(135deg, var(--site-primary-light, #ef4444), var(--site-primary, #dc2626));
}
.dm-empty { grid-column: 1 / -1; padding: 40px; text-align: center; color: #94a3b8; }

@media (min-width: 700px) { .dm-price__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1160px) {
    .dm-price__head { grid-template-columns: minmax(0, 1fr) auto; }
    .dm-price__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
    .dm-tld { grid-template-columns: minmax(0, 1fr) 46px; row-gap: 12px; }
    .dm-tld__name { grid-column: 1 / -1; }
}

/* =========================================================================
   5) CHỌN ĐUÔI NÀO — bảng quyết định theo mục đích (khối mới)
   ========================================================================= */
.dm-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%);
}
.dm-cmp__scroll { overflow-x: auto; }
.dm-cmp__table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: left; }
.dm-cmp__table th,
.dm-cmp__table td { padding: 16px 20px; font-size: 14px; line-height: 1.55; vertical-align: middle; }
.dm-cmp__table thead th {
    background: rgba(15, 23, 43, .04); color: #0f172b; font-size: 12.5px; font-weight: 900;
    letter-spacing: .02em; text-transform: uppercase; white-space: nowrap;
}
.dm-cmp__table tbody tr + tr th,
.dm-cmp__table tbody tr + tr td { border-top: 1px solid rgba(15, 23, 43, .07); }
.dm-cmp__table tbody th { color: #0f172b; font-weight: 700; font-size: 13.8px; }
.dm-cmp__table td { color: #64748b; }
.dm-cmp__tld {
    display: inline-flex; align-items: center; padding: 6px 13px; border-radius: 999px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1);
    color: var(--site-primary, #dc2626); font-size: 14.5px; font-weight: 900; white-space: nowrap;
}
.dm-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) QUY TRÌNH — editorial split, cột trái sticky
   ========================================================================= */
.dm-steps { display: grid; grid-template-columns: 1fr; gap: 34px; }
.dm-steps__rows { display: grid; gap: 14px; }
.dm-step { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px; align-items: start; padding: 22px 0; }
.dm-step + .dm-step { border-top: 1px solid rgba(15, 23, 43, .08); }
.dm-step__ico {
    display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 13px;
    background: rgba(var(--site-primary-rgb, 220, 38, 38), .1); color: var(--site-primary, #dc2626);
}
.dm-step__ico svg { width: 22px; height: 22px; }
.dm-step h3 { margin: 0 0 6px; color: #0f172b; font-size: 17px; font-weight: 800; }
.dm-step p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.65; }

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

/* =========================================================================
   7) FAQ — accordion (khối mới, không JS)
   ========================================================================= */
.dm-faq { display: grid; gap: 12px; margin-top: 36px; max-width: 880px; }
.dm-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;
}
.dm-faq__item[open] { box-shadow: 0 16px 38px rgba(15, 23, 43, .1); }
.dm-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;
}
.dm-faq__q::-webkit-details-marker { display: none; }
.dm-faq__q h3 { margin: 0; font: inherit; color: inherit; }
.dm-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);
}
.dm-faq__sign::before,
.dm-faq__sign::after {
    content: ''; position: absolute; top: 50%; left: 50%; border-radius: 2px;
    background: var(--site-primary, #dc2626); transition: transform .25s ease;
}
.dm-faq__sign::before { width: 10px; height: 2px; transform: translate(-50%, -50%); }
.dm-faq__sign::after { width: 2px; height: 10px; transform: translate(-50%, -50%); }
.dm-faq__item[open] .dm-faq__sign::after { transform: translate(-50%, -50%) scaleY(0); }
.dm-faq__a { padding: 0 22px 20px; color: #64748b; font-size: 14px; line-height: 1.75; max-width: 68ch; }
.dm-faq__a a { color: var(--site-primary, #dc2626); font-weight: 700; }

/* =========================================================================
   8) CTA cuối — panel accent + ảnh minh hoạ riêng
   ========================================================================= */
.dm-final { padding: 0 0 78px; background: #fff; }
.dm-cta {
    position: relative; overflow: hidden; border-radius: 26px; padding: 32px;
    display: grid; grid-template-columns: 1fr; gap: 26px; align-items: center;
    background:
        radial-gradient(circle at 16% 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);
}
.dm-cta__media { display: flex; align-items: center; justify-content: center; }
.dm-cta__media img {
    display: block; width: 100%; max-width: 300px; height: auto; border-radius: 16px;
}
.dm-cta h2 {
    margin: 0; color: #fff; font-weight: 900; line-height: 1.2; letter-spacing: -.01em;
    font-size: clamp(24px, 2.8vw, 34px); text-wrap: balance;
}
.dm-cta p { margin: 12px 0 0; color: rgba(255, 255, 255, .88); font-size: 15.5px; line-height: 1.7; }
.dm-cta__btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 52px; min-width: 176px; padding: 0 26px; border-radius: 12px;
    border: 1.5px solid #fff; background: #fff; color: #e31d22;
    font-size: 15px; font-weight: 900; text-decoration: none;
    transition: transform .2s ease, color .2s ease;
}
.dm-cta__btn:hover { transform: translateY(-2px); background: #fff; color: #d70f17; }

@media (min-width: 940px) {
    .dm-cta { grid-template-columns: 280px minmax(0, 1fr) auto; gap: 36px; padding: 34px 40px; }
}
@media (max-width: 767px) {
    .dm-sect { padding: 56px 0; }
    .dm-cta { padding: 24px 20px; text-align: center; }
    .dm-cta__btn { width: 100%; }
    .dm-final { padding-bottom: 56px; }
    .dm-step { grid-template-columns: 1fr; gap: 10px; }
}
