@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.0.0/css/all.min.css');

.rvv-premium-wrapper,
.rvv-premium-wrapper * {
  box-sizing: border-box;
}

.rvv-premium-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #24302f;
  font-family: Arial, Helvetica, sans-serif;
}

.rvv-premium-wrapper .rvv-section {
  width: 100% !important;
}

.rvv-premium-wrapper .rvv-section-white {
  background: #ffffff;
}

.rvv-premium-wrapper .rvv-section-tint {
  background: linear-gradient(180deg, #fff7f2 0%, #f7fbfa 100%);
}

.rvv-premium-wrapper .rvv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.rvv-premium-wrapper .rvv-heading {
  margin: 0 auto;
  color: #17211f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.rvv-premium-wrapper .rvv-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5a6764;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.rvv-premium-wrapper .rvv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.rvv-premium-wrapper .rvv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border: 1px solid #f1d8cf;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(216, 74, 29, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
}

.rvv-premium-wrapper .rvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.11), transparent 46%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.rvv-premium-wrapper .rvv-card:hover {
  transform: translateY(-7px);
  border-color: #ff8a4c;
  box-shadow: 0 24px 56px rgba(216, 74, 29, 0.18);
}

.rvv-premium-wrapper .rvv-card:hover::before {
  opacity: 1;
}

.rvv-premium-wrapper .rvv-card:hover .rvv-icon {
  transform: translateY(-4px) scale(1.04);
  background: linear-gradient(135deg, #ff4500 0%, #ffb000 100%);
}

.rvv-premium-wrapper .rvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff5a1f 0%, #0f766e 100%);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
  transition: transform 280ms ease, background 280ms ease;
}

.rvv-premium-wrapper .rvv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.rvv-premium-wrapper .rvv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17211f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.rvv-premium-wrapper .rvv-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5a6764;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.rvv-premium-wrapper .rvv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rvv-premium-wrapper .rvv-reveal.rvv-visible {
  opacity: 1;
  transform: translateY(0);
}

.rvv-premium-wrapper .rvv-reveal-ready {
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

@media (min-width: 1024px) {
  .rvv-premium-wrapper .rvv-section {
    padding: 86px 0;
  }

  .rvv-premium-wrapper .rvv-container {
    padding: 0 28px;
  }

  .rvv-premium-wrapper .rvv-heading {
    font-size: 42px;
    max-width: 1000px;
    white-space: nowrap;
  }

  .rvv-premium-wrapper .rvv-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .rvv-premium-wrapper .rvv-grid {
    margin-top: 42px;
    gap: 26px;
  }

  .rvv-premium-wrapper .rvv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rvv-premium-wrapper .rvv-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .rvv-premium-wrapper .rvv-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 30px;
  }

  .rvv-premium-wrapper .rvv-card-title {
    font-size: 21px;
  }

  .rvv-premium-wrapper .rvv-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rvv-premium-wrapper .rvv-section {
    padding: 70px 0;
  }

  .rvv-premium-wrapper .rvv-container {
    padding: 0 24px;
  }

  .rvv-premium-wrapper .rvv-heading {
    font-size: 34px;
    max-width: 720px;
  }

  .rvv-premium-wrapper .rvv-intro {
    margin-top: 14px;
    font-size: 16px;
  }

  .rvv-premium-wrapper .rvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 22px;
  }

  .rvv-premium-wrapper .rvv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .rvv-premium-wrapper .rvv-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 21px;
    font-size: 27px;
  }

  .rvv-premium-wrapper .rvv-card-title {
    font-size: 20px;
  }

  .rvv-premium-wrapper .rvv-card-text {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

  .rvv-premium-wrapper .rvv-container {
    padding: 0 16px;
  }

  .rvv-premium-wrapper .rvv-heading {
    font-size: 28px;
    max-width: 420px;
  }

  .rvv-premium-wrapper .rvv-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .rvv-premium-wrapper .rvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .rvv-premium-wrapper .rvv-card {
    min-height: 236px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .rvv-premium-wrapper .rvv-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .rvv-premium-wrapper .rvv-card-title {
    font-size: 16px;
  }

  .rvv-premium-wrapper .rvv-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.45;
  }
}

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

  .rvv-premium-wrapper .rvv-container {
    padding: 0 12px;
  }

  .rvv-premium-wrapper .rvv-heading {
    font-size: 25px;
    max-width: 350px;
  }

  .rvv-premium-wrapper .rvv-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .rvv-premium-wrapper .rvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }

  .rvv-premium-wrapper .rvv-card {
    min-height: 225px;
    padding: 19px 11px;
    border-radius: 15px;
  }

  .rvv-premium-wrapper .rvv-icon {
    width: 49px;
    height: 49px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .rvv-premium-wrapper .rvv-card-title {
    font-size: 15px;
  }

  .rvv-premium-wrapper .rvv-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.42;
  }
}

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

  .rvv-premium-wrapper .rvv-container {
    padding: 0 10px;
  }

  .rvv-premium-wrapper .rvv-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .rvv-premium-wrapper .rvv-intro {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }

  .rvv-premium-wrapper .rvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }

  .rvv-premium-wrapper .rvv-card {
    min-height: 218px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .rvv-premium-wrapper .rvv-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
    margin-bottom: 13px;
    font-size: 18px;
  }

  .rvv-premium-wrapper .rvv-card-title {
    font-size: 14px;
  }

  .rvv-premium-wrapper .rvv-card-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.38;
  }
}