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

.rav-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}

.rav-content-wrap,
.rav-content-wrap div,
.rav-content-wrap section,
.rav-content-wrap article {
  box-sizing: border-box;
}

.rav-content-wrap .rav-section {
  position: relative;
  width: 100%;
}

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

.rav-content-wrap .rav-section-soft {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 69, 0, 0.08), transparent 30%),
    linear-gradient(180deg, #fff8f5 0%, #f8fafc 100%);
}

.rav-content-wrap .rav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rav-content-wrap .rav-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.rav-content-wrap .rav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.07);
  color: #b43712;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

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

.rav-content-wrap .rav-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.rav-content-wrap .rav-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #586274;
  font-weight: 450;
  line-height: 1.7;
}

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

.rav-content-wrap .rav-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.rav-content-wrap .rav-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.34), rgba(255, 138, 61, 0.12), rgba(22, 32, 51, 0));
  transition: opacity 260ms ease;
}

.rav-content-wrap .rav-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.2);
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.11);
}

.rav-content-wrap .rav-card:hover::after {
  opacity: 1;
}

.rav-content-wrap .rav-card h3,
.rav-content-wrap .rav-card p,
.rav-content-wrap .rav-card span,
.rav-content-wrap .rav-step-content,
.rav-content-wrap .rav-step-number {
  position: relative;
  z-index: 1;
}

.rav-content-wrap .rav-card h3,
.rav-content-wrap .rav-step-content h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rav-content-wrap .rav-card p,
.rav-content-wrap .rav-step-content p,
.rav-content-wrap .rav-note p {
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 450;
  line-height: 1.65;
}

.rav-content-wrap .rav-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.22);
  transition: transform 260ms ease;
}

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

.rav-content-wrap .rav-icon::before,
.rav-content-wrap .rav-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.rav-content-wrap .rav-icon-ring {
  position: relative;
}

.rav-content-wrap .rav-icon-ring::before {
  inset: 11px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.rav-content-wrap .rav-icon-ring::after {
  right: 10px;
  bottom: 10px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(42deg);
}

.rav-content-wrap .rav-icon-bolt {
  position: relative;
}

.rav-content-wrap .rav-icon-bolt::before {
  left: 17px;
  top: 9px;
  width: 9px;
  height: 23px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 64% 42%, 100% 42%, 30% 100%, 46% 55%, 0 55%);
}

.rav-content-wrap .rav-icon-window {
  position: relative;
}

.rav-content-wrap .rav-icon-window::before {
  left: 10px;
  top: 12px;
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.rav-content-wrap .rav-icon-window::after {
  left: 14px;
  top: 17px;
  width: 14px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.85);
}

.rav-content-wrap .rav-icon-path {
  position: relative;
}

.rav-content-wrap .rav-icon-path::before {
  left: 11px;
  top: 12px;
  width: 20px;
  height: 18px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

.rav-content-wrap .rav-icon-path::after {
  right: 10px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.rav-content-wrap .rav-icon-phone {
  position: relative;
}

.rav-content-wrap .rav-icon-phone::before {
  left: 14px;
  top: 8px;
  width: 14px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.rav-content-wrap .rav-icon-phone::after {
  left: 19px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.rav-content-wrap .rav-icon-note {
  position: relative;
}

.rav-content-wrap .rav-icon-note::before {
  left: 12px;
  top: 11px;
  width: 18px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}

.rav-content-wrap .rav-icon-note::after {
  left: 16px;
  top: 17px;
  width: 11px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.85);
}

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

.rav-content-wrap .rav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(255, 69, 0, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.92)),
    #ffffff;
  box-shadow: 0 20px 55px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.rav-content-wrap .rav-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 69, 0, 0.25);
  box-shadow: 0 26px 68px rgba(16, 24, 40, 0.11);
}

.rav-content-wrap .rav-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.23);
}

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

.rav-content-wrap .rav-badge-dot {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 0 17px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.1);
  border: 1px solid rgba(255, 69, 0, 0.16);
}

.rav-content-wrap .rav-badge-dot::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 0 0 6px rgba(255, 69, 0, 0.1);
}

.rav-content-wrap .rav-trust-card {
  background:
    radial-gradient(circle at top right, rgba(255, 69, 0, 0.08), transparent 36%),
    #ffffff;
}

.rav-content-wrap .rav-trust-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #162033, #334155);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(22, 32, 51, 0.16);
}

.rav-content-wrap .rav-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  text-align: center;
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.06);
}

.rav-content-wrap .rav-note p {
  margin: 0;
  color: #4b5565;
}

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

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

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

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

  .rav-content-wrap .rav-section-head h2 {
    font-size: 25px;
  }

  .rav-content-wrap .rav-section-head p {
    font-size: 14px;
  }

  .rav-content-wrap .rav-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .rav-content-wrap .rav-card {
    padding: 20px;
    border-radius: 18px;
  }

  .rav-content-wrap .rav-card h3,
  .rav-content-wrap .rav-step-content h3 {
    font-size: 17px;
  }

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

  .rav-content-wrap .rav-steps {
    gap: 14px;
    margin-top: 26px;
  }

  .rav-content-wrap .rav-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

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

  .rav-content-wrap .rav-note {
    margin-top: 20px;
    padding: 18px;
  }
}

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

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

  .rav-content-wrap .rav-section-head h2 {
    font-size: 28px;
  }

  .rav-content-wrap .rav-section-head p {
    font-size: 15px;
  }

  .rav-content-wrap .rav-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .rav-content-wrap .rav-card {
    padding: 22px;
    border-radius: 20px;
  }

  .rav-content-wrap .rav-card h3,
  .rav-content-wrap .rav-step-content h3 {
    font-size: 18px;
  }

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

  .rav-content-wrap .rav-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

  .rav-content-wrap .rav-note {
    margin-top: 22px;
    padding: 20px;
  }
}

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

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

  .rav-content-wrap .rav-section-head h2 {
    font-size: 31px;
  }

  .rav-content-wrap .rav-section-head p {
    font-size: 15.5px;
  }

  .rav-content-wrap .rav-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .rav-content-wrap .rav-card {
    padding: 24px;
  }

  .rav-content-wrap .rav-card h3,
  .rav-content-wrap .rav-step-content h3 {
    font-size: 19px;
  }

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

  .rav-content-wrap .rav-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

  .rav-content-wrap .rav-note {
    margin-top: 24px;
    padding: 22px;
  }
}

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

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

  .rav-content-wrap .rav-section-head h2 {
    font-size: 38px;
  }

  .rav-content-wrap .rav-section-head p {
    font-size: 16.5px;
  }

  .rav-content-wrap .rav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }

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

  .rav-content-wrap .rav-card {
    padding: 28px;
  }

  .rav-content-wrap .rav-card h3,
  .rav-content-wrap .rav-step-content h3 {
    font-size: 20px;
  }

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

  .rav-content-wrap .rav-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .rav-content-wrap .rav-step-card {
    gap: 22px;
    padding: 28px;
  }

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

  .rav-content-wrap .rav-note {
    margin-top: 28px;
    padding: 24px 28px;
  }
}

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

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

  .rav-content-wrap .rav-section-head h2 {
    font-size: 46px;
  }

  .rav-content-wrap .rav-section-head p {
    font-size: 17px;
  }

  .rav-content-wrap .rav-grid {
    gap: 24px;
    margin-top: 44px;
  }

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

  .rav-content-wrap .rav-card {
    padding: 30px;
  }

  .rav-content-wrap .rav-card h3,
  .rav-content-wrap .rav-step-content h3 {
    font-size: 21px;
  }

  .rav-content-wrap .rav-card p,
  .rav-content-wrap .rav-step-content p,
  .rav-content-wrap .rav-note p {
    font-size: 15.8px;
  }

  .rav-content-wrap .rav-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .rav-content-wrap .rav-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

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

  .rav-content-wrap .rav-note {
    margin-top: 30px;
    padding: 26px 32px;
  }
}