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

.rwv-premium-section,
.rwv-premium-section * {
  box-sizing: border-box;
  min-width: 0;
}

.rwv-premium-section {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2528;
  font-family: inherit;
  --rwv-primary: #ff4500;
  --rwv-secondary: #305f72;
  --rwv-accent: #ffb000;
  --rwv-tint: #fff6f1;
  --rwv-text: #1f2528;
  --rwv-muted: #667176;
  --rwv-border: rgba(255, 69, 0, 0.16);
  --rwv-shadow: rgba(80, 48, 32, 0.13);
}

.rwv-premium-section .rwv-band {
  width: 100% !important;
}

.rwv-premium-section .rwv-band-one,
.rwv-premium-section .rwv-band-three {
  background: #ffffff !important;
}

.rwv-premium-section .rwv-band-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 176, 0, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8f3 0%, #fffdf9 100%) !important;
}

.rwv-premium-section .rwv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.rwv-premium-section h2 {
  margin: 0 auto !important;
  color: var(--rwv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center !important;
}

.rwv-premium-section .rwv-intro {
  margin: 0 auto !important;
  color: var(--rwv-muted);
  line-height: 1.7;
  font-weight: 500;
  text-align: center !important;
  max-width: 760px;
}

.rwv-premium-section .rwv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.rwv-premium-section .rwv-card {
  position: relative;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.96));
  border: 1px solid var(--rwv-border);
  border-radius: 22px;
  box-shadow: 0 18px 45px var(--rwv-shadow);
  overflow: hidden;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-position 380ms ease;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
}

.rwv-premium-section .rwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 69, 0, 0.11), transparent 42%),
    linear-gradient(315deg, rgba(48, 95, 114, 0.09), transparent 46%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.rwv-premium-section .rwv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 24px 60px rgba(80, 48, 32, 0.18);
}

.rwv-premium-section .rwv-card:hover::before {
  opacity: 1;
}

.rwv-premium-section .rwv-card:hover .rwv-icon {
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
}

.rwv-premium-section .rwv-icon {
  position: relative;
  z-index: 1;
  display: grid !important;
  place-items: center !important;
  margin: 0 auto !important;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rwv-primary), var(--rwv-accent), var(--rwv-secondary));
  background-size: 180% 180%;
  box-shadow: 0 14px 34px rgba(255, 69, 0, 0.22);
  transition: transform 280ms ease, background-position 380ms ease;
}

.rwv-premium-section .rwv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.rwv-premium-section h3 {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--rwv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center !important;
}

.rwv-premium-section .rwv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto !important;
  color: var(--rwv-muted);
  line-height: 1.62;
  font-weight: 500;
  text-align: center !important;
}

.rwv-premium-section.rwv-ready .rwv-card {
  opacity: 0;
  transform: translateY(18px);
}

.rwv-premium-section.rwv-ready .rwv-card.rwv-show {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rwv-premium-section .rwv-band {
    padding: 88px 24px !important;
  }

  .rwv-premium-section h2 {
    font-size: 42px;
    max-width: 900px;
    white-space: nowrap;
  }

  .rwv-premium-section .rwv-intro {
    font-size: 17px;
    padding-top: 16px;
    padding-bottom: 38px;
  }

  .rwv-premium-section .rwv-grid {
    gap: 24px;
  }

  .rwv-premium-section .rwv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .rwv-premium-section .rwv-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .rwv-premium-section .rwv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

  .rwv-premium-section .rwv-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px !important;
  }

  .rwv-premium-section .rwv-i {
    font-size: 28px;
  }

  .rwv-premium-section h3 {
    font-size: 20px;
    margin-bottom: 13px !important;
  }

  .rwv-premium-section .rwv-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rwv-premium-section .rwv-band {
    padding: 72px 22px !important;
  }

  .rwv-premium-section h2 {
    font-size: 34px;
    max-width: 720px;
  }

  .rwv-premium-section .rwv-intro {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 32px;
  }

  .rwv-premium-section .rwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .rwv-premium-section .rwv-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .rwv-premium-section .rwv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 21px !important;
  }

  .rwv-premium-section .rwv-i {
    font-size: 25px;
  }

  .rwv-premium-section h3 {
    font-size: 18px;
    margin-bottom: 12px !important;
  }

  .rwv-premium-section .rwv-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rwv-premium-section .rwv-band {
    padding: 54px 16px !important;
  }

  .rwv-premium-section h2 {
    font-size: 27px;
    max-width: 390px;
  }

  .rwv-premium-section .rwv-intro {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .rwv-premium-section .rwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .rwv-premium-section .rwv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .rwv-premium-section .rwv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px !important;
  }

  .rwv-premium-section .rwv-i {
    font-size: 21px;
  }

  .rwv-premium-section h3 {
    font-size: 15.5px;
    margin-bottom: 9px !important;
  }

  .rwv-premium-section .rwv-card p {
    font-size: 12.8px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rwv-premium-section .rwv-band {
    padding: 46px 12px !important;
  }

  .rwv-premium-section h2 {
    font-size: 24px;
    max-width: 340px;
  }

  .rwv-premium-section .rwv-intro {
    font-size: 13.5px;
    line-height: 1.55;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .rwv-premium-section .rwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .rwv-premium-section .rwv-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .rwv-premium-section .rwv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px !important;
  }

  .rwv-premium-section .rwv-i {
    font-size: 19px;
  }

  .rwv-premium-section h3 {
    font-size: 14.5px;
    margin-bottom: 8px !important;
  }

  .rwv-premium-section .rwv-card p {
    font-size: 12.2px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rwv-premium-section .rwv-band {
    padding: 40px 10px !important;
  }

  .rwv-premium-section h2 {
    font-size: 21px;
    max-width: 300px;
  }

  .rwv-premium-section .rwv-intro {
    font-size: 12.5px;
    line-height: 1.5;
    padding-top: 9px;
    padding-bottom: 18px;
  }

  .rwv-premium-section .rwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .rwv-premium-section .rwv-card {
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

  .rwv-premium-section .rwv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px !important;
  }

  .rwv-premium-section .rwv-i {
    font-size: 17px;
  }

  .rwv-premium-section h3 {
    font-size: 13.5px;
    margin-bottom: 7px !important;
  }

  .rwv-premium-section .rwv-card p {
    font-size: 11.5px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .rwv-premium-section .rwv-band {
    padding: 36px 10px !important;
  }

  .rwv-premium-section h2 {
    font-size: 20px;
  }

  .rwv-premium-section .rwv-intro {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 16px;
  }

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

  .rwv-premium-section .rwv-card {
    min-height: 210px;
    padding: 16px 12px;
  }

  .rwv-premium-section .rwv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px !important;
  }

  .rwv-premium-section .rwv-i {
    font-size: 17px;
  }

  .rwv-premium-section h3 {
    font-size: 14px;
    margin-bottom: 7px !important;
  }

  .rwv-premium-section .rwv-card p {
    font-size: 12px;
  }
}