/* Shared conversion-page details for the four ChatGPT intent landings. */
.intent-skip-link {
  background: #fff;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 1000;
}

.intent-skip-link:focus {
  color: #1e293b;
  outline: 3px solid rgba(196, 149, 106, 0.5);
  outline-offset: 2px;
  top: 16px;
}

.intent-nav-action {
  background: #1e293b;
  border-radius: 999px;
  color: #fff !important;
  padding: 9px 15px;
}

.intent-product-proof {
  background: #fff;
  border: 1px solid rgba(30, 41, 59, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(30, 41, 59, 0.14);
  margin: 0;
  overflow: hidden;
}

.intent-product-proof img {
  aspect-ratio: 4 / 5;
  background: #f7f6f4;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.intent-product-proof figcaption {
  background: #fff;
  border-top: 1px solid rgba(30, 41, 59, 0.12);
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 12px 14px;
}

.hero-preview.intent-product-proof,
.hero-panel.intent-product-proof,
.hero-media.intent-product-proof {
  justify-self: center;
  max-width: 500px;
  padding: 0;
  width: min(100%, 500px);
}

.intent-product-proof--smart-ripple img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: top center;
}

body[data-page="app-for-wedding-planners"] .hero h1,
body[data-page="wedding-timeline-app"] .hero h1 {
  font-size: clamp(2.15rem, 4.2vw, 3.75rem);
}

body[data-page="app-for-wedding-planners"] .hero .eyebrow,
body[data-page="wedding-timeline-app"] .hero .eyebrow {
  color: #9a6335;
}

body[data-page="wedding-day-assistant"] .page-hero {
  padding: 128px 0 80px;
}

body[data-page="wedding-day-assistant"] .hero-copy h1 {
  font-size: clamp(2.3rem, 4.3vw, 4rem);
}

.top-nav a:focus-visible,
.page-hero a:focus-visible,
.hero a:focus-visible,
.nav-menu-btn:focus-visible,
.mini-card:focus-visible,
.faq summary:focus-visible {
  border-radius: 10px;
  outline: 3px solid rgba(154, 99, 53, 0.58);
  outline-offset: 3px;
}

.nav-menu-btn {
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
}

.intent-price-note {
  color: #64748b !important;
  font-size: 0.88rem !important;
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 650px;
}

.intent-price-note strong {
  color: #1e293b;
}

.intent-pricing-strip {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  border-top: 1px solid #e2e8f0;
  padding: 34px 0;
}

.intent-pricing-inner {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.intent-pricing-copy h2 {
  color: #1e293b;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 0 0 8px;
}

.intent-pricing-copy p {
  color: #64748b;
  margin: 0;
  max-width: 720px;
}

@media (max-width: 720px) {
  .intent-product-proof,
  .hero-preview.intent-product-proof,
  .hero-panel.intent-product-proof {
    border-radius: 18px;
  }

  .intent-pricing-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .intent-pricing-inner .btn {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .top-nav .nav-links {
    display: flex;
  }

  .top-nav .nav-links > a:not(.intent-nav-action) {
    display: none;
  }

  .hero-media.intent-product-proof {
    max-width: min(500px, 55vw);
  }
}

@media (min-width: 721px) and (max-width: 850px) {
  body[data-page="app-for-wedding-planners"] .hero,
  body[data-page="wedding-timeline-app"] .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.78fr);
  }
}

@media (max-width: 600px) {
  .hero .cta-row,
  .hero .btn-group,
  .page-hero .btn-group {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero .cta-row .btn,
  .hero .btn-group .btn,
  .page-hero .btn-group .btn {
    min-height: 50px;
    width: 100%;
  }

  .hero-preview.intent-product-proof,
  .hero-panel.intent-product-proof,
  .hero-media.intent-product-proof {
    max-width: 320px;
  }

  body[data-page="wedding-timeline-app"] .hero .btn.secondary {
    font-size: 0.9rem;
    padding-left: 14px;
    padding-right: 14px;
  }

  body[data-page="wedding-day-assistant"] .page-hero {
    padding: 104px 0 60px;
  }

  body[data-page="day-of-coordinator-app"] section:not(.demo-section) {
    padding-bottom: 64px;
    padding-top: 64px;
  }

  body[data-page="day-of-coordinator-app"] .hero {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  body[data-page="day-of-coordinator-app"] .promo-proof {
    padding-bottom: 52px;
    padding-top: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
