/**
 * THOSUAMAITON.COM - REUSABLE LANDING PAGE SYSTEM v1.0
 * Brand: #1e73be (website) | #0375ba (logo)
 * Scope: every rule is contained by .tsmt-landing to avoid Newspaper conflicts.
 * Usage: wrap each landing page in <div class="tsmt-landing">...</div>.
 */

/* =========================================================
   01. DESIGN TOKENS + SAFE RESET
   ========================================================= */
.tsmt-landing {
  --tsmt-primary: #1e73be;
  --tsmt-primary-strong: #155a96;
  --tsmt-primary-dark: #0d3e68;
  --tsmt-primary-soft: #eaf4fc;
  --tsmt-brand-logo: #0375ba;
  --tsmt-accent: #f59e0b;
  --tsmt-accent-strong: #d97706;
  --tsmt-ink: #102235;
  --tsmt-text: #34495e;
  --tsmt-muted: #66788a;
  --tsmt-line: #dce6ef;
  --tsmt-surface: #ffffff;
  --tsmt-surface-alt: #f5f9fc;
  --tsmt-success: #11845b;
  --tsmt-danger: #c2413b;
  --tsmt-radius-sm: 10px;
  --tsmt-radius: 16px;
  --tsmt-radius-lg: 24px;
  --tsmt-shadow-sm: 0 8px 24px rgba(13, 62, 104, 0.08);
  --tsmt-shadow: 0 18px 48px rgba(13, 62, 104, 0.13);
  --tsmt-container: 1120px;
  color: var(--tsmt-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.72;
  overflow: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.tsmt-landing,
.tsmt-landing *,
.tsmt-landing *::before,
.tsmt-landing *::after {
  box-sizing: border-box;
}

.tsmt-landing :where(h1, h2, h3, h4, p, ul, ol, figure, blockquote) {
  margin-top: 0;
}

.tsmt-landing :where(img, svg, video) {
  display: block;
  max-width: 100%;
}

.tsmt-landing img {
  height: auto;
}

.tsmt-landing a {
  color: var(--tsmt-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tsmt-landing a:hover {
  color: var(--tsmt-primary-strong);
}

.tsmt-landing a:focus-visible,
.tsmt-landing button:focus-visible,
.tsmt-landing summary:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.62);
  outline-offset: 3px;
}

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

.tsmt-landing .tsmt-narrow {
  width: min(calc(100% - 32px), 820px);
  margin-inline: auto;
}

.tsmt-landing .tsmt-full-bleed {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.tsmt-landing .tsmt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   02. TYPOGRAPHY
   ========================================================= */
.tsmt-landing :where(h1, h2, h3, h4) {
  color: var(--tsmt-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.tsmt-landing h1 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.12;
}

.tsmt-landing h2 {
  margin-bottom: 18px;
  font-size: clamp(1.72rem, 3.4vw, 2.55rem);
  line-height: 1.2;
}

.tsmt-landing h3 {
  margin-bottom: 12px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.35;
}

.tsmt-landing h4 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.4;
}

.tsmt-landing p {
  margin-bottom: 18px;
}

.tsmt-landing .tsmt-lead {
  max-width: 720px;
  color: #dceefa;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.75;
}

.tsmt-landing .tsmt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--tsmt-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tsmt-landing .tsmt-eyebrow::before {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.tsmt-landing .tsmt-section-dark .tsmt-eyebrow,
.tsmt-landing .tsmt-hero .tsmt-eyebrow {
  color: #82c7f3;
}

.tsmt-landing .tsmt-muted {
  color: var(--tsmt-muted);
}

.tsmt-landing .tsmt-highlight {
  color: var(--tsmt-accent);
}

/* =========================================================
   03. SECTIONS + LAYOUT
   ========================================================= */
.tsmt-landing .tsmt-section {
  padding-block: clamp(56px, 8vw, 92px);
  background: var(--tsmt-surface);
}

.tsmt-landing .tsmt-section-alt {
  background: var(--tsmt-surface-alt);
}

.tsmt-landing .tsmt-section-soft {
  background: linear-gradient(180deg, #f7fbfe 0%, #eaf4fc 100%);
}

.tsmt-landing .tsmt-section-dark {
  color: #dbe9f4;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(30, 115, 190, 0.4),
      transparent 34%
    ),
    linear-gradient(135deg, #0b3152 0%, #0d3e68 60%, #155a96 100%);
}

.tsmt-landing .tsmt-section-dark :where(h2, h3, h4) {
  color: #ffffff;
}

.tsmt-landing .tsmt-section-head {
  max-width: 760px;
  margin: 0 auto clamp(30px, 5vw, 48px);
  text-align: center;
}

.tsmt-landing .tsmt-section-head p {
  margin-bottom: 0;
  color: var(--tsmt-muted);
  font-size: 1.03rem;
}

.tsmt-landing .tsmt-section-dark .tsmt-section-head p {
  color: #c9ddeb;
}

.tsmt-landing .tsmt-grid {
  display: grid;
  gap: 24px;
}

.tsmt-landing .tsmt-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tsmt-landing .tsmt-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tsmt-landing .tsmt-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tsmt-landing .tsmt-align-center {
  align-items: center;
}

.tsmt-landing .tsmt-justify-center {
  justify-content: center;
}

.tsmt-landing .tsmt-stack > * + * {
  margin-top: 18px;
}

/* =========================================================
   04. BUTTONS + BADGES
   ========================================================= */
.tsmt-landing .tsmt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tsmt-landing .tsmt-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.tsmt-landing .tsmt-btn:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.tsmt-landing .tsmt-btn-primary {
  color: #ffffff;
  background: var(--tsmt-primary);
  box-shadow: 0 9px 22px rgba(30, 115, 190, 0.24);
}

.tsmt-landing .tsmt-btn-primary:hover {
  background: var(--tsmt-primary-strong);
}

.tsmt-landing .tsmt-btn-accent {
  color: #ffffff;
  background: var(--tsmt-accent-strong);
  box-shadow: 0 9px 24px rgba(217, 119, 6, 0.25);
}

.tsmt-landing .tsmt-btn-accent:hover {
  background: #b96205;
}

.tsmt-landing .tsmt-btn-light {
  color: var(--tsmt-primary-dark);
  background: #ffffff;
}

.tsmt-landing .tsmt-btn-light:hover {
  color: var(--tsmt-primary-dark);
  background: #eef7fd;
}

.tsmt-landing .tsmt-btn-outline {
  color: var(--tsmt-primary);
  border-color: #9dc9e9;
  background: transparent;
}

.tsmt-landing .tsmt-btn-outline:hover {
  color: #ffffff;
  border-color: var(--tsmt-primary);
  background: var(--tsmt-primary);
}

.tsmt-landing .tsmt-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid #bddcf2;
  border-radius: 999px;
  color: var(--tsmt-primary-strong);
  background: var(--tsmt-primary-soft);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
}

/* =========================================================
   05. HERO
   ========================================================= */
.tsmt-landing .tsmt-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(58px, 8vw, 94px) clamp(78px, 10vw, 118px);
  color: #ffffff;
  background:
    radial-gradient(
      circle at 85% 18%,
      rgba(73, 165, 225, 0.33),
      transparent 35%
    ),
    linear-gradient(132deg, #082b49 0%, #0d3e68 55%, #1e73be 100%);
}

.tsmt-landing .tsmt-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 70px;
  background: linear-gradient(175deg, transparent 49%, #ffffff 50%);
  content: "";
}

.tsmt-landing .tsmt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(30px, 6vw, 66px);
}

.tsmt-landing .tsmt-hero h1 {
  color: #ffffff;
}

.tsmt-landing .tsmt-hero-copy {
  position: relative;
  z-index: 2;
}

.tsmt-landing .tsmt-hero-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: #c9ddeb;
  font-size: 0.91rem;
}

.tsmt-landing .tsmt-hero-note::before {
  color: #70d7af;
  content: "✓";
  font-weight: 900;
}

.tsmt-landing .tsmt-hero-media {
  position: relative;
  margin: 0;
}

.tsmt-landing .tsmt-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 6px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--tsmt-radius-lg);
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(3, 24, 41, 0.35);
}

.tsmt-landing .tsmt-hero-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  color: #ffffff;
  background: rgba(8, 43, 73, 0.86);
  font-size: 0.86rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

/* =========================================================
   06. USP STRIP
   ========================================================= */
.tsmt-landing .tsmt-usp-wrap {
  position: relative;
  z-index: 3;
  margin-top: -48px;
}

.tsmt-landing .tsmt-usp {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--tsmt-line);
  border-radius: var(--tsmt-radius);
  background: #ffffff;
  box-shadow: var(--tsmt-shadow);
}

.tsmt-landing .tsmt-usp-item {
  min-width: 0;
  padding: 22px 18px;
  text-align: center;
}

.tsmt-landing .tsmt-usp-item + .tsmt-usp-item {
  border-left: 1px solid var(--tsmt-line);
}

.tsmt-landing .tsmt-usp-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--tsmt-primary);
  font-weight: 900;
}

.tsmt-landing .tsmt-usp-item strong {
  display: block;
  color: var(--tsmt-ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.tsmt-landing .tsmt-usp-item span {
  display: block;
  margin-top: 4px;
  color: var(--tsmt-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

/* =========================================================
   07. CARDS
   ========================================================= */
.tsmt-landing .tsmt-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--tsmt-line);
  border-radius: var(--tsmt-radius);
  background: #ffffff;
  box-shadow: var(--tsmt-shadow-sm);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.tsmt-landing .tsmt-card:hover {
  border-color: #a9d1ee;
  transform: translateY(-5px);
  box-shadow: var(--tsmt-shadow);
}

.tsmt-landing .tsmt-card-body {
  padding: 24px;
}

.tsmt-landing .tsmt-card h3 a {
  color: var(--tsmt-ink);
  text-decoration: none;
}

.tsmt-landing .tsmt-card h3 a:hover {
  color: var(--tsmt-primary);
}

.tsmt-landing .tsmt-card p:last-child,
.tsmt-landing .tsmt-card-body > :last-child {
  margin-bottom: 0;
}

.tsmt-landing .tsmt-card-index {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--tsmt-brand-logo),
    var(--tsmt-primary-strong)
  );
  font-size: 0.92rem;
  font-weight: 900;
}

.tsmt-landing .tsmt-service-card .tsmt-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--tsmt-primary);
  font-weight: 800;
  text-decoration: none;
}

.tsmt-landing .tsmt-service-card .tsmt-card-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.tsmt-landing .tsmt-service-card .tsmt-card-link:hover::after {
  transform: translateX(4px);
}

.tsmt-landing .tsmt-media-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tsmt-landing .tsmt-media-card figcaption {
  padding: 14px 18px;
  color: var(--tsmt-muted);
  background: #ffffff;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* =========================================================
   08. CONTENT PANELS + LISTS
   ========================================================= */
.tsmt-landing .tsmt-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--tsmt-line);
  border-radius: var(--tsmt-radius-lg);
  background: #ffffff;
  box-shadow: var(--tsmt-shadow-sm);
}

.tsmt-landing .tsmt-panel-blue {
  border-color: #b8d9f0;
  background: var(--tsmt-primary-soft);
}

.tsmt-landing .tsmt-check-list,
.tsmt-landing .tsmt-plain-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tsmt-landing .tsmt-check-list li {
  position: relative;
  padding-left: 30px;
}

.tsmt-landing .tsmt-check-list li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--tsmt-success);
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}

.tsmt-landing .tsmt-section-dark .tsmt-check-list li::before,
.tsmt-landing .tsmt-hero .tsmt-check-list li::before {
  color: #063c2a;
  background: #70d7af;
}

.tsmt-landing .tsmt-section-dark .tsmt-check-list {
  color: #e0edf6;
}

.tsmt-landing .tsmt-callout {
  padding: 20px 22px;
  border-left: 5px solid var(--tsmt-primary);
  border-radius: 0 var(--tsmt-radius-sm) var(--tsmt-radius-sm) 0;
  background: var(--tsmt-primary-soft);
}

.tsmt-landing .tsmt-callout > :last-child {
  margin-bottom: 0;
}

/* =========================================================
   09. PRICE TABLE
   ========================================================= */
.tsmt-landing .tsmt-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--tsmt-line);
  border-radius: var(--tsmt-radius);
  background: #ffffff;
  box-shadow: var(--tsmt-shadow-sm);
  -webkit-overflow-scrolling: touch;
}

.tsmt-landing .tsmt-price-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: #ffffff;
}

.tsmt-landing .tsmt-price-table caption {
  padding: 18px 20px;
  color: var(--tsmt-muted);
  font-size: 0.88rem;
  text-align: left;
}

.tsmt-landing .tsmt-price-table :where(th, td) {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--tsmt-line);
  text-align: left;
  vertical-align: top;
}

.tsmt-landing .tsmt-price-table thead th {
  color: #ffffff;
  background: var(--tsmt-primary-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.tsmt-landing .tsmt-price-table tbody tr:nth-child(even) {
  background: #f8fbfd;
}

.tsmt-landing .tsmt-price-table tbody tr:hover {
  background: var(--tsmt-primary-soft);
}

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

.tsmt-landing .tsmt-price {
  color: var(--tsmt-danger);
  font-weight: 900;
  white-space: nowrap;
}

/* =========================================================
   10. PROCESS
   ========================================================= */
.tsmt-landing .tsmt-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  counter-reset: tsmt-step;
  list-style: none;
}

.tsmt-landing .tsmt-process li {
  position: relative;
  padding: 66px 22px 24px;
  border: 1px solid var(--tsmt-line);
  border-radius: var(--tsmt-radius);
  background: #ffffff;
  box-shadow: var(--tsmt-shadow-sm);
  counter-increment: tsmt-step;
}

.tsmt-landing .tsmt-process li::before {
  position: absolute;
  top: 18px;
  left: 22px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--tsmt-primary);
  content: counter(tsmt-step);
  font-weight: 900;
}

.tsmt-landing .tsmt-process li:not(:last-child)::after {
  position: absolute;
  top: 37px;
  left: calc(100% - 3px);
  z-index: 2;
  width: 26px;
  height: 2px;
  background: #9dc9e9;
  content: "";
}

.tsmt-landing .tsmt-process strong {
  display: block;
  margin-bottom: 7px;
  color: var(--tsmt-ink);
  font-size: 1rem;
}

.tsmt-landing .tsmt-process span {
  color: var(--tsmt-muted);
  font-size: 0.9rem;
}

/* =========================================================
   11. TESTIMONIALS + PROOF
   ========================================================= */
.tsmt-landing .tsmt-quote {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--tsmt-line);
  border-radius: var(--tsmt-radius);
  background: #ffffff;
  box-shadow: var(--tsmt-shadow-sm);
}

.tsmt-landing .tsmt-quote::before {
  display: block;
  margin-bottom: 12px;
  color: var(--tsmt-accent);
  content: "★★★★★";
  font-size: 0.92rem;
  letter-spacing: 0.14em;
}

.tsmt-landing .tsmt-quote p {
  color: var(--tsmt-text);
  font-size: 0.98rem;
}

.tsmt-landing .tsmt-quote footer {
  color: var(--tsmt-muted);
  font-size: 0.86rem;
  font-style: normal;
}

.tsmt-landing .tsmt-quote footer strong {
  color: var(--tsmt-ink);
}

.tsmt-landing .tsmt-stat {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tsmt-radius);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.tsmt-landing .tsmt-stat strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.tsmt-landing .tsmt-stat span {
  display: block;
  margin-top: 7px;
  color: #c9ddeb;
  font-size: 0.88rem;
}

/* =========================================================
   12. FAQ
   ========================================================= */
.tsmt-landing .tsmt-faq {
  display: grid;
  gap: 12px;
}

.tsmt-landing .tsmt-faq details {
  overflow: hidden;
  border: 1px solid var(--tsmt-line);
  border-radius: var(--tsmt-radius-sm);
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(13, 62, 104, 0.05);
}

.tsmt-landing .tsmt-faq details[open] {
  border-color: #a9d1ee;
}

.tsmt-landing .tsmt-faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: var(--tsmt-ink);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.tsmt-landing .tsmt-faq summary::-webkit-details-marker {
  display: none;
}

.tsmt-landing .tsmt-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--tsmt-primary);
  content: "+";
  font-size: 1.45rem;
  font-weight: 700;
  transform: translateY(-50%);
}

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

.tsmt-landing .tsmt-faq-answer {
  padding: 0 20px 18px;
  color: var(--tsmt-text);
}

.tsmt-landing .tsmt-faq-answer > :last-child {
  margin-bottom: 0;
}

/* =========================================================
   13. LOCATIONS + INLINE LINKS
   ========================================================= */
.tsmt-landing .tsmt-locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tsmt-landing .tsmt-locations a {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid #b8d9f0;
  border-radius: 999px;
  color: var(--tsmt-primary-strong);
  background: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.tsmt-landing .tsmt-locations a:hover {
  color: #ffffff;
  border-color: var(--tsmt-primary);
  background: var(--tsmt-primary);
}

.tsmt-landing .tsmt-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tsmt-landing .tsmt-inline-links a {
  font-weight: 700;
}

/* =========================================================
   14. CTA
   ========================================================= */
.tsmt-landing .tsmt-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 60px);
  border-radius: var(--tsmt-radius-lg);
  color: #e8f4fc;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(113, 199, 244, 0.34),
      transparent 32%
    ),
    linear-gradient(135deg, #0b3152, #1e73be);
  box-shadow: var(--tsmt-shadow);
}

.tsmt-landing .tsmt-cta h2 {
  max-width: 760px;
  color: #ffffff;
}

.tsmt-landing .tsmt-cta p {
  max-width: 720px;
  color: #d7e9f6;
}

.tsmt-landing .tsmt-contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 20px;
  color: #d7e9f6;
  font-size: 0.9rem;
}

.tsmt-landing .tsmt-contact-line a {
  color: #ffffff;
  font-weight: 800;
}

/* =========================================================
   15. AUTHOR / BUSINESS INFO (E-E-A-T SUPPORT)
   ========================================================= */
.tsmt-landing .tsmt-business {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.tsmt-landing .tsmt-business-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--tsmt-brand-logo),
    var(--tsmt-primary-dark)
  );
  font-size: 1.15rem;
  font-weight: 900;
}

.tsmt-landing .tsmt-business h2,
.tsmt-landing .tsmt-business h3 {
  margin-bottom: 8px;
}

.tsmt-landing .tsmt-business p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   16. OPTIONAL MOBILE CONTACT BAR
   Add class .tsmt-has-mobile-bar to wrapper only if the site
   does not already have floating Call/Zalo buttons.
   ========================================================= */
.tsmt-landing .tsmt-mobile-bar {
  display: none;
}

/* =========================================================
   17. RESPONSIVE
   ========================================================= */
@media (max-width: 1023px) {
  .tsmt-landing .tsmt-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
  }

  .tsmt-landing .tsmt-grid-4,
  .tsmt-landing .tsmt-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsmt-landing .tsmt-process li::after {
    display: none;
  }
}

@media (max-width: 860px) {
  .tsmt-landing .tsmt-hero-grid,
  .tsmt-landing .tsmt-grid-2 {
    grid-template-columns: 1fr;
  }

  .tsmt-landing .tsmt-hero-media {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .tsmt-landing .tsmt-usp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsmt-landing .tsmt-usp-item + .tsmt-usp-item {
    border-left: 0;
  }

  .tsmt-landing .tsmt-usp-item:nth-child(even) {
    border-left: 1px solid var(--tsmt-line);
  }

  .tsmt-landing .tsmt-usp-item:nth-child(n + 3) {
    border-top: 1px solid var(--tsmt-line);
  }

  .tsmt-landing .tsmt-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tsmt-landing {
    font-size: 15.5px;
  }

  .tsmt-landing .tsmt-container,
  .tsmt-landing .tsmt-narrow {
    width: min(calc(100% - 24px), var(--tsmt-container));
  }

  .tsmt-landing .tsmt-hero {
    padding-top: 48px;
  }

  .tsmt-landing .tsmt-hero::after {
    height: 40px;
  }

  .tsmt-landing .tsmt-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tsmt-landing .tsmt-btn {
    width: 100%;
  }

  .tsmt-landing .tsmt-grid-3,
  .tsmt-landing .tsmt-grid-4,
  .tsmt-landing .tsmt-process {
    grid-template-columns: 1fr;
  }

  .tsmt-landing .tsmt-card-body,
  .tsmt-landing .tsmt-panel,
  .tsmt-landing .tsmt-quote {
    padding: 21px;
  }

  .tsmt-landing .tsmt-business {
    grid-template-columns: 1fr;
  }

  .tsmt-landing.tsmt-has-mobile-bar {
    padding-bottom: 70px;
  }

  .tsmt-landing.tsmt-has-mobile-bar .tsmt-mobile-bar {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 9998;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    background: rgba(8, 43, 73, 0.94);
    box-shadow: 0 12px 34px rgba(3, 24, 41, 0.3);
    backdrop-filter: blur(10px);
  }

  .tsmt-landing.tsmt-has-mobile-bar .tsmt-mobile-bar .tsmt-btn {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

@media (max-width: 420px) {
  .tsmt-landing .tsmt-usp {
    grid-template-columns: 1fr;
  }

  .tsmt-landing .tsmt-usp-item:nth-child(even) {
    border-left: 0;
  }

  .tsmt-landing .tsmt-usp-item + .tsmt-usp-item {
    border-top: 1px solid var(--tsmt-line);
  }
}

/* =========================================================
   18. ACCESSIBILITY + PRINT
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .tsmt-landing *,
  .tsmt-landing *::before,
  .tsmt-landing *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}

@media print {
  .tsmt-landing .tsmt-actions,
  .tsmt-landing .tsmt-mobile-bar {
    display: none;
  }

  .tsmt-landing .tsmt-hero,
  .tsmt-landing .tsmt-section-dark,
  .tsmt-landing .tsmt-cta {
    color: #111111;
    background: #ffffff;
    box-shadow: none;
  }

  .tsmt-landing :where(.tsmt-card, .tsmt-panel, .tsmt-quote, .tsmt-table-wrap) {
    box-shadow: none;
  }
}
