/* 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, #ff3b3b);
  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, #ff3b3b, 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, 107, 122, 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%, #8f0d1c 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, 107, 122, 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: #ff3b3b;
  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: #ff3b3b;
}

.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: #ff3b3b;
}

.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, 107, 122, 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%, #120409 55%, #090307 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, 107, 122, 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, #ff6b7a);
  box-shadow: 0 0 10px rgba(255, 107, 122, 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, 107, 122, 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: #ff6b7a;
  font-size: 10px;
}

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

/* ── YouTube Tag Generator tool (minimal, rapidtags-style) ── */
.yt-tag-tool {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.yt-tag-tool__input-row {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  padding: 6px 6px 6px 22px;
}

.yt-tag-tool__input-row::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  margin-right: 12px;
  flex-shrink: 0;
}

.yt-tag-tool__input-row input.yt-tag-tool__input {
  flex: 1 1 auto;
  min-width: 0;
  height: auto !important;
  padding: 14px 8px !important;
  border: none !important;
  background: none !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.yt-tag-tool__input-row input.yt-tag-tool__input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.yt-tag-tool__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.yt-tag-tool__submit {
  padding: 13px 26px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #0a0a0a;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.yt-tag-tool__submit:hover {
  opacity: 0.85;
}

.yt-tag-tool__submit:disabled {
  opacity: 0.5;
  cursor: wait;
}

.devlip-strat-secondary-row {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 560px;
  margin: 12px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
}

.devlip-strat-secondary-row i {
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  flex-shrink: 0;
}

.devlip-strat-secondary-row input {
  flex: 1 1 auto;
  height: auto !important;
  border: none !important;
  background: none !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 13.5px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 4px 0 !important;
}

.devlip-strat-secondary-row input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.devlip-strat-secondary-row input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.yt-tag-tool__examples {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.yt-tag-tool__examples span {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
  align-self: center;
  margin-right: 2px;
}

.yt-tag-tool__example-chip {
  padding: 8px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}

.yt-tag-tool__example-chip:hover {
  border-color: #c41227;
  color: #fff;
}

@media (max-width: 560px) {
  .yt-tag-tool__input-row {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 14px 16px;
  }
  .yt-tag-tool__input-row::before {
    display: none;
  }
  .yt-tag-tool__input {
    flex: 1 1 100%;
    padding: 6px 0 12px;
  }
  .yt-tag-tool__submit {
    width: 100%;
  }
}

.yt-tag-tool__results {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.yt-tag-tool__results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.yt-tag-tool__results-count {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.yt-tag-tool__results-count b {
  color: #fff;
}

.yt-tag-tool__copy-all {
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
}

.yt-tag-tool__copy-all:hover {
  border-color: #c41227;
  background: rgba(196, 18, 39, 0.12);
}

.yt-tag-tool__copy-all.is-copied {
  border-color: #4ade80;
  color: #4ade80;
}

.yt-tag-tool__copy-all--ghost {
  background: none;
}

.yt-tag-tool__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yt-tag-tool__category {
  margin-bottom: 22px;
}

.yt-tag-tool__category:last-child {
  margin-bottom: 0;
}

.yt-tag-tool__category h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.yt-tag-tool__category h4 i {
  color: #c41227;
  font-size: 12px;
}

.yt-tag-tool__category > p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 10px;
}

.yt-tag-tool__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yt-tag-chip {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.yt-tag-chip:hover {
  border-color: #ff6b7a;
  background: rgba(196, 18, 39, 0.1);
  color: #fff;
}

.yt-tag-chip.is-selected {
  border-color: #e10600;
  background: rgba(196, 18, 39, 0.22);
  color: #fff;
}

.yt-tag-chip.is-selected::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  margin-right: 6px;
  color: #ff6b7a;
}

.yt-tag-chip.is-recommended {
  border-style: dashed;
  border-color: rgba(255, 107, 122, 0.45);
}

.yt-tag-chip.is-recommended::after {
  content: "★";
  margin-left: 6px;
  color: #ff6b7a;
  font-size: 10px;
}

.devlip-tag-hint {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 18px;
}

.devlip-tag-hint__badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px dashed rgba(255, 107, 122, 0.45);
  color: #ff6b7a;
  font-size: 11px;
  font-weight: 600;
}

.yt-tag-chip.is-copied {
  border-color: #4ade80;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.08);
}

.yt-tag-tool__empty,
.yt-tag-tool__loading {
  padding: 30px 0 6px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

.yt-tag-tool__error {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 107, 122, 0.3);
  background: rgba(196, 18, 39, 0.1);
  color: #ff6b7a;
  font-size: 13.5px;
  display: none;
}

.yt-tag-tool__error.is-visible {
  display: block;
}

@media (max-width: 600px) {
  .yt-tag-tool {
    padding: 24px 18px;
  }
  .yt-tag-tool__submit {
    width: 100%;
  }
}

/* ── Source attribution box ── */
.devlip-source-credit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

.devlip-source-credit i {
  color: #c41227;
  font-size: 15px;
  flex-shrink: 0;
}

.devlip-source-credit a {
  color: #ff6b7a;
  font-weight: 600;
}

/* ── Inline diagrams inside articles ── */
.devlip-diagram {
  margin: 28px 0;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.02);
}

.devlip-diagram__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ff6b7a;
  margin-bottom: 16px;
}

.devlip-diagram__caption {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
  margin: 14px 0 0;
}

.devlip-thumb-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.devlip-thumb-gallery__item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  text-align: center;
}

.devlip-thumb-gallery__item img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 8px;
  background-image: linear-gradient(45deg, #2a2a2a 25%, transparent 25%), linear-gradient(-45deg, #2a2a2a 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #2a2a2a 75%), linear-gradient(-45deg, transparent 75%, #2a2a2a 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
  background-color: #1c1c1c;
}

.devlip-thumb-gallery__item span {
  display: block;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.devlip-thumb-gallery__download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #ff6b7a;
  text-decoration: none;
  border: 1px solid rgba(255, 107, 122, 0.3);
  border-radius: 20px;
  padding: 6px 14px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.devlip-thumb-gallery__download:hover {
  background: #e10600;
  border-color: #e10600;
  color: #fff;
}

.devlip-tk-thumb-download {
  display: block;
  text-align: center;
  font-size: 11.5px;
  font-weight: 600;
  color: #ff6b7a;
  margin-top: 4px;
  text-decoration: none;
}

.devlip-adcheck {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}

.devlip-adcheck--primary {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.devlip-adcheck__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 18px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.devlip-adcheck__divider::before,
.devlip-adcheck__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.devlip-adcheck__head {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.devlip-adcheck__head i {
  font-size: 20px;
  color: #ff6b7a;
  margin-top: 2px;
}

.devlip-adcheck__head h4 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.devlip-adcheck__badge {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f5c451;
  border: 1px solid rgba(245, 196, 81, 0.35);
  border-radius: 20px;
  padding: 3px 10px;
}

.devlip-adcheck__head p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0;
}

.devlip-tk-thumb-download:hover {
  color: #fff;
}

.devlip-tr-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.devlip-tr-toggle__btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.devlip-tr-toggle__btn.is-active {
  background: #e10600;
  border-color: #e10600;
  color: #fff;
}

.devlip-tr-toggle__btn:hover:not(.is-active) {
  border-color: rgba(255, 107, 122, 0.5);
  color: #fff;
}

.devlip-overlap-bar {
  display: flex;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
}

.devlip-overlap-bar__seg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
}

.devlip-shorts-frame {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.devlip-price-table {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13.5px;
}

.devlip-price-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 0.8fr;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}

.devlip-price-row--head {
  background: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.devlip-price-row:not(.devlip-price-row--head) span:first-child {
  color: #fff;
  font-weight: 600;
}

.devlip-price-row span:last-child {
  color: #ff6b7a;
  font-weight: 700;
}

@media (max-width: 500px) {
  .devlip-price-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 4px;
  }
}

.devlip-venn {
  width: 100%;
  height: auto;
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.devlip-focus-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.devlip-focus-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.devlip-focus-strip__item i {
  font-size: 20px;
  color: #ff6b7a;
}

.devlip-focus-strip__item span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .devlip-focus-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .devlip-overlap-bar {
    flex-wrap: wrap;
    height: auto;
  }
  .devlip-overlap-bar__seg {
    width: 50% !important;
    height: 44px;
    white-space: normal;
  }
}

/* ── Free Creator Course (slide deck) ── */
.devlip-course {
  max-width: 820px;
  margin: 0 auto;
}

.devlip-course__progress-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 10px;
}

.devlip-course__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #e10600, #ff6b7a);
  border-radius: 999px;
  transition: width 0.3s ease;
  width: 7%;
}

.devlip-course__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 32px;
}

.devlip-course__meta b {
  color: #fff;
}

.devlip-course__slide {
  display: none;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  min-height: 380px;
}

.devlip-course__slide.is-active {
  display: block;
}

.devlip-course__badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(196, 18, 39, 0.18);
  color: #ff6b7a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.devlip-course__slide h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
}

.devlip-course__slide p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 14px;
}

.devlip-course__slide ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.devlip-course__slide ul li {
  padding-left: 24px;
  position: relative;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 10px;
}

.devlip-course__slide ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #ff6b7a;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 3px;
}

.devlip-course__slide strong {
  color: #fff;
}

.devlip-course__tool-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px dashed rgba(255, 107, 122, 0.4);
  color: #ff6b7a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.devlip-course__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.devlip-course__nav-btn {
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.devlip-course__nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.devlip-course__nav-btn--next {
  background: linear-gradient(135deg, #e10600, #a80f20);
  border: none;
}

.devlip-course__dots {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.devlip-course__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  cursor: pointer;
  padding: 0;
}

.devlip-course__dot.is-active {
  background: #e10600;
  transform: scale(1.3);
}

.devlip-course__dot.is-done {
  background: rgba(255, 107, 122, 0.5);
}

@media (max-width: 600px) {
  .devlip-course__slide {
    padding: 26px 20px;
  }
  .devlip-course__nav-btn span {
    display: none;
  }
}

/* ── YouTube Toolkit ── */
.devlip-toolkit {
  max-width: 780px;
  margin: 0 auto;
}

.devlip-toolkit__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.devlip-toolkit__tab {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.devlip-toolkit__tab.is-active {
  background: linear-gradient(135deg, #e10600, #a80f20);
  border-color: transparent;
  color: #fff;
}

.devlip-toolkit__panel {
  display: none;
}

.devlip-toolkit__panel.is-active {
  display: block;
}

.devlip-toolkit__desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 18px;
}

.devlip-toolkit__results {
  margin-top: 24px;
}

.devlip-tk-card {
  padding: 26px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.02);
}

.devlip-tk-card--channel {
  display: flex;
  align-items: center;
  gap: 20px;
}

.devlip-tk-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

.devlip-tk-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}

.devlip-tk-card h5 {
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ff6b7a;
  margin: 20px 0 10px;
}

.devlip-tk-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 6px;
}

.devlip-tk-sub code {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 8px;
  border-radius: 6px;
}

.devlip-tk-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.devlip-tk-thumb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.devlip-tk-thumbs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.devlip-tk-thumbs img {
  width: 120px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.devlip-tk-thumbs span {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: capitalize;
}

.devlip-tk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.devlip-tk-tags span {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.devlip-tk-copy-chip {
  padding: 7px 12px;
  min-height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.devlip-tk-copy-chip:hover,
.devlip-tk-copy-chip:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.devlip-tk-copy-chip:active {
  background: rgba(120, 200, 120, 0.18);
  border-color: rgba(120, 200, 120, 0.4);
  color: #fff;
}

.devlip-tk-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13.5px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.devlip-tk-status.is-good { color: #4ade80; border-color: rgba(74, 222, 128, 0.3); background: rgba(74, 222, 128, 0.08); }
.devlip-tk-status.is-bad { color: #f5c451; border-color: rgba(245, 196, 81, 0.3); background: rgba(245, 196, 81, 0.08); }

.devlip-tk-links { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.devlip-tk-links a { color: #ff6b7a; word-break: break-all; font-size: 13px; }

.devlip-tk-score {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.devlip-tk-score span { font-size: 16px; color: rgba(255, 255, 255, 0.4); font-weight: 400; }

.devlip-tk-notes { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.devlip-tk-notes li {
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.devlip-tk-list { display: flex; flex-direction: column; gap: 8px; }
.devlip-tk-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
}
.devlip-tk-list-item i { color: rgba(255, 255, 255, 0.4); }
.devlip-tk-list-item:hover { border-color: rgba(255, 107, 122, 0.4); }

.devlip-tk-shorts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}
.devlip-tk-short img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.1); }

.devlip-tk-idea-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.devlip-tk-idea {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.devlip-tk-idea h5 { margin: 0 0 6px; color: #fff; font-size: 14.5px; }
.devlip-tk-idea p { margin: 0; color: rgba(255, 255, 255, 0.6); font-size: 13px; }

.devlip-tk-url-list { display: flex; flex-direction: column; gap: 8px; }
.devlip-tk-url-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.devlip-tk-url-row span { color: rgba(255, 255, 255, 0.5); font-size: 12px; min-width: 120px; }
.devlip-tk-url-row a { color: #ff6b7a; font-size: 13px; word-break: break-all; }

.devlip-tk-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.devlip-tk-meta-grid > div {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.devlip-tk-meta-grid span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.devlip-tk-meta-grid b {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 500px) {
  .devlip-tk-meta-grid {
    grid-template-columns: 1fr;
  }
}

.devlip-wt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.devlip-wt-grid label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.devlip-wt-grid input.yt-tag-tool__input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

@media (max-width: 600px) {
  .devlip-wt-grid {
    grid-template-columns: 1fr;
  }
}

.devlip-money-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.devlip-money-grid label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.devlip-money-grid input.yt-tag-tool__input,
.devlip-money-grid select.yt-tag-tool__input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #fff;
  padding: 12px 14px;
  font-size: 13.5px;
}

.devlip-money-grid select.yt-tag-tool__input option {
  background: #16181c;
  color: #fff;
}

/* main.js runs $('select').niceSelect() sitewide, which hides the raw
   <select> above and injects its own light-themed dropdown markup — this
   overrides that injected markup to match the page's dark theme. */
.devlip-money-grid .nice-select {
  width: 100%;
  height: auto;
  min-height: 46px;
  line-height: 1.4;
  padding: 12px 34px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #fff;
  font-size: 13.5px;
}

.devlip-money-grid .nice-select .current {
  color: #fff;
  white-space: normal;
}

.devlip-money-grid .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 16px;
}

.devlip-money-grid .nice-select .list {
  background: #16181c;
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
}

.devlip-money-grid .nice-select .option {
  color: rgba(255, 255, 255, 0.8);
  white-space: normal;
  line-height: 1.4;
  min-height: auto;
  padding: 10px 14px;
}

.devlip-money-grid .nice-select .option:hover,
.devlip-money-grid .nice-select .option.selected {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

@media (max-width: 700px) {
  .devlip-money-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 460px) {
  .devlip-money-grid {
    grid-template-columns: 1fr;
  }
}

.devlip-money-windows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.devlip-money-window {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  text-align: center;
}

.devlip-money-window span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}

.devlip-money-window b {
  display: block;
  font-size: 17px;
  color: #fff;
}

.devlip-money-window--empty {
  opacity: 0.4;
}

.devlip-tk-desc {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 16px;
  border-radius: 10px;
  margin: 0 0 10px;
  max-height: 220px;
  overflow-y: auto;
}

.devlip-toolkit__related {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.devlip-toolkit__related > span {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 4px;
}

/* ── Title Generator ── */
.devlip-title-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.devlip-title-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 14.5px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.devlip-title-item i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}

.devlip-title-item:hover {
  border-color: rgba(255, 107, 122, 0.4);
  background: rgba(196, 18, 39, 0.08);
}

.devlip-title-item.is-active {
  border-color: #e10600;
  background: rgba(196, 18, 39, 0.18);
}

.devlip-title-item.is-active i {
  color: #ff6b7a;
  transform: translateX(3px);
}

.devlip-desc-panel {
  padding: 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.02);
}

.devlip-desc-panel h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.devlip-desc-panel h4 i {
  color: #ff6b7a;
}

.devlip-desc-panel h4 span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.devlip-desc-fields {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0;
}

.devlip-desc-fields input {
  flex: 1 1 200px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  outline: none;
}

.devlip-desc-fields input:focus {
  border-color: #c41227;
}

.devlip-desc-fields input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

#descOutput {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.6;
  font-family: inherit;
  resize: vertical;
  margin-bottom: 14px;
}

.devlip-desc-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ── Content Strategy Generator plan output ── */
.devlip-strat-plan {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.devlip-strat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
}

.devlip-strat-item--bridge {
  border-color: rgba(255, 107, 122, 0.35);
  background: rgba(196, 18, 39, 0.08);
}

.devlip-strat-item__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.devlip-strat-item__badge {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}

.devlip-strat-item--bridge .devlip-strat-item__badge {
  background: #c41227;
  color: #fff;
}

.devlip-strat-item__title {
  font-size: 14.5px;
  color: #fff;
  font-weight: 500;
}

.devlip-strat-metrics {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.devlip-strat-metrics h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.devlip-strat-metrics h4 i {
  color: #ff6b7a;
}

.devlip-strat-metrics p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.devlip-strat-metrics a {
  color: #ff6b7a;
}

@media (max-width: 600px) {
  .devlip-strat-item__title {
    font-size: 13.5px;
  }
}

/* Educational guide and related reading beneath free tools */
.yt-tool-learning {
  padding: 86px 0;
  background: #101116;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.yt-tool-learning__grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.75fr); gap: 52px; align-items: start; }
.yt-tool-learning h2 { color: #fff; font-size: clamp(28px,3vw,42px); line-height: 1.13; margin: 13px 0 18px; }
.yt-tool-learning h3 { color: #fff; font-size: 18px; margin: 27px 0 12px; }
.yt-tool-learning p, .yt-tool-learning li { color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.yt-tool-learning ol { margin: 0; padding-left: 22px; }
.yt-tool-learning li + li { margin-top: 8px; }
.yt-tool-learning__articles { display: flex; flex-direction: column; gap: 10px; padding: 25px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); border-radius: 14px; }
.yt-tool-learning__articles > span { color: #ff6b7a; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.yt-tool-learning__link { display: flex; align-items: center; gap: 12px; color: #fff; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; font-weight: 600; line-height: 1.4; }
.yt-tool-learning__icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(255,107,122,.18), rgba(255,107,122,.05)); border: 1px solid rgba(255,107,122,.3); }
.yt-tool-learning__icon i { color: #ff6b7a; font-size: 13px; }
.yt-tool-learning__icon--tool { background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.03)); border-color: rgba(255,255,255,.18); }
.yt-tool-learning__icon--tool i { color: rgba(255,255,255,.85); }
.yt-tool-learning__link-text { flex: 1 1 auto; }
.yt-tool-learning__link:hover { color: #ff6b7a; }
.yt-tool-learning__link:hover .yt-tool-learning__icon { border-color: #ff6b7a; }
.yt-tool-learning__articles .yt-tool-learning__all { display: block; border: 0; padding: 4px 0 0; color: #ff6b7a; font-size: 15px; font-weight: 600; }
.yt-tool-learning__all i { margin-right: 0 !important; margin-left: 7px; }
.yt-tool-learning__service { margin-top: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 8px; }
.yt-tool-learning__service > span { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.yt-tool-learning__service a { color: #fff; border: 0; padding: 2px 0; font-size: 13px; }
.yt-tool-learning__service a i { margin-right: 0; margin-left: 5px; color: #ff6b7a; }
.yt-tool-learning__tools { margin-top: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 8px; }
.yt-tool-learning__tools > span { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.yt-tool-learning__tools .yt-tool-learning__link { font-size: 13px; padding: 8px 0; }
.yt-tool-learning__tools .yt-tool-learning__icon { width: 28px; height: 28px; border-radius: 7px; }
.yt-tool-learning__tools .yt-tool-learning__icon i { font-size: 11px; }
.yt-tool-directory { padding: 85px 0; background: #101116; border-top: 1px solid rgba(255,255,255,.07); }
.yt-tool-directory__lead { max-width: 650px; margin: 12px auto 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.yt-tool-directory__group { margin-top: 42px; }
.yt-tool-directory__group h3 { color: #fff; font-size: 19px; margin-bottom: 16px; }
.yt-tool-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }
.yt-tool-directory__grid > a { min-height: 112px; display: grid; grid-template-columns: 31px 1fr; column-gap: 13px; align-content: start; padding: 19px; color: #fff; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.yt-tool-directory__grid > a:hover { transform: translateY(-3px); border-color: rgba(255,107,122,.75); background: rgba(255,107,122,.06); }
.yt-tool-directory__grid > a > i { color: #ff6b7a; margin-top: 4px; }
.yt-tool-directory__grid b, .yt-tool-directory__grid small { display: block; }
.yt-tool-directory__grid b { font-size: 15px; line-height: 1.35; }
.yt-tool-directory__grid small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.45; }
.yt-tool-directory__grid em { grid-column: 2; margin-top: 11px; color: #ff6b7a; font-style: normal; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.yt-tool-directory__grid em i { margin-left: 4px; }
.yt-toolkit-explainer, .yt-toolkit-how, .yt-toolkit-usecases { padding: 85px 0; background: #0c0d11; border-top: 1px solid rgba(255,255,255,.07); }
.yt-toolkit-explainer__intro { max-width: 760px; margin: 13px auto 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.yt-toolkit-benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 15px; margin-top: 42px; }
.yt-toolkit-benefits article { padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.025); }
.yt-toolkit-benefits article > i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; color: #ff6b7a; background: rgba(196,18,39,.26); }
.yt-toolkit-benefits h3 { margin: 17px 0 7px; color: #fff; font-size: 16px; }
.yt-toolkit-benefits p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.yt-toolkit-how { background: #101116; }
.yt-toolkit-how__steps { max-width: 890px; margin: 44px auto 0; display: grid; gap: 18px; }
.yt-toolkit-how__steps article { display: grid; grid-template-columns: 72px 1fr; gap: 25px; align-items: center; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.025); }
.yt-toolkit-how__steps article > span { color: #ff6b7a; font-size: 26px; font-weight: 800; }
.yt-toolkit-how__steps i { color: #ff6b7a; }
.yt-toolkit-how__steps h3 { display: inline; margin-left: 9px; color: #fff; font-size: 19px; }
.yt-toolkit-how__steps p { margin: 9px 0 0; color: rgba(255,255,255,.6); line-height: 1.65; }
.yt-toolkit-usecases { background: #0c0d11; }
.yt-toolkit-usecases__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.yt-toolkit-usecases h2 { margin: 14px 0; color: #fff; font-size: clamp(28px,3.5vw,42px); line-height: 1.15; }
.yt-toolkit-usecases p { color: rgba(255,255,255,.62); line-height: 1.75; }
.yt-toolkit-usecases ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.yt-toolkit-usecases li { display: flex; gap: 12px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.66); line-height: 1.55; }
.yt-toolkit-usecases li i { color: #ff6b7a; margin-top: 4px; }
.yt-toolkit-usecases li b, .yt-toolkit-best-practices h3 { color: #fff; }
.yt-toolkit-best-practices { margin-top: 45px; padding: 26px; border-radius: 14px; border: 1px solid rgba(255,107,122,.2); background: rgba(196,18,39,.08); }
.yt-toolkit-best-practices h3 { margin: 0 0 17px; font-size: 18px; }
.yt-toolkit-best-practices > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.yt-toolkit-best-practices p { margin: 0; font-size: 13px; }
.yt-toolkit-best-practices p b { color: #ff9ca7; }
@media (max-width: 991px) { .yt-toolkit-benefits { grid-template-columns: repeat(2, minmax(0,1fr)); } .yt-toolkit-usecases__grid { grid-template-columns: 1fr; gap: 30px; } .yt-toolkit-best-practices > div { grid-template-columns: 1fr; gap: 12px; } }
@media (max-width: 575px) { .yt-toolkit-explainer, .yt-toolkit-how, .yt-toolkit-usecases { padding: 58px 0; } .yt-toolkit-benefits { grid-template-columns: 1fr; } .yt-toolkit-how__steps article { grid-template-columns: 1fr; gap: 13px; } }
@media (max-width: 991px) { .yt-tool-directory__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 575px) { .yt-tool-directory { padding: 58px 0; } .yt-tool-directory__grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .yt-tool-learning { padding: 58px 0; } .yt-tool-learning__grid { grid-template-columns: 1fr; gap: 30px; } }

/* Thumbnail Preview mockup frames */
.devlip-tp-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.devlip-tp-frame { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 16px; }
.devlip-tp-label { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: rgba(255,255,255,.4); margin-bottom: 12px; }
.devlip-tp-search-row { display: flex; gap: 12px; }
.devlip-tp-search-row img { width: 168px; height: 94px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.devlip-tp-search-title { font-size: 15px; color: #fff; font-weight: 600; line-height: 1.3; margin-bottom: 6px; }
.devlip-tp-search-sub { font-size: 12px; color: rgba(255,255,255,.5); }
.devlip-tp-suggested-row { display: flex; gap: 8px; }
.devlip-tp-suggested-row img { width: 120px; height: 68px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.devlip-tp-suggested-title { font-size: 13px; color: #fff; font-weight: 600; line-height: 1.3; margin-bottom: 4px; }
.devlip-tp-suggested-sub { font-size: 11px; color: rgba(255,255,255,.5); }
.devlip-tp-mobile-card { max-width: 220px; margin: 0 auto; }
.devlip-tp-mobile-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 10px; }
.devlip-tp-mobile-title { font-size: 13px; color: #fff; font-weight: 600; margin-top: 8px; line-height: 1.3; }
.devlip-tp-tv-card { max-width: 320px; margin: 0 auto; }
.devlip-tp-tv-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,.5); }
.devlip-tp-tv-title { font-size: 16px; color: #fff; font-weight: 700; margin-top: 10px; text-align: center; }
@media (max-width: 767px) { .devlip-tp-grid { grid-template-columns: 1fr; } }

/* Thumbnail Resizer / Templates */
.devlip-tr-drop { border: 2px dashed rgba(255,255,255,.15); border-radius: 14px; padding: 32px; text-align: center; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.devlip-tr-drop:hover, .devlip-tr-drop.is-dragover { border-color: rgba(225,6,0,.5); background: rgba(225,6,0,.04); }
.devlip-tr-drop i { font-size: 28px; color: rgba(255,255,255,.35); margin-bottom: 10px; display: block; }
.devlip-tr-canvas-wrap { text-align: center; margin-top: 16px; }
.devlip-tr-canvas-wrap canvas { max-width: 100%; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); }
.devlip-tt-template-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0; }
.devlip-tt-template-chip { padding: 8px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); color: rgba(255,255,255,.7); font-size: 13px; cursor: pointer; }
.devlip-tt-template-chip.is-active { border-color: #e10600; background: rgba(225,6,0,.12); color: #fff; }
