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

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

.swv-premium-content {
  --swv-ink: #18202f;
  --swv-muted: #667085;
  --swv-line: rgba(31, 41, 55, 0.1);
  --swv-gold: #f4b942;
  --swv-coral: #ff6b6b;
  --swv-violet: #7c3aed;
  --swv-sky: #19a7ce;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--swv-ink);
}

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

.swv-premium-content .swv-section {
  position: relative;
  overflow: hidden;
}

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

.swv-premium-content .swv-section-warm {
  background:
    radial-gradient(circle at 15% 12%, rgba(244, 185, 66, 0.18), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(255, 107, 107, 0.13), transparent 34%),
    linear-gradient(180deg, #fff9ef 0%, #fff4e6 54%, #fffaf3 100%);
}

.swv-premium-content .swv-container {
  margin: 0 auto;
}

.swv-premium-content .swv-heading-wrap {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

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

.swv-premium-content h2 span {
  background: linear-gradient(115deg, #f4b942 0%, #ff6b6b 45%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.swv-premium-content .swv-card-grid {
  display: grid;
  min-width: 0;
}

.swv-premium-content .swv-card {
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --swv-card-a: #f4b942;
  --swv-card-b: #ff6b6b;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(24, 32, 47, 0.1);
  border-radius: 22px;
  padding: 26px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--swv-card-a) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 320ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.swv-premium-content .swv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--swv-card-a) 13%, transparent), transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--swv-card-b) 12%, transparent), transparent 44%);
  opacity: 0.75;
  transition: opacity 320ms ease;
}

.swv-premium-content .swv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--swv-card-a), var(--swv-card-b));
  opacity: 0.58;
  border-radius: 999px;
}

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

.swv-premium-content .swv-card:hover {
  border-color: color-mix(in srgb, var(--swv-card-a) 46%, rgba(24, 32, 47, 0.18));
  box-shadow: 0 26px 65px rgba(31, 41, 55, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.swv-premium-content .swv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--swv-card-a);
  background: color-mix(in srgb, var(--swv-card-a) 14%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--swv-card-a) 24%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}

.swv-premium-content .swv-icon i {
  font-size: 1.18rem;
  line-height: 1;
}

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

.swv-premium-content h3 {
  position: relative;
  display: inline-block;
  margin: 22px 0 0;
  max-width: 100%;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--swv-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.swv-premium-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--swv-card-a), var(--swv-card-b));
  transition: width 320ms ease;
}

.swv-premium-content .swv-card:hover h3::after {
  width: 100%;
}

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

.swv-premium-content .swv-card-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--swv-card-b) 82%, #111827);
  font-size: 0.88rem;
  font-weight: 800;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

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

.swv-premium-content .swv-process-card {
  padding-top: 34px;
}

.swv-premium-content .swv-step-number {
  position: absolute;
  top: 14px;
  right: 18px;
  max-width: calc(100% - 36px);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1;
  font-weight: 900;
  color: color-mix(in srgb, var(--swv-card-a) 13%, transparent);
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
  overflow: hidden;
}

.swv-premium-content .swv-process-card:hover .swv-step-number {
  color: color-mix(in srgb, var(--swv-card-b) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.swv-premium-content .swv-card:nth-child(1) { --swv-card-a: #f4b942; --swv-card-b: #ff6b6b; }
.swv-premium-content .swv-card:nth-child(2) { --swv-card-a: #19a7ce; --swv-card-b: #7c3aed; }
.swv-premium-content .swv-card:nth-child(3) { --swv-card-a: #22c55e; --swv-card-b: #0ea5e9; }
.swv-premium-content .swv-card:nth-child(4) { --swv-card-a: #fb7185; --swv-card-b: #f59e0b; }
.swv-premium-content .swv-card:nth-child(5) { --swv-card-a: #8b5cf6; --swv-card-b: #06b6d4; }
.swv-premium-content .swv-card:nth-child(6) { --swv-card-a: #14b8a6; --swv-card-b: #f97316; }
.swv-premium-content .swv-card:nth-child(7) { --swv-card-a: #eab308; --swv-card-b: #ec4899; }
.swv-premium-content .swv-card:nth-child(8) { --swv-card-a: #6366f1; --swv-card-b: #10b981; }

@media (min-width: 1200px) {
  .swv-premium-content .swv-section { padding: 96px 34px; }
  .swv-premium-content .swv-container { max-width: 1240px; }
  .swv-premium-content .swv-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }
  .swv-premium-content .swv-heading-wrap p { font-size: 1.04rem; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .swv-premium-content .swv-section { padding: 84px 28px; }
  .swv-premium-content .swv-container { max-width: 1040px; }
  .swv-premium-content .swv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }
  .swv-premium-content .swv-card { padding: 24px; }
  .swv-premium-content .swv-heading-wrap p { font-size: 1rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .swv-premium-content .swv-section { padding: 72px 22px; }
  .swv-premium-content .swv-container { max-width: 820px; }
  .swv-premium-content .swv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }
  .swv-premium-content .swv-card { padding: 23px; }
  .swv-premium-content h3 { font-size: 1.02rem; }
  .swv-premium-content .swv-card p { font-size: 0.93rem; }
}

@media (min-width: 430px) and (max-width: 767px) {
  .swv-premium-content .swv-section { padding: 58px 16px; }
  .swv-premium-content .swv-container { max-width: 100%; }
  .swv-premium-content .swv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 30px;
  }
  .swv-premium-content .swv-heading-wrap p { font-size: 0.94rem; }
  .swv-premium-content .swv-card { padding: 21px; border-radius: 19px; }
  .swv-premium-content .swv-card-cta { white-space: normal; }
}

@media (min-width: 375px) and (max-width: 429px) {
  .swv-premium-content .swv-section { padding: 50px 14px; }
  .swv-premium-content .swv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 26px;
  }
  .swv-premium-content .swv-heading-wrap p { font-size: 0.9rem; line-height: 1.62; }
  .swv-premium-content .swv-card { padding: 19px; border-radius: 18px; }
  .swv-premium-content .swv-icon { width: 48px; height: 48px; border-radius: 16px; }
  .swv-premium-content h3 { font-size: 0.98rem; }
  .swv-premium-content .swv-card p { font-size: 0.9rem; line-height: 1.6; }
}

@media (min-width: 320px) and (max-width: 374px) {
  .swv-premium-content .swv-section { padding: 44px 12px; }
  .swv-premium-content .swv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin-top: 24px;
  }
  .swv-premium-content .swv-heading-wrap p { font-size: 0.86rem; line-height: 1.58; }
  .swv-premium-content .swv-card { padding: 17px; border-radius: 16px; }
  .swv-premium-content .swv-icon { width: 44px; height: 44px; border-radius: 14px; }
  .swv-premium-content .swv-icon i { font-size: 1rem; }
  .swv-premium-content h3 { font-size: 0.94rem; }
  .swv-premium-content .swv-card p,
  .swv-premium-content .swv-card-cta { font-size: 0.86rem; }
}

@media (max-width: 319px) {
  .swv-premium-content .swv-section { padding: 40px 10px; }
  .swv-premium-content .swv-card-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .swv-premium-content .swv-card { padding: 16px; }
}

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

  .swv-premium-content .swv-card,
  .swv-premium-content .swv-card.swv-is-visible,
  .swv-premium-content .swv-card:hover {
    transform: none !important;
    opacity: 1;
  }
}