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

.rbv2026-wrapper,
.rbv2026-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.rbv2026-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18212b;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

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

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

.rbv2026-wrapper .rbv2026-heading,
.rbv2026-wrapper .rbv2026-intro,
.rbv2026-wrapper .rbv2026-card-title,
.rbv2026-wrapper .rbv2026-card-text {
  text-align: center !important;
}

.rbv2026-wrapper .rbv2026-heading {
  margin: 0 auto;
  color: #121820;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rbv2026-wrapper .rbv2026-intro {
  margin: 0 auto;
  color: #5a6673;
  line-height: 1.65;
  font-weight: 500;
}

.rbv2026-wrapper .rbv2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.rbv2026-wrapper .rbv2026-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d8cf;
  box-shadow: 0 18px 42px rgba(212, 75, 38, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.rbv2026-wrapper .rbv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.11), transparent 42%);
  transition: opacity 320ms ease, transform 320ms ease;
  transform: translateY(10px);
}

.rbv2026-wrapper .rbv2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 58px rgba(212, 75, 38, 0.16);
}

.rbv2026-wrapper .rbv2026-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.rbv2026-wrapper .rbv2026-icon {
  display: grid;
  place-items: center;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a3d 48%, #12a594 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 320ms ease;
  background-size: 180% 180%;
}

.rbv2026-wrapper .rbv2026-card:hover .rbv2026-icon {
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 18px 34px rgba(18, 165, 148, 0.25);
}

.rbv2026-wrapper .rbv2026-i {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.rbv2026-wrapper .rbv2026-card-title {
  margin: 0;
  color: #17202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rbv2026-wrapper .rbv2026-card-text {
  margin: 0 auto;
  color: #62707e;
  line-height: 1.58;
  font-weight: 500;
}

.rbv2026-wrapper .rbv2026-card {
  opacity: 1;
  transform: translateY(0);
}

.rbv2026-wrapper .rbv2026-card.rbv2026-reveal-ready {
  opacity: 0;
  transform: translateY(18px);
}

.rbv2026-wrapper .rbv2026-card.rbv2026-reveal-in {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rbv2026-wrapper .rbv2026-section {
    padding: 92px 0 !important;
  }

  .rbv2026-wrapper .rbv2026-container {
    padding: 0 28px !important;
  }

  .rbv2026-wrapper .rbv2026-heading {
    max-width: 980px;
    font-size: 42px;
  }

  .rbv2026-wrapper .rbv2026-intro {
    max-width: 760px;
    padding-top: 16px;
    font-size: 17px;
  }

  .rbv2026-wrapper .rbv2026-grid {
    gap: 24px;
    margin-top: 46px;
  }

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

  .rbv2026-wrapper .rbv2026-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rbv2026-wrapper .rbv2026-card {
    min-height: 292px;
    padding: 34px 24px 30px;
    border-radius: 24px;
  }

  .rbv2026-wrapper .rbv2026-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 22px;
    font-size: 27px;
  }

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

  .rbv2026-wrapper .rbv2026-card-text {
    padding-top: 13px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rbv2026-wrapper .rbv2026-section {
    padding: 72px 0 !important;
  }

  .rbv2026-wrapper .rbv2026-container {
    padding: 0 24px !important;
  }

  .rbv2026-wrapper .rbv2026-heading {
    max-width: 760px;
    font-size: 34px;
  }

  .rbv2026-wrapper .rbv2026-intro {
    max-width: 700px;
    padding-top: 14px;
    font-size: 16px;
  }

  .rbv2026-wrapper .rbv2026-grid,
  .rbv2026-wrapper .rbv2026-grid-3,
  .rbv2026-wrapper .rbv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
  }

  .rbv2026-wrapper .rbv2026-card {
    min-height: 264px;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }

  .rbv2026-wrapper .rbv2026-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 25px;
  }

  .rbv2026-wrapper .rbv2026-card-title {
    font-size: 19px;
  }

  .rbv2026-wrapper .rbv2026-card-text {
    padding-top: 11px;
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rbv2026-wrapper .rbv2026-section {
    padding: 54px 0 !important;
  }

  .rbv2026-wrapper .rbv2026-container {
    padding: 0 16px !important;
  }

  .rbv2026-wrapper .rbv2026-heading {
    max-width: 420px;
    font-size: 27px;
  }

  .rbv2026-wrapper .rbv2026-intro {
    max-width: 440px;
    padding-top: 11px;
    font-size: 14px;
  }

  .rbv2026-wrapper .rbv2026-grid,
  .rbv2026-wrapper .rbv2026-grid-3,
  .rbv2026-wrapper .rbv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .rbv2026-wrapper .rbv2026-card {
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .rbv2026-wrapper .rbv2026-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 17px;
    font-size: 21px;
  }

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

  .rbv2026-wrapper .rbv2026-card-text {
    padding-top: 9px;
    font-size: 13px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rbv2026-wrapper .rbv2026-section {
    padding: 48px 0 !important;
  }

  .rbv2026-wrapper .rbv2026-container {
    padding: 0 12px !important;
  }

  .rbv2026-wrapper .rbv2026-heading {
    max-width: 350px;
    font-size: 24px;
  }

  .rbv2026-wrapper .rbv2026-intro {
    max-width: 360px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .rbv2026-wrapper .rbv2026-grid,
  .rbv2026-wrapper .rbv2026-grid-3,
  .rbv2026-wrapper .rbv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .rbv2026-wrapper .rbv2026-card {
    min-height: 218px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .rbv2026-wrapper .rbv2026-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 15px;
    font-size: 19px;
  }

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

  .rbv2026-wrapper .rbv2026-card-text {
    padding-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rbv2026-wrapper .rbv2026-section {
    padding: 42px 0 !important;
  }

  .rbv2026-wrapper .rbv2026-container {
    padding: 0 10px !important;
  }

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

  .rbv2026-wrapper .rbv2026-intro {
    max-width: 310px;
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .rbv2026-wrapper .rbv2026-grid,
  .rbv2026-wrapper .rbv2026-grid-3,
  .rbv2026-wrapper .rbv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .rbv2026-wrapper .rbv2026-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }

  .rbv2026-wrapper .rbv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 14px;
    font-size: 18px;
  }

  .rbv2026-wrapper .rbv2026-card-title {
    font-size: 14px;
    line-height: 1.22;
  }

  .rbv2026-wrapper .rbv2026-card-text {
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .rbv2026-wrapper .rbv2026-grid,
  .rbv2026-wrapper .rbv2026-grid-3,
  .rbv2026-wrapper .rbv2026-grid-4 {
    grid-template-columns: 1fr;
  }
}