@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 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #211a18;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  isolation: isolate;
}

.ytv-premium-editorial .ytv-sec,
.ytv-premium-editorial .ytv-container,
.ytv-premium-editorial .ytv-grid {
  width: 100%;
  max-width: 100%;
}

.ytv-premium-editorial .ytv-sec {
  position: relative;
  padding: 92px 18px;
  overflow: hidden;
}

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

.ytv-premium-editorial .ytv-sec-warm {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 83, 71, 0.11), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 184, 77, 0.18), transparent 30%),
    linear-gradient(180deg, #fff8f3 0%, #fff3ea 100%);
}

.ytv-premium-editorial .ytv-container {
  max-width: 1240px;
  margin: 0 auto;
}

.ytv-premium-editorial .ytv-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.ytv-premium-editorial .ytv-head h2 {
  margin: 0;
  color: #211a18;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-head h2 span {
  background: linear-gradient(120deg, #e22c27 0%, #ff7a3d 48%, #c77a12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ytv-premium-editorial .ytv-head p {
  margin: 14px auto 0;
  color: #655955;
  font-size: 1.02rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-grid {
  display: grid;
  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-accent: #e64235;
  --ytv-accent-2: #ff9b43;
  --ytv-soft: rgba(230, 66, 53, 0.1);
  --ytv-border: rgba(90, 49, 35, 0.11);

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 258px;
  padding: 24px;
  border: 1px solid var(--ytv-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 90px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 246, 0.86));
  box-shadow: 0 16px 44px rgba(66, 35, 24, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.7s ease,
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    background 0.45s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ytv-accent) 13%, transparent), transparent 42%),
    radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--ytv-accent-2) 15%, transparent), transparent 34%);
  opacity: 0.72;
  pointer-events: none;
}

.ytv-premium-editorial .ytv-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ytv-accent), var(--ytv-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.42s ease;
}

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

.ytv-premium-editorial .ytv-card:hover {
  border-color: color-mix(in srgb, var(--ytv-accent) 36%, rgba(90, 49, 35, 0.18));
  box-shadow: 0 24px 68px rgba(71, 36, 25, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

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

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

.ytv-premium-editorial .ytv-icon {
  width: 52px;
  height: 52px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 16px;
  color: var(--ytv-accent);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), var(--ytv-soft));
  border: 1px solid color-mix(in srgb, var(--ytv-accent) 18%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 24px color-mix(in srgb, var(--ytv-accent) 12%, transparent);
  transition: transform 0.38s ease, color 0.38s ease, background 0.38s ease, border-color 0.38s ease;
}

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

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

.ytv-premium-editorial .ytv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: #251c19;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 790;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--ytv-accent), var(--ytv-accent-2));
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 0.42s ease;
}

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

.ytv-premium-editorial .ytv-card p {
  margin: 14px 0 0;
  color: #625652;
  font-size: 0.95rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytv-accent);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial .ytv-card:hover .ytv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--ytv-accent) 72%, #6d2e12);
}

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

.ytv-premium-editorial .ytv-step-num {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 0;
  max-width: 42%;
  color: color-mix(in srgb, var(--ytv-accent) 16%, transparent);
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.42s ease, color 0.42s ease;
  overflow: hidden;
}

.ytv-premium-editorial .ytv-process:hover .ytv-step-num {
  color: color-mix(in srgb, var(--ytv-accent) 25%, transparent);
  transform: translateY(-5px) scale(1.05);
}

.ytv-premium-editorial .ytv-card:nth-child(8n+1) { --ytv-accent: #e1352d; --ytv-accent-2: #ff8a45; --ytv-soft: rgba(225, 53, 45, 0.1); }
.ytv-premium-editorial .ytv-card:nth-child(8n+2) { --ytv-accent: #c65320; --ytv-accent-2: #ffc45b; --ytv-soft: rgba(198, 83, 32, 0.11); }
.ytv-premium-editorial .ytv-card:nth-child(8n+3) { --ytv-accent: #b8325f; --ytv-accent-2: #ff8a7a; --ytv-soft: rgba(184, 50, 95, 0.1); }
.ytv-premium-editorial .ytv-card:nth-child(8n+4) { --ytv-accent: #8f5a15; --ytv-accent-2: #f6b748; --ytv-soft: rgba(143, 90, 21, 0.1); }
.ytv-premium-editorial .ytv-card:nth-child(8n+5) { --ytv-accent: #d13d2f; --ytv-accent-2: #ffb05d; --ytv-soft: rgba(209, 61, 47, 0.1); }
.ytv-premium-editorial .ytv-card:nth-child(8n+6) { --ytv-accent: #a84626; --ytv-accent-2: #ff785d; --ytv-soft: rgba(168, 70, 38, 0.1); }
.ytv-premium-editorial .ytv-card:nth-child(8n+7) { --ytv-accent: #cf2f46; --ytv-accent-2: #ff9d35; --ytv-soft: rgba(207, 47, 70, 0.1); }
.ytv-premium-editorial .ytv-card:nth-child(8n+8) { --ytv-accent: #9b6b16; --ytv-accent-2: #f28f3b; --ytv-soft: rgba(155, 107, 22, 0.1); }

@media (min-width: 1200px) {
  .ytv-premium-editorial .ytv-sec {
    padding: 96px 24px;
  }

  .ytv-premium-editorial .ytv-container {
    max-width: 1240px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .ytv-premium-editorial .ytv-sec {
    padding: 84px 22px;
  }

  .ytv-premium-editorial .ytv-container {
    max-width: 1000px;
  }

  .ytv-premium-editorial .ytv-head {
    margin-bottom: 34px;
  }

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

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

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

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

  .ytv-premium-editorial .ytv-head {
    margin-bottom: 30px;
  }

  .ytv-premium-editorial .ytv-head p {
    font-size: 0.96rem;
  }

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

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

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

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

@media (min-width: 430px) and (max-width: 767px) {
  .ytv-premium-editorial .ytv-sec {
    padding: 58px 14px;
  }

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

  .ytv-premium-editorial .ytv-head p {
    font-size: 0.93rem;
    line-height: 1.6;
  }

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

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

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

  .ytv-premium-editorial .ytv-cta {
    width: 100%;
  }
}

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

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

  .ytv-premium-editorial .ytv-head p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

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

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

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

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

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

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

  .ytv-premium-editorial .ytv-step-num {
    font-size: 3.05rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytv-premium-editorial {
    overflow-x: hidden;
  }

  .ytv-premium-editorial .ytv-sec {
    padding: 44px 10px;
  }

  .ytv-premium-editorial .ytv-head {
    margin-bottom: 20px;
  }

  .ytv-premium-editorial .ytv-head p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

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

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

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

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

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

  .ytv-premium-editorial .ytv-card p,
  .ytv-premium-editorial .ytv-cta {
    font-size: 0.85rem;
  }

  .ytv-premium-editorial .ytv-step-num {
    top: 10px;
    right: 12px;
    font-size: 2.65rem;
  }
}

@media (max-width: 319px) {
  .ytv-premium-editorial .ytv-sec {
    padding: 38px 8px;
  }

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

  .ytv-premium-editorial .ytv-card {
    min-width: 0;
    padding: 14px;
  }
}

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

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