/* HourNexa-specific components. Base styling and navigation use the shared app CSS. */
html {
  scroll-padding-top: 100px;
}
main {
  padding-top: 0;
}
.hournexa-hero {
  padding-inline: 0;
  min-height: 80vh;
}
.hournexa-hero::before {
  background: none;
}
.hero__text h1 span {
  color: var(--color-accent);
}
.hournexa-art {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 12%,
    #000 95%,
    transparent
  );
}
.hournexa-art img {
  height: 430px;
  width: 880px;
  max-width: none;
  object-fit: cover;
  object-position: right;
  position: absolute;
  right: -35px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 12%,
    #000 85%,
    transparent
  );
}
.art-caption {
  position: absolute;
  bottom: 5px;
  right: 25px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
}
.eyebrow,
.feature-number {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--color-accent);
  font-weight: 600;
}
.hero__text .eyebrow {
  color: var(--color-accent);
  font-size: 0.75rem;
}
.hero__text .hero-note {
  font-size: 0.78rem;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}
.benefits {
  max-width: var(--max-width);
  margin: 0 auto 80px;
  border-block: 1px solid var(--color-border);
  padding: 22px 0;
}
.benefits .wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}
.benefits span::before {
  content: "✓";
  color: var(--color-accent);
  margin-right: 7px;
}
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.feature-card {
  position: relative;
}
.feature-number {
  display: block;
  margin-bottom: 20px;
}
.feature-main {
  border-color: rgba(63, 191, 136, 0.35);
}
.pin-symbol {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 2rem;
  color: var(--color-accent);
}
.small-note {
  display: block;
  font-size: 0.72rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-top: 20px;
}
.mini-week {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 70px;
  margin-top: 26px;
}
.mini-week i {
  width: 12%;
  height: var(--h);
  background: var(--color-accent);
  opacity: 0.6;
  border-radius: 4px;
}
.mini-week i:nth-child(4) {
  opacity: 1;
}
.feature-pill {
  display: inline-block;
  background: var(--color-accent-soft);
  padding: 8px;
  font-size: 0.72rem;
  border-radius: 6px;
  color: #d9ffed;
}
.feature-pill {
  margin-top: 20px;
}
.section-intro,
.steps p,
.privacy-copy p,
.pro p,
.faq p {
  color: var(--color-text-muted);
  line-height: 1.7;
}
.steps {
  padding: 0;
  list-style: none;
  margin-top: 32px;
}
.workflow h2,
.privacy-section h2,
.pro h2,
.faq-section h2,
.download h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.workflow {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.privacy-section,
.pro,
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.privacy-copy .lead {
  font-size: 1.12rem;
}
.pro-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  font-size: 0.88rem;
}
.pro-details > span {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.pro-details > span::before {
  content: "✓";
  margin-right: 10px;
  color: var(--color-accent);
}
.pro-details p {
  font-size: 0.75rem;
}
.faq-section .btn {
  margin-top: 20px;
}
.faq details {
  border-bottom: 1px solid var(--color-border);
}
.faq summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 20px 30px 20px 0;
  font-weight: 500;
  font-size: 0.92rem;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 19px;
}
.faq details[open] summary::after {
  content: "−";
}
.faq p {
  font-size: 0.86rem;
}
.download {
  text-align: center;
}
.download img {
  margin: auto;
}
.download p {
  color: var(--color-text-muted);
}
.store-options {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 30px 0;
}
.store-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-panel-strong);
  text-align: left;
}
.store-badge small {
  display: block;
  color: var(--color-text-muted);
  font-size: 0.7rem;
}
.store-badge strong {
  display: block;
  font-size: 1.08rem;
}
.store-symbol {
  font-size: 1.7rem;
  color: var(--color-accent);
}
.page-hero {
  background: none;
  padding-inline: 0;
}
.page-hero::before {
  display: none;
}
.back-link {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}
.document p + p {
  margin-top: 16px;
}
.document li {
  color: var(--color-text-muted);
  line-height: 1.7;
  padding-block: 7px;
}
.document a:not(.btn) {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-card {
  margin-bottom: 35px;
}
.contact-card .btn {
  margin-top: 20px;
}
.skip {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 20;
  background: var(--color-accent);
  color: #080b12;
  padding: 12px 20px;
}
.skip:focus {
  top: 12px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero__content {
    grid-template-columns: 1fr;
  }
  .hournexa-art {
    width: min(540px, 100%);
    justify-self: center;
  }
  .privacy-section,
  .pro,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .benefits .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .workflow {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .hournexa-art {
    min-height: 330px;
  }
  .hournexa-art img {
    height: 340px;
    width: 697px;
    right: -12px;
  }
  .hero.app-landing {
    padding-top: 110px;
  }
  .app-landing .hero__content {
    padding-top: 0;
  }
  .benefits .wrap {
    font-size: 0.68rem;
  }
  .store-options {
    flex-direction: column;
    align-items: center;
  }
  .store-badge {
    min-width: 215px;
  }
  .document a {
    overflow-wrap: anywhere;
  }
}
@media print {
  .nav,
  .footer,
  .hero__cta,
  .skip {
    display: none;
  }
}
