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

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

.rav26-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f252b;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.rav26-wrapper .rav26-section-two {
  background: linear-gradient(180deg, #fff7f3 0%, #f7fbfb 100%);
}

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

.rav26-wrapper h2,
.rav26-wrapper h3,
.rav26-wrapper p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.rav26-wrapper h2 {
  color: #181d22;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.rav26-wrapper .rav26-intro {
  color: #59636d;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 36px;
  max-width: 760px;
}

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

.rav26-wrapper .rav26-card {
  height: 100% !important;
  min-width: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d8ce;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(111, 60, 43, 0.10);
  text-align: center !important;
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

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

.rav26-wrapper .rav26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 58px rgba(111, 60, 43, 0.16);
}

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

.rav26-wrapper .rav26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a3d 56%, #12a594 100%);
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
  position: relative;
  z-index: 1;
}

.rav26-wrapper .rav26-card:hover .rav26-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18, 165, 148, 0.22);
}

.rav26-wrapper .rav26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.rav26-wrapper h3 {
  color: #22272d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.rav26-wrapper .rav26-card p {
  color: #65717b;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

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

.rav26-wrapper.rav26-js .rav26-card {
  opacity: 0;
  transform: translateY(18px);
}

.rav26-wrapper.rav26-js .rav26-card.rav26-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rav26-wrapper .rav26-section {
    padding: 84px 24px;
  }

  .rav26-wrapper h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .rav26-wrapper .rav26-intro {
    font-size: 17px;
  }

  .rav26-wrapper .rav26-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .rav26-wrapper .rav26-card {
    min-height: 292px;
    padding: 34px 28px;
  }

  .rav26-wrapper .rav26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .rav26-wrapper .rav26-i {
    font-size: 28px;
  }

  .rav26-wrapper h3 {
    font-size: 20px;
    margin: 0 0 12px;
  }

  .rav26-wrapper .rav26-card p {
    font-size: 15px;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rav26-wrapper .rav26-section {
    padding: 68px 22px;
  }

  .rav26-wrapper h2 {
    font-size: 34px;
  }

  .rav26-wrapper .rav26-intro {
    font-size: 16px;
    margin-bottom: 30px;
  }

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

  .rav26-wrapper .rav26-card {
    min-height: 268px;
    padding: 30px 24px;
  }

  .rav26-wrapper .rav26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .rav26-wrapper .rav26-i {
    font-size: 25px;
  }

  .rav26-wrapper h3 {
    font-size: 19px;
    margin: 0 0 10px;
  }

  .rav26-wrapper .rav26-card p {
    font-size: 14.5px;
    margin: 0;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rav26-wrapper .rav26-section {
    padding: 48px 16px;
  }

  .rav26-wrapper h2 {
    font-size: 28px;
  }

  .rav26-wrapper .rav26-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

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

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

  .rav26-wrapper .rav26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 13px;
  }

  .rav26-wrapper .rav26-i {
    font-size: 21px;
  }

  .rav26-wrapper h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }

  .rav26-wrapper .rav26-card p {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rav26-wrapper .rav26-section {
    padding: 42px 12px;
  }

  .rav26-wrapper h2 {
    font-size: 25px;
  }

  .rav26-wrapper .rav26-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

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

  .rav26-wrapper .rav26-card {
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 13px;
  }

  .rav26-wrapper .rav26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .rav26-wrapper .rav26-i {
    font-size: 19px;
  }

  .rav26-wrapper h3 {
    font-size: 15px;
    margin: 0 0 7px;
  }

  .rav26-wrapper .rav26-card p {
    font-size: 12.5px;
    line-height: 1.42;
    margin: 0;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rav26-wrapper .rav26-section {
    padding: 38px 10px;
  }

  .rav26-wrapper h2 {
    font-size: 22px;
  }

  .rav26-wrapper .rav26-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

  .rav26-wrapper .rav26-card {
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 12px;
  }

  .rav26-wrapper .rav26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 11px;
  }

  .rav26-wrapper .rav26-i {
    font-size: 18px;
  }

  .rav26-wrapper h3 {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .rav26-wrapper .rav26-card p {
    font-size: 12px;
    line-height: 1.38;
    margin: 0;
  }
}