@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: #201a18;
  --ytv-muted: #6e625d;
  --ytv-line: rgba(125, 84, 64, 0.18);
  --ytv-soft: #fff7f1;
  --ytv-accent: #e14f3d;
  --ytv-accent-2: #b948b7;
  --ytv-gold: #d99a34;
  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.6;
}

.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;
  overflow: hidden;
}

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

.ytv-premium-editorial .ytv-sec-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 79, 61, 0.11), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(185, 72, 183, 0.11), transparent 30%),
    linear-gradient(180deg, #fff8f2 0%, #fff2e8 100%);
}

.ytv-premium-editorial .ytv-container {
  margin: 0 auto;
}

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

.ytv-premium-editorial 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 h2 span {
  background: linear-gradient(115deg, #e14f3d 0%, #d99a34 46%, #b948b7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.ytv-premium-editorial .ytv-grid {
  display: grid;
  padding: 0;
  list-style: none;
}

.ytv-premium-editorial .ytv-card {
  --fg-mx: 50%;
  --fg-my: 35%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytv-card-a: #e14f3d;
  --ytv-card-b: #d99a34;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--ytv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ytv-card-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 244, 0.92));
  box-shadow: 0 18px 46px rgba(65, 42, 31, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
}

.ytv-premium-editorial .ytv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ytv-card-a) 10%, transparent), color-mix(in srgb, var(--ytv-card-b) 8%, transparent));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.ytv-premium-editorial .ytv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ytv-card-a), var(--ytv-card-b));
  transform: scaleX(0.2);
  transform-origin: left;
  opacity: 0.35;
  transition: transform 0.28s ease, opacity 0.28s 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-card-a) 42%, rgba(125, 84, 64, 0.2));
  box-shadow: 0 26px 62px rgba(65, 42, 31, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.ytv-premium-editorial .ytv-card:hover::before {
  opacity: 1;
}

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

.ytv-premium-editorial .ytv-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--ytv-card-a);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), color-mix(in srgb, var(--ytv-card-a) 13%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 12px 28px color-mix(in srgb, var(--ytv-card-a) 18%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.ytv-premium-editorial .ytv-icon i {
  font-size: 1.22rem;
  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 h3 {
  position: relative;
  display: inline-block;
  margin: 22px 0 10px;
  color: var(--ytv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytv-premium-editorial h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ytv-card-a), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

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

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

.ytv-premium-editorial .ytv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytv-card-a);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s 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-card-a) 86%, #2b1712);
}

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

.ytv-premium-editorial .ytv-grid-why .ytv-icon,
.ytv-premium-editorial .ytv-grid-why h3,
.ytv-premium-editorial .ytv-grid-why p {
  transform: translateZ(18px);
}

.ytv-premium-editorial .ytv-step-card {
  padding-top: 34px;
}

.ytv-premium-editorial .ytv-step-no {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 44%;
  color: color-mix(in srgb, var(--ytv-card-a) 18%, transparent);
  font-size: 4rem;
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
  overflow: hidden;
}

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

.ytv-premium-editorial .ytv-card:nth-child(1) { --ytv-card-a: #e14f3d; --ytv-card-b: #d99a34; }
.ytv-premium-editorial .ytv-card:nth-child(2) { --ytv-card-a: #b948b7; --ytv-card-b: #e14f3d; }
.ytv-premium-editorial .ytv-card:nth-child(3) { --ytv-card-a: #d99a34; --ytv-card-b: #5a8f72; }
.ytv-premium-editorial .ytv-card:nth-child(4) { --ytv-card-a: #3977c8; --ytv-card-b: #b948b7; }
.ytv-premium-editorial .ytv-card:nth-child(5) { --ytv-card-a: #5a8f72; --ytv-card-b: #d99a34; }
.ytv-premium-editorial .ytv-card:nth-child(6) { --ytv-card-a: #cf4f7f; --ytv-card-b: #e14f3d; }
.ytv-premium-editorial .ytv-card:nth-child(7) { --ytv-card-a: #7b63c8; --ytv-card-b: #3977c8; }
.ytv-premium-editorial .ytv-card:nth-child(8) { --ytv-card-a: #c46b2e; --ytv-card-b: #b948b7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ytv-premium-editorial .ytv-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ytv-premium-editorial .ytv-step-no {
    font-size: 3.4rem;
    right: 18px;
  }
}

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

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

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

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

  .ytv-premium-editorial .ytv-card::after {
    left: 18px;
    right: 18px;
  }

  .ytv-premium-editorial .ytv-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

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

  .ytv-premium-editorial h3 {
    margin-top: 18px;
    font-size: 0.94rem;
  }

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

  .ytv-premium-editorial .ytv-step-no {
    top: 16px;
    right: 16px;
    font-size: 3rem;
  }
}

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

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

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

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

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