/* DigiAddress — simple & clean visual refresh */

html.premium-site {
  --section-pad: clamp(3.5rem, 7vw, 5.5rem);
  --type-hero: clamp(2.25rem, 5.5vw, 3.5rem);
  --type-section: clamp(1.65rem, 3.5vw, 2.25rem);
  --type-lead: 1.125rem;
  --nav-h: 68px;
}

/* ── Highlights strip ── */
.highlights-strip {
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
}

.highlights-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.highlight-pill {
  text-align: center;
  padding: 1.25rem 1rem;
  background: #fff;
  border: 1px solid var(--border, #e5e5ea);
  border-radius: 16px;
  transition: border-color 0.2s, transform 0.2s;
}

.highlight-pill:hover {
  border-color: rgba(249, 176, 0, 0.45);
  transform: translateY(-2px);
}

.highlight-pill__value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}

.highlight-pill__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.35;
}

@media (max-width: 640px) {
  .highlights-strip__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Nav ── */
html.premium-site .site-nav {
  background: rgba(6, 27, 90, 0.92);
  backdrop-filter: blur(10px);
}

html.premium-site .nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
}

html.premium-site .nav-links a:hover {
  opacity: 1;
}

/* ── Hero — calm, no clutter ── */
.hero-v2 {
  min-height: auto;
  padding: calc(var(--nav-h) + 3rem) 0 4rem;
}

.hero-v2__gradient-anim {
  animation: none;
  background: linear-gradient(155deg, #041445 0%, #061b5a 50%, #0b2f8a 100%);
}

.hero-v2__particles,
.hero-v2__map-layer,
.hero-v2__orb,
.hero-v2__grid-pattern {
  display: none !important;
}

.hero-v2__mesh {
  background: radial-gradient(ellipse 60% 50% at 90% 10%, rgba(249, 176, 0, 0.15) 0%, transparent 55%);
}

.hero-v2__grid {
  gap: 3rem;
}

.hero-v2__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.hero-v2__title {
  max-width: 14ch;
  text-shadow: none;
  font-weight: 700;
}

.hero-v2__tagline {
  font-style: normal;
  font-weight: 500;
  color: #ffca42;
  text-shadow: none;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
}

.hero-v2__lead {
  font-size: 1.05rem;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 2rem;
}

.hero-v2__note {
  font-size: 0.875rem;
}

.btn-hero-primary--glow,
.btn-hero-primary--blue-glow {
  animation: none;
  box-shadow: 0 4px 20px rgba(249, 176, 0, 0.35);
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
}

.hero-v2__visual--float,
.device-frame--float-ui {
  animation: none !important;
}

.hero-v2__phone-glow {
  opacity: 0.5;
}

/* ── Sections ── */
html.premium-site .section-header {
  margin-bottom: 2.25rem;
}

html.premium-site .section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 0.5rem;
}

html.premium-site .section-lead {
  max-width: 52ch;
  margin-inline: auto;
}

/* Alternating backgrounds */
.app-showcase--premium {
  background: #fff;
}

.how-section--premium {
  background: var(--bg);
}

.live-showcase {
  background: #fff;
}

.trust-section--premium {
  background: var(--bg);
}

/* ── App screenshots ── */
.app-screens-grid {
  gap: 1.5rem;
}

.app-screen-card figcaption {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.75rem;
}

.device-frame--pro {
  box-shadow: 0 8px 32px rgba(6, 27, 90, 0.1);
}

/* ── How it works ── */
.how-step {
  background: #fff;
  border: 1px solid var(--border, #e5e5ea);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  box-shadow: none;
  transition: border-color 0.2s, transform 0.2s;
}

.how-step:hover {
  border-color: rgba(249, 176, 0, 0.4);
  transform: translateY(-2px);
}

.how-step h3 {
  font-size: 1rem;
  margin: 0.75rem 0 0.35rem;
}

.how-step p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

/* ── Live feature panels ── */
.live-panel {
  border-radius: 20px;
  border: 1px solid var(--border, #e5e5ea);
  box-shadow: 0 4px 24px rgba(6, 27, 90, 0.06);
  overflow: hidden;
}

.live-panel__list {
  font-size: 0.9rem;
}

.live-panel__list li {
  margin-bottom: 0.4rem;
}

.live-panel__intro {
  font-size: 0.95rem;
  line-height: 1.6;
}

.live-tag {
  font-size: 0.75rem;
}

.live-showcase__footnote {
  font-size: 0.875rem;
  text-align: center;
  max-width: 56ch;
  margin: 2rem auto 0;
  color: var(--text-muted);
}

/* ── Trust cards ── */
html.premium-site .trust-card--premium {
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--border, #e5e5ea);
  box-shadow: none;
  background: #fff;
  transition: border-color 0.2s, transform 0.2s;
}

html.premium-site .trust-card--premium:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(6, 27, 90, 0.08);
  border-color: rgba(249, 176, 0, 0.35);
}

html.premium-site .trust-card--premium:hover .trust-icon-badge {
  transform: none;
  box-shadow: none;
}

.trust-card__tick {
  display: none;
}

html.premium-site .trust-section .trust-card h3 {
  font-size: 0.95rem;
  justify-content: center;
}

html.premium-site .trust-card--premium p {
  font-size: 0.85rem;
}

/* ── CTA ── */
.cta-section .cta-box {
  border-radius: 24px;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #061b5a 0%, #0b2f8a 100%);
  text-align: center;
  box-shadow: 0 16px 48px rgba(6, 27, 90, 0.2);
}

.cta-section .section-title {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 42ch;
  margin-inline: auto;
}

/* ── Footer ── */
.site-footer--rich {
  background: #041445;
}

/* ── Suggest place — compact ── */
.suggest-leaderboard {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border, #e5e5ea);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero-v2__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-v2__title {
    max-width: none;
    margin-inline: auto;
  }

  .hero-v2__lead,
  .hero-v2__note {
    margin-inline: auto;
  }

  .hero-v2__actions {
    justify-content: center;
  }

  .hero-v2__visual-stage {
    max-width: 280px;
    margin-inline: auto;
  }

  .how-steps--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .how-steps--four {
    grid-template-columns: 1fr;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-v2__gradient-anim,
  .btn-hero-primary--glow,
  .reveal,
  .stagger-item {
    animation: none !important;
    transition: none !important;
  }
}
