@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.rav-bottom-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

.rav-bottom-content .rav-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rav-bottom-content .rav-section-white {
  background: #ffffff;
}

.rav-bottom-content .rav-section-soft {
  background: linear-gradient(180deg, #fbfaf8 0%, #f7f3ef 100%);
}

.rav-bottom-content .rav-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rav-bottom-content .rav-heading-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.rav-bottom-content .rav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(255, 139, 64, 0.08));
  color: #b73500;
  font-weight: 700;
  line-height: 1.2;
}

.rav-bottom-content .rav-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(135deg, #ff4500, #ff8b40);
  box-shadow: 0 0 0 5px rgba(255, 69, 0, 0.12);
}

.rav-bottom-content h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rav-bottom-content .rav-heading-block p {
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
}

.rav-bottom-content .rav-grid {
  display: grid;
  align-items: stretch;
}

.rav-bottom-content .rav-card,
.rav-bottom-content .rav-step-card,
.rav-bottom-content .rav-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(26, 32, 44, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(30, 41, 59, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.rav-bottom-content .rav-card {
  border-radius: 22px;
}

.rav-bottom-content .rav-card::after,
.rav-bottom-content .rav-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.16), rgba(255, 139, 64, 0.08));
  transition: opacity 240ms ease;
}

.rav-bottom-content .rav-card:hover,
.rav-bottom-content .rav-step-card:hover,
.rav-bottom-content .rav-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 24px 60px rgba(30, 41, 59, 0.12);
}

.rav-bottom-content .rav-card:hover::after,
.rav-bottom-content .rav-trust-card:hover::after {
  opacity: 1;
}

.rav-bottom-content .rav-card-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff8b40);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  position: relative;
  transition: transform 240ms ease;
}

.rav-bottom-content .rav-card:hover .rav-card-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.rav-bottom-content .rav-card-icon::before,
.rav-bottom-content .rav-card-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.rav-bottom-content .rav-icon-window::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
  opacity: 0.95;
}

.rav-bottom-content .rav-icon-window::after {
  width: 14px;
  height: 2px;
  left: 16px;
  top: 21px;
  border-radius: 99px;
  background: #ff8b40;
}

.rav-bottom-content .rav-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  opacity: 0.95;
}

.rav-bottom-content .rav-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-34deg);
  transform-origin: left center;
}

.rav-bottom-content .rav-icon-preview::before {
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  border-radius: 14px / 9px;
  opacity: 0.95;
}

.rav-bottom-content .rav-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ff6a21;
}

.rav-bottom-content .rav-icon-steps::before {
  width: 20px;
  height: 3px;
  left: 13px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.rav-bottom-content .rav-icon-steps::after {
  width: 4px;
  height: 4px;
  left: 9px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.rav-bottom-content .rav-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}

.rav-bottom-content .rav-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  top: 30px;
  border-radius: 99px;
  background: #ff6a21;
}

.rav-bottom-content .rav-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}

.rav-bottom-content .rav-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 21px;
  border-radius: 99px;
  background: #ff6a21;
  box-shadow: 0 6px 0 #ff6a21;
}

.rav-bottom-content h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rav-bottom-content .rav-card p,
.rav-bottom-content .rav-step-card p,
.rav-bottom-content .rav-trust-card p {
  margin: 10px 0 0;
  color: #626b7c;
  line-height: 1.68;
}

.rav-bottom-content .rav-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.rav-bottom-content .rav-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}

.rav-bottom-content .rav-step-card::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 69, 0, 0), rgba(255, 69, 0, 0.28), rgba(255, 69, 0, 0));
}

.rav-bottom-content .rav-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #ff4500, #ff8b40);
  box-shadow: 0 16px 32px rgba(255, 69, 0, 0.24);
}

.rav-bottom-content .rav-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
}

.rav-bottom-content .rav-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1), 18px 0 0 rgba(255, 139, 64, 0.35);
}

.rav-bottom-content .rav-trust-card {
  border-radius: 24px;
  background: #ffffff;
}

.rav-bottom-content .rav-trust-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #b73500;
  background: rgba(255, 69, 0, 0.09);
  border: 1px solid rgba(255, 69, 0, 0.14);
  font-weight: 800;
  line-height: 1.2;
}

.rav-bottom-content .rav-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.rav-bottom-content .rav-reveal.rav-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .rav-bottom-content .rav-section {
    padding: 54px 0;
  }

  .rav-bottom-content .rav-container {
    padding: 0 14px;
  }

  .rav-bottom-content .rav-kicker {
    font-size: 12px;
  }

  .rav-bottom-content h2 {
    font-size: 27px;
  }

  .rav-bottom-content .rav-heading-block p {
    font-size: 15px;
  }

  .rav-bottom-content .rav-grid,
  .rav-bottom-content .rav-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .rav-bottom-content .rav-grid-six,
  .rav-bottom-content .rav-grid-three {
    grid-template-columns: 1fr;
  }

  .rav-bottom-content .rav-card,
  .rav-bottom-content .rav-trust-card {
    padding: 22px;
  }

  .rav-bottom-content .rav-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .rav-bottom-content .rav-step-card::before {
    display: none;
  }

  .rav-bottom-content .rav-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }

  .rav-bottom-content h3 {
    font-size: 18px;
  }

  .rav-bottom-content .rav-card p,
  .rav-bottom-content .rav-step-card p,
  .rav-bottom-content .rav-trust-card p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rav-bottom-content .rav-section {
    padding: 60px 0;
  }

  .rav-bottom-content .rav-container {
    padding: 0 18px;
  }

  .rav-bottom-content .rav-kicker {
    font-size: 12px;
  }

  .rav-bottom-content h2 {
    font-size: 30px;
  }

  .rav-bottom-content .rav-heading-block p {
    font-size: 15.5px;
  }

  .rav-bottom-content .rav-grid,
  .rav-bottom-content .rav-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .rav-bottom-content .rav-grid-six,
  .rav-bottom-content .rav-grid-three {
    grid-template-columns: 1fr;
  }

  .rav-bottom-content .rav-card,
  .rav-bottom-content .rav-trust-card {
    padding: 24px;
  }

  .rav-bottom-content .rav-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .rav-bottom-content .rav-step-card::before {
    display: none;
  }

  .rav-bottom-content .rav-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .rav-bottom-content h3 {
    font-size: 19px;
  }

  .rav-bottom-content .rav-card p,
  .rav-bottom-content .rav-step-card p,
  .rav-bottom-content .rav-trust-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rav-bottom-content .rav-section {
    padding: 66px 0;
  }

  .rav-bottom-content .rav-container {
    padding: 0 22px;
  }

  .rav-bottom-content .rav-kicker {
    font-size: 13px;
  }

  .rav-bottom-content h2 {
    font-size: 34px;
  }

  .rav-bottom-content .rav-heading-block p {
    font-size: 16px;
  }

  .rav-bottom-content .rav-grid,
  .rav-bottom-content .rav-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .rav-bottom-content .rav-grid-six,
  .rav-bottom-content .rav-grid-three {
    grid-template-columns: 1fr;
  }

  .rav-bottom-content .rav-card,
  .rav-bottom-content .rav-trust-card {
    padding: 26px;
  }

  .rav-bottom-content .rav-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .rav-bottom-content .rav-step-card::before {
    display: none;
  }

  .rav-bottom-content .rav-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  .rav-bottom-content h3 {
    font-size: 20px;
  }

  .rav-bottom-content .rav-card p,
  .rav-bottom-content .rav-step-card p,
  .rav-bottom-content .rav-trust-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rav-bottom-content .rav-section {
    padding: 82px 0;
  }

  .rav-bottom-content .rav-container {
    padding: 0 30px;
  }

  .rav-bottom-content .rav-kicker {
    font-size: 13px;
  }

  .rav-bottom-content h2 {
    font-size: 42px;
  }

  .rav-bottom-content .rav-heading-block p {
    font-size: 17px;
  }

  .rav-bottom-content .rav-grid,
  .rav-bottom-content .rav-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .rav-bottom-content .rav-grid-six,
  .rav-bottom-content .rav-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rav-bottom-content .rav-card,
  .rav-bottom-content .rav-trust-card {
    padding: 28px;
  }

  .rav-bottom-content .rav-step-card {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }

  .rav-bottom-content .rav-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }

  .rav-bottom-content h3 {
    font-size: 21px;
  }

  .rav-bottom-content .rav-card p,
  .rav-bottom-content .rav-step-card p,
  .rav-bottom-content .rav-trust-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .rav-bottom-content .rav-section {
    padding: 96px 0;
  }

  .rav-bottom-content .rav-container {
    padding: 0 32px;
  }

  .rav-bottom-content .rav-kicker {
    font-size: 13px;
  }

  .rav-bottom-content h2 {
    font-size: 48px;
  }

  .rav-bottom-content .rav-heading-block p {
    font-size: 18px;
  }

  .rav-bottom-content .rav-grid,
  .rav-bottom-content .rav-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .rav-bottom-content .rav-grid-six,
  .rav-bottom-content .rav-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rav-bottom-content .rav-card,
  .rav-bottom-content .rav-trust-card {
    padding: 30px;
  }

  .rav-bottom-content .rav-step-card {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px;
  }

  .rav-bottom-content .rav-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }

  .rav-bottom-content h3 {
    font-size: 22px;
  }

  .rav-bottom-content .rav-card p,
  .rav-bottom-content .rav-step-card p,
  .rav-bottom-content .rav-trust-card p {
    font-size: 16px;
  }
}