/* Park Hub landing — premium dark auto-tech */
:root {
  --bg-deep: #05080f;
  --bg-navy: #0a1220;
  --bg-elevated: #0e1a2e;
  --cyan: #2ee6d6;
  --cyan-dim: rgba(46, 230, 214, 0.14);
  --cyan-glow: rgba(46, 230, 214, 0.45);
  --text: #e8eef7;
  --text-muted: #8b9bb3;
  --line: rgba(46, 230, 214, 0.18);
  --white: #ffffff;
  --danger-soft: #ff8a7a;
  --font-display: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Sora", "Segoe UI", sans-serif;
  --max: 1120px;
  --header-h: 4.25rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg-deep);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--cyan);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--white);
}

/* Atmosphere layer behind everything */
.bg-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 80% 50% at 70% -10%, rgba(46, 230, 214, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 10% 30%, rgba(20, 60, 120, 0.35), transparent 50%),
    linear-gradient(180deg, #060b14 0%, #05080f 40%, #04060c 100%);
  pointer-events: none;
}

.bg-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(46, 230, 214, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 230, 214, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 20%, transparent 75%);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: var(--header-h);
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  backdrop-filter: blur(14px);
  background: rgba(5, 8, 15, 0.72);
  border-bottom: 1px solid rgba(46, 230, 214, 0.08);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-mark img {
  width: 2.25rem;
  height: 2.25rem;
}

.site-nav {
  display: none;
  gap: 1.25rem;
  margin-left: auto;
  font-size: 0.88rem;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--cyan);
}

.nav-cta {
  margin-left: auto;
  padding: 0.45rem 0.95rem;
  border: 1px solid var(--cyan);
  border-radius: 999px;
  color: var(--cyan);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.nav-cta:hover {
  background: var(--cyan);
  color: var(--bg-deep);
  box-shadow: 0 0 24px var(--cyan-glow);
}

@media (min-width: 900px) {
  .site-nav {
    display: flex;
  }

  .nav-cta {
    margin-left: 0;
  }
}

/* Hero — desktop: text + shot in one viewport, no crop */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 4vw, 2.5rem) clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 900px) {
  .hero {
    min-height: calc(100svh - var(--header-h));
    max-height: calc(100svh - var(--header-h));
    overflow: hidden;
  }
}

.hero-plane {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 8, 15, 0.15) 45%, rgba(5, 8, 15, 0.92) 100%),
    radial-gradient(ellipse 90% 70% at 75% 35%, rgba(46, 230, 214, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 70%, rgba(12, 40, 80, 0.5), transparent 60%),
    linear-gradient(135deg, #071018 0%, #0a1628 45%, #05080f 100%);
}

.hero-glow {
  position: absolute;
  width: min(70vw, 640px);
  height: min(70vw, 640px);
  right: -8%;
  top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 230, 214, 0.22), transparent 68%);
  filter: blur(8px);
  animation: pulse-glow 7s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
  align-items: center;
}

.hero-visual {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.hero-shot {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0.9rem;
  border: 1px solid rgba(46, 230, 214, 0.35);
  box-shadow:
    0 0 60px rgba(46, 230, 214, 0.18),
    0 30px 80px rgba(0, 0, 0, 0.55);
}

.hero-copy {
  max-width: 28rem;
  min-width: 0;
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1.48fr);
    gap: 1.25rem 1.5rem;
    width: min(100%, 1440px);
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
  }

  .hero-shot {
    max-height: calc(100svh - var(--header-h) - 1.5rem);
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center right;
  }
}

@media (min-width: 1200px) {
  .hero-inner {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1.58fr);
    gap: 1rem 1.75rem;
  }
}

@media (max-width: 899px) {
  .hero {
    min-height: auto;
    max-height: none;
    overflow: visible;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .hero-visual {
    order: -1;
  }
}

.hero-brand {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7.5vw, 4.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--white);
  text-shadow: 0 0 40px rgba(46, 230, 214, 0.25);
  animation: rise-in 0.7s var(--ease) both;
}

.hero-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--text);
  max-width: 24ch;
  animation: rise-in 0.7s var(--ease) 0.06s both;
}

.hero-lead {
  margin: 0 0 1.35rem;
  color: var(--text-muted);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  max-width: 38ch;
  animation: rise-in 0.7s var(--ease) 0.12s both;
}

@media (min-width: 900px) {
  .hero-brand {
    font-size: clamp(2.1rem, 3.8vw, 3.4rem);
    margin-bottom: 0.4rem;
  }

  .hero-title {
    font-size: clamp(1.1rem, 1.6vw, 1.4rem);
    margin-bottom: 0.5rem;
  }

  .hero-lead {
    margin-bottom: 1rem;
    font-size: 0.96rem;
    max-width: 36ch;
  }
}

.cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  animation: rise-in 0.7s var(--ease) 0.18s both;
}

@media (min-width: 560px) {
  .cta-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* Buttons */
.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 0.65rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

.btn:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--cyan);
  color: #041018;
  box-shadow: 0 0 0 0 transparent;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px var(--cyan-glow);
}

.btn-secondary {
  background: transparent;
  color: var(--cyan);
  border: 1px solid rgba(46, 230, 214, 0.55);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: var(--cyan-dim);
  border-color: var(--cyan);
  box-shadow: 0 8px 28px rgba(46, 230, 214, 0.15);
}

.btn-label {
  text-align: left;
}

.btn-price {
  font-variant-numeric: tabular-nums;
  opacity: 0.9;
}

.cta-row .btn {
  width: 100%;
}

@media (min-width: 560px) {
  .cta-row .btn {
    width: auto;
    min-width: 13.5rem;
  }
}

/* Sections */
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2.5rem);
}

.section-head {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
  max-width: 36rem;
}

.section-head h2 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
}

.section-head p {
  margin: 0;
  color: var(--text-muted);
}

/* Features — list, not card grid */
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.feature-list li {
  display: grid;
  gap: 0.35rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 720px) {
  .feature-list li {
    grid-template-columns: minmax(10rem, 14rem) 1fr;
    gap: 2rem;
    align-items: baseline;
  }
}

.feature-list strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--cyan);
}

.feature-list span {
  color: var(--text-muted);
}

/* Compare Full vs Lite */
.compare-table {
  margin-bottom: clamp(2rem, 5vw, 3rem);
  border-top: 1px solid var(--line);
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

.compare-row > div:first-child {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.compare-head {
  display: none;
}

@media (min-width: 720px) {
  .compare-row {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 1.25rem;
    align-items: baseline;
  }

  .compare-row > div:first-child {
    color: var(--text);
    font-size: inherit;
  }

  .compare-head {
    display: grid;
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--cyan);
    border-bottom-color: rgba(46, 230, 214, 0.35);
  }
}

@media (max-width: 719px) {
  .compare-row:not(.compare-head) > div:nth-child(2)::before {
    content: "Full · ";
    color: var(--cyan);
    font-family: var(--font-display);
    font-weight: 600;
  }

  .compare-row:not(.compare-head) > div:nth-child(3)::before {
    content: "Lite · ";
    color: var(--cyan);
    font-family: var(--font-display);
    font-weight: 600;
  }
}

/* Versions */
.version-compare {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 800px) {
  .version-compare {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.version-block {
  padding: 1.75rem 0 0;
  border-top: 2px solid var(--cyan);
}

.version-block h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--white);
}

.version-price {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--cyan);
}

.version-block > p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

.version-block ul {
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
  color: var(--text);
}

.version-block li {
  margin-bottom: 0.35rem;
}

.version-block .btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 560px) {
  .version-block .btn {
    width: auto;
  }
}

/* Screenshots */
.shot-rail {
  display: grid;
  gap: 1.5rem;
}

.shot-pair {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  max-width: 36rem;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 640px) {
  .shot-pair {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

.shot {
  margin: 0;
  min-width: 0;
}

.shot-pair .shot {
  display: flex;
  flex-direction: column;
}

.shot-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.shot-wide .shot-img {
  aspect-ratio: 2340 / 1080;
  object-fit: cover;
  object-position: center;
}

.shot-pair .shot-img {
  aspect-ratio: 1080 / 2340;
  object-fit: cover;
  object-position: center;
}

.shot figcaption {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Steps */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.steps li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.steps li:first-child {
  border-top: 1px solid var(--line);
}

.step-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--cyan);
}

.steps strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 0.25rem;
}

.steps p {
  margin: 0;
  color: var(--text-muted);
}

/* Pricing */
.pricing-section {
  position: relative;
  overflow: hidden;
}

.pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background:
    radial-gradient(ellipse 50% 60% at 50% 0%, rgba(46, 230, 214, 0.08), transparent 70%),
    linear-gradient(180deg, transparent, rgba(10, 18, 32, 0.6), transparent);
  pointer-events: none;
}

.pricing-row-single {
  max-width: 28rem;
}

.pricing-row-single .price-offer {
  width: 100%;
}

@media (min-width: 720px) {
  .pricing-row {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
  }
}

.price-offer {
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(14, 26, 46, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.price-offer-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text-muted);
}

.price-offer-sum {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.03em;
}

.price-offer-note {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.price-offer .btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 0.5rem;
  max-width: 42rem;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0.25rem 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--cyan);
  font-weight: 700;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0 0 1.1rem;
  color: var(--text-muted);
  padding-right: 1.5rem;
}

/* Contact */
.contact-lines p {
  margin: 0 0 0.85rem;
  color: var(--text-muted);
}

.contact-strong {
  color: var(--white);
  font-weight: 600;
}

.inline-links {
  margin: 1.5rem 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.footer-seller {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: var(--cyan);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
}

/* Legal pages */
.legal-page {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2.5rem) 3rem;
}

.legal-doc h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  color: var(--white);
  letter-spacing: -0.02em;
}

.legal-doc h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--cyan);
}

.legal-meta {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.legal-doc p,
.legal-doc li {
  color: var(--text-muted);
  line-height: 1.6;
}

.legal-doc ul,
.legal-doc ol:not(.steps) {
  padding-left: 1.2rem;
}

.legal-doc li {
  margin-bottom: 0.4rem;
}

.legal-doc strong {
  color: var(--text);
}

.legal-back {
  margin-top: 2.5rem !important;
}

.steps-legal {
  margin-top: 1rem;
}

/* Footer */
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem clamp(1.25rem, 4vw, 2.5rem) 3.5rem;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white);
}

.footer-disclaimer {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-copy {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(139, 155, 179, 0.7);
}

/* Modal */
.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 10, 0.78);
  backdrop-filter: blur(6px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 26rem);
  padding: 1.75rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background:
    radial-gradient(ellipse 90% 60% at 100% 0%, rgba(46, 230, 214, 0.12), transparent 55%),
    linear-gradient(165deg, #101c32 0%, var(--bg-elevated) 45%, #0a1424 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  animation: modal-in 0.35s var(--ease);
}

.modal-panel--confirm {
  width: min(100%, 28rem);
  padding: 1.85rem 1.75rem 1.5rem;
}

.modal-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
}

.modal-panel h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.6rem);
  line-height: 1.2;
  color: var(--white);
}

.modal-lead {
  margin: 0 0 1.15rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.modal-check {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(46, 230, 214, 0.28);
  border-radius: 0.85rem;
  background: rgba(46, 230, 214, 0.06);
}

.modal-check-badge {
  display: inline-flex;
  align-self: start;
  padding: 0.28rem 0.65rem;
  border-radius: 0.4rem;
  background: rgba(46, 230, 214, 0.16);
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.modal-check p {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.45;
}

.modal-price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.25rem;
  padding: 0.15rem 0.1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.modal-price-line strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
  color: var(--white);
}

.modal-actions {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 420px) {
  .modal-actions {
    grid-template-columns: 1fr 1.35fr;
  }
}

.modal-panel .btn {
  width: 100%;
  justify-content: center;
}

.modal-panel p {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
}

.modal-panel .modal-lead,
.modal-panel .modal-check p,
.modal-panel .modal-price-line {
  margin-bottom: 0;
}

.modal-panel .modal-lead {
  margin-bottom: 1.15rem;
}

.modal-panel .modal-check {
  margin-bottom: 1.15rem;
}

.modal-panel .modal-price-line {
  margin-bottom: 1.25rem;
}

.modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.85rem;
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--white);
}

/* Reveal on scroll — removed (caused empty scroll gaps) */

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes rise-in {
  from {
    transform: translateY(14px);
  }
  to {
    transform: none;
  }
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

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

  .hero-glow,
  .hero-brand,
  .hero-title,
  .hero-lead,
  .cta-row,
  .modal-panel {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
