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

.rav-premium-content,
.rav-premium-content *,
.rav-premium-content *::before,
.rav-premium-content *::after {
  box-sizing: border-box;
}

.rav-premium-content {
  --rav-ink: #221917;
  --rav-muted: #6f5f5a;
  --rav-line: rgba(130, 72, 45, 0.16);
  --rav-grad-a: #ff4500;
  --rav-grad-b: #d84d2f;
  --rav-grad-c: #7b4df3;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--rav-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #fff;
}

.rav-premium-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 86px 18px;
}

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

.rav-premium-section-warm {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 69, 0, 0.10), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(123, 77, 243, 0.09), transparent 34%),
    linear-gradient(180deg, #fff7f2 0%, #fffaf4 52%, #ffffff 100%);
}

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

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

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

.rav-premium-heading-wrap h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(135deg, var(--rav-grad-a), var(--rav-grad-b) 42%, var(--rav-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
}

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

.rav-premium-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.rav-premium-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rav-card-a: #ff4500;
  --rav-card-b: #ffb000;
  --rav-card-soft: rgba(255, 69, 0, 0.10);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--rav-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 118px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.92));
  box-shadow: 0 14px 34px rgba(70, 38, 24, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 680ms ease,
    transform 680ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  isolation: isolate;
}

.rav-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.82;
  background:
    linear-gradient(135deg, var(--rav-card-soft), transparent 44%),
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--rav-card-b) 18%, transparent), transparent 34%);
  pointer-events: none;
}

.rav-premium-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  transform: scaleX(0.24);
  transform-origin: left;
  background: linear-gradient(90deg, var(--rav-card-a), var(--rav-card-b));
  transition: transform 260ms ease;
}

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

.rav-premium-card:hover {
  border-color: color-mix(in srgb, var(--rav-card-a) 42%, rgba(130, 72, 45, 0.18));
  box-shadow: 0 24px 56px rgba(70, 38, 24, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

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

.rav-premium-icon {
  width: 52px;
  height: 52px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 16px;
  color: var(--rav-card-a);
  background: linear-gradient(145deg, #ffffff, var(--rav-card-soft));
  border: 1px solid color-mix(in srgb, var(--rav-card-a) 18%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 12px 25px rgba(65, 42, 33, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease, border-color 260ms ease;
}

.rav-premium-icon i {
  font-size: 1.24rem;
  line-height: 1;
}

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

.rav-premium-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: var(--rav-ink);
  font-size: 1.05rem;
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--rav-card-a), var(--rav-card-b));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 260ms ease;
}

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

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

.rav-premium-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rav-card-a);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.34;
  transform: translateY(7px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rav-premium-card:hover .rav-premium-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--rav-card-a) 76%, #1f1715);
}

.rav-premium-grid-benefits .rav-premium-card {
  transform-style: preserve-3d;
}

.rav-premium-grid-benefits .rav-premium-card .rav-premium-icon,
.rav-premium-grid-benefits .rav-premium-card h3,
.rav-premium-grid-benefits .rav-premium-card p {
  transform: translateZ(18px);
}

.rav-premium-process-card {
  min-height: 270px;
  padding-top: 24px;
}

.rav-premium-process-card::before {
  content: attr(data-step);
  position: absolute;
  right: 16px;
  top: 0;
  color: color-mix(in srgb, var(--rav-card-a) 13%, transparent);
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, opacity 260ms ease;
}

.rav-premium-process-card:hover::before {
  transform: translateY(8px) scale(1.04);
  opacity: 0.92;
}

.rav-premium-step-line {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: var(--rav-card-a);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 260ms ease, color 260ms ease;
}

.rav-premium-process-card:hover .rav-premium-step-line {
  transform: translateX(3px);
  color: color-mix(in srgb, var(--rav-card-a) 72%, #261816);
}

.rav-premium-card:nth-child(1) { --rav-card-a: #ff4500; --rav-card-b: #ff9d42; --rav-card-soft: rgba(255,69,0,0.10); }
.rav-premium-card:nth-child(2) { --rav-card-a: #7b4df3; --rav-card-b: #b26bff; --rav-card-soft: rgba(123,77,243,0.10); }
.rav-premium-card:nth-child(3) { --rav-card-a: #0f9f8f; --rav-card-b: #70d6c7; --rav-card-soft: rgba(15,159,143,0.10); }
.rav-premium-card:nth-child(4) { --rav-card-a: #d45178; --rav-card-b: #ff9bb1; --rav-card-soft: rgba(212,81,120,0.10); }
.rav-premium-card:nth-child(5) { --rav-card-a: #2d6cdf; --rav-card-b: #7eb5ff; --rav-card-soft: rgba(45,108,223,0.10); }
.rav-premium-card:nth-child(6) { --rav-card-a: #b36b00; --rav-card-b: #ffd166; --rav-card-soft: rgba(179,107,0,0.10); }
.rav-premium-card:nth-child(7) { --rav-card-a: #7a8b13; --rav-card-b: #c7d66d; --rav-card-soft: rgba(122,139,19,0.10); }
.rav-premium-card:nth-child(8) { --rav-card-a: #c1462f; --rav-card-b: #ff8066; --rav-card-soft: rgba(193,70,47,0.10); }

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

.rav-premium-content .rav-premium-card,
.rav-premium-content .rav-premium-card p,
.rav-premium-content .rav-premium-card h3,
.rav-premium-content .rav-premium-cta,
.rav-premium-content .rav-premium-step-line {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

  .rav-premium-container {
    width: min(1240px, 100%);
  }

  .rav-premium-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

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

  .rav-premium-container {
    width: min(1080px, 100%);
  }

  .rav-premium-heading-wrap {
    margin-bottom: 34px;
  }

  .rav-premium-heading-wrap p {
    font-size: 0.99rem;
  }

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

  .rav-premium-card {
    padding: 24px;
  }
}

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

  .rav-premium-heading-wrap {
    margin-bottom: 30px;
  }

  .rav-premium-heading-wrap p {
    font-size: 0.96rem;
  }

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

  .rav-premium-card {
    min-height: 230px;
    padding: 22px;
  }

  .rav-premium-card h3 {
    font-size: 1rem;
  }

  .rav-premium-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rav-premium-section {
    padding: 52px 16px;
  }

  .rav-premium-heading-wrap {
    margin-bottom: 24px;
  }

  .rav-premium-heading-wrap p {
    font-size: 0.93rem;
    line-height: 1.62;
  }

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

  .rav-premium-card {
    width: 100%;
    min-height: auto;
    padding: 21px;
    border-radius: 18px;
  }

  .rav-premium-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rav-premium-section {
    padding: 46px 14px;
  }

  .rav-premium-heading-wrap {
    margin-bottom: 22px;
  }

  .rav-premium-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

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

  .rav-premium-card {
    min-height: auto;
    padding: 19px;
    border-radius: 16px;
  }

  .rav-premium-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 17px;
  }

  .rav-premium-icon i {
    font-size: 1.08rem;
  }

  .rav-premium-card h3 {
    font-size: 0.98rem;
  }

  .rav-premium-card p {
    font-size: 0.9rem;
  }

  .rav-premium-process-card::before {
    font-size: 4.7rem;
    right: 12px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rav-premium-section {
    padding: 40px 12px;
  }

  .rav-premium-heading-wrap {
    margin-bottom: 20px;
  }

  .rav-premium-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

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

  .rav-premium-card {
    min-height: auto;
    padding: 17px;
    border-radius: 15px;
  }

  .rav-premium-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 15px;
  }

  .rav-premium-icon i {
    font-size: 1rem;
  }

  .rav-premium-card h3 {
    font-size: 0.94rem;
  }

  .rav-premium-card p,
  .rav-premium-cta {
    font-size: 0.86rem;
  }

  .rav-premium-step-line {
    font-size: 0.7rem;
  }

  .rav-premium-process-card::before {
    font-size: 4rem;
    right: 10px;
  }
}

@media (max-width: 319px) {
  .rav-premium-section {
    padding: 34px 10px;
  }

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

  .rav-premium-card {
    padding: 15px;
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rav-premium-content *,
  .rav-premium-content *::before,
  .rav-premium-content *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  .rav-premium-card,
  .rav-premium-card.is-visible,
  .rav-premium-card:hover {
    transform: none !important;
  }
}