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

.ihv-premium-editorial,
.ihv-premium-editorial * {
  box-sizing: border-box;
  max-width: 100%;
}

.ihv-premium-editorial {
  --ihv-ink: #24131d;
  --ihv-muted: #6d5d66;
  --ihv-line: rgba(115, 55, 87, 0.14);
  --ihv-grad: linear-gradient(135deg, #f45a8d 0%, #b84ee8 48%, #ff9b54 100%);
  width: 100%;
  overflow-x: hidden;
  color: var(--ihv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ihv-premium-editorial .ihv-section {
  width: 100%;
  max-width: 100%;
  padding: 88px 24px;
  overflow-x: hidden;
}

.ihv-premium-editorial .ihv-section-white {
  background: #fff;
}

.ihv-premium-editorial .ihv-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 90, 141, 0.14), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(255, 155, 84, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f8 0%, #fffaf5 100%);
}

.ihv-premium-editorial .ihv-container {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ihv-premium-editorial .ihv-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ihv-premium-editorial .ihv-section-head h2 {
  margin: 0;
  color: var(--ihv-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;
}

.ihv-premium-editorial .ihv-section-head h2 span {
  background: var(--ihv-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ihv-premium-editorial .ihv-section-head p {
  margin: 14px auto 0;
  color: var(--ihv-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-editorial .ihv-card-grid {
  display: grid;
  width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ihv-premium-editorial .ihv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ihv-accent: #f45a8d;
  --ihv-accent-2: #ff9b54;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--ihv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 251, 0.86));
  box-shadow: 0 16px 42px rgba(49, 19, 37, 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;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-editorial .ihv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ihv-accent) 13%, transparent), color-mix(in srgb, var(--ihv-accent-2) 11%, transparent));
  opacity: 0.58;
  transition: opacity 320ms ease;
}

.ihv-premium-editorial .ihv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, var(--ihv-accent), var(--ihv-accent-2));
  transform: scaleX(0.22);
  transform-origin: left;
  transition: transform 320ms ease;
}

.ihv-premium-editorial .ihv-card:nth-child(1) { --ihv-accent: #f45a8d; --ihv-accent-2: #ff9b54; }
.ihv-premium-editorial .ihv-card:nth-child(2) { --ihv-accent: #8f5cf6; --ihv-accent-2: #f45a8d; }
.ihv-premium-editorial .ihv-card:nth-child(3) { --ihv-accent: #18a999; --ihv-accent-2: #ffb84d; }
.ihv-premium-editorial .ihv-card:nth-child(4) { --ihv-accent: #ff7a59; --ihv-accent-2: #c653ff; }
.ihv-premium-editorial .ihv-card:nth-child(5) { --ihv-accent: #2f80ed; --ihv-accent-2: #f45a8d; }
.ihv-premium-editorial .ihv-card:nth-child(6) { --ihv-accent: #df4f7a; --ihv-accent-2: #ffc15e; }
.ihv-premium-editorial .ihv-card:nth-child(7) { --ihv-accent: #7657ff; --ihv-accent-2: #21c7a8; }
.ihv-premium-editorial .ihv-card:nth-child(8) { --ihv-accent: #ec6f66; --ihv-accent-2: #7f5af0; }

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

.ihv-premium-editorial .ihv-card:hover {
  border-color: color-mix(in srgb, var(--ihv-accent) 45%, rgba(255, 255, 255, 0.6));
  box-shadow: 0 24px 60px rgba(49, 19, 37, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

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

.ihv-premium-editorial .ihv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--ihv-accent);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid color-mix(in srgb, var(--ihv-accent) 20%, transparent);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ihv-accent) 18%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}

.ihv-premium-editorial .ihv-icon i {
  font-size: 1.2rem;
  line-height: 1;
}

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

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

.ihv-premium-editorial .ihv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ihv-accent), var(--ihv-accent-2));
  transform: scaleX(0.58);
  transform-origin: left;
  transition: transform 320ms ease;
}

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

.ihv-premium-editorial .ihv-card p {
  margin: 0;
  color: var(--ihv-muted);
  font-size: 0.94rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ihv-premium-editorial .ihv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ihv-accent);
  font-size: 0.88rem;
  font-weight: 750;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ihv-premium-editorial .ihv-process-card {
  min-height: 282px;
}

.ihv-premium-editorial .ihv-step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: color-mix(in srgb, var(--ihv-accent) 18%, transparent);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
}

.ihv-premium-editorial .ihv-process-card:hover .ihv-step-number {
  color: color-mix(in srgb, var(--ihv-accent) 30%, transparent);
  transform: translateY(-4px) scale(1.05);
}

@media (min-width: 1200px) {
  .ihv-premium-editorial .ihv-section { padding: 96px 28px; }
  .ihv-premium-editorial .ihv-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ihv-premium-editorial .ihv-section { padding: 78px 22px; }
  .ihv-premium-editorial .ihv-container { width: min(1060px, 100%); }
  .ihv-premium-editorial .ihv-section-head { margin-bottom: 36px; }
  .ihv-premium-editorial .ihv-section-head p { font-size: 0.99rem; }
  .ihv-premium-editorial .ihv-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .ihv-premium-editorial .ihv-card { padding: 24px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ihv-premium-editorial .ihv-section { padding: 64px 20px; }
  .ihv-premium-editorial .ihv-section-head { margin-bottom: 32px; }
  .ihv-premium-editorial .ihv-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .ihv-premium-editorial .ihv-card { padding: 23px; min-height: 242px; }
  .ihv-premium-editorial .ihv-card h3 { font-size: 1.02rem; }
  .ihv-premium-editorial .ihv-card p { font-size: 0.92rem; }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ihv-premium-editorial .ihv-section { padding: 52px 16px; }
  .ihv-premium-editorial .ihv-section-head { margin-bottom: 28px; }
  .ihv-premium-editorial .ihv-section-head p { font-size: 0.94rem; line-height: 1.62; }
  .ihv-premium-editorial .ihv-card-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .ihv-premium-editorial .ihv-card { padding: 22px; min-height: auto; }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ihv-premium-editorial .ihv-section { padding: 46px 14px; }
  .ihv-premium-editorial .ihv-section-head { margin-bottom: 24px; }
  .ihv-premium-editorial .ihv-section-head p { font-size: 0.9rem; line-height: 1.58; }
  .ihv-premium-editorial .ihv-card-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .ihv-premium-editorial .ihv-card { padding: 20px; min-height: auto; border-radius: 18px; }
  .ihv-premium-editorial .ihv-icon { width: 48px; height: 48px; border-radius: 15px; margin-bottom: 18px; }
  .ihv-premium-editorial .ihv-step-number { font-size: 2.8rem; }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ihv-premium-editorial .ihv-section { padding: 40px 12px; }
  .ihv-premium-editorial .ihv-section-head { margin-bottom: 22px; }
  .ihv-premium-editorial .ihv-section-head p { font-size: 0.86rem; line-height: 1.55; }
  .ihv-premium-editorial .ihv-card-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .ihv-premium-editorial .ihv-card { padding: 18px; min-height: auto; border-radius: 16px; }
  .ihv-premium-editorial .ihv-card h3 { font-size: 0.98rem; }
  .ihv-premium-editorial .ihv-card p { font-size: 0.86rem; }
  .ihv-premium-editorial .ihv-icon { width: 44px; height: 44px; border-radius: 14px; margin-bottom: 16px; }
  .ihv-premium-editorial .ihv-step-number { top: 16px; right: 16px; font-size: 2.35rem; }
}

@media (max-width: 319px) {
  .ihv-premium-editorial .ihv-section { padding: 34px 10px; }
  .ihv-premium-editorial .ihv-card-grid { grid-template-columns: 1fr !important; gap: 10px; }
  .ihv-premium-editorial .ihv-card { padding: 16px; min-height: auto; }
}

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

  .ihv-premium-editorial .ihv-card {
    opacity: 1;
    transform: none !important;
  }
}