/* ═══════════════════════════════════════════════════════
   MOMA EVENTS — LANDING PAGE CSS
═══════════════════════════════════════════════════════ */

/* ── TEXT LOGO ───────────────────────────────────────── */
.nav__logo-text {
  display: inline-flex;
  align-items: baseline;
  gap: .25rem;
  text-decoration: none;
}
.logo-moma {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--blue);
  line-height: 1;
}
.logo-events {
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* NAV scrolled */
.nav--scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}

/* ── HERO ────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #EFF6FF 0%, #DBEAFE 30%, #FFFFFF 70%);
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero__bg-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__circle {
  position: absolute;
  border-radius: 50%;
  opacity: .12;
}
.hero__circle--1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--blue) 0%, transparent 70%);
  top: -200px; right: -100px;
}
.hero__circle--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--blue-mid) 0%, transparent 70%);
  bottom: -100px; left: -80px;
}
.hero__circle--3 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, #60A5FA 0%, transparent 70%);
  top: 40%; left: 35%;
  opacity: .08;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + 4rem) 1.5rem 5rem;
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 100%;
}

.hero__content { max-width: 520px; }

.hero__label {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .25em;
  color: var(--blue-mid);
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.5rem;
}
.hero__label::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: .9rem; height: 1px;
  background: var(--blue-mid);
}

.hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 1.4rem;
}
.hero__title em { font-style: italic; color: var(--blue); }

.hero__sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 2.25rem;
}

.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Hero card */
.hero__visual { flex-shrink: 0; }

.hero__card-wrap {
  position: relative;
  width: 290px;
}

.hero__card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.hero__card--back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--blue-light), #DBEAFE);
  transform: rotate(6deg) translate(10px, -5px);
  box-shadow: 0 8px 30px rgba(30,64,175,.12);
  z-index: 0;
}

.hero__card--front {
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(30,64,175,.18);
}

.hero__card-top {
  height: 100px;
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-mid) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__card-ornament {
  width: 50px; height: 50px;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 50%;
  position: relative;
}
.hero__card-ornament::after {
  content: '💍';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1.4rem;
}

.hero__card-body { padding: 1.5rem; text-align: center; }

.hero__card-label {
  font-size: .6rem;
  letter-spacing: .2em;
  color: var(--blue-mid);
  font-weight: 700;
  margin-bottom: .6rem;
}

.hero__card-names {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: .5rem;
}

.hero__card-divider {
  width: 40px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-mid), transparent);
  margin: .5rem auto .75rem;
}

.hero__card-date {
  font-size: .78rem;
  color: var(--blue);
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: .4rem;
}

.hero__card-venue {
  font-size: .72rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: .9rem;
}

.hero__card-rsvp {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  color: #fff;
  background: var(--blue);
  padding: .4rem .9rem;
  border-radius: 20px;
}

.hero__card-badge {
  position: absolute;
  top: -10px; right: -10px;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  padding: .35rem .8rem;
  font-size: .75rem;
  font-weight: 600;
  color: var(--text);
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  gap: .3rem;
}

/* Scroll arrow */
.hero__scroll {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--blue-mid);
  animation: bounce 2s ease-in-out infinite;
}
.hero__scroll svg { width: 1.5rem; height: 1.5rem; }

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ── STATS ───────────────────────────────────────────── */
.stats {
  padding: 3rem 1.5rem;
  background: var(--blue-dark);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}

.stat-item { padding: 1rem; }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .25rem;
  line-height: 1;
}

.stat-label {
  font-size: .78rem;
  font-weight: 500;
  color: rgba(255,255,255,.55);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ── COMO FUNCIONA ───────────────────────────────────── */
.como-funciona {
  padding: 6rem 1.5rem;
  background: #fff;
}

.section-header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 3.5rem;
}

.section-label {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--blue-mid);
  display: block;
  margin-bottom: .75rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: .75rem;
  line-height: 1.2;
}

.section-sub {
  font-size: .95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.steps__grid::before {
  content: '';
  position: absolute;
  top: 3.5rem; left: 16%; right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-light), var(--blue-light), transparent);
  z-index: 0;
}

.step-card {
  text-align: center;
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 1;
}

.step-card__num {
  font-family: 'Playfair Display', serif;
  font-size: .7rem;
  font-weight: 600;
  color: var(--blue-mid);
  letter-spacing: .12em;
  margin-bottom: 1rem;
}

.step-card__icon {
  width: 64px; height: 64px;
  background: var(--blue-light);
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-card__icon svg {
  width: 28px; height: 28px;
  stroke: var(--blue);
}

.step-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: .6rem;
}

.step-card__desc {
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── FEATURES ────────────────────────────────────────── */
.features {
  padding: 6rem 1.5rem;
  background: var(--gray-50);
}

.features__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.features__text .section-title { margin-bottom: .6rem; }
.features__text .section-sub { margin-bottom: 2rem; }

.features__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.feature-item {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
}

.feature-item__icon {
  width: 22px; height: 22px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: .15rem;
}
.feature-item__icon svg {
  width: 12px; height: 12px;
  stroke: #fff;
}

.feature-item__title {
  font-size: .88rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: .2rem;
}

.feature-item__desc {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Phone mockup */
.features__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__phone {
  width: 220px;
  background: #1E293B;
  border-radius: 32px;
  padding: 10px;
  box-shadow: 0 30px 80px rgba(30,64,175,.2), 0 0 0 1px rgba(255,255,255,.1);
  position: relative;
  z-index: 1;
}

.features__phone-screen {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.fphone-top {
  height: 70px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-mid));
}

.fphone-body {
  padding: 1rem .85rem;
  text-align: center;
}

.fphone-tag {
  font-size: .55rem;
  letter-spacing: .2em;
  color: var(--blue-mid);
  font-weight: 700;
  margin-bottom: .35rem;
}

.fphone-names {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: .25rem;
}

.fphone-date {
  font-size: .62rem;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: .2rem;
}

.fphone-venue {
  font-size: .6rem;
  color: var(--text-muted);
  margin-bottom: .75rem;
}

.fphone-btn {
  display: block;
  width: 100%;
  padding: .45rem;
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
  font-size: .65rem;
  font-weight: 600;
  margin-bottom: .65rem;
}

.fphone-details {
  display: flex;
  justify-content: space-between;
  font-size: .58rem;
  color: var(--text-muted);
}

/* Floating badges */
.features__floating {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: .5rem .85rem;
  font-size: .75rem;
  font-weight: 600;
  color: var(--text);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  gap: .4rem;
  z-index: 2;
}
.features__floating svg { width: 14px; height: 14px; }

.features__floating--1 {
  top: 20%; right: -20px;
  color: #16A34A;
}
.features__floating--1 svg { stroke: #16A34A; }

.features__floating--2 {
  bottom: 20%; left: -20px;
  color: var(--blue);
}
.features__floating--2 svg { stroke: var(--blue); }

/* ── TIPOS ───────────────────────────────────────────── */
.tipos {
  padding: 6rem 1.5rem;
  background: #fff;
}

.tipos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.tipo-card {
  background: var(--gray-50);
  border-radius: 16px;
  padding: 2rem 1.25rem;
  text-align: center;
  border: 2px solid var(--gray-200);
  transition: all .25s;
  cursor: default;
}

.tipo-card--active {
  background: var(--blue-light);
  border-color: var(--blue);
}

.tipo-card--soon { opacity: .65; }

.tipo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.tipo-card__img {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.tipo-card__name {
  font-size: .95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .4rem;
}

.tipo-card__desc {
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: .85rem;
}

.tipo-card__badge {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: .25rem .7rem;
  border-radius: 99px;
  background: var(--blue);
  color: #fff;
}

.tipo-card__badge--soon {
  background: var(--gray-200);
  color: var(--text-muted);
}

/* ── CTA ─────────────────────────────────────────────── */
.cta {
  padding: 5rem 1.5rem;
  background: var(--blue-dark);
  position: relative;
  overflow: hidden;
}

.cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.cta__text { max-width: 500px; }

.cta__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #fff;
  font-weight: 600;
  margin-bottom: .85rem;
  line-height: 1.2;
}

.cta__sub {
  color: rgba(255,255,255,.65);
  font-size: .95rem;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}

.btn--white {
  background: #fff;
  color: var(--blue-dark);
  font-weight: 700;
}
.btn--white:hover { background: var(--blue-light); }

.cta__visual {
  position: relative;
  width: 220px;
  height: 220px;
  flex-shrink: 0;
}

.cta__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.cta__ring--1 { width: 120px; height: 120px; }
.cta__ring--2 { width: 170px; height: 170px; }
.cta__ring--3 { width: 220px; height: 220px; }

.cta__icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}

/* ── FOOTER ──────────────────────────────────────────── */
.footer {
  padding: 2.5rem 1.5rem;
  border-top: 1px solid var(--gray-200);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__brand { display: flex; flex-direction: column; gap: .4rem; }
.footer__tagline { font-size: .75rem; color: var(--text-muted); }

.footer__credit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .5rem;
}

.footer__credit p { font-size: .78rem; color: var(--text-muted); }

.footer__nura {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .8rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color .15s;
}
.footer__nura:hover { color: var(--blue); }
.footer__nura img {
  width: 20px; height: 20px;
  object-fit: contain;
  border-radius: 4px;
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .features__inner { grid-template-columns: 1fr; gap: 3rem; }
  .features__visual { order: -1; }
  .features__floating--1 { right: 0; }
  .features__floating--2 { left: 0; }
}

@media (max-width: 900px) {
  .hero__inner { flex-direction: column; gap: 3rem; text-align: center; padding-top: calc(var(--nav-h) + 3rem); }
  .hero__label::before { display: none; }
  .hero__label { padding-left: 0; }
  .hero__actions { justify-content: center; }
  .hero__card-wrap { margin: 0 auto; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .steps__grid { grid-template-columns: 1fr; max-width: 400px; }
  .steps__grid::before { display: none; }
  .tipos__grid { grid-template-columns: repeat(2, 1fr); }
  .cta__inner { flex-direction: column; text-align: center; }
  .cta__visual { display: none; }
  .footer__inner { flex-direction: column; align-items: center; text-align: center; }
  .footer__credit { align-items: center; }
}

@media (max-width: 480px) {
  .tipos__grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
}
