@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.ytv-premium-editorial,
.ytv-premium-editorial * {
  box-sizing: border-box;
}

.ytv-premium-editorial {
  --ytv-ink: #221f2b;
  --ytv-muted: #6c6578;
  --ytv-line: rgba(150, 79, 54, 0.16);
  --ytv-red: #e1362d;
  --ytv-coral: #ff6b4a;
  --ytv-gold: #f3b95f;
  --ytv-cream: #fff6ee;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ytv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.ytv-premium-editorial .ytv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.ytv-premium-editorial .ytv-section-white {
  background: #fff;
}

.ytv-premium-editorial .ytv-section-warm {
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 107, 74, 0.14), transparent 30%),
    radial-gradient(circle at 85% 8%, rgba(243, 185, 95, 0.18), transparent 28%),
    linear-gradient(180deg, #fff9f3 0%, #fff4ea 100%);
}

.ytv-premium-editorial .ytv-container {
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 92px 28px;
}

.ytv-premium-editorial .ytv-heading-wrap {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ytv-premium-editorial .ytv-heading-wrap h2 {
  margin: 0;
  color: var(--ytv-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-heading-wrap h2 span {
  background: linear-gradient(105deg, var(--ytv-red), var(--ytv-coral) 48%, var(--ytv-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ytv-premium-editorial .ytv-heading-wrap p {
  margin: 14px auto 0;
  color: var(--ytv-muted);
  font-size: 1.02rem;
  max-width: 680px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-card-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ytv-premium-editorial .ytv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytv-card-a: #e1362d;
  --ytv-card-b: #ff8a62;
  --ytv-card-c: #fff3ed;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 258px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(92, 48, 42, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), var(--ytv-card-c));
  box-shadow: 0 18px 48px rgba(60, 38, 28, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(24px);
  opacity: 0;
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
  will-change: transform, opacity;
}

.ytv-premium-editorial .ytv-card.is-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.ytv-premium-editorial .ytv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), transparent 38%),
    radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--ytv-card-a) 18%, transparent), transparent 30%);
  pointer-events: none;
}

.ytv-premium-editorial .ytv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ytv-card-a), var(--ytv-card-b));
  opacity: 0.72;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 260ms ease, opacity 260ms ease;
}

.ytv-premium-editorial .ytv-card:hover {
  border-color: color-mix(in srgb, var(--ytv-card-a) 34%, rgba(92, 48, 42, 0.14));
  box-shadow: 0 26px 66px rgba(60, 38, 28, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ytv-premium-editorial .ytv-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.ytv-premium-editorial .ytv-card > * {
  position: relative;
  z-index: 1;
}

.ytv-premium-editorial .ytv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 20px;
  border-radius: 18px;
  color: var(--ytv-card-a);
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--ytv-card-a) 12%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 12px 28px rgba(80, 44, 35, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.ytv-premium-editorial .ytv-icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.ytv-premium-editorial .ytv-card:hover .ytv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--ytv-card-a), var(--ytv-card-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}

.ytv-premium-editorial .ytv-card h3 {
  display: inline;
  margin: 0;
  color: var(--ytv-ink);
  font-size: 1.06rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--ytv-card-a), var(--ytv-card-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-card:hover h3 {
  background-size: 100% 2px;
}

.ytv-premium-editorial .ytv-card p {
  margin: 14px 0 0;
  color: var(--ytv-muted);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytv-card-a);
  font-size: 0.88rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 240ms ease, transform 240ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-card:hover .ytv-cta {
  opacity: 1;
  transform: translateY(0);
}

.ytv-premium-editorial .ytv-tilt-card {
  transform-style: preserve-3d;
}

.ytv-premium-editorial .ytv-process-card {
  padding-top: 30px;
}

.ytv-premium-editorial .ytv-process-card::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 4px;
  color: color-mix(in srgb, var(--ytv-card-a) 12%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 260ms ease, color 260ms ease;
}

.ytv-premium-editorial .ytv-process-card:hover::before {
  color: color-mix(in srgb, var(--ytv-card-a) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.ytv-premium-editorial .ytv-step-text {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 14px;
  color: var(--ytv-card-a);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-card:nth-child(8n + 1) { --ytv-card-a: #e1362d; --ytv-card-b: #ff7657; --ytv-card-c: #fff4ef; }
.ytv-premium-editorial .ytv-card:nth-child(8n + 2) { --ytv-card-a: #d9487a; --ytv-card-b: #ff9a7a; --ytv-card-c: #fff2f6; }
.ytv-premium-editorial .ytv-card:nth-child(8n + 3) { --ytv-card-a: #b95b22; --ytv-card-b: #f3b95f; --ytv-card-c: #fff7e8; }
.ytv-premium-editorial .ytv-card:nth-child(8n + 4) { --ytv-card-a: #8f55d7; --ytv-card-b: #ff8f6d; --ytv-card-c: #f8f2ff; }
.ytv-premium-editorial .ytv-card:nth-child(8n + 5) { --ytv-card-a: #147f7b; --ytv-card-b: #70c7ad; --ytv-card-c: #effbf8; }
.ytv-premium-editorial .ytv-card:nth-child(8n + 6) { --ytv-card-a: #2f67c8; --ytv-card-b: #7ab0ff; --ytv-card-c: #f0f6ff; }
.ytv-premium-editorial .ytv-card:nth-child(8n + 7) { --ytv-card-a: #a45a18; --ytv-card-b: #f4c15e; --ytv-card-c: #fff8e9; }
.ytv-premium-editorial .ytv-card:nth-child(8n + 8) { --ytv-card-a: #283f8f; --ytv-card-b: #ff6b4a; --ytv-card-c: #f3f5ff; }

@media (min-width: 1200px) {
  .ytv-premium-editorial .ytv-container {
    width: min(1240px, 100%);
    padding: 96px 28px;
  }

  .ytv-premium-editorial .ytv-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ytv-premium-editorial .ytv-container {
    width: min(1060px, 100%);
    padding: 82px 24px;
  }

  .ytv-premium-editorial .ytv-heading-wrap {
    margin-bottom: 36px;
  }

  .ytv-premium-editorial .ytv-heading-wrap p {
    font-size: 0.98rem;
  }

  .ytv-premium-editorial .ytv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ytv-premium-editorial .ytv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytv-premium-editorial .ytv-container {
    padding: 70px 22px;
  }

  .ytv-premium-editorial .ytv-heading-wrap {
    margin-bottom: 32px;
  }

  .ytv-premium-editorial .ytv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .ytv-premium-editorial .ytv-card {
    min-height: 238px;
    padding: 23px;
  }

  .ytv-premium-editorial .ytv-card h3 {
    font-size: 1rem;
  }

  .ytv-premium-editorial .ytv-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytv-premium-editorial .ytv-container {
    padding: 56px 18px;
  }

  .ytv-premium-editorial .ytv-heading-wrap {
    margin-bottom: 26px;
  }

  .ytv-premium-editorial .ytv-heading-wrap p {
    font-size: 0.94rem;
  }

  .ytv-premium-editorial .ytv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .ytv-premium-editorial .ytv-card {
    min-height: auto;
    padding: 22px;
  }

  .ytv-premium-editorial .ytv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytv-premium-editorial .ytv-container {
    padding: 50px 15px;
  }

  .ytv-premium-editorial .ytv-heading-wrap {
    margin-bottom: 24px;
  }

  .ytv-premium-editorial .ytv-heading-wrap p {
    font-size: 0.9rem;
  }

  .ytv-premium-editorial .ytv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .ytv-premium-editorial .ytv-card {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .ytv-premium-editorial .ytv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .ytv-premium-editorial .ytv-process-card::before {
    font-size: 4.8rem;
  }

  .ytv-premium-editorial .ytv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytv-premium-editorial .ytv-container {
    padding: 44px 12px;
  }

  .ytv-premium-editorial .ytv-heading-wrap {
    margin-bottom: 22px;
  }

  .ytv-premium-editorial .ytv-heading-wrap p {
    font-size: 0.86rem;
  }

  .ytv-premium-editorial .ytv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .ytv-premium-editorial .ytv-card {
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

  .ytv-premium-editorial .ytv-card h3 {
    font-size: 0.96rem;
  }

  .ytv-premium-editorial .ytv-card p {
    font-size: 0.86rem;
  }

  .ytv-premium-editorial .ytv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .ytv-premium-editorial .ytv-icon i {
    font-size: 1.05rem;
  }

  .ytv-premium-editorial .ytv-process-card::before {
    right: 12px;
    font-size: 4.1rem;
  }

  .ytv-premium-editorial .ytv-cta {
    opacity: 1;
    transform: none;
    font-size: 0.82rem;
  }
}

@media (max-width: 319px) {
  .ytv-premium-editorial .ytv-container {
    padding: 40px 10px;
  }

  .ytv-premium-editorial .ytv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .ytv-premium-editorial .ytv-card {
    padding: 16px;
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ytv-premium-editorial .ytv-card,
  .ytv-premium-editorial .ytv-card::after,
  .ytv-premium-editorial .ytv-card::before,
  .ytv-premium-editorial .ytv-icon,
  .ytv-premium-editorial .ytv-cta,
  .ytv-premium-editorial .ytv-card h3 {
    transition: none !important;
    animation: none !important;
  }

  .ytv-premium-editorial .ytv-card,
  .ytv-premium-editorial .ytv-card.is-visible,
  .ytv-premium-editorial .ytv-card:hover {
    opacity: 1;
    transform: none !important;
  }
}