/* Second-pass polish: resilient rendering and richer product storytelling. */
.reveal {
  opacity: 1;
  transform: none;
}

.hero .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.brand-logo {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: cover;
  border-radius: 11px;
  box-shadow: 0 8px 20px #173b6730;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 7px 12px 7px 9px;
  border: 1px solid #d8e3f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #4f5e78;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 8px 22px #25476f0d;
}

.hero-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28a679;
  box-shadow: 0 0 0 4px #daf3ea;
}

.hero-pill b { color: #3971ad; }

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1220px;
  margin: 0 auto;
  padding: 60px max(4vw, 25px);
  gap: 20px;
}

.outcome-strip article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-right: 18px;
  border-right: 1px solid #e0e5ed;
}

.outcome-strip article:last-child { border: 0; }
.outcome-strip strong {
  font: 800 34px Manrope, sans-serif;
  color: #3269a7;
  letter-spacing: -1.5px;
}
.outcome-strip span { color: #70798c; font-size: 12px; line-height: 1.45; }

.product-map { background: linear-gradient(180deg, #fff, #f6f8fc); }
.product-map-grid {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.product-map-grid article {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #e1e6ee;
  border-radius: 16px;
  box-shadow: 0 10px 28px #1c38580a;
}
.product-map-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 11px;
  background: #e7eff9;
  color: #3970aa;
  font: 700 11px Manrope, sans-serif;
}
.product-map-grid h3 { margin: 0 0 4px; font: 700 17px Manrope, sans-serif; }
.product-map-grid p { margin: 0; color: #747d90; font-size: 11px; line-height: 1.4; }
.product-map-grid > i { align-self: center; color: #9eb1c8; font-size: 18px; font-style: normal; }

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 9vw;
  max-width: 1350px;
  margin: auto;
}
.faq-intro h2 { text-align: left; }
.faq-intro p { color: #687187; margin-bottom: 25px; }
.faq-list details { border-bottom: 1px solid #dfe4ec; padding: 0; }
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 2px;
  cursor: pointer;
  list-style: none;
  font: 700 16px Manrope, sans-serif;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  flex: none;
  border-radius: 50%;
  background: #edf2f8;
  color: #3970a9;
  font-size: 19px;
  transition: transform 0.2s;
}
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 23px 2px; color: #687187; font-size: 14px; }

.site-header a:focus-visible,
.site-header button:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
summary:focus-visible { outline: 3px solid #8db9e7; outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

@media (max-width: 1050px) {
  .outcome-strip { grid-template-columns: 1fr 1fr; }
  .outcome-strip article:nth-child(2) { border: 0; }
  .product-map-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .product-map-grid > i { display: none; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 680px) {
  .brand-logo { width: 36px; height: 36px; }
  .hero-pill { font-size: 10px; }
  .outcome-strip { grid-template-columns: 1fr; padding: 45px 28px; }
  .outcome-strip article,
  .outcome-strip article:nth-child(2) {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #e0e5ed;
    padding: 12px 0 22px;
  }
  .outcome-strip article:last-child { border: 0; }
  .product-map-grid { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 15px; }
  .faq-section { padding-top: 65px; }
}
