
.th-holo-card-page,
.th-holo-card-page * { box-sizing: border-box; }
.th-holo-card-page {
  --th-ink: #15201f;
  --th-muted: #586360;
  --th-teal: #0d4547;
  --th-teal-deep: #073638;
  --th-yellow: #f4cc16;
  --th-cream: #fffaf0;
  --th-line: #dfe5e2;
  --th-white: #ffffff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: var(--th-ink);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}
.th-holo-card-page img { display: block; max-width: 100%; height: auto; }
.th-holo-card-page p { margin: 0 0 16px; }
.th-holo-card-page a { color: inherit; }
.th-holo-card-page h2,
.th-holo-card-page h3 { color: var(--th-ink); font-weight: 700; letter-spacing: -0.02em; }
.th-holo-card-page h2 { margin: 0 0 18px; font-size: clamp(26px, 4vw, 34px); line-height: 1.2; }
.th-holo-card-page h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.35; }
.th-holo-card-page .th-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--th-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.th-holo-card-page .th-kicker::before { content: ""; width: 26px; height: 3px; background: var(--th-yellow); }
.th-holo-card-page .th-hero { overflow: hidden; border: 1px solid var(--th-line); border-radius: 22px; background: var(--th-cream); }
.th-holo-card-page .th-hero-copy { padding: clamp(24px, 5vw, 46px); }
.th-holo-card-page .th-lead { max-width: 1040px; margin-bottom: 22px; color: #2f3a38; font-size: 18px; line-height: 1.7; }
.th-holo-card-page .th-hero-copy > p:not(.th-kicker),
.th-holo-card-page .th-section > p:not(.th-kicker) { max-width: 1040px; }
.th-holo-card-page .th-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.th-holo-card-page .th-fact { padding: 16px; border: 1px solid #d5ddda; border-radius: 12px; background: rgba(255,255,255,.78); }
.th-holo-card-page .th-fact strong { display: block; margin-bottom: 3px; color: var(--th-teal); font-size: 15px; line-height: 1.35; }
.th-holo-card-page .th-fact span { color: var(--th-muted); font-size: 13px; line-height: 1.45; }
.th-holo-card-page .th-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.th-holo-card-page .th-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid var(--th-teal);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.th-holo-card-page .th-cta:hover { transform: translateY(-1px); }
.th-holo-card-page .th-cta-primary { background: var(--th-teal); color: var(--th-white); }
.th-holo-card-page .th-cta-primary:hover { background: var(--th-teal-deep); }
.th-holo-card-page .th-cta-secondary { background: transparent; color: var(--th-teal); }
.th-holo-card-page .th-section { padding: clamp(54px, 8vw, 82px) 0 0; }
.th-holo-card-page .th-intro-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(28px, 5vw, 54px); align-items: center; }
.th-holo-card-page .th-image-card { overflow: hidden; border-radius: 18px; background: #f2f2f1; box-shadow: 0 18px 48px rgba(16, 48, 45, .10); }
.th-holo-card-page .th-image-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.th-holo-card-page .th-caption { margin: 0; padding: 12px 15px 14px; color: var(--th-muted); background: var(--th-white); font-size: 12px; line-height: 1.5; }
.th-holo-card-page .th-check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.th-holo-card-page .th-check-list li { position: relative; margin: 0 0 12px; padding-left: 28px; }
.th-holo-card-page .th-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--th-teal); font-weight: 700; }
.th-holo-card-page .th-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.th-holo-card-page .th-feature { min-height: 100%; padding: 24px; border: 1px solid var(--th-line); border-radius: 16px; background: var(--th-white); }
.th-holo-card-page .th-feature-index { display: inline-grid; width: 34px; height: 34px; place-items: center; margin-bottom: 16px; border-radius: 50%; background: var(--th-yellow); font-size: 13px; font-weight: 700; }
.th-holo-card-page .th-feature p { margin-bottom: 0; color: var(--th-muted); }
.th-holo-card-page .th-note { margin-top: 18px; padding: 18px 20px; border-left: 4px solid var(--th-yellow); background: var(--th-cream); color: #394441; }
.th-holo-card-page .th-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--th-line); border-radius: 16px; -webkit-overflow-scrolling: touch; }
.th-holo-card-page table { width: 100%; min-width: 700px; border-collapse: collapse; background: var(--th-white); }
.th-holo-card-page th,
.th-holo-card-page td { padding: 15px 18px; border-bottom: 1px solid var(--th-line); vertical-align: top; text-align: left; }
.th-holo-card-page th { width: 25%; color: var(--th-teal); background: #f4f8f6; font-size: 14px; }
.th-holo-card-page td { color: #36413f; font-size: 14px; }
.th-holo-card-page tr:last-child th,
.th-holo-card-page tr:last-child td { border-bottom: 0; }
.th-holo-card-page .th-use-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin-top: 24px; border-radius: 16px; background: #2e5b5c; }
.th-holo-card-page .th-use { padding: 22px 16px; background: var(--th-teal); color: #fff; text-align: center; }
.th-holo-card-page .th-use strong { display: block; margin-bottom: 5px; font-size: 15px; line-height: 1.35; }
.th-holo-card-page .th-use span { color: #d7e5e3; font-size: 12px; line-height: 1.45; }
.th-holo-card-page .th-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: th-step; }
.th-holo-card-page .th-process li { position: relative; padding: 50px 14px 16px; border: 1px solid var(--th-line); border-radius: 14px; color: #46514f; font-size: 13px; line-height: 1.5; counter-increment: th-step; }
.th-holo-card-page .th-process li::before { content: counter(th-step); position: absolute; top: 14px; left: 14px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--th-yellow); color: #101817; font-size: 12px; font-weight: 700; }
.th-holo-card-page .th-faq { border-top: 1px solid var(--th-line); }
.th-holo-card-page .th-faq-item { border-bottom: 1px solid var(--th-line); }
.th-holo-card-page .th-faq-question {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 32px;
  gap: 18px;
  align-items: center;
  padding: 19px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--th-ink);
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}
.th-holo-card-page .th-faq-mark { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #b8c5c1; border-radius: 50%; color: var(--th-teal); font-size: 22px; font-weight: 400; line-height: 1; }
.th-holo-card-page .th-faq-question[aria-expanded="true"] .th-faq-mark { border-color: var(--th-teal); background: var(--th-teal); color: #fff; }
.th-holo-card-page .th-faq-answer { padding: 0 48px 19px 0; color: var(--th-muted); }
.th-holo-card-page .th-faq-answer[hidden] { display: none !important; }
.th-holo-card-page .th-disclaimer { margin-top: 58px; padding: 22px; border-radius: 14px; background: #f2f5f4; color: #596360; font-size: 12px; line-height: 1.65; }
.th-holo-card-page .th-disclaimer strong { color: #33413e; }
@media (max-width: 760px) {
  .th-holo-card-page { font-size: 15px; line-height: 1.68; }
  .th-holo-card-page .th-hero { border-radius: 16px; }
  .th-holo-card-page .th-lead { font-size: 16px; }
  .th-holo-card-page .th-intro-grid { grid-template-columns: 1fr; }
  .th-holo-card-page .th-feature-grid { grid-template-columns: 1fr; }
  .th-holo-card-page .th-process { grid-template-columns: 1fr 1fr; }
  .th-holo-card-page .th-use-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .th-holo-card-page .th-facts { grid-template-columns: 1fr; }
  .th-holo-card-page .th-actions { display: grid; grid-template-columns: 1fr; }
  .th-holo-card-page .th-cta { width: 100%; }
  .th-holo-card-page .th-process { grid-template-columns: 1fr; }
  .th-holo-card-page .th-faq-question { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .th-holo-card-page .th-cta { transition: none; }
}

.th-holo-card-page[dir="rtl"] { direction: rtl; text-align: right; }
.th-holo-card-page[dir="rtl"] .th-check-list li { padding-left: 0; padding-right: 28px; }
.th-holo-card-page[dir="rtl"] .th-check-list li::before { left: auto; right: 0; }
.th-holo-card-page[dir="rtl"] .th-note { border-left: 0; border-right: 4px solid var(--th-yellow); }
.th-holo-card-page[dir="rtl"] th,
.th-holo-card-page[dir="rtl"] td,
.th-holo-card-page[dir="rtl"] .th-faq-question { text-align: right; }
.th-holo-card-page[dir="rtl"] .th-process li::before { left: auto; right: 14px; }
.th-holo-card-page[dir="rtl"] .th-faq-answer { padding: 0 0 19px 48px; }
