/* YTT hub — Elementor-free content pages (Bootstrap + style.css tokens) */

.ytt-clean-main {
  overflow-x: hidden;
  background: var(--color-body-bg, #f9f5ed);
}

.ytt-page-hero {
  background: linear-gradient(135deg, var(--color-brand-light-bg, #fff3f3) 0%, var(--color-body-bg, #f9f5ed) 100%);
  border-bottom: 1px solid var(--border-color, #d6d6d6);
  padding: 2.5rem 0 2rem;
}

.ytt-page-hero h1 {
  font-family: var(--heading-font, "Elsie", serif);
  color: var(--color-dark, #363636);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  margin: 0;
}

.ytt-clean-section {
  padding: 3rem 0;
}

.ytt-clean-section--alt {
  background: var(--color-white, #fff);
}

.ytt-prose {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-body-text, #767676);
}

.ytt-prose p {
  margin-bottom: 1rem;
}

.ytt-prose p:last-child {
  margin-bottom: 0;
}

.ytt-prose a {
  color: var(--color-brand, #9f2e2b);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ytt-prose a:hover {
  color: var(--color-dark, #363636);
}

.ytt-prose ul,
.ytt-prose ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.ytt-prose li {
  margin-bottom: 0.35rem;
}

.ytt-figure {
  margin: 0;
  border-radius: var(--radius, 4px);
  overflow: hidden;
  box-shadow: var(--card-hover-shadow, rgba(17, 12, 46, 0.08) 0 12px 40px 0);
}

.ytt-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ytt-section-title {
  font-family: var(--heading-font, "Elsie", serif);
  color: var(--color-dark, #363636);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 400;
  margin: 0 0 1rem;
}

.ytt-eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-brand, #9f2e2b);
  margin-bottom: 0.35rem;
}

.ytt-cta-panel {
  background: var(--color-brand, #9f2e2b);
  color: var(--color-white, #fff);
  padding: 2.5rem 0;
  margin-top: 1rem;
}

.ytt-cta-panel h2,
.ytt-cta-panel h3,
.ytt-cta-panel h4 {
  color: inherit;
  font-family: var(--heading-font, "Elsie", serif);
  font-weight: 400;
}

.ytt-cta-panel .ytt-prose {
  color: rgba(255, 255, 255, 0.92);
}

.ytt-cta-panel .ytt-prose a {
  color: #fff;
  font-weight: 600;
}

.ytt-cta-panel .d-flex.gap-2 a.btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--color-brand, #9f2e2b) !important;
}

.ytt-cta-panel .d-flex.gap-2 a.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}

.yt-testimonial-card {
  background: var(--color-white, #fff);
  border: 1px solid var(--border-color, #d6d6d6);
  border-radius: var(--radius, 4px);
  padding: 1.25rem 1.5rem;
  height: 100%;
}

.yt-testimonial-card .ytt-stars {
  color: #c9a227;
  letter-spacing: 0.15em;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.yt-testimonial-card h3 {
  font-family: var(--heading-font, "Elsie", serif);
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--color-dark, #363636);
}

.yt-testimonial-card .ytt-quote {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-body-text, #767676);
  margin: 0;
}

.ytt-hub-cta-bar {
  background: var(--color-white, #fff);
  border-top: 1px solid var(--border-color, #d6d6d6);
}

.ytt-hub-cta-bar__inner {
  border-top: none;
}

.ytt-faq-native details {
  background: var(--color-white, #fff);
  border: 1px solid var(--border-color, #d6d6d6);
  border-radius: var(--radius, 4px);
  margin-bottom: 0.5rem;
  padding: 0;
}

.ytt-faq-native summary {
  font-family: var(--heading-font, "Elsie", serif);
  font-weight: 400;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  list-style: none;
  color: var(--color-dark, #363636);
}

.ytt-faq-native summary::-webkit-details-marker {
  display: none;
}

.ytt-faq-native .ytt-faq-body {
  padding: 0 1rem 1rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-body-text, #767676);
}

.ytt-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
}

.ytt-table-wrap table {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ytt-table-wrap th,
.ytt-table-wrap td {
  border: 1px solid var(--border-color, #d6d6d6);
  padding: 0.5rem 0.65rem;
  text-align: left;
}

.ytt-table-wrap th {
  background: var(--color-brand-light-bg, #fff3f3);
  font-weight: 600;
  color: var(--color-dark, #363636);
}

.ytt-btn-row {
  margin: 1rem 0 1.5rem;
}

.ytt-btn-row .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.ytt-pdf-card {
  background: var(--color-white, #fff);
  border: 1px solid var(--border-color, #d6d6d6);
  border-radius: var(--radius, 4px);
  padding: 1rem;
  height: 100%;
  text-align: center;
}

.ytt-pdf-card img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
  .ytt-clean-section {
    padding: 2.25rem 0;
  }
}
