/* =========================================================
   Landing v2 — desktop-first, scoped to .page-landing
   ========================================================= */

body.page-landing {
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(74, 144, 226, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 20%, rgba(180, 140, 80, 0.06), transparent 50%),
    #0b1119;
}

body.page-landing main.container {
  width: min(1360px, 94vw);
}

/* ── Hero ── */
body.page-landing .hero.card.hero-slider {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

body.page-landing .hero-banner-wrap {
  min-height: 320px;
}

body.page-landing .hero-banner {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

body.page-landing .hero-badge {
  z-index: 4;
}

/* ── Stats strip ── */
.landing-stats {
  margin: 18px 0 8px;
}

.landing-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px 20px;
  border-radius: 18px;
  border: 1px solid rgba(110, 168, 254, 0.18);
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.landing-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
  padding: 8px 6px;
}

.landing-stat-num {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(180deg, #fff 30%, #9ec5ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.landing-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.3;
}

/* ── Voice spotlight ── */
.landing-voice-spotlight {
  margin-top: 28px;
}

.landing-voice-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(110, 168, 254, 0.22);
  background:
    radial-gradient(circle at 20% 50%, rgba(110, 168, 254, 0.14), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.landing-voice-copy {
  padding: 28px 32px;
}

.landing-voice-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cfe0ff;
  background: rgba(110, 168, 254, 0.16);
  border: 1px solid rgba(110, 168, 254, 0.28);
}

.landing-voice-copy .h2 {
  margin: 14px 0 10px;
}

.landing-voice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 20px;
}

.landing-voice-tag {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-voice-visual {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(110, 168, 254, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-voice-wave {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  background: radial-gradient(circle, rgba(110, 168, 254, 0.25), rgba(110, 168, 254, 0.05));
  border: 1px solid rgba(110, 168, 254, 0.35);
  box-shadow: 0 0 60px rgba(110, 168, 254, 0.25);
  animation: landing-pulse 3s ease-in-out infinite;
}

@keyframes landing-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 40px rgba(110, 168, 254, 0.2); }
  50% { transform: scale(1.04); box-shadow: 0 0 70px rgba(110, 168, 254, 0.35); }
}

/* ── For who — pill grid ── */
body.page-landing .section-for-who .for-who-list {
  max-width: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

body.page-landing .for-who-list li {
  padding: 16px 18px 16px 44px;
  font-size: 15px;
  line-height: 1.45;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  transition: border-color 0.2s, transform 0.2s;
}

body.page-landing .for-who-list li:hover {
  border-color: rgba(110, 168, 254, 0.35);
  transform: translateY(-1px);
}

body.page-landing .for-who-list li::before {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* ── Blog ── */
body.page-landing .section-blog .blog-lead {
  max-width: 720px;
}

body.page-landing .blog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

body.page-landing .blog-cover-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(74, 144, 226, 0.12), rgba(180, 140, 80, 0.08)),
    rgba(255, 255, 255, 0.03);
}

body.page-landing .blog-cover-placeholder span {
  font-size: 42px;
  opacity: 0.35;
}

body.page-landing .blog-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

body.page-landing .blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 168, 254, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

/* ── Features bento ── */
body.page-landing #bot-about .features-cards {
  gap: 14px;
}

body.page-landing #bot-about .feature-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s, border-color 0.2s;
}

body.page-landing #bot-about .feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 168, 254, 0.28);
}

body.page-landing .feature-card-voice {
  border-color: rgba(110, 168, 254, 0.35) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(110, 168, 254, 0.12), transparent 50%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(110, 168, 254, 0.08) inset;
}

body.page-landing .feature-card-voice .h4 {
  color: #b8d4ff;
}

/* ── Why veyra ── */
body.page-landing .why-veyra-grid {
  max-width: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

body.page-landing .why-veyra-item {
  text-align: center;
  padding: 16px 14px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

/* ── Audience blocks ── */
body.page-landing .audience-blocks .audience-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

body.page-landing .audience-blocks .grid.cols-2 {
  gap: 16px;
}

/* ── Section alt full bleed ── */
body.page-landing .section-alt {
  margin-left: calc(-1 * clamp(16px, 3vw, 32px));
  margin-right: calc(-1 * clamp(16px, 3vw, 32px));
  padding: 32px clamp(16px, 3vw, 32px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%),
    rgba(255, 255, 255, 0.015);
}

/* ── Premium block ── */
body.page-landing #premium > .card {
  border: 1px solid rgba(180, 140, 80, 0.18);
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(180, 140, 80, 0.08), transparent 50%),
    rgba(255, 255, 255, 0.02);
}

/* ── CTA finale ── */
body.page-landing .section.cta {
  text-align: center;
  padding: 48px 32px;
  margin: 40px calc(-1 * clamp(16px, 3vw, 32px)) 24px;
  border-radius: 28px;
  border: 1px solid rgba(110, 168, 254, 0.2);
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(74, 144, 226, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

body.page-landing .section.cta .muted {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

body.page-landing .section.cta .row {
  justify-content: center;
}

/* ── Section headings ── */
body.page-landing .section > .h2 {
  letter-spacing: -0.02em;
}

body.page-landing .section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

/* ── Desktop hero layout ── */
@media (min-width: 981px) {
  body.page-landing .hero-banner-wrap {
    aspect-ratio: 21 / 9;
    min-height: 400px;
  }

  body.page-landing .hero-overlay {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    top: 0;
    bottom: 0;
    padding: 0 56px;
  }

  body.page-landing .hero-overlay-box {
    max-width: 580px;
    padding: 24px 28px 18px;
  }

  body.page-landing .hero-text-overlay {
    margin-left: 0;
    margin-right: 0;
  }

  body.page-landing .hero-cta-overlay {
    justify-content: flex-start;
  }

  body.page-landing .hero-title-overlay {
    font-size: clamp(30px, 2.8vw, 44px);
  }

  body.page-landing #bot-about .features-cards.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  body.page-landing .section-for-who .for-who-list {
    grid-template-columns: repeat(3, 1fr);
  }

  body.page-landing .section-for-who .for-who-list li:last-child {
    grid-column: span 2;
  }
}

/* ── Tablet / mobile ── */
@media (max-width: 980px) {
  body.page-landing main.container {
    width: 100%;
  }

  .landing-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-voice-card {
    grid-template-columns: 1fr;
  }

  .landing-voice-visual {
    min-height: 160px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  body.page-landing .blog-grid {
    grid-template-columns: 1fr;
  }

  body.page-landing .why-veyra-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.page-landing .section-for-who .for-who-list {
    grid-template-columns: 1fr;
  }

  body.page-landing .section-for-who .for-who-list li:last-child {
    grid-column: auto;
  }

  body.page-landing .section.cta {
    margin-left: 0;
    margin-right: 0;
    padding: 32px 20px;
  }

  body.page-landing .section-alt {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 520px) {
  .landing-stats-inner {
    grid-template-columns: 1fr 1fr;
    padding: 14px;
  }

  body.page-landing .why-veyra-grid {
    grid-template-columns: 1fr;
  }
}
