@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-reddit-viewer,
.rav26-reddit-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.rav26-reddit-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #202124;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

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

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

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

.rav26-reddit-viewer .rav26-heading,
.rav26-reddit-viewer .rav26-intro,
.rav26-reddit-viewer .rav26-card-title,
.rav26-reddit-viewer .rav26-card-text {
  text-align: center !important;
}

.rav26-reddit-viewer .rav26-heading {
  margin: 0 auto;
  color: #191716;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.rav26-reddit-viewer .rav26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5d5b58;
  font-weight: 450;
  line-height: 1.7;
}

.rav26-reddit-viewer .rav26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.rav26-reddit-viewer .rav26-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border: 1px solid #f0ddd5;
  box-shadow: 0 18px 42px rgba(186, 64, 31, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 420ms ease;
}

.rav26-reddit-viewer .rav26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.14), transparent 58%);
  transition: opacity 280ms ease;
}

.rav26-reddit-viewer .rav26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 24px 56px rgba(160, 52, 24, 0.16);
}

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

.rav26-reddit-viewer .rav26-card:hover .rav26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 32px rgba(255, 69, 0, 0.2);
}

.rav26-reddit-viewer .rav26-card:hover .rav26-i {
  transform: translateY(-1px);
}

.rav26-reddit-viewer .rav26-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f5 100%);
}

.rav26-reddit-viewer .rav26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #b92f1b 58%, #ffb000 100%);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.rav26-reddit-viewer .rav26-i {
  display: inline-block;
  line-height: 1;
  transition: transform 280ms ease;
}

.rav26-reddit-viewer .rav26-card-title {
  margin: 0;
  color: #211b18;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.rav26-reddit-viewer .rav26-card-text {
  margin: 0;
  color: #62605d;
  font-weight: 430;
  line-height: 1.62;
}

.rav26-reddit-viewer .rav26-card.rav26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rav26-reddit-viewer .rav26-card.rav26-reveal.rav26-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rav26-reddit-viewer .rav26-section {
    padding: 88px 0;
  }

  .rav26-reddit-viewer .rav26-container {
    padding: 0 28px;
  }

  .rav26-reddit-viewer .rav26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .rav26-reddit-viewer .rav26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .rav26-reddit-viewer .rav26-grid {
    margin-top: 44px;
    gap: 24px;
  }

  .rav26-reddit-viewer .rav26-grid-three,
  .rav26-reddit-viewer .rav26-grid-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rav26-reddit-viewer .rav26-card {
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .rav26-reddit-viewer .rav26-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-size: 28px;
  }

  .rav26-reddit-viewer .rav26-card-title {
    margin-top: 24px;
    font-size: 21px;
  }

  .rav26-reddit-viewer .rav26-card-text {
    margin-top: 13px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rav26-reddit-viewer .rav26-section {
    padding: 72px 0;
  }

  .rav26-reddit-viewer .rav26-container {
    padding: 0 24px;
  }

  .rav26-reddit-viewer .rav26-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .rav26-reddit-viewer .rav26-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .rav26-reddit-viewer .rav26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    gap: 20px;
  }

  .rav26-reddit-viewer .rav26-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .rav26-reddit-viewer .rav26-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 25px;
  }

  .rav26-reddit-viewer .rav26-card-title {
    margin-top: 21px;
    font-size: 19px;
  }

  .rav26-reddit-viewer .rav26-card-text {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

  .rav26-reddit-viewer .rav26-container {
    padding: 0 16px;
  }

  .rav26-reddit-viewer .rav26-heading {
    font-size: 27px;
    max-width: 390px;
  }

  .rav26-reddit-viewer .rav26-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.6;
  }

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

  .rav26-reddit-viewer .rav26-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .rav26-reddit-viewer .rav26-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    font-size: 21px;
  }

  .rav26-reddit-viewer .rav26-card-title {
    margin-top: 17px;
    font-size: 16px;
  }

  .rav26-reddit-viewer .rav26-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .rav26-reddit-viewer .rav26-container {
    padding: 0 12px;
  }

  .rav26-reddit-viewer .rav26-heading {
    font-size: 24px;
    max-width: 340px;
  }

  .rav26-reddit-viewer .rav26-intro {
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .rav26-reddit-viewer .rav26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 11px;
  }

  .rav26-reddit-viewer .rav26-card {
    min-height: 225px;
    padding: 19px 11px;
    border-radius: 15px;
  }

  .rav26-reddit-viewer .rav26-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 19px;
  }

  .rav26-reddit-viewer .rav26-card-title {
    margin-top: 15px;
    font-size: 14.5px;
  }

  .rav26-reddit-viewer .rav26-card-text {
    margin-top: 8px;
    font-size: 12.3px;
    line-height: 1.45;
  }
}

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

  .rav26-reddit-viewer .rav26-container {
    padding: 0 10px;
  }

  .rav26-reddit-viewer .rav26-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .rav26-reddit-viewer .rav26-intro {
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.5;
  }

  .rav26-reddit-viewer .rav26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 9px;
  }

  .rav26-reddit-viewer .rav26-card {
    min-height: 215px;
    padding: 17px 9px;
    border-radius: 13px;
  }

  .rav26-reddit-viewer .rav26-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 18px;
  }

  .rav26-reddit-viewer .rav26-card-title {
    margin-top: 13px;
    font-size: 13.5px;
  }

  .rav26-reddit-viewer .rav26-card-text {
    margin-top: 7px;
    font-size: 11.7px;
    line-height: 1.42;
  }
}