/* YT Wealth Media — Inner Pages */

.ai-agency.yt-inner-page {
  background: #050508;
}

.ai-agency.yt-inner-page .header-style--one {
  top: 0;
}

.ai-agency.yt-inner-page .header-style--one .xb-header {
  background: rgba(5, 5, 8, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(196, 18, 39, 0.15);
}

/* ── Page Hero ── */
.yt-page-hero {
  position: relative;
  padding: 136px 0 90px;
  overflow: hidden;
  background: #050508;
}

.yt-page-hero .yt-plexus-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.yt-page-hero__glow {
  position: absolute;
  z-index: 1;
  width: 600px;
  height: 600px;
  top: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(196, 18, 39, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.yt-page-hero__glow--left {
  left: -150px;
  right: auto;
  top: auto;
  bottom: -200px;
  width: 500px;
  height: 500px;
  opacity: 0.6;
}

.yt-page-hero .container {
  position: relative;
  z-index: 2;
}

.yt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.yt-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.25s;
}

.yt-breadcrumb a:hover {
  color: #c41227;
}

.yt-breadcrumb span {
  color: rgba(255, 255, 255, 0.25);
}

.yt-breadcrumb em {
  color: #c41227;
  font-style: normal;
}

.yt-page-hero__title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 20px;
  max-width: 900px;
}

.yt-page-hero__title span {
  background: linear-gradient(135deg, #fff 0%, #ff6b7a 55%, #c41227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yt-page-hero__lead {
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  max-width: 640px;
  margin-bottom: 32px;
}

.yt-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.yt-page-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.yt-hero-stat {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s, transform 0.3s;
}

.yt-hero-stat:hover {
  border-color: rgba(196, 18, 39, 0.4);
  transform: translateY(-3px);
}

.yt-hero-stat b {
  display: block;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.yt-hero-stat b span {
  color: #c41227;
}

.yt-hero-stat small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ── Section blocks ── */
.yt-inner-section {
  padding: 100px 0;
  position: relative;
}

.yt-inner-section--dark {
  background: #050508;
}

.yt-inner-section--alt {
  background: linear-gradient(180deg, #08080c 0%, #050508 100%);
}

.yt-section-head {
  margin-bottom: 56px;
}

.yt-section-head.text-center .yt-section-head__lead {
  margin-left: auto;
  margin-right: auto;
}

.yt-section-head__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c41227;
  margin-bottom: 14px;
}

.yt-section-head__title {
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 16px;
}

.yt-section-head__lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
  max-width: 620px;
}

/* ── Glass cards ── */
.yt-glass-card {
  position: relative;
  padding: 36px 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(12px);
  height: 100%;
  transition: transform 0.35s ease, border-color 0.35s, box-shadow 0.35s;
  overflow: hidden;
}

.yt-glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 18, 39, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.35s;
}

.yt-glass-card:hover {
  transform: translateY(-6px);
  border-color: rgba(196, 18, 39, 0.35);
  box-shadow: 0 24px 60px rgba(196, 18, 39, 0.12);
}

.yt-glass-card:hover::before {
  opacity: 1;
}

.yt-glass-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(196, 18, 39, 0.15);
  border: 1px solid rgba(196, 18, 39, 0.3);
  margin-bottom: 22px;
  font-size: 20px;
  color: #ff6b7a;
}

.yt-glass-card__icon img {
  width: 26px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(95%) saturate(4500%) hue-rotate(346deg) brightness(92%) contrast(95%);
}

.yt-glass-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.yt-glass-card p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
}

/* ── Process steps (inner) ── */
.yt-process-timeline {
  position: relative;
  padding-left: 0;
}

.yt-process-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  align-items: start;
}

.yt-process-step:last-child {
  border-bottom: none;
}

.yt-process-step__num {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #c41227, #8b0f1c);
  box-shadow: 0 0 40px rgba(196, 18, 39, 0.35);
  flex-shrink: 0;
}

.yt-process-step__body h3 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.yt-process-step__body > p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  max-width: 720px;
}

.yt-process-step__grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: center;
}

.yt-process-step__img {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4/3;
}

.yt-process-step__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yt-process-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.yt-process-deliverables span {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(196, 18, 39, 0.35);
  background: rgba(196, 18, 39, 0.1);
}

.yt-process-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yt-process-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 10px;
}

.yt-process-checklist li i {
  color: #c41227;
  margin-top: 4px;
  flex-shrink: 0;
}

/* ── Pricing (homepage + inner) ── */
.yt-pricing-section {
  position: relative;
  overflow: hidden;
  background: #050508;
}

.yt-pricing-bg-glow,
.yt-pricing-grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.yt-pricing-bg-glow {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(196, 18, 39, 0.14) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 80% 80%, rgba(196, 18, 39, 0.08) 0%, transparent 50%);
}

.yt-pricing-grid-lines {
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 60px 60px;
}

.yt-pricing-header .title span {
  color: #c41227;
}

.yt-pricing-lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  max-width: 620px;
  margin: 16px auto 0;
}

.yt-pricing-grid {
  position: relative;
  z-index: 2;
  align-items: stretch;
}

.yt-pricing-grid > [class*="col-"] {
  display: flex;
}

.yt-price-card {
  position: relative;
  width: 100%;
  padding: 40px 32px 36px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, border-color 0.4s, box-shadow 0.4s;
  overflow: hidden;
}

.yt-price-card-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(196, 18, 39, 0.06), transparent 30%);
  animation: ytPriceShine 8s linear infinite;
  pointer-events: none;
}

@keyframes ytPriceShine {
  to { transform: rotate(360deg); }
}

.yt-price-card:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 18, 39, 0.4);
  box-shadow: 0 30px 70px rgba(196, 18, 39, 0.15);
}

.yt-price-card--featured {
  border-color: rgba(196, 18, 39, 0.55);
  background: linear-gradient(160deg, rgba(196, 18, 39, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0 20px 60px rgba(196, 18, 39, 0.2);
  transform: scale(1.03);
}

.yt-price-card--featured:hover {
  transform: scale(1.03) translateY(-8px);
}

.yt-price-popular {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #c41227, #ff4d5e);
  box-shadow: 0 4px 20px rgba(196, 18, 39, 0.5);
}

.yt-price-tier {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c41227;
  margin-bottom: 8px;
}

.yt-price-name {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.yt-price-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
  line-height: 1.5;
}

.yt-price-amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.yt-price-main {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.yt-price-sep {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 4px;
}

.yt-price-sub {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.yt-price-features {
  flex: 1;
  margin-bottom: 28px;
}

.yt-price-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  line-height: 1.45;
}

.yt-price-features li i {
  color: #c41227;
  margin-top: 3px;
  flex-shrink: 0;
}

.yt-price-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 12px;
}

.yt-price-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  margin: 0;
}

.yt-pricing-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
  margin-top: 56px;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.yt-pricing-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.yt-pricing-trust-item i {
  color: #c41227;
  font-size: 16px;
}

/* ── Comparison table ── */
.yt-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.yt-compare-table th,
.yt-compare-table td {
  padding: 18px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.yt-compare-table thead th {
  background: rgba(196, 18, 39, 0.15);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.yt-compare-table thead th:first-child {
  text-align: left;
}

.yt-compare-table tbody td {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
}

.yt-compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.yt-compare-table .yt-check {
  color: #c41227;
}

/* ── FAQ ── */
.yt-faq-item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 12px;
  overflow: hidden;
}

.yt-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s;
}

.yt-faq-q:hover {
  color: #ff6b7a;
}

.yt-faq-q i {
  color: #c41227;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.yt-faq-item.is-open .yt-faq-q i {
  transform: rotate(45deg);
}

.yt-faq-a {
  display: none;
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
}

.yt-faq-item.is-open .yt-faq-a {
  display: block;
}

/* ── Case study cards ── */
.yt-case-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  margin-bottom: 48px;
}

.yt-case-card__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 40px 40px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  align-items: start;
}

.yt-case-card__niche {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c41227;
  margin-bottom: 8px;
}

.yt-case-card__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.yt-case-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.yt-case-metric {
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(196, 18, 39, 0.3);
  background: rgba(196, 18, 39, 0.08);
  text-align: center;
  min-width: 120px;
}

.yt-case-metric b {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.yt-case-metric b span {
  color: #c41227;
}

.yt-case-metric small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
}

.yt-case-card__body {
  padding: 32px 40px 40px;
}

.yt-case-quote {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
  border-left: 3px solid #c41227;
  padding-left: 24px;
  margin-bottom: 28px;
}

.yt-case-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yt-case-timeline span {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── Multi-step form ── */
.yt-form-panel {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(20px);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}

.yt-form-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c41227, #ff4d5e, transparent);
}

.yt-step-indicator {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}

.yt-step-indicator::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

.yt-step-indicator li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  text-align: center;
}

.yt-step-indicator li span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #0a0a0f;
  transition: all 0.35s;
}

.yt-step-indicator li em {
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.35s;
}

.yt-step-indicator li.is-active span,
.yt-step-indicator li.is-done span {
  border-color: #c41227;
  color: #fff;
  background: linear-gradient(135deg, #c41227, #8b0f1c);
  box-shadow: 0 0 20px rgba(196, 18, 39, 0.4);
}

.yt-step-indicator li.is-active em,
.yt-step-indicator li.is-done em {
  color: rgba(255, 255, 255, 0.8);
}

.yt-form-step {
  display: none;
}

.yt-form-step.is-active {
  display: block;
  animation: ytFormFade 0.4s ease;
}

@keyframes ytFormFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.yt-form-step h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.yt-form-step > p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

.yt-form-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.yt-form-nav .yt-btn-ghost {
  padding: 14px 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
}

.yt-form-nav .yt-btn-ghost:hover {
  border-color: #c41227;
  color: #fff;
}

.yt-form-nav .yt-btn-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.yt-plan-pick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 8px;
}

.yt-plan-pick label {
  display: block;
  padding: 20px 16px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  text-align: center;
  transition: all 0.25s;
}

.yt-plan-pick label strong {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 4px;
}

.yt-plan-pick label small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.yt-plan-pick input {
  display: none;
}

.yt-plan-pick input:checked + label {
  border-color: #c41227;
  background: rgba(196, 18, 39, 0.12);
}

.yt-plan-pick input:checked + label strong {
  color: #ff6b7a;
}

/* Inner page form fields */
.yt-inner-page .xb-input-field input,
.yt-inner-page .xb-input-field textarea,
.yt-inner-page .xb-input-field select {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.yt-inner-page .xb-input-field label {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* CTA band */
.yt-cta-band {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(196, 18, 39, 0.2) 0%, rgba(5, 5, 8, 0.95) 50%, rgba(196, 18, 39, 0.1) 100%);
  border-top: 1px solid rgba(196, 18, 39, 0.2);
  border-bottom: 1px solid rgba(196, 18, 39, 0.2);
}

.yt-cta-band__inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.yt-cta-band h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.yt-cta-band p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
}

/* Contact info cards */
.yt-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.yt-contact-card {
  padding: 32px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
}

.yt-contact-card:hover {
  border-color: rgba(196, 18, 39, 0.4);
  transform: translateY(-4px);
}

.yt-contact-card i {
  font-size: 28px;
  color: #c41227;
  margin-bottom: 16px;
}

.yt-contact-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.yt-contact-card a,
.yt-contact-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.5;
}

.yt-contact-card a:hover {
  color: #c41227;
}

/* Timeline about */
.yt-about-timeline {
  position: relative;
  padding: 20px 0;
}

.yt-about-timeline__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  padding: 28px 0;
  border-left: 2px solid rgba(196, 18, 39, 0.2);
  margin-left: 60px;
  padding-left: 40px;
  position: relative;
}

.yt-about-timeline__item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 32px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c41227;
  box-shadow: 0 0 16px rgba(196, 18, 39, 0.6);
}

.yt-about-timeline__year {
  font-size: 24px;
  font-weight: 800;
  color: #c41227;
  text-align: right;
  margin-left: -180px;
}

.yt-about-timeline__item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.yt-about-timeline__item p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .yt-price-card--featured {
    transform: none;
  }

  .yt-price-card--featured:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 991px) {
  .yt-page-hero {
    padding: 118px 0 70px;
  }

  .yt-page-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-process-step__grid {
    grid-template-columns: 1fr;
  }

  .yt-process-step {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }

  .yt-process-step__num {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .yt-contact-cards {
    grid-template-columns: 1fr;
  }

  .yt-plan-pick {
    grid-template-columns: 1fr;
  }

  .yt-case-card__header {
    grid-template-columns: 1fr;
    padding: 28px 24px 24px;
  }

  .yt-case-card__body {
    padding: 24px;
  }

  .yt-form-panel {
    padding: 32px 24px;
  }

  .yt-step-indicator em {
    display: none;
  }
}

@media (max-width: 767px) {
  .yt-inner-section {
    padding: 70px 0;
  }

  .yt-page-hero__stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .yt-hero-stat {
    padding: 14px;
  }

  .yt-pricing-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .yt-about-timeline__item {
    grid-template-columns: 1fr;
    margin-left: 20px;
    padding-left: 24px;
  }

  .yt-about-timeline__year {
    margin-left: 0;
    text-align: left;
    margin-bottom: 8px;
  }

  .yt-compare-table {
    display: block;
    overflow-x: auto;
  }
}

/* ════════════════════════════════════════════
   CLIENT CARDS — stories grid (3 × 3)
   ════════════════════════════════════════════ */
.yt-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.yt-client-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s, box-shadow 0.4s;
  will-change: transform;
}

.yt-client-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% -10%, rgba(196, 18, 39, 0.16) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.yt-client-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 77, 94, 0.7), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.yt-client-card:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 18, 39, 0.45);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 18px 50px rgba(196, 18, 39, 0.16);
}

.yt-client-card:hover::before,
.yt-client-card:hover::after {
  opacity: 1;
}

.yt-client-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.yt-client-card__avatar {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #c41227 0%, #6d0b16 100%);
  box-shadow: 0 10px 26px rgba(196, 18, 39, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.yt-client-card__niche {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b7a;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(196, 18, 39, 0.35);
  background: rgba(196, 18, 39, 0.1);
  white-space: nowrap;
}

.yt-client-card__name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.yt-client-card__tag {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 18px;
}

.yt-client-card__spark {
  position: relative;
  margin: 0 -6px 18px;
}

.yt-client-card__spark svg {
  display: block;
  width: 100%;
  height: 64px;
}

.yt-client-card__spark .spark-line {
  filter: drop-shadow(0 0 6px rgba(255, 77, 94, 0.45));
}

.yt-client-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.yt-client-stat {
  padding: 12px 8px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.yt-client-stat b {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  line-height: 1.3;
}

.yt-client-stat b span {
  color: #ff4d5e;
  font-weight: 700;
}

.yt-client-stat small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-top: 3px;
}

.yt-client-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.yt-client-card__period {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

.yt-client-card__period i {
  color: #c41227;
  margin-right: 6px;
}

.yt-client-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ff6b7a;
  transition: gap 0.3s, color 0.3s;
}

.yt-client-card:hover .yt-client-card__link {
  color: #fff;
  gap: 12px;
}

@media (max-width: 1199px) {
  .yt-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .yt-client-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* ════════════════════════════════════════════
   CLIENT DETAIL PAGES
   ════════════════════════════════════════════ */
.yt-client-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(196, 18, 39, 0.4);
  background: rgba(196, 18, 39, 0.1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff6b7a;
  margin-bottom: 22px;
}

.yt-client-hero__badge i {
  font-size: 10px;
}

.yt-client-facts {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  padding: 30px 28px;
  position: sticky;
  top: 110px;
}

.yt-client-facts h4 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.yt-client-facts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yt-client-facts li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.07);
}

.yt-client-facts li:last-child {
  border-bottom: none;
}

.yt-client-facts li small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.yt-client-facts li b {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: right;
}

.yt-client-facts li b.is-accent {
  color: #ff4d5e;
}

.yt-client-story h3 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.yt-client-story h3 i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ff6b7a;
  background: rgba(196, 18, 39, 0.12);
  border: 1px solid rgba(196, 18, 39, 0.3);
  flex-shrink: 0;
}

.yt-client-story p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 28px;
}

.yt-client-metrics-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.yt-client-metric {
  position: relative;
  padding: 30px 22px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid rgba(196, 18, 39, 0.28);
  background: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(196, 18, 39, 0.14) 0%, transparent 65%), rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.yt-client-metric b {
  display: block;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  white-space: nowrap;
}

.yt-client-metric b span {
  color: #ff4d5e;
}

.yt-client-metric small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.yt-client-quote {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.yt-client-quote__stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 26px;
  color: #ffb02e;
  font-size: 16px;
}

.yt-client-quote blockquote {
  font-size: clamp(18px, 2.6vw, 26px);
  line-height: 1.6;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
  margin-bottom: 28px;
}

.yt-client-quote blockquote span {
  color: #ff6b7a;
}

.yt-client-quote cite {
  display: block;
  font-style: normal;
}

.yt-client-quote cite b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.yt-client-quote cite small {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.yt-client-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}

.yt-client-nav__link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 26px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.yt-client-nav__link:hover {
  border-color: rgba(196, 18, 39, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(196, 18, 39, 0.12);
}

.yt-client-nav__link--next {
  flex-direction: row-reverse;
  text-align: right;
}

.yt-client-nav__link i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #c41227, #8b0f1c);
  flex-shrink: 0;
}

.yt-client-nav__link small {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}

.yt-client-nav__link b {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.yt-client-nav__all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  transition: all 0.3s;
}

.yt-client-nav__all:hover {
  color: #fff;
  border-color: rgba(196, 18, 39, 0.45);
  background: rgba(196, 18, 39, 0.12);
}

@media (max-width: 991px) {
  .yt-client-metrics-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-client-facts {
    position: static;
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .yt-client-nav {
    grid-template-columns: 1fr;
  }

  .yt-client-nav__all {
    width: 100%;
    padding: 14px;
    order: 3;
  }

  .yt-client-nav__link--next {
    flex-direction: row;
    text-align: left;
  }
}

/* ════════════════════════════════════════════
   CLIENT CARD COVERS — channel-art banners
   ════════════════════════════════════════════ */
.yt-client-card {
  padding: 0;
}

.yt-client-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 26px 24px;
}

.yt-client-card__cover {
  position: relative;
  height: 150px;
  margin-bottom: 44px;
}

.yt-client-card__cover-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 120% 130% at var(--art-x, 80%) -30%, var(--art-a, rgba(255, 77, 94, 0.55)) 0%, transparent 60%),
    radial-gradient(ellipse 90% 110% at 12% 115%, rgba(196, 18, 39, 0.35) 0%, transparent 55%),
    linear-gradient(150deg, #2a070e 0%, #14040a 55%, #0a0308 100%);
}

.yt-client-card__cover-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.05;
  mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, #000 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, #000 20%, transparent 80%);
}

.yt-client-card__cover-art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 3, 6, 0.85) 100%);
}

.yt-client-card__cover-icon {
  position: absolute;
  right: -14px;
  bottom: -22px;
  font-size: 110px;
  color: rgba(255, 255, 255, 0.07);
  transform: rotate(-12deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), color 0.5s;
  pointer-events: none;
}

.yt-client-card:hover .yt-client-card__cover-icon {
  transform: rotate(-4deg) scale(1.08);
  color: rgba(255, 96, 110, 0.16);
}

.yt-client-card__cover-rings {
  position: absolute;
  left: 24px;
  top: 18px;
  display: flex;
  gap: 6px;
}

.yt-client-card__cover-rings span {
  display: block;
  width: 34px;
  height: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
}

.yt-client-card__cover-rings span:nth-child(1) {
  background: linear-gradient(90deg, #c41227, #ff5a69);
  box-shadow: 0 0 10px rgba(255, 77, 94, 0.6);
}

.yt-client-card__play {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%) scale(0.85);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  padding-left: 3px;
  background: rgba(196, 18, 39, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 34px rgba(196, 18, 39, 0.5);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(6px);
}

.yt-client-card:hover .yt-client-card__play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.yt-client-card__cover .yt-client-card__avatar {
  position: absolute;
  left: 24px;
  bottom: -26px;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 3px solid #0d0d13;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 96, 110, 0.35);
}

.yt-client-card__cover .yt-client-card__niche {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 2;
  background: rgba(10, 3, 6, 0.65);
  backdrop-filter: blur(8px);
}

.yt-client-card__subs {
  position: absolute;
  left: 96px;
  bottom: -20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(16, 8, 11, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}

.yt-client-card__subs i {
  color: #ff5a69;
  font-size: 10px;
}

@media (max-width: 767px) {
  .yt-client-card__cover {
    height: 132px;
  }
}
