/* HotHotPepper — guia "Como funciona" (mesma grade 2 colunas, visual novo) */

.home-photo-guide-backdrop:has(.home-photo-guide-sheet--about) {
  align-items: stretch !important;
  justify-content: stretch !important;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.72) !important;
}

.home-photo-guide-sheet--about {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  min-height: 100dvh !important;
  flex-direction: column;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 77, 148, 0.22) 0, rgba(255, 77, 148, 0.22) 3px, transparent 3px),
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%) !important;
  box-shadow: none !important;
  position: relative;
  transform: none !important;
  opacity: 1;
}

.home-photo-guide-backdrop.is-open .home-photo-guide-sheet--about {
  transform: none !important;
  opacity: 1 !important;
}

.home-photo-guide-sheet--about::before {
  display: none;
}

.home-photo-guide-sheet--about .home-photo-guide-header {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding:
    calc(1.1rem + env(safe-area-inset-top, 0px))
    1.15rem
    1rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #080808;
}

.home-photo-guide-sheet--about .home-photo-guide-title {
  margin: 0 !important;
  font-size: clamp(1.2rem, 2.6vw, 1.55rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  color: #fff !important;
}

.home-photo-guide-sheet--about .home-photo-guide-subtitle {
  margin: 0.4rem 0 0 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  max-width: 36rem;
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
}

.home-photo-guide-sheet--about .home-photo-guide-close {
  width: 2.2rem !important;
  height: 2.2rem !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0.35rem !important;
  background: transparent !important;
  color: #fff !important;
}

.home-photo-guide-sheet--about .home-photo-guide-close:hover {
  border-color: #ff4d94 !important;
  background: rgba(255, 77, 148, 0.12) !important;
  color: #fff !important;
}

.home-photo-guide-sheet--about .home-about-guide-steps {
  flex: 1 1 auto;
  min-height: 0;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0.55rem !important;
  align-content: start;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0.9rem 1rem 1rem !important;
  scrollbar-width: thin;
  scrollbar-color: #ff4d94 transparent;
}

.home-photo-guide-sheet--about .home-about-guide-steps::-webkit-scrollbar {
  width: 3px;
}

.home-photo-guide-sheet--about .home-about-guide-steps::-webkit-scrollbar-thumb {
  background: #ff4d94;
  border-radius: 0;
}

.home-photo-guide-sheet--about .home-about-guide-step {
  display: grid !important;
  grid-template-columns: 5.25rem minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: 7.25rem;
  border: 0 !important;
  border-left: 2px solid transparent;
  border-radius: 0 !important;
  background: #111 !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.home-photo-guide-sheet--about .home-about-guide-step:hover {
  border-left-color: #ff4d94;
  background: #141414 !important;
}

.home-photo-guide-sheet--about .home-about-guide-step .home-photo-guide-example {
  position: relative !important;
  width: 5.25rem !important;
  height: 100% !important;
  min-height: 7.25rem !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: #0a0a0a !important;
  align-self: stretch !important;
  overflow: hidden !important;
}

.home-photo-guide-sheet--about .home-about-guide-step .home-photo-guide-example-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.home-photo-guide-sheet--about .home-about-guide-step .home-photo-guide-example:after {
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55));
}

.home-photo-guide-sheet--about .home-photo-guide-copy {
  align-self: center !important;
  align-items: stretch !important;
  padding: 0.75rem 0.9rem 0.8rem !important;
  min-width: 0 !important;
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0.28rem !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

.home-photo-guide-sheet--about .home-photo-guide-copy > div {
  display: block !important;
  min-width: 0 !important;
  overflow: visible !important;
  order: 2;
  height: auto !important;
  max-height: none !important;
}

.home-photo-guide-sheet--about .home-photo-guide-copy h3 {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
  color: #fff !important;
}

.home-photo-guide-sheet--about .home-photo-guide-copy p {
  display: block !important;
  margin: 0.35rem 0 0 !important;
  padding: 0 !important;
  font-size: 0.76rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  max-height: none !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

.home-photo-guide-sheet--about .home-photo-guide-step-index {
  order: 1;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 0 0.05rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ff4d94 !important;
  box-shadow: none !important;
  flex-shrink: 0;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  line-height: 1;
}

.home-photo-guide-sheet--about .home-photo-guide-step-index::before {
  content: "0";
}

.home-photo-guide-sheet--about .home-about-guide-feature-mark {
  top: 0.4rem;
  right: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  border-radius: 0.2rem;
  background: #ff4d94;
  box-shadow: none;
}

.home-photo-guide-sheet--about .home-photo-guide-action {
  flex-shrink: 0;
  width: calc(100% - 2rem) !important;
  max-width: 22rem;
  margin: 0 auto calc(0.95rem + env(safe-area-inset-bottom, 0px)) !important;
  min-height: 2.85rem;
  border: 0 !important;
  border-radius: 0.35rem !important;
  background: #ff4d94 !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem !important;
  box-shadow: none !important;
}

.home-photo-guide-sheet--about .home-photo-guide-action:hover {
  filter: brightness(1.08);
  background: #ff6bab !important;
}

@media (min-width: 720px) {
  .home-photo-guide-sheet--about .home-about-guide-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.65rem !important;
    padding: 1.1rem 1.35rem 1.2rem !important;
  }

  .home-photo-guide-sheet--about .home-about-guide-step {
    grid-template-columns: 5.75rem minmax(0, 1fr) !important;
    min-height: 7.75rem;
  }

  .home-photo-guide-sheet--about .home-about-guide-step .home-photo-guide-example {
    width: 5.75rem !important;
    min-height: 7.75rem !important;
  }
}

@media (min-width: 1100px) {
  .home-photo-guide-sheet--about .home-photo-guide-header {
    padding-inline: 2rem !important;
  }

  .home-photo-guide-sheet--about .home-about-guide-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 68rem;
    margin-inline: auto;
    width: 100%;
    padding-inline: 2rem !important;
    gap: 0.75rem !important;
  }

  .home-photo-guide-sheet--about .home-photo-guide-copy p {
    font-size: 0.82rem !important;
  }

  .home-photo-guide-sheet--about .home-photo-guide-action {
    max-width: 20rem;
  }
}

/* Página /sobre (shell embutido) */
.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%, 42rem);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  background:
    linear-gradient(90deg, rgba(255, 77, 148, 0.22) 0, rgba(255, 77, 148, 0.22) 3px, transparent 3px),
    linear-gradient(180deg, #0a0a0a, #050505);
  box-shadow: none;
  position: relative;
}

.home-about-guide-shell::before {
  display: none;
}

.home-about-guide-hero {
  padding: 1.1rem 1.1rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-about-guide-hero h2 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.home-about-guide-hero p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  line-height: 1.45;
}

.home-about-guide-steps {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.85rem 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 40%, rgba(0, 0, 0, 0.55));
}

.home-about-guide-feature-mark {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 1;
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.2rem;
  background: #ff4d94;
  color: #fff;
  box-shadow: none;
}

.home-about-guide-feature-mark .material-symbols-outlined {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.home-about-guide-feature-mark--tip {
  background: #ff4d94;
  box-shadow: none;
}

.home-about-guide-example--coins {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 77, 148, 0.2), transparent 60%),
    #0a0a0a;
}

.home-about-guide-coins-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.35rem;
  width: 100%;
  height: 100%;
}

.home-about-guide-coins-demo__balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.2rem 0.4rem;
  border: 1px solid rgba(255, 77, 148, 0.5);
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.home-about-guide-coins-demo__icon {
  width: 1rem !important;
  height: 1rem !important;
  --coin-size: 1rem;
}

.home-about-guide-coins-demo__packages {
  display: none;
}

.home-about-guide-coins-demo__cost {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.58rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-about-guide-coins-demo__cost .recharge-coin-icon {
  width: 0.72rem !important;
  height: 0.72rem !important;
  --coin-size: 0.72rem;
}

.home-about-guide-action {
  display: block;
  width: calc(100% - 1.8rem);
  margin: 0 0.9rem 0.95rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.35rem;
  background: #ff4d94;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.85rem 1rem;
  box-shadow: none;
}

.home-view-root--about .home-feed-scroll {
  background: transparent;
}

.sobre-guide-page .landing-page__main {
  padding-top: 0.5rem;
}

.sobre-guide-page .home-about-guide-shell {
  width: min(94vw, 42rem);
}

.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);
  }

  .home-photo-guide-sheet--about .home-about-guide-step {
    grid-template-columns: 4.75rem minmax(0, 1fr) !important;
    min-height: 6.85rem;
  }

  .home-photo-guide-sheet--about .home-about-guide-step .home-photo-guide-example {
    width: 4.75rem !important;
    min-height: 6.85rem !important;
  }

  .home-photo-guide-sheet--about .home-photo-guide-copy {
    padding: 0.65rem 0.75rem 0.7rem !important;
  }

  .home-photo-guide-sheet--about .home-photo-guide-copy h3 {
    font-size: 0.88rem !important;
  }

  .home-photo-guide-sheet--about .home-photo-guide-copy p {
    margin-top: 0.3rem !important;
    font-size: 0.72rem !important;
    line-height: 1.4 !important;
  }
}
