@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");

.yt-embed-viewer-editorial,
.yt-embed-viewer-editorial * {
  box-sizing: border-box;
}

.yt-embed-viewer-editorial {
  --ytv-ink: #181622;
  --ytv-muted: #625d72;
  --ytv-soft: #fff5f1;
  --ytv-line: rgba(198, 87, 67, 0.16);
  --ytv-main: #e0493f;
  --ytv-accent: #ff8a4c;
  --ytv-gold: #f3b45b;
  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;
}

.yt-embed-viewer-editorial .ytv-section,
.yt-embed-viewer-editorial .ytv-container,
.yt-embed-viewer-editorial .ytv-grid {
  width: 100%;
  max-width: 100%;
}

.yt-embed-viewer-editorial .ytv-section {
  position: relative;
  overflow: hidden;
  padding: 92px 20px;
}

.yt-embed-viewer-editorial .ytv-section-white {
  background: #fff;
}

.yt-embed-viewer-editorial .ytv-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 138, 76, 0.16), transparent 34%),
    radial-gradient(circle at 88% 24%, rgba(224, 73, 63, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f3 0%, #fffaf7 100%);
}

.yt-embed-viewer-editorial .ytv-container {
  max-width: 1320px;
  margin: 0 auto;
}

.yt-embed-viewer-editorial .ytv-section-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.yt-embed-viewer-editorial .ytv-section-head h2 span {
  background: linear-gradient(135deg, #df2f2b 0%, #ff7b3d 48%, #f3b45b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.yt-embed-viewer-editorial .ytv-section-head p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--ytv-muted);
  font-size: 1.02rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.yt-embed-viewer-editorial .ytv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytv-card-a: #e0493f;
  --ytv-card-b: #ff8a4c;
  --ytv-card-c: #fff2eb;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 268px;
  padding: 28px;
  border: 1px solid rgba(24, 22, 34, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.88));
  box-shadow: 0 18px 50px rgba(56, 37, 31, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.yt-embed-viewer-editorial .ytv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ytv-card-a) 14%, transparent), transparent 42%),
    radial-gradient(circle at 80% 18%, color-mix(in srgb, var(--ytv-card-b) 18%, transparent), transparent 34%);
  opacity: 0.72;
  transition: opacity 260ms ease;
}

.yt-embed-viewer-editorial .ytv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--ytv-card-a), var(--ytv-card-b));
  opacity: 0.78;
}

.yt-embed-viewer-editorial .ytv-card.ytv-in-view {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.yt-embed-viewer-editorial .ytv-card:hover {
  border-color: color-mix(in srgb, var(--ytv-card-a) 42%, transparent);
  box-shadow: 0 26px 70px rgba(56, 37, 31, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}

.yt-embed-viewer-editorial .ytv-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--ytv-card-a);
  background: linear-gradient(135deg, #fff, var(--ytv-card-c));
  box-shadow: inset 0 0 0 1px rgba(24, 22, 34, 0.06), 0 12px 28px rgba(224, 73, 63, 0.12);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.yt-embed-viewer-editorial .ytv-icon i {
  font-size: 1.2rem;
  line-height: 1;
}

.yt-embed-viewer-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);
}

.yt-embed-viewer-editorial .ytv-card h3 {
  position: relative;
  margin: 0 0 12px;
  color: var(--ytv-ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.yt-embed-viewer-editorial .ytv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ytv-card-a), var(--ytv-card-b));
  transition: width 260ms ease;
}

.yt-embed-viewer-editorial .ytv-card:hover h3::after {
  width: 74px;
}

.yt-embed-viewer-editorial .ytv-card p {
  margin: 0;
  color: var(--ytv-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.yt-embed-viewer-editorial .ytv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytv-card-a);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.yt-embed-viewer-editorial .ytv-card:hover .ytv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--ytv-card-a) 82%, #111);
}

.yt-embed-viewer-editorial .ytv-grid-why .ytv-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}

.yt-embed-viewer-editorial .ytv-process {
  min-height: 292px;
}

.yt-embed-viewer-editorial .ytv-process::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -10px;
  color: color-mix(in srgb, var(--ytv-card-a) 15%, transparent);
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.yt-embed-viewer-editorial .ytv-process:hover::before {
  color: color-mix(in srgb, var(--ytv-card-a) 23%, transparent);
  transform: translateY(-5px) scale(1.04);
}

.yt-embed-viewer-editorial .ytv-step-text {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--ytv-card-a);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.yt-embed-viewer-editorial .ytv-card:nth-child(1) { --ytv-card-a: #df2f2b; --ytv-card-b: #ff7b3d; --ytv-card-c: #fff0ea; }
.yt-embed-viewer-editorial .ytv-card:nth-child(2) { --ytv-card-a: #d95f22; --ytv-card-b: #f3b45b; --ytv-card-c: #fff5df; }
.yt-embed-viewer-editorial .ytv-card:nth-child(3) { --ytv-card-a: #b9436c; --ytv-card-b: #f47a7a; --ytv-card-c: #fff0f4; }
.yt-embed-viewer-editorial .ytv-card:nth-child(4) { --ytv-card-a: #8a55d7; --ytv-card-b: #ef7c94; --ytv-card-c: #f8f1ff; }
.yt-embed-viewer-editorial .ytv-card:nth-child(5) { --ytv-card-a: #1f8f7a; --ytv-card-b: #62cba8; --ytv-card-c: #ebfff9; }
.yt-embed-viewer-editorial .ytv-card:nth-child(6) { --ytv-card-a: #2d74c4; --ytv-card-b: #62b4ef; --ytv-card-c: #eef7ff; }
.yt-embed-viewer-editorial .ytv-card:nth-child(7) { --ytv-card-a: #9a6a1f; --ytv-card-b: #efbd62; --ytv-card-c: #fff7e8; }
.yt-embed-viewer-editorial .ytv-card:nth-child(8) { --ytv-card-a: #c4364a; --ytv-card-b: #ff8a65; --ytv-card-c: #fff0ec; }

@media (min-width: 1200px) {
  .yt-embed-viewer-editorial .ytv-section {
    padding: 96px 24px;
  }

  .yt-embed-viewer-editorial .ytv-container {
    max-width: 1320px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .yt-embed-viewer-editorial .ytv-section {
    padding: 82px 22px;
  }

  .yt-embed-viewer-editorial .ytv-container {
    max-width: 1060px;
  }

  .yt-embed-viewer-editorial .ytv-section-head p {
    font-size: 0.99rem;
  }

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

  .yt-embed-viewer-editorial .ytv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .yt-embed-viewer-editorial .ytv-section {
    padding: 68px 18px;
  }

  .yt-embed-viewer-editorial .ytv-section-head {
    margin-bottom: 34px;
  }

  .yt-embed-viewer-editorial .ytv-section-head p {
    font-size: 0.96rem;
  }

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

  .yt-embed-viewer-editorial .ytv-card {
    min-height: 246px;
    padding: 24px;
  }

  .yt-embed-viewer-editorial .ytv-card h3 {
    font-size: 1.02rem;
  }

  .yt-embed-viewer-editorial .ytv-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .yt-embed-viewer-editorial .ytv-section {
    padding: 54px 16px;
  }

  .yt-embed-viewer-editorial .ytv-section-head {
    margin-bottom: 28px;
  }

  .yt-embed-viewer-editorial .ytv-section-head p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

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

  .yt-embed-viewer-editorial .ytv-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .yt-embed-viewer-editorial .ytv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  .yt-embed-viewer-editorial .ytv-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .yt-embed-viewer-editorial .ytv-section {
    padding: 46px 14px;
  }

  .yt-embed-viewer-editorial .ytv-section-head {
    margin-bottom: 24px;
  }

  .yt-embed-viewer-editorial .ytv-section-head p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

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

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

  .yt-embed-viewer-editorial .ytv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .yt-embed-viewer-editorial .ytv-icon i {
    font-size: 1.05rem;
  }

  .yt-embed-viewer-editorial .ytv-card h3 {
    font-size: 1rem;
  }

  .yt-embed-viewer-editorial .ytv-card p {
    font-size: 0.9rem;
  }

  .yt-embed-viewer-editorial .ytv-process::before {
    font-size: 4.4rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .yt-embed-viewer-editorial .ytv-section {
    padding: 40px 12px;
  }

  .yt-embed-viewer-editorial .ytv-section-head {
    margin-bottom: 22px;
  }

  .yt-embed-viewer-editorial .ytv-section-head p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

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

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

  .yt-embed-viewer-editorial .ytv-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 13px;
  }

  .yt-embed-viewer-editorial .ytv-icon i {
    font-size: 1rem;
  }

  .yt-embed-viewer-editorial .ytv-card h3 {
    font-size: 0.96rem;
  }

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

  .yt-embed-viewer-editorial .ytv-process::before {
    right: 12px;
    font-size: 3.8rem;
  }
}

@media (max-width: 319px) {
  .yt-embed-viewer-editorial .ytv-section {
    padding: 36px 10px;
  }

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

  .yt-embed-viewer-editorial .ytv-card {
    min-height: auto;
    padding: 16px;
  }
}

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

  .yt-embed-viewer-editorial .ytv-card,
  .yt-embed-viewer-editorial .ytv-card.ytv-in-view,
  .yt-embed-viewer-editorial .ytv-card:hover {
    opacity: 1;
    transform: none !important;
  }
}