/* =========================================================================
   Landing page "Thiết kế website" — namespace .tkw-* (chỉ tải trên trang này)
   Dùng lại token màu của app.css. Mobile First.
   ========================================================================= */

/* Heading — thắng rule .vs-scope hN của theme cha để chữ nổi bật đúng thiết kế */
.mwd-main .tkw-h2 { color: #12233d; font-weight: 700; }
.mwd-main .tkw-h3 { font-size: 1.12rem; line-height: 1.4; margin: 0 0 8px; color: #12233d; font-weight: 700; }
.mwd-main .tkw-h4 { font-size: 1rem; line-height: 1.4; margin: 0 0 5px; color: #12233d; font-weight: 700; }
.tkw-lead { font-size: 1.05rem; line-height: 1.75; }

/* ---------------- HERO ---------------- */
.tkw-hero { position: relative; overflow: hidden; background: linear-gradient(160deg, #0f2c55 0%, #1e5aa8 60%, #2f6fbf 100%); color: #fff; padding: clamp(26px, 4vw, 54px) 0 clamp(34px, 5vw, 64px); }
.tkw-hero__bg { position: absolute; inset: 0; pointer-events: none; background:
    radial-gradient(620px 320px at 88% 8%, rgba(255,255,255,.12), transparent 60%),
    radial-gradient(520px 300px at 6% 100%, rgba(71,144,205,.32), transparent 60%); }
.tkw-hero__inner { position: relative; display: grid; grid-template-columns: 1fr; gap: clamp(24px, 3vw, 44px); align-items: start; }
.tkw-crumb { font-size: .84rem; color: #bcd6f2; margin-bottom: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.tkw-crumb a { color: #dbe8f7; text-decoration: none; }
.tkw-crumb a:hover { color: #fff; text-decoration: underline; }
.mwd-main .tkw-hero .tkw-eyebrow { color: #ffd561; font-weight: 700; }
.mwd-main .tkw-hero__title { font-size: clamp(1.6rem, 4.2vw, 2.65rem); line-height: 1.18; font-weight: 800; color: #fff; margin: 0 0 14px; letter-spacing: -.01em; text-shadow: 0 2px 20px rgba(6,18,40,.4); }
.tkw-hero__desc { font-size: clamp(.98rem, 1.3vw, 1.08rem); line-height: 1.7; color: #eef5fe; margin: 0 0 22px; max-width: 620px; font-weight: 500; }
.tkw-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.tkw-hero__points { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.tkw-hero__points li { display: flex; align-items: center; gap: 9px; color: #f4f9ff; font-weight: 600; font-size: .95rem; }
.tkw-hero__points .mwd-ico { width: 20px; height: 20px; color: #7ee0a8; }

/* Form nhanh trong hero */
.tkw-hero__form { background: #fff; color: var(--mwd-text); border-radius: 16px; padding: clamp(18px, 2.4vw, 26px); box-shadow: 0 20px 50px rgba(6,20,45,.28); }
.mwd-main .tkw-qf__title { font-size: 1.2rem; margin: 0 0 4px; color: #12233d; font-weight: 700; }
.tkw-qf__sub { color: var(--mwd-muted); font-size: .9rem; margin: 0 0 14px; }
.tkw-qf__note { display: flex; align-items: flex-start; gap: 7px; font-size: .78rem; color: var(--mwd-muted); margin: 10px 0 0; }
.tkw-qf__note .mwd-ico { width: 14px; height: 14px; margin-top: 2px; }
.tkw-qf__note a { color: var(--mwd-primary); }
.tkw-qf__alt { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--mwd-border); font-size: .88rem; color: var(--mwd-muted); }
.tkw-qf__alt a { display: inline-flex; align-items: center; gap: 5px; color: var(--mwd-primary); font-weight: 700; text-decoration: none; }
.tkw-qf__alt .mwd-ico { width: 17px; height: 17px; }
.tkw-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tkw-form__status { display: none; padding: 10px 13px; border-radius: 9px; font-size: .9rem; margin-bottom: 10px; }
.tkw-form__status.is-pending { display: block; background: #eef4fc; color: #24476f; }
.tkw-form__status.is-ok { display: block; background: #e7f7ee; color: #176c3a; border: 1px solid #b6e6c8; }
.tkw-form__status.is-error { display: block; background: #fdecec; color: #b4242a; border: 1px solid #f3c2c4; }
.tkw-opt { font-weight: 400; color: var(--mwd-muted); font-size: .84rem; }

/* ---------------- ANSWER ---------------- */
.tkw-answer__grid { display: grid; grid-template-columns: 1fr; gap: 26px; }
.tkw-answer__text p { line-height: 1.75; margin: 0 0 14px; }
.tkw-spec { margin: 0; border: 1px solid var(--mwd-border); border-radius: 14px; overflow: hidden; background: #fff; }
.tkw-spec__row { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 12px 16px; border-bottom: 1px solid var(--mwd-border); }
.tkw-spec__row:last-child { border-bottom: 0; }
.tkw-spec dt { font-weight: 700; color: #12233d; font-size: .88rem; }
.tkw-spec dd { margin: 0; color: var(--mwd-muted); font-size: .94rem; line-height: 1.55; }

/* ---------------- AUDIENCE ---------------- */
.tkw-aud__grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.tkw-aud__card { background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; padding: 20px; box-shadow: var(--mwd-shadow-sm); }
.tkw-ico { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--mwd-bg-soft); color: var(--mwd-primary); margin-bottom: 12px; }
.tkw-ico .mwd-ico { width: 24px; height: 24px; }
.tkw-aud__pain, .tkw-aud__gain { margin: 0 0 8px; font-size: .93rem; line-height: 1.6; color: var(--mwd-muted); }
.tkw-aud__gain { margin-bottom: 0; }
.tkw-aud__pain strong { color: #b4242a; }
.tkw-aud__gain strong { color: #176c3a; }

/* ---------------- TYPES ---------------- */
.tkw-types__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.tkw-type { display: block; background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; padding: 18px; text-decoration: none; color: inherit; transition: transform .18s, box-shadow .18s, border-color .18s; }
.tkw-type:hover { transform: translateY(-3px); box-shadow: var(--mwd-shadow); border-color: var(--mwd-primary); }
.tkw-type p { color: var(--mwd-muted); font-size: .92rem; line-height: 1.55; margin: 0 0 10px; }
.tkw-type__more { display: inline-flex; align-items: center; gap: 5px; color: var(--mwd-primary); font-weight: 700; font-size: .89rem; }
.tkw-type__more .mwd-ico { width: 15px; height: 15px; }
.tkw-ctarow { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }

/* ---------------- DELIVERABLES ---------------- */
.tkw-deliv__cols { display: grid; grid-template-columns: 1fr; gap: 18px; }
.tkw-deliv__col { background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; padding: 20px; }
.tkw-deliv__col--mac-dinh { border-top: 3px solid #2fa96a; }
.tkw-deliv__col--theo-goi { border-top: 3px solid var(--mwd-primary); }
.tkw-deliv__col--phat-sinh { border-top: 3px solid var(--mwd-cta-dark); }
.tkw-deliv__note { color: var(--mwd-muted); font-size: .87rem; margin: 0 0 14px; }
.tkw-deliv__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.tkw-deliv__list li { display: flex; gap: 9px; font-size: .93rem; line-height: 1.55; }
.tkw-deliv__list .mwd-ico { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; color: #2fa96a; }
.tkw-deliv__col--phat-sinh .mwd-ico { color: var(--mwd-cta-dark); }
.tkw-deliv__list strong { color: #12233d; }

/* ---------------- SEO / ADS ---------------- */
.tkw-seo__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.tkw-seo__item { display: flex; gap: 10px; background: #fff; border: 1px solid var(--mwd-border); border-radius: 12px; padding: 15px; }
.tkw-seo__item .mwd-ico { width: 19px; height: 19px; color: #2fa96a; flex: 0 0 auto; margin-top: 3px; }
.tkw-seo__item p { margin: 0; color: var(--mwd-muted); font-size: .9rem; line-height: 1.55; }
.tkw-notice { display: flex; gap: 11px; align-items: flex-start; margin: 26px 0 0; padding: 16px 18px; background: #fff8e6; border: 1px solid #f5dfa3; border-radius: 12px; line-height: 1.65; }
.tkw-notice .mwd-ico { width: 21px; height: 21px; color: #a8760a; flex: 0 0 auto; margin-top: 2px; }
.tkw-ads__grid { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: start; }
.tkw-ads__grid > div > p { line-height: 1.7; color: var(--mwd-muted); }
.tkw-ads__list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.tkw-ads__list li { display: flex; gap: 9px; font-size: .94rem; line-height: 1.55; }
.tkw-ads__list .mwd-ico { width: 19px; height: 19px; color: var(--mwd-primary); flex: 0 0 auto; margin-top: 2px; }
.tkw-checklist { background: #fff; border: 1px solid var(--mwd-border); border-radius: 16px; padding: 22px; box-shadow: var(--mwd-shadow-sm); }
.tkw-checklist__ol { margin: 0 0 12px; padding-left: 20px; display: grid; gap: 9px; }
.tkw-checklist__ol li { line-height: 1.5; font-weight: 600; color: #12233d; }
.tkw-checklist__note { color: var(--mwd-muted); font-size: .88rem; margin: 0 0 16px; }

/* ---------------- COMPARE TABLE ---------------- */
.tkw-table__wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tkw-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; overflow: hidden; }
.tkw-table th, .tkw-table td { padding: 13px 15px; text-align: left; border-bottom: 1px solid var(--mwd-border); font-size: .93rem; line-height: 1.55; vertical-align: top; }
.tkw-table thead th { background: var(--mwd-bg-soft); color: #12233d; font-weight: 700; }
.tkw-table tbody th { color: #12233d; font-weight: 700; width: 24%; }
.tkw-table tbody tr:last-child th, .tkw-table tbody tr:last-child td { border-bottom: 0; }

/* ---------------- PROCESS ---------------- */
.tkw-proc__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; counter-reset: none; }
.tkw-proc__step { display: flex; gap: 14px; background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; padding: 18px; }
.tkw-proc__num { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--mwd-primary); color: #fff; font-weight: 800; font-size: .95rem; }
.tkw-proc__dl { margin: 0; display: grid; gap: 8px; }
.tkw-proc__dl > div { display: grid; grid-template-columns: 1fr; gap: 2px; }
.tkw-proc__dl dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--mwd-primary); font-weight: 700; }
.tkw-proc__dl dd { margin: 0; font-size: .93rem; line-height: 1.55; color: var(--mwd-muted); }

/* ---------------- PORTFOLIO ---------------- */
.tkw-port__grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.tkw-pcard { background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; overflow: hidden; box-shadow: var(--mwd-shadow-sm); display: flex; flex-direction: column; }
.tkw-pcard__thumb { display: block; aspect-ratio: 16/11; overflow: hidden; background: var(--mwd-bg-soft); }
.tkw-pcard__img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s; }
.tkw-pcard:hover .tkw-pcard__img { transform: scale(1.04); }
.tkw-pcard__body { padding: 15px; display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto; }
.tkw-pcard__cat { align-self: flex-start; font-size: .74rem; font-weight: 700; color: var(--mwd-primary); background: var(--mwd-bg-soft); padding: 2px 9px; border-radius: 999px; }
.mwd-main .tkw-pcard .tkw-h4 { margin: 0; }
.tkw-pcard__body a { color: #12233d; text-decoration: none; }
.tkw-pcard__body h3 a:hover { color: var(--mwd-primary); }
.tkw-pcard__meta { font-size: .82rem; color: var(--mwd-muted); margin: 0; }
.tkw-pcard__feat { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.tkw-pcard__feat li { display: flex; gap: 6px; font-size: .84rem; color: var(--mwd-muted); }
.tkw-pcard__feat .mwd-ico { width: 15px; height: 15px; color: #2fa96a; flex: 0 0 auto; margin-top: 2px; }
.tkw-pcard__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }

/* ---------------- PRICING ---------------- */
.tkw-price__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.tkw-price__item { display: flex; gap: 13px; background: #fff; border: 1px solid var(--mwd-border); border-radius: 12px; padding: 16px; }
.tkw-price__num { flex: 0 0 auto; font-weight: 800; color: #dbe6f4; font-size: 1.35rem; line-height: 1; }
.tkw-price__item p { margin: 0; color: var(--mwd-muted); font-size: .91rem; line-height: 1.55; }
.tkw-price__cta { margin-top: 26px; background: linear-gradient(165deg, #123457, #1e5aa8); color: #fff; border-radius: 16px; padding: clamp(20px, 3vw, 30px); display: grid; gap: 16px; align-items: center; }
.mwd-main .tkw-price__cta .tkw-h3 { color: #fff; }
.tkw-price__cta p { margin: 0; color: #dbe8f7; line-height: 1.65; font-size: .95rem; }

/* ---------------- WHY / E-E-A-T ---------------- */
.tkw-why__grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.tkw-why__card { background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; padding: 20px; box-shadow: var(--mwd-shadow-sm); }
.tkw-why__card p { margin: 0; color: var(--mwd-muted); font-size: .93rem; line-height: 1.6; }
.tkw-eeat { margin-top: 26px; background: var(--mwd-bg); border: 1px solid var(--mwd-border); border-radius: 16px; padding: 22px; }
.tkw-eeat p { line-height: 1.7; margin: 0 0 14px; }
.tkw-eeat__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.tkw-eeat__list li { display: flex; align-items: center; gap: 9px; font-size: .93rem; }
.tkw-eeat__list .mwd-ico { width: 18px; height: 18px; color: var(--mwd-primary); flex: 0 0 auto; }
.tkw-eeat__list a { color: var(--mwd-primary); font-weight: 600; }

/* ---------------- FAQ ---------------- */
.tkw-faq__list { display: grid; gap: 10px; }
.tkw-faq__item { background: #fff; border: 1px solid var(--mwd-border); border-radius: 12px; overflow: hidden; }
.tkw-faq__q { margin: 0; }
.mwd-main .tkw-faq__btn { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; padding: 16px 18px; background: none; border: 0; cursor: pointer; font: inherit; font-weight: 700; font-size: 1rem; color: #12233d; text-align: left; min-height: 48px; }
.tkw-faq__sign { transition: transform .25s; color: var(--mwd-primary); flex: 0 0 auto; }
.tkw-faq__btn[aria-expanded="true"] .tkw-faq__sign { transform: rotate(45deg); }
.tkw-faq__a { padding: 0 18px 16px; color: var(--mwd-muted); line-height: 1.7; }
.tkw-faq__a p { margin: 0; }

/* ---------------- LEAD FORM ---------------- */
.tkw-lead__grid { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: start; }
.tkw-lead__intro > p { line-height: 1.7; color: var(--mwd-muted); }
.tkw-lead__points, .tkw-lead__contact { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.tkw-lead__points li, .tkw-lead__contact li { display: flex; align-items: center; gap: 9px; font-size: .95rem; }
.tkw-lead__points .mwd-ico { width: 20px; height: 20px; color: #2fa96a; flex: 0 0 auto; }
.tkw-lead__contact .mwd-ico { width: 19px; height: 19px; color: var(--mwd-primary); flex: 0 0 auto; }
.tkw-lead__contact a { color: #12233d; font-weight: 700; text-decoration: none; }
.tkw-lead__contact a:hover { color: var(--mwd-primary); }
.tkw-lead__formwrap { background: #fff; border: 1px solid var(--mwd-border); border-radius: 16px; box-shadow: var(--mwd-shadow); padding: clamp(20px, 3vw, 30px); }
.tkw-form__row { display: grid; grid-template-columns: 1fr; gap: 0; }

/* =========================================================================
   RESPONSIVE — Mobile First, mở rộng dần
   ========================================================================= */
@media (min-width: 600px) {
    .tkw-aud__grid, .tkw-types__grid, .tkw-seo__grid, .tkw-why__grid, .tkw-port__grid, .tkw-price__grid { grid-template-columns: 1fr 1fr; }
    .tkw-spec__row { grid-template-columns: 34% 1fr; gap: 12px; align-items: baseline; }
    .tkw-proc__dl > div { grid-template-columns: 130px 1fr; gap: 10px; align-items: baseline; }
    .tkw-form__row { grid-template-columns: 1fr 1fr; gap: 14px; }
    .tkw-price__cta { grid-template-columns: 1fr auto; }
}
@media (min-width: 992px) {
    .tkw-hero__inner { grid-template-columns: 1.15fr .85fr; align-items: center; }
    .tkw-answer__grid { grid-template-columns: 1.25fr .75fr; }
    .tkw-aud__grid, .tkw-types__grid, .tkw-why__grid, .tkw-port__grid { grid-template-columns: repeat(3, 1fr); }
    .tkw-seo__grid, .tkw-price__grid { grid-template-columns: repeat(3, 1fr); }
    .tkw-deliv__cols { grid-template-columns: repeat(3, 1fr); }
    .tkw-ads__grid { grid-template-columns: 1.3fr .7fr; }
    .tkw-lead__grid { grid-template-columns: .9fr 1.1fr; }
    .tkw-proc__list { grid-template-columns: 1fr 1fr; }
}

/* Bảng so sánh -> card trên mobile */
@media (max-width: 599px) {
    .tkw-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .tkw-table, .tkw-table tbody, .tkw-table tr, .tkw-table th, .tkw-table td { display: block; width: 100%; }
    .tkw-table tr { border: 1px solid var(--mwd-border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
    .tkw-table tbody th { background: var(--mwd-bg-soft); width: 100%; }
    .tkw-table td { border-bottom: 1px solid var(--mwd-border); }
    .tkw-table td::before { content: attr(data-label); display: block; font-size: .76rem; font-weight: 700; color: var(--mwd-primary); text-transform: uppercase; letter-spacing: .03em; margin-bottom: 3px; }
    .tkw-table td:last-child { border-bottom: 0; }
    .tkw-pcard__actions { grid-template-columns: 1fr; }
    .tkw-ctarow .mwd-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .tkw-type, .tkw-pcard__img, .tkw-faq__sign { transition: none !important; }
}

/* =========================================================================
   MOBILE UX — chữ nội dung >= 16px, vùng bấm >= 44px
   ========================================================================= */
@media (max-width: 599px) {
    .tkw-hero__desc,
    .tkw-lead { font-size: 1rem; }
    .tkw-aud__pain, .tkw-aud__gain,
    .tkw-type p,
    .tkw-seo__item p,
    .tkw-deliv__list li,
    .tkw-price__item p,
    .tkw-why__card p,
    .tkw-proc__dl dd,
    .tkw-spec dd,
    .tkw-ads__list li,
    .tkw-lead__points li,
    .tkw-lead__contact li,
    .tkw-eeat__list li,
    .tkw-table th, .tkw-table td,
    .tkw-checklist__ol li,
    .tkw-notice,
    .tkw-answer__text p,
    .tkw-eeat p,
    .tkw-faq__a { font-size: 1rem; line-height: 1.65; }
    .tkw-pcard__feat li,
    .tkw-pcard__meta,
    .tkw-qf__sub { font-size: .95rem; }

    /* Vùng bấm tối thiểu 44px */
    .tkw-pcard__actions .mwd-btn,
    .mwd-main .mwd-btn--sm { min-height: 46px; font-size: .95rem; }
}

/* =========================================================================
   HÌNH ẢNH — mockup hero, ảnh card loại website, minh hoạ SVG
   ========================================================================= */
.tkw-hero__side { display: grid; gap: 16px; }

/* Mockup thiết bị dùng ảnh mẫu thật */
.tkw-mock { position: relative; margin: 0; }
.tkw-mock__desk { position: relative; background: #fff; border-radius: 12px; padding: 26px 8px 8px; box-shadow: 0 22px 46px rgba(6,20,45,.34); border: 1px solid rgba(255,255,255,.3); overflow: hidden; }
.tkw-mock__bar { position: absolute; top: 0; left: 0; right: 0; height: 26px; background: #eef3f9; display: flex; align-items: center; gap: 5px; padding-left: 12px; }
.tkw-mock__bar i { width: 8px; height: 8px; border-radius: 50%; background: #cfdae6; display: block; }
.tkw-mock__img { display: block; width: 100%; height: 190px; object-fit: cover; object-position: top center; border-radius: 5px; }
.tkw-mock__phone { position: absolute; right: -4px; bottom: -14px; width: 88px; background: #fff; border: 3px solid #10233f; border-radius: 14px; padding: 4px; overflow: hidden; box-shadow: 0 14px 30px rgba(6,20,45,.32); }
.tkw-mock__phone .tkw-mock__img { height: 118px; border-radius: 8px; }

/* Card loại website có ảnh */
.tkw-type--img { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.tkw-type__thumb { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--mwd-bg-soft); }
.tkw-type__img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s; }
.tkw-type--img:hover .tkw-type__img { transform: scale(1.04); }
.tkw-type__body { display: block; padding: 16px 18px 18px; }
.tkw-type__desc { display: block; color: var(--mwd-muted); font-size: .92rem; line-height: 1.55; margin: 0 0 10px; }

/* Danh sách loại website còn lại */
.tkw-types__rest { margin-top: 26px; background: var(--mwd-bg); border: 1px solid var(--mwd-border); border-radius: 14px; padding: 20px; }
.tkw-types__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 8px; }
.tkw-types__list a { display: inline-flex; align-items: center; gap: 6px; color: #26364d; text-decoration: none; font-size: .95rem; font-weight: 600; padding: 6px 0; min-height: 40px; }
.tkw-types__list a:hover { color: var(--mwd-primary); }
.tkw-types__list .mwd-ico { width: 16px; height: 16px; color: var(--mwd-primary); flex: 0 0 auto; }

/* Minh hoạ SVG */
.tkw-figure { margin: 26px 0 0; background: #fff; border: 1px solid var(--mwd-border); border-radius: 14px; padding: 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tkw-figure img { display: block; width: 100%; min-width: 560px; height: auto; }
.tkw-figure--tight { margin-top: 18px; padding: 8px; }

@media (min-width: 600px) {
    .tkw-types__list { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 992px) {
    .tkw-mock__img { height: 230px; }
    .tkw-mock__phone { width: 104px; }
    .tkw-mock__phone .tkw-mock__img { height: 140px; }
    .tkw-types__list { grid-template-columns: repeat(3, 1fr); }
}
/* Mobile: CTA hiện trước visual, visual trước form */
@media (max-width: 991px) {
    .tkw-mock { max-width: 460px; margin: 0 auto; }
    .tkw-figure img { min-width: 520px; }
}

/* Thắng rule .mwd img { height:auto } của app.css cho ảnh có khung cố định */
.mwd .tkw-mock__img { height: 190px; }
.mwd .tkw-mock__phone .tkw-mock__img { height: 118px; }
.mwd .tkw-type__img, .mwd .tkw-pcard__img { height: 100%; }
@media (min-width: 992px) {
    .mwd .tkw-mock__img { height: 230px; }
    .mwd .tkw-mock__phone .tkw-mock__img { height: 140px; }
}

/* Tiêu đề phụ trong section đã gộp */
.mwd-main .tkw-sub { font-size: 1.25rem; margin: 0 0 18px; text-align: center; }
.mwd-main .tkw-sub--gap { margin-top: 42px; }
.mwd-main .tkw-price__ctatitle { font-size: 1.15rem; margin: 0 0 8px; color: inherit; font-weight: 700; }
.tkw-price__cta .tkw-price__ctatitle { color: #fff; }
.tkw-why__card .tkw-h4 { margin: 0 0 6px; }
.tkw-why__grid { margin-top: 4px; }
.tkw-ads__grid { margin-top: 34px; }

/* Mobile: hero gọn lại để form không bị đẩy xuống quá sâu */
@media (max-width: 599px) {
    .tkw-hero { padding-top: 18px; padding-bottom: 26px; }
    .tkw-hero__inner { gap: 18px; }
    .mwd-main .tkw-hero__title { font-size: 1.5rem; margin-bottom: 10px; }
    .tkw-hero__desc { margin-bottom: 16px; }
    .tkw-hero__cta { margin-bottom: 16px; gap: 10px; }
    .tkw-hero__cta .mwd-btn { flex: 1 1 100%; }
    /* Giữ 2 lợi ích quan trọng nhất, 2 mục còn lại đã có ở các section dưới */
    .tkw-hero__points li:nth-child(n+3) { display: none; }
    .tkw-hero__points { gap: 8px; }
    .mwd .tkw-mock__img { height: 148px; }
    .mwd .tkw-mock__phone .tkw-mock__img { height: 96px; }
    .tkw-mock__phone { width: 72px; }
    .tkw-hero__form { padding: 16px; }
    .tkw-hero__side { gap: 12px; }
}
