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

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

.scwv-premium-content {
  --scwv-ink: #19171f;
  --scwv-muted: #655f70;
  --scwv-soft: #fff8dc;
  --scwv-gold: #ffcf24;
  --scwv-coral: #ff6b5f;
  --scwv-pink: #e94c89;
  --scwv-violet: #7c5cff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--scwv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.scwv-premium-content .scwv-section,
.scwv-premium-content .scwv-container,
.scwv-premium-content .scwv-card-grid {
  width: 100%;
  max-width: 100%;
}

.scwv-premium-content .scwv-section {
  position: relative;
  padding: 84px 18px;
  overflow: hidden;
}

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

.scwv-premium-content .scwv-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 207, 36, .22), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(233, 76, 137, .16), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #fff6e6 100%);
}

.scwv-premium-content .scwv-container {
  max-width: 1240px;
  margin: 0 auto;
}

.scwv-premium-content .scwv-section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.scwv-premium-content .scwv-section-head h2 {
  margin: 0;
  color: var(--scwv-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
}

.scwv-premium-content .scwv-section-head h2 span {
  background: linear-gradient(135deg, #ffce22 0%, #ff755f 44%, #db4aa6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.scwv-premium-content .scwv-section-head p {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--scwv-muted);
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.scwv-premium-content .scwv-card {
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --scwv-card-a: #ffcf24;
  --scwv-card-b: #ff6b5f;
  --scwv-card-c: #fff9e5;
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 248px;
  padding: 26px;
  border: 1px solid rgba(25, 23, 31, .08);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, .9), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 252, 244, .9));
  box-shadow: 0 14px 34px rgba(33, 24, 12, .08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease, border-color .28s ease, box-shadow .28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.scwv-premium-content .scwv-card:nth-child(2) { --scwv-card-a: #ff8a65; --scwv-card-b: #e94c89; --scwv-card-c: #fff1ed; }
.scwv-premium-content .scwv-card:nth-child(3) { --scwv-card-a: #7c5cff; --scwv-card-b: #20b2aa; --scwv-card-c: #f4f2ff; }
.scwv-premium-content .scwv-card:nth-child(4) { --scwv-card-a: #2fbf71; --scwv-card-b: #ffcf24; --scwv-card-c: #effbf4; }
.scwv-premium-content .scwv-card:nth-child(5) { --scwv-card-a: #00a7c7; --scwv-card-b: #7c5cff; --scwv-card-c: #eefbff; }
.scwv-premium-content .scwv-card:nth-child(6) { --scwv-card-a: #f25f5c; --scwv-card-b: #ffcf24; --scwv-card-c: #fff3ef; }
.scwv-premium-content .scwv-card:nth-child(7) { --scwv-card-a: #9b5de5; --scwv-card-b: #f15bb5; --scwv-card-c: #f9f1ff; }
.scwv-premium-content .scwv-card:nth-child(8) { --scwv-card-a: #00bb8f; --scwv-card-b: #ff9f1c; --scwv-card-c: #effcf8; }

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

.scwv-premium-content .scwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--scwv-card-a) 16%, transparent), transparent 42%);
  opacity: .55;
  pointer-events: none;
}

.scwv-premium-content .scwv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--scwv-card-a), var(--scwv-card-b));
  transform: scaleX(.18);
  transform-origin: left;
  opacity: .65;
  transition: transform .32s ease, opacity .32s ease;
}

.scwv-premium-content .scwv-card-glow {
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--scwv-card-a) 24%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.scwv-premium-content .scwv-card:hover {
  border-color: color-mix(in srgb, var(--scwv-card-a) 42%, rgba(25, 23, 31, .1));
  box-shadow: 0 24px 55px rgba(39, 28, 10, .14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.scwv-premium-content .scwv-card:hover .scwv-card-glow {
  opacity: 1;
}

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

.scwv-premium-content .scwv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--scwv-card-b);
  background: linear-gradient(145deg, var(--scwv-card-c), #fff);
  border: 1px solid rgba(25, 23, 31, .06);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--scwv-card-a) 18%, transparent);
  font-size: 1.38rem;
  line-height: 1;
  transition: transform .28s ease, color .28s ease, background .28s ease;
}

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

.scwv-premium-content .scwv-card h3 {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: var(--scwv-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--scwv-card-a), var(--scwv-card-b));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size .3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.scwv-premium-content .scwv-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--scwv-muted);
  font-size: .95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.scwv-premium-content .scwv-card-cta {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--scwv-card-b) 84%, #19171f);
  font-size: .86rem;
  font-weight: 800;
  opacity: .28;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.scwv-premium-content .scwv-tilt-card {
  transform-style: preserve-3d;
}

.scwv-premium-content .scwv-tilt-card .scwv-icon,
.scwv-premium-content .scwv-tilt-card h3,
.scwv-premium-content .scwv-tilt-card p {
  transform: translateZ(18px);
}

.scwv-premium-content .scwv-process-card {
  min-height: 236px;
  padding-top: 30px;
}

.scwv-premium-content .scwv-process-card::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 6px;
  color: color-mix(in srgb, var(--scwv-card-a) 18%, transparent);
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform .34s ease, color .34s ease;
  pointer-events: none;
}

.scwv-premium-content .scwv-process-card:hover::before {
  color: color-mix(in srgb, var(--scwv-card-a) 28%, transparent);
  transform: translateY(-5px) scale(1.04);
}

.scwv-premium-content .scwv-step-inline {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--scwv-card-b) 80%, #19171f);
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .scwv-premium-content .scwv-section {
    padding: 92px 24px;
  }

  .scwv-premium-content .scwv-container {
    max-width: 1240px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .scwv-premium-content .scwv-section {
    padding: 78px 22px;
  }

  .scwv-premium-content .scwv-container {
    max-width: 1040px;
  }

  .scwv-premium-content .scwv-section-head {
    margin-bottom: 34px;
  }

  .scwv-premium-content .scwv-section-head p {
    font-size: .97rem;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .scwv-premium-content .scwv-section {
    padding: 66px 18px;
  }

  .scwv-premium-content .scwv-section-head {
    margin-bottom: 30px;
  }

  .scwv-premium-content .scwv-section-head p {
    font-size: .94rem;
  }

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

  .scwv-premium-content .scwv-card {
    min-height: 220px;
    padding: 22px;
  }

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

  .scwv-premium-content .scwv-card p {
    font-size: .92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .scwv-premium-content .scwv-section {
    padding: 54px 14px;
  }

  .scwv-premium-content .scwv-section-head {
    margin-bottom: 26px;
  }

  .scwv-premium-content .scwv-section-head p {
    font-size: .91rem;
    line-height: 1.62;
  }

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

  .scwv-premium-content .scwv-card {
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 21px;
  }

  .scwv-premium-content .scwv-icon {
    width: 48px;
    height: 48px;
    font-size: 1.22rem;
  }

  .scwv-premium-content .scwv-card-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .scwv-premium-content .scwv-section {
    padding: 48px 12px;
  }

  .scwv-premium-content .scwv-section-head {
    margin-bottom: 22px;
  }

  .scwv-premium-content .scwv-section-head p {
    font-size: .88rem;
    line-height: 1.58;
  }

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

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

  .scwv-premium-content .scwv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.12rem;
  }

  .scwv-premium-content .scwv-card h3 {
    font-size: .98rem;
  }

  .scwv-premium-content .scwv-card p {
    font-size: .88rem;
  }

  .scwv-premium-content .scwv-process-card::before {
    font-size: 4.4rem;
  }
}

@media (max-width: 374px) {
  .scwv-premium-content .scwv-section {
    padding: 42px 10px;
  }

  .scwv-premium-content .scwv-section-head {
    margin-bottom: 20px;
  }

  .scwv-premium-content .scwv-section-head p {
    font-size: .84rem;
    line-height: 1.55;
  }

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

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

  .scwv-premium-content .scwv-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .scwv-premium-content .scwv-card h3 {
    font-size: .94rem;
  }

  .scwv-premium-content .scwv-card p {
    font-size: .84rem;
    line-height: 1.55;
  }

  .scwv-premium-content .scwv-card-cta {
    font-size: .8rem;
  }

  .scwv-premium-content .scwv-process-card::before {
    right: 12px;
    font-size: 3.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scwv-premium-content .scwv-card,
  .scwv-premium-content .scwv-card *,
  .scwv-premium-content .scwv-card::before,
  .scwv-premium-content .scwv-card::after {
    transition: none !important;
    animation: none !important;
  }

  .scwv-premium-content .scwv-card {
    opacity: 1;
    transform: none !important;
  }
}