.home-photo-guide-sheet--about {
  display: flex;
  width: min(94vw, 31rem) !important;
  max-height: min(92dvh, 44rem);
  flex-direction: column;
}

.home-photo-guide-sheet--about .home-about-guide-steps {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.home-photo-guide-sheet--about .home-about-guide-step .home-photo-guide-example {
  aspect-ratio: 3 / 4;
  height: auto !important;
}

.home-photo-guide-sheet--about .home-about-guide-step .home-photo-guide-example:after {
  background:
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 84% 16%, rgba(255, 107, 138, 0.2), transparent 5.2rem);
}

.home-about-guide-page {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0.35rem 0 1.25rem;
}

.home-about-guide-shell {
  width: min(100%, 31rem);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 18% -10%, rgba(255, 176, 196, 0.16), transparent 11rem),
    radial-gradient(circle at 88% 8%, rgba(255, 107, 122, 0.16), transparent 10rem),
    linear-gradient(180deg, #19191b, #0d0d0f);
  box-shadow:
    0 1rem 2.6rem rgba(0, 0, 0, 0.58),
    0 0 1.4rem rgba(255, 107, 138, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.08);
}

.home-about-guide-hero {
  padding: 1rem 1rem 0.65rem;
}

.home-about-guide-hero h2 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.home-about-guide-hero p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.45;
}

.home-about-guide-steps {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  padding: 0 0.9rem 0.75rem;
}

.home-about-guide-step .home-photo-guide-example {
  aspect-ratio: 3 / 4;
  height: auto !important;
  min-height: 0;
}

.home-about-guide-step .home-photo-guide-example:after {
  background:
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 84% 16%, rgba(255, 107, 138, 0.2), transparent 5.2rem);
}

.home-about-guide-feature-mark {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 1;
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffc0d0, #ff6b8a);
  color: #111;
  box-shadow:
    0 0.5rem 1rem rgba(0, 0, 0, 0.32),
    0 0 1rem rgba(255, 107, 138, 0.36);
}

.home-about-guide-feature-mark .material-symbols-outlined {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
}

.home-about-guide-feature-mark--tip {
  background: linear-gradient(135deg, #8ec5ff, #4f8cff);
  box-shadow:
    0 0.5rem 1rem rgba(0, 0, 0, 0.32),
    0 0 1rem rgba(79, 140, 255, 0.28);
}

.home-about-guide-example--coins {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 107, 138, 0.18), transparent 55%),
    #100f13;
}

.home-about-guide-coins-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem;
  width: 100%;
}

.home-about-guide-coins-demo__balance {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 143, 168, 0.28);
  border-radius: 999px;
  background: rgba(255, 107, 138, 0.1);
  color: rgba(255, 220, 160, 0.98);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
}

.home-about-guide-coins-demo__icon {
  width: 1.55rem;
  height: 1.55rem;
}

.home-about-guide-coins-demo__packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}

.home-about-guide-coins-demo__packages span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.24rem 0.58rem;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 600;
}

.home-about-guide-coins-demo__packages span.is-active {
  border-color: rgba(255, 143, 168, 0.75);
  background: rgba(255, 143, 168, 0.14);
  color: #fff;
}

.home-about-guide-coins-demo__cost {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
}

.home-about-guide-coins-demo__cost .recharge-coin-icon {
  width: 0.92rem;
  height: 0.92rem;
}

.home-about-guide-action {
  display: block;
  width: calc(100% - 1.8rem);
  margin: 0 0.9rem 0.85rem;
  text-align: center;
  text-decoration: none;
}

.home-photo-guide-action,
.home-about-guide-action.home-photo-guide-action,
button.home-photo-guide-action {
  background: linear-gradient(135deg, #ff6b8a, #e85d75) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 0.55rem 1.25rem rgba(232, 93, 117, 0.35) !important;
}

.home-photo-guide-step-index {
  background: linear-gradient(135deg, #ff6b8a, #e85d75) !important;
  color: #fff !important;
  box-shadow: 0 0.35rem 0.75rem rgba(232, 93, 117, 0.3) !important;
}

.home-about-guide-coins-demo__balance {
  color: #ffd0dc !important;
}

.home-view-root--about .home-feed-scroll {
  background: #09090a;
}

.sobre-guide-page .landing-page__main {
  padding-top: 0.5rem;
}

.sobre-guide-page .home-about-guide-shell {
  width: min(94vw, 31rem);
}

.sobre-guide-page .landing-page__hero {
  display: none;
}

.sobre-guide-page .landing-page__section--faq {
  margin-top: 1.5rem;
}

@media (max-width: 560px) {
  .home-about-guide-shell {
    width: min(96vw, 28rem);
  }
}
