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

.ycviewer-premium-content,
.ycviewer-premium-content * {
  box-sizing: border-box;
}

.ycviewer-premium-content {
  --ycv-ink: #182033;
  --ycv-muted: #657084;
  --ycv-line: rgba(196, 96, 64, 0.18);
  --ycv-soft: #fff4ee;
  --ycv-warm: #fff7f1;
  --ycv-grad-a: #ef4444;
  --ycv-grad-b: #f97316;
  --ycv-grad-c: #b91c1c;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ycv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.ycviewer-premium-content .ycv-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

.ycviewer-premium-content .ycv-section-white {
  background: #fff;
}

.ycviewer-premium-content .ycv-section-warm {
  background:
    radial-gradient(circle at 18% 12%, rgba(249, 115, 22, 0.11), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(239, 68, 68, 0.09), transparent 34%),
    linear-gradient(180deg, #fff8f2 0%, #fff3eb 100%);
}

.ycviewer-premium-content .ycv-container {
  width: min(1380px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 92px 32px;
}

.ycviewer-premium-content .ycv-heading-wrap {
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 38px;
  text-align: center;
}

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

.ycviewer-premium-content .ycv-heading-wrap h2 span {
  background: linear-gradient(135deg, var(--ycv-grad-a), var(--ycv-grad-b) 48%, var(--ycv-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ycviewer-premium-content .ycv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--ycv-muted);
  font-size: 1.02rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ycviewer-premium-content .ycv-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ycviewer-premium-content .ycv-card {
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ycv-card-a: #fff7ed;
  --ycv-card-b: #ffe4e6;
  --ycv-accent: #ef4444;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  padding: 26px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    linear-gradient(135deg, var(--ycv-card-a), var(--ycv-card-b));
  box-shadow: 0 18px 45px rgba(30, 41, 59, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ycviewer-premium-content .ycv-card:nth-child(1) { --ycv-card-a: #fff1f2; --ycv-card-b: #ffedd5; --ycv-accent: #ef4444; }
.ycviewer-premium-content .ycv-card:nth-child(2) { --ycv-card-a: #fef3c7; --ycv-card-b: #ffe4e6; --ycv-accent: #f97316; }
.ycviewer-premium-content .ycv-card:nth-child(3) { --ycv-card-a: #ecfeff; --ycv-card-b: #fee2e2; --ycv-accent: #06b6d4; }
.ycviewer-premium-content .ycv-card:nth-child(4) { --ycv-card-a: #f5f3ff; --ycv-card-b: #ffedd5; --ycv-accent: #8b5cf6; }
.ycviewer-premium-content .ycv-card:nth-child(5) { --ycv-card-a: #f0fdf4; --ycv-card-b: #ffe4e6; --ycv-accent: #22c55e; }
.ycviewer-premium-content .ycv-card:nth-child(6) { --ycv-card-a: #eff6ff; --ycv-card-b: #fed7aa; --ycv-accent: #2563eb; }
.ycviewer-premium-content .ycv-card:nth-child(7) { --ycv-card-a: #fdf2f8; --ycv-card-b: #fef3c7; --ycv-accent: #db2777; }
.ycviewer-premium-content .ycv-card:nth-child(8) { --ycv-card-a: #f8fafc; --ycv-card-b: #fee2e2; --ycv-accent: #dc2626; }

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

.ycviewer-premium-content .ycv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ycv-accent) 22%, transparent), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.ycviewer-premium-content .ycv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  pointer-events: none;
}

.ycviewer-premium-content .ycv-card:hover {
  border-color: color-mix(in srgb, var(--ycv-accent) 42%, rgba(148, 163, 184, 0.28));
  box-shadow: 0 26px 70px rgba(30, 41, 59, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ycviewer-premium-content .ycv-card:hover::before {
  opacity: 1;
}

.ycviewer-premium-content .ycv-icon {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ycv-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.86), 0 12px 26px rgba(30, 41, 59, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.ycviewer-premium-content .ycv-icon i {
  font-size: 1.32rem;
  line-height: 1;
}

.ycviewer-premium-content .ycv-card:hover .ycv-icon {
  transform: translateY(-4px) scale(1.05) rotate(-3deg);
  color: #fff;
  background: linear-gradient(135deg, var(--ycv-accent), #fb7185);
}

.ycviewer-premium-content .ycv-card h3 {
  position: relative;
  margin: 0;
  color: var(--ycv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ycviewer-premium-content .ycv-card h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ycv-accent), transparent);
  transition: width 0.28s ease;
}

.ycviewer-premium-content .ycv-card:hover h3::after {
  width: 74px;
}

.ycviewer-premium-content .ycv-card p {
  margin: 14px 0 0;
  color: var(--ycv-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ycviewer-premium-content .ycv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ycv-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ycviewer-premium-content .ycv-card:hover .ycv-cta {
  opacity: 1;
  transform: translateY(0);
}

.ycviewer-premium-content .ycv-grid-why .ycv-card {
  transform-style: preserve-3d;
}

.ycviewer-premium-content .ycv-process {
  padding-top: 30px;
}

.ycviewer-premium-content .ycv-process::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 4px;
  color: color-mix(in srgb, var(--ycv-accent) 13%, transparent);
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}

.ycviewer-premium-content .ycv-process:hover::before {
  transform: translateY(-6px) scale(1.04);
  color: color-mix(in srgb, var(--ycv-accent) 20%, transparent);
}

.ycviewer-premium-content .ycv-step-text {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 18px;
  color: var(--ycv-accent);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .ycviewer-premium-content .ycv-container {
    width: min(1380px, 100%);
    padding: 96px 34px;
  }

  .ycviewer-premium-content .ycv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ycviewer-premium-content .ycv-container {
    width: min(1120px, 100%);
    padding: 82px 28px;
  }

  .ycviewer-premium-content .ycv-heading-wrap {
    margin-bottom: 32px;
  }

  .ycviewer-premium-content .ycv-heading-wrap p {
    font-size: 0.98rem;
  }

  .ycviewer-premium-content .ycv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .ycviewer-premium-content .ycv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ycviewer-premium-content .ycv-container {
    padding: 68px 24px;
  }

  .ycviewer-premium-content .ycv-heading-wrap {
    margin-bottom: 28px;
  }

  .ycviewer-premium-content .ycv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }

  .ycviewer-premium-content .ycv-card {
    padding: 22px;
  }

  .ycviewer-premium-content .ycv-card h3 {
    font-size: 1.02rem;
  }

  .ycviewer-premium-content .ycv-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ycviewer-premium-content .ycv-container {
    padding: 54px 18px;
  }

  .ycviewer-premium-content .ycv-heading-wrap {
    margin-bottom: 24px;
  }

  .ycviewer-premium-content .ycv-heading-wrap p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .ycviewer-premium-content .ycv-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .ycviewer-premium-content .ycv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 21px;
    border-radius: 19px;
  }

  .ycviewer-premium-content .ycv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ycviewer-premium-content .ycv-container {
    padding: 46px 15px;
  }

  .ycviewer-premium-content .ycv-heading-wrap {
    margin-bottom: 22px;
  }

  .ycviewer-premium-content .ycv-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ycviewer-premium-content .ycv-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .ycviewer-premium-content .ycv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 19px;
    border-radius: 18px;
  }

  .ycviewer-premium-content .ycv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 17px;
  }

  .ycviewer-premium-content .ycv-card h3 {
    font-size: 0.98rem;
  }

  .ycviewer-premium-content .ycv-card p {
    font-size: 0.9rem;
  }

  .ycviewer-premium-content .ycv-process::before {
    font-size: 4.6rem;
  }

  .ycviewer-premium-content .ycv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ycviewer-premium-content .ycv-container {
    padding: 40px 12px;
  }

  .ycviewer-premium-content .ycv-heading-wrap {
    margin-bottom: 20px;
  }

  .ycviewer-premium-content .ycv-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .ycviewer-premium-content .ycv-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .ycviewer-premium-content .ycv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 17px;
    border-radius: 17px;
  }

  .ycviewer-premium-content .ycv-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .ycviewer-premium-content .ycv-icon i {
    font-size: 1.08rem;
  }

  .ycviewer-premium-content .ycv-card h3 {
    font-size: 0.94rem;
  }

  .ycviewer-premium-content .ycv-card p,
  .ycviewer-premium-content .ycv-cta {
    font-size: 0.86rem;
  }

  .ycviewer-premium-content .ycv-process::before {
    right: 12px;
    font-size: 4rem;
  }

  .ycviewer-premium-content .ycv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 319px) {
  .ycviewer-premium-content .ycv-container {
    padding: 36px 10px;
  }

  .ycviewer-premium-content .ycv-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .ycviewer-premium-content .ycv-card {
    padding: 15px;
  }
}

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

  .ycviewer-premium-content .ycv-card,
  .ycviewer-premium-content .ycv-card.ycv-visible,
  .ycviewer-premium-content .ycv-card:hover {
    transform: none !important;
  }
}