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

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

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

.rbv26-wrapper .rbv26-section {
  width: 100% !important;
  overflow: hidden;
}

.rbv26-wrapper .rbv26-section-one,
.rbv26-wrapper .rbv26-section-three {
  background: #ffffff;
}

.rbv26-wrapper .rbv26-section-two {
  background: linear-gradient(180deg, #f4faf6 0%, #eef7f1 100%);
}

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

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

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

.rbv26-wrapper .rbv26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #52625d;
  line-height: 1.7;
}

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

.rbv26-wrapper .rbv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dce8e1;
  box-shadow: 0 18px 44px rgba(20, 55, 39, 0.1);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rbv26-wrapper .rbv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.13), transparent 42%), linear-gradient(135deg, rgba(31, 154, 99, 0.1), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}

.rbv26-wrapper .rbv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.36);
  box-shadow: 0 24px 58px rgba(20, 55, 39, 0.16);
}

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

.rbv26-wrapper .rbv26-card:hover .rbv26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.2);
}

.rbv26-wrapper .rbv26-card:hover .rbv26-i {
  transform: translateY(-1px);
}

.rbv26-wrapper .rbv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #1f9a63 100%);
  box-shadow: 0 12px 28px rgba(31, 154, 99, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.rbv26-wrapper .rbv26-i {
  display: block;
  line-height: 1;
  text-align: center;
  transition: transform 260ms ease;
}

.rbv26-wrapper .rbv26-card-title {
  margin: 0;
  color: #17201d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rbv26-wrapper .rbv26-card-text {
  margin: 0;
  color: #5b6965;
  line-height: 1.62;
}

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

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

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

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

  .rbv26-wrapper .rbv26-heading {
    max-width: 100%;
    font-size: 42px;
    white-space: nowrap;
  }

  .rbv26-wrapper .rbv26-intro {
    padding-top: 16px;
    font-size: 17px;
  }

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

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

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

  .rbv26-wrapper .rbv26-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 15px;
  }
}

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

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

  .rbv26-wrapper .rbv26-heading {
    font-size: 34px;
  }

  .rbv26-wrapper .rbv26-intro {
    padding-top: 14px;
    font-size: 16px;
  }

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

  .rbv26-wrapper .rbv26-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
    font-size: 25px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 15px;
  }
}

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

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

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

  .rbv26-wrapper .rbv26-intro {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

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

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

  .rbv26-wrapper .rbv26-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 21px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .rbv26-wrapper .rbv26-container {
    padding: 0 14px;
  }

  .rbv26-wrapper .rbv26-heading {
    max-width: 340px;
    font-size: 25px;
  }

  .rbv26-wrapper .rbv26-intro {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

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

  .rbv26-wrapper .rbv26-card {
    min-height: 224px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

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

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

  .rbv26-wrapper .rbv26-intro {
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.5;
  }

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

  .rbv26-wrapper .rbv26-card {
    min-height: 214px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 13px;
    font-size: 17px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .rbv26-wrapper .rbv26-section {
    padding: 38px 0;
  }

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

  .rbv26-wrapper .rbv26-heading {
    font-size: 21px;
  }

  .rbv26-wrapper .rbv26-intro {
    padding-top: 9px;
    font-size: 12px;
  }

  .rbv26-wrapper .rbv26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .rbv26-wrapper .rbv26-card {
    min-height: 210px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 13px;
    font-size: 17px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 12px;
    line-height: 1.42;
  }
}