/*
 * THOSONCUAGO.COM — LANDING PAGE SYSTEM
 * Version: 1.2.0
 * Màu chủ đạo: nâu cánh gián
 * Phạm vi: chỉ các phần tử bên trong .tscg-landing
 */

:root {
  --tscg-brown-950: #2b120c;
  --tscg-brown-900: #38170f;
  --tscg-brown-800: #4a1d12;
  --tscg-brown-700: #5d2718;
  --tscg-brown-600: #73331f;
  --tscg-brown-500: #8c432a;
  --tscg-gold-500: #d59a49;
  --tscg-gold-400: #e6b76f;
  --tscg-cream-100: #fbf4e9;
  --tscg-cream-50: #fffaf3;
  --tscg-white: #ffffff;
  --tscg-ink: #241c18;
  --tscg-muted: #665b54;
  --tscg-border: #e8d9ca;
  --tscg-success: #2f6a48;
  --tscg-shadow-sm: 0 8px 24px rgba(57, 24, 15, 0.08);
  --tscg-shadow-lg: 0 24px 70px rgba(43, 18, 12, 0.18);
  --tscg-radius-sm: 10px;
  --tscg-radius-md: 18px;
  --tscg-radius-lg: 28px;
  --tscg-container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.tscg-landing,
.tscg-landing * {
  box-sizing: border-box;
}

.tscg-landing {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--tscg-ink);
  background: var(--tscg-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.tscg-landing img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tscg-landing a {
  color: inherit;
  text-decoration: none;
}

.tscg-landing p,
.tscg-landing h1,
.tscg-landing h2,
.tscg-landing h3,
.tscg-landing ul,
.tscg-landing ol,
.tscg-landing figure {
  margin-top: 0;
}

.tscg-landing h1,
.tscg-landing h2,
.tscg-landing h3 {
  color: var(--tscg-brown-950);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.tscg-landing h1 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 5vw, 4.65rem);
}

.tscg-landing h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.7vw, 2.75rem);
}

.tscg-landing h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.tscg-container {
  width: min(calc(100% - 40px), var(--tscg-container));
  margin-inline: auto;
}

.tscg-section {
  padding: clamp(72px, 9vw, 40px) 0;
}

.tscg-section--cream {
  background: var(--tscg-cream-100);
}

.tscg-section--dark {
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 86% 10%, rgba(213, 154, 73, 0.17), transparent 28%),
    linear-gradient(135deg, var(--tscg-brown-950), var(--tscg-brown-800));
}

.tscg-section--dark h2,
.tscg-section--dark h3 {
  color: var(--tscg-white);
}

.tscg-section-heading {
  max-width: 790px;
  margin: 0 auto 54px;
  text-align: center;
}

.tscg-section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--tscg-muted);
}

.tscg-kicker,
.tscg-eyebrow {
  margin-bottom: 14px;
  color: var(--tscg-brown-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tscg-kicker--gold {
  color: var(--tscg-gold-400);
}

/* Newspaper: chỉ tác động lên trang chủ */
body.home .td-main-content-wrap {
  padding-top: 0;
}

body.home .td-main-content-wrap > .td-container,
body.home .td-main-content-wrap > .tdc-content-wrap {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.home .td-page-title,
body.home .entry-title.td-page-title,
body.home .td-crumb-container,
body.home .td-post-sharing-top,
body.home .td-post-comments {
  display: none !important;
}

body.home .td-header-menu-wrap-full,
body.home .td-header-gradient,
body.home .td-header-menu-wrap {
  background-color: var(--tscg-brown-800) !important;
  background-image: none !important;
}

body.home .sf-menu > li > a,
body.home .td-header-sp-recs,
body.home .td-header-sp-logo {
  color: var(--tscg-white);
}

/* Hero */
.tscg-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(70px, 9vw, 128px) 0;
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 12% 12%, rgba(213, 154, 73, 0.17), transparent 32%),
    linear-gradient(135deg, var(--tscg-brown-950) 0%, var(--tscg-brown-800) 58%, var(--tscg-brown-600) 100%);
}

.tscg-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(92deg, transparent 0 45px, rgba(255,255,255,.035) 46px 47px),
    repeating-linear-gradient(4deg, transparent 0 80px, rgba(0,0,0,.08) 81px 83px);
  content: "";
}

.tscg-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(44px, 7vw, 86px);
  align-items: center;
}

.tscg-hero h1 {
  max-width: 760px;
  color: var(--tscg-white);
}

.tscg-eyebrow {
  color: var(--tscg-gold-400);
}

.tscg-hero__lead {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.tscg-hero__lead strong {
  color: var(--tscg-white);
}

.tscg-hero__note {
  margin: 14px 0 0;
  color: rgba(255,255,255,.68);
  font-size: .88rem;
}

.tscg-hero__media {
  position: relative;
  margin-bottom: 0;
}

.tscg-hero__media::before {
  position: absolute;
  z-index: -1;
  top: -18px;
  right: -18px;
  width: 58%;
  height: 58%;
  border: 1px solid rgba(230, 183, 111, 0.55);
  border-radius: var(--tscg-radius-lg);
  content: "";
}

.tscg-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 7px solid rgba(255,255,255,.12);
  border-radius: var(--tscg-radius-lg);
  box-shadow: var(--tscg-shadow-lg);
  object-fit: cover;
}

.tscg-hero__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--tscg-white);
  background: rgba(43, 18, 12, .78);
  font-size: .78rem;
  font-weight: 700;
  backdrop-filter: blur(7px);
}

/* Buttons */
.tscg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.tscg-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.tscg-btn:hover,
.tscg-btn:focus-visible {
  transform: translateY(-2px);
}

.tscg-btn:focus-visible,
.tscg-text-link:focus-visible,
.tscg-service-card a:focus-visible,
.tscg-seo-links a:focus-visible {
  outline: 3px solid var(--tscg-gold-400);
  outline-offset: 3px;
}

.tscg-btn--primary {
  color: var(--tscg-white) !important;
  background: var(--tscg-brown-600);
  box-shadow: 0 10px 24px rgba(43, 18, 12, .24);
}

.tscg-hero .tscg-btn--primary {
  color: var(--tscg-brown-950) !important;
  background: var(--tscg-gold-400);
}

.tscg-btn--primary:hover {
  background: var(--tscg-brown-500);
}

.tscg-hero .tscg-btn--primary:hover {
  background: #f2c889;
}

.tscg-btn--light {
  color: var(--tscg-white) !important;
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.08);
}

.tscg-btn--light:hover {
  border-color: rgba(255,255,255,.64);
  background: rgba(255,255,255,.14);
}

.tscg-btn--gold {
  color: var(--tscg-brown-950) !important;
  background: var(--tscg-gold-400);
}

.tscg-btn--gold:hover {
  background: #f2c889;
}

.tscg-btn--outline {
  color: var(--tscg-white) !important;
  border-color: rgba(255,255,255,.35);
  background: transparent;
}

.tscg-btn--outline:hover {
  border-color: var(--tscg-gold-400);
  background: rgba(255,255,255,.07);
}

/* Checklist */
.tscg-checklist {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  padding: 0;
  list-style: none;
}

.tscg-checklist li {
  position: relative;
  padding-left: 31px;
}

.tscg-checklist li::before {
  position: absolute;
  top: .08em;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--tscg-white);
  background: var(--tscg-success);
  content: "✓";
  font-size: .77rem;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.tscg-checklist--hero li::before {
  color: var(--tscg-brown-950);
  background: var(--tscg-gold-400);
}

/* Trust bar */
.tscg-trust {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--tscg-border);
  background: var(--tscg-white);
  box-shadow: var(--tscg-shadow-sm);
}

.tscg-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tscg-trust__item {
  min-width: 0;
  padding: 27px 22px;
  border-right: 1px solid var(--tscg-border);
  text-align: center;
}

.tscg-trust__item:last-child {
  border-right: 0;
}

.tscg-trust__item strong,
.tscg-trust__item span {
  display: block;
}

.tscg-trust__item strong {
  margin-bottom: 3px;
  color: var(--tscg-brown-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
}

.tscg-trust__item span {
  color: var(--tscg-muted);
  font-size: .82rem;
  line-height: 1.45;
}

/* Services */
.tscg-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tscg-service-card {
  position: relative;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--tscg-border);
  border-radius: var(--tscg-radius-md);
  background: var(--tscg-white);
  box-shadow: var(--tscg-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tscg-service-card:hover {
  border-color: #d5bda8;
  box-shadow: 0 18px 48px rgba(57, 24, 15, .13);
  transform: translateY(-5px);
}

.tscg-service-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid #e5cda9;
  border-radius: 15px;
  place-items: center;
  color: var(--tscg-brown-800);
  background: var(--tscg-cream-100);
  font-size: .78rem;
  font-weight: 900;
}

.tscg-service-card p {
  min-height: 87px;
  margin-bottom: 22px;
  color: var(--tscg-muted);
  font-size: .94rem;
}

.tscg-service-card a,
.tscg-text-link {
  color: var(--tscg-brown-600);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(115,51,31,.3);
  text-underline-offset: 5px;
}

.tscg-service-card a:hover,
.tscg-text-link:hover {
  color: var(--tscg-brown-900);
  text-decoration-color: currentColor;
}

/* Split content */
.tscg-split {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr);
  gap: clamp(48px, 8vw, 94px);
  align-items: center;
}

.tscg-split__media {
  position: relative;
}

.tscg-split__media::after {
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: -22px;
  width: 68%;
  height: 68%;
  border-radius: var(--tscg-radius-lg);
  background: var(--tscg-brown-700);
  content: "";
}

.tscg-split__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--tscg-radius-lg);
  box-shadow: var(--tscg-shadow-lg);
  object-fit: cover;
}

.tscg-photo-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--tscg-white);
  background: rgba(43,18,12,.82);
  font-size: .78rem;
  font-weight: 700;
}

.tscg-split__content > p:not(.tscg-kicker) {
  color: var(--tscg-muted);
}

/* Process */
.tscg-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.tscg-process li {
  display: flex;
  gap: 18px;
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--tscg-border);
  border-radius: var(--tscg-radius-md);
  background: var(--tscg-white);
}

.tscg-process li > span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  place-items: center;
  color: var(--tscg-white);
  background: var(--tscg-brown-700);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.tscg-process h3 {
  margin-bottom: 7px;
  font-size: 1.13rem;
}

.tscg-process p {
  margin-bottom: 0;
  color: var(--tscg-muted);
  font-size: .87rem;
  line-height: 1.55;
}

/* Pricing */
.tscg-price-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(45px, 7vw, 90px);
  align-items: center;
}

.tscg-price-layout > div:first-child > p:not(.tscg-kicker) {
  max-width: 680px;
}

.tscg-price-factors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: var(--tscg-radius-md);
  background: rgba(255,255,255,.06);
}

.tscg-price-factors > div {
  padding: 26px;
  border-right: 1px solid rgba(255,255,255,.13);
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.tscg-price-factors > div:nth-child(2n) {
  border-right: 0;
}

.tscg-price-factors > div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.tscg-price-factors strong,
.tscg-price-factors span {
  display: block;
}

.tscg-price-factors strong {
  margin-bottom: 6px;
  color: var(--tscg-gold-400);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
}

.tscg-price-factors span {
  color: rgba(255,255,255,.67);
  font-size: .82rem;
  line-height: 1.5;
}

.tscg-price-note {
  margin: 34px 0 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tscg-gold-400);
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.055);
  font-size: .87rem;
}

.tscg-price-note strong {
  color: var(--tscg-white);
}

/* Material comparison */
.tscg-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tscg-compare article {
  padding: 32px;
  border-top: 4px solid var(--tscg-brown-600);
  border-radius: 0 0 var(--tscg-radius-md) var(--tscg-radius-md);
  background: var(--tscg-cream-50);
}

.tscg-compare p {
  color: var(--tscg-muted);
}

.tscg-compare strong {
  color: var(--tscg-brown-700);
}

.tscg-center-link {
  margin: 32px 0 0;
  text-align: center;
}

/* Reasons */
.tscg-reasons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr);
  gap: clamp(46px, 8vw, 96px);
  align-items: center;
}

.tscg-reasons > div:first-child > p:not(.tscg-kicker) {
  color: var(--tscg-muted);
}

.tscg-reason-list {
  display: grid;
  gap: 12px;
}

.tscg-reason-list > div {
  display: flex;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--tscg-border);
  border-radius: var(--tscg-radius-sm);
  background: var(--tscg-white);
}

.tscg-reason-list span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  place-items: center;
  color: var(--tscg-white);
  background: var(--tscg-success);
  font-size: .8rem;
  font-weight: 900;
}

.tscg-reason-list p {
  margin-bottom: 0;
  color: var(--tscg-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.tscg-reason-list strong {
  display: block;
  color: var(--tscg-brown-800);
}

/* Service area */
.tscg-area {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(42px, 7vw, 84px);
  align-items: center;
}

.tscg-area > div:first-child > p:not(.tscg-kicker) {
  color: var(--tscg-muted);
}

.tscg-area__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tscg-area__chips span {
  padding: 9px 14px;
  border: 1px solid var(--tscg-border);
  border-radius: 999px;
  color: var(--tscg-brown-700);
  background: var(--tscg-cream-50);
  font-size: .84rem;
  font-weight: 700;
}

/* FAQ */
.tscg-section--faq {
  border-top: 1px solid var(--tscg-border);
  background: #fffdf9;
}

.tscg-faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(45px, 8vw, 100px);
  align-items: start;
}

.tscg-faq-intro {
  position: sticky;
  top: 32px;
}

.tscg-faq-intro > p:not(.tscg-kicker) {
  color: var(--tscg-muted);
}

.tscg-faq-list {
  border-top: 1px solid var(--tscg-border);
}

.tscg-faq-list details {
  border-bottom: 1px solid var(--tscg-border);
}

.tscg-faq-list summary {
  position: relative;
  padding: 23px 48px 23px 0;
  color: var(--tscg-brown-900);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

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

.tscg-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid var(--tscg-border);
  border-radius: 50%;
  color: var(--tscg-brown-700);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  transform: translateY(-50%);
}

.tscg-faq-list details[open] summary::after {
  content: "−";
}

.tscg-faq-list details p {
  margin: -4px 45px 23px 0;
  color: var(--tscg-muted);
  font-size: .92rem;
}

/* Final CTA */
.tscg-final-cta {
  padding: clamp(68px, 8vw, 105px) 0;
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 84% 20%, rgba(213,154,73,.19), transparent 30%),
    var(--tscg-brown-900);
}

.tscg-final-cta h2 {
  max-width: 760px;
  color: var(--tscg-white);
}

.tscg-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
}

.tscg-final-cta__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tscg-final-cta__contact p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.64);
  font-size: .82rem;
  text-align: center;
}

/* SEO navigation */
.tscg-seo-links {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: var(--tscg-brown-950);
}

.tscg-seo-links .tscg-container {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  justify-content: center;
}

.tscg-seo-links a {
  color: rgba(255,255,255,.68);
  font-size: .78rem;
}

.tscg-seo-links a:hover {
  color: var(--tscg-gold-400);
}

/* Mobile actions */
.tscg-mobile-actions {
  display: none;
}

@media (max-width: 1024px) {
  .tscg-hero__grid,
  .tscg-split,
  .tscg-price-layout,
  .tscg-reasons,
  .tscg-area,
  .tscg-faq-layout,
  .tscg-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .tscg-hero__media {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .tscg-split__media {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .tscg-service-grid,
  .tscg-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .tscg-faq-intro {
    position: static;
    max-width: 720px;
  }

  .tscg-final-cta__contact {
    max-width: 430px;
  }
}

@media (max-width: 767px) {
  .tscg-landing {
    padding-bottom: 66px;
    font-size: 16px;
  }

  .tscg-container {
    width: min(calc(100% - 30px), var(--tscg-container));
  }

  .tscg-section {
    padding: 68px 0;
  }

  .tscg-hero {
    padding: 66px 0 74px;
  }

  .tscg-hero__grid {
    gap: 46px;
  }

  .tscg-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tscg-btn {
    width: 100%;
  }

  .tscg-trust__grid {
    grid-template-columns: 1fr 1fr;
  }

  .tscg-trust__item:nth-child(2) {
    border-right: 0;
  }

  .tscg-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--tscg-border);
  }

  .tscg-service-grid,
  .tscg-process,
  .tscg-compare {
    grid-template-columns: 1fr;
  }

  .tscg-service-card p {
    min-height: auto;
  }

  .tscg-price-factors {
    grid-template-columns: 1fr;
  }

  .tscg-price-factors > div,
  .tscg-price-factors > div:nth-child(2n),
  .tscg-price-factors > div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  .tscg-price-factors > div:last-child {
    border-bottom: 0;
  }

  .tscg-mobile-actions {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 7px;
    padding-bottom: max(7px, env(safe-area-inset-bottom));
    background: rgba(43,18,12,.96);
    box-shadow: 0 -8px 25px rgba(43,18,12,.22);
    backdrop-filter: blur(8px);
  }

  .tscg-mobile-actions a {
    min-height: 49px;
    padding: 13px 10px;
    border-radius: 8px;
    color: var(--tscg-brown-950);
    background: var(--tscg-gold-400);
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
  }

  .tscg-mobile-actions a:last-child {
    color: var(--tscg-white);
    background: var(--tscg-success);
  }
}

@media (max-width: 440px) {
  .tscg-trust__grid {
    grid-template-columns: 1fr;
  }

  .tscg-trust__item,
  .tscg-trust__item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--tscg-border);
  }

  .tscg-trust__item:last-child {
    border-bottom: 0;
  }

  .tscg-hero__media figcaption {
    right: 11px;
    bottom: 11px;
    left: 11px;
    text-align: center;
  }

  .tscg-process li,
  .tscg-service-card,
  .tscg-compare article {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .tscg-btn,
  .tscg-service-card {
    transition: none;
  }
}

/* =========================================================
 * REUSABLE LANDING PAGES + PRICE TABLE COMPONENTS — v1.2.0
 * ======================================================= */

/* Newspaper: tự nhận diện mọi trang có .tscg-landing */
body:has(.tscg-landing) {
  overflow-x: hidden;
}

body:has(.tscg-landing) .td-main-content-wrap {
  padding-top: 0;
}

body:has(.tscg-landing) .td-main-content-wrap > .td-container,
body:has(.tscg-landing) .td-main-content-wrap > .tdc-content-wrap {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body:has(.tscg-landing) .td-page-title,
body:has(.tscg-landing) .entry-title.td-page-title,
body:has(.tscg-landing) .td-post-title,
body:has(.tscg-landing) .td-crumb-container,
body:has(.tscg-landing) .td-post-sharing-top,
body:has(.tscg-landing) .td-post-comments {
  display: none !important;
}

body:has(.tscg-landing) .td-main-sidebar,
body:has(.tscg-landing) .td-pb-span4 {
  display: none !important;
}

body:has(.tscg-landing) .td-pb-span8 {
  width: 100% !important;
}

.tscg-update-chip {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(230, 183, 111, .42);
  border-radius: 999px;
  align-items: center;
  color: var(--tscg-gold-400);
  background: rgba(255,255,255,.07);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.35;
}

.tscg-price-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: -40px;
}

.tscg-price-summary__card {
  position: relative;
  z-index: 3;
  padding: 24px;
  border: 1px solid var(--tscg-border);
  border-radius: var(--tscg-radius-md);
  background: var(--tscg-white);
  box-shadow: var(--tscg-shadow-sm);
}

.tscg-price-summary__card span,
.tscg-price-summary__card strong,
.tscg-price-summary__card small {
  display: block;
}

.tscg-price-summary__card span {
  margin-bottom: 8px;
  color: var(--tscg-muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tscg-price-summary__card strong {
  color: var(--tscg-brown-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.tscg-price-summary__card small {
  margin-top: 5px;
  color: var(--tscg-muted);
  font-size: .76rem;
  line-height: 1.4;
}

.tscg-toc {
  padding: 28px;
  border: 1px solid var(--tscg-border);
  border-left: 5px solid var(--tscg-brown-600);
  border-radius: var(--tscg-radius-md);
  background: var(--tscg-cream-50);
}

.tscg-toc h2 {
  margin-bottom: 15px;
  font-size: 1.35rem;
}

.tscg-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin-bottom: 0;
  padding-left: 22px;
}

.tscg-toc a {
  color: var(--tscg-brown-700);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(115,51,31,.25);
  text-underline-offset: 4px;
}

.tscg-table-wrap {
  position: relative;
  overflow-x: auto;
  margin: 30px 0;
  border: 1px solid var(--tscg-border);
  border-radius: var(--tscg-radius-md);
  background: var(--tscg-white);
  box-shadow: var(--tscg-shadow-sm);
  -webkit-overflow-scrolling: touch;
}

.tscg-price-table {
  width: 100%;
  min-width: 760px;
  margin: 0 !important;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--tscg-ink);
  font-size: .88rem;
  line-height: 1.5;
}

.tscg-price-table caption {
  padding: 18px 20px;
  color: var(--tscg-muted);
  background: var(--tscg-cream-50);
  font-size: .78rem;
  font-weight: 700;
  text-align: left;
}

.tscg-price-table th,
.tscg-price-table td {
  padding: 15px 17px;
  border: 0;
  border-right: 1px solid var(--tscg-border);
  border-bottom: 1px solid var(--tscg-border);
  vertical-align: top;
  text-align: left;
}

.tscg-price-table th:last-child,
.tscg-price-table td:last-child {
  border-right: 0;
}

.tscg-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.tscg-price-table thead th {
  color: var(--tscg-white);
  background: var(--tscg-brown-800);
  font-size: .78rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.tscg-price-table tbody tr:nth-child(even) td {
  background: #fffaf5;
}

.tscg-price-table tbody tr:hover td {
  background: #f8eee3;
}

.tscg-price-table td strong {
  color: var(--tscg-brown-700);
}

.tscg-price-table .tscg-price {
  white-space: nowrap;
  color: var(--tscg-brown-700);
  font-weight: 900;
}

.tscg-table-note {
  margin: -14px 0 30px;
  color: var(--tscg-muted);
  font-size: .8rem;
  font-style: italic;
}

.tscg-note {
  margin: 26px 0;
  padding: 21px 23px;
  border-left: 4px solid var(--tscg-brown-600);
  border-radius: 0 var(--tscg-radius-sm) var(--tscg-radius-sm) 0;
  color: var(--tscg-muted);
  background: var(--tscg-cream-100);
  font-size: .9rem;
}

.tscg-note strong {
  color: var(--tscg-brown-800);
}

.tscg-note--warning {
  border-left-color: var(--tscg-gold-500);
  background: #fff8e8;
}

.tscg-formula {
  display: grid;
  gap: 13px;
  margin: 28px 0;
  padding: 27px;
  border: 1px solid var(--tscg-border);
  border-radius: var(--tscg-radius-md);
  background: var(--tscg-white);
  box-shadow: var(--tscg-shadow-sm);
}

.tscg-formula code {
  display: block;
  padding: 13px 16px;
  border-radius: 8px;
  color: var(--tscg-brown-900);
  background: var(--tscg-cream-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .86rem;
  white-space: normal;
}

.tscg-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tscg-included-grid > div {
  padding: 27px;
  border: 1px solid var(--tscg-border);
  border-radius: var(--tscg-radius-md);
  background: var(--tscg-white);
}

.tscg-included-grid h3 {
  margin-bottom: 15px;
}

.tscg-included-grid ul {
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--tscg-muted);
  font-size: .9rem;
}

.tscg-price-disclaimer {
  margin-top: 30px;
  padding: 18px 20px;
  border: 1px dashed #d6b98d;
  border-radius: var(--tscg-radius-sm);
  color: var(--tscg-muted);
  background: #fffaf0;
  font-size: .79rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .tscg-price-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .tscg-price-summary {
    grid-template-columns: 1fr;
    margin-top: -28px;
  }

  .tscg-toc ol,
  .tscg-included-grid {
    grid-template-columns: 1fr;
  }

  .tscg-price-table {
    font-size: .82rem;
  }

  .tscg-price-table th,
  .tscg-price-table td {
    padding: 13px 14px;
  }

  .tscg-table-wrap::after {
    position: sticky;
    right: 8px;
    bottom: 6px;
    display: inline-block;
    margin: 0 8px 8px calc(100% - 122px);
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--tscg-white);
    background: rgba(43,18,12,.78);
    content: "Vuốt ngang →";
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
  }
}
