/* ============================================================
   AlbumBuilder PRO — AlbumLive Page
   albumlive.css
   ============================================================ */

/* ── HERO ─────────────────────────────────────────────────── */
.al-hero {
  min-height: auto;
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.al-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 70% at 70% 40%, rgba(174,135,68,0.13) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 20% 60%, rgba(174,135,68,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.al-hero .container { position: relative; z-index: 1; }
.al-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.al-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 24px;
}
.al-hero-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--color-gold);
  animation: pulse-gold 2s ease infinite;
}
.al-hero-title {
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.al-hero-subtitle {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 36px;
}
.al-hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.al-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.al-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--color-text-dim);
}
.al-trust-item svg { color: var(--color-gold); flex-shrink: 0; }

/* Hero visual */
.al-hero-visual { position: relative; }
.al-hero-img-wrap { position: relative; }
.al-hero-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.8));
  animation: float 5s ease-in-out infinite;
}
.al-hero-img-glow {
  position: absolute;
  bottom: -30px; left: 10%;
  width: 80%; height: 60px;
  background: rgba(174,135,68,0.25);
  filter: blur(40px);
  border-radius: 50%;
  z-index: 0;
}

/* Floating badges */
.al-float-badge {
  position: absolute;
  background: rgba(10,10,10,0.88);
  border: 1px solid rgba(174,135,68,0.35);
  border-radius: 10px;
  padding: 10px 14px;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-gold-light);
  z-index: 3;
  white-space: nowrap;
}
.al-float-badge svg { color: var(--color-gold); }
.al-float-badge-1 {
  bottom: 18%; left: -8%;
  animation: float-badge 4s ease-in-out infinite;
}
.al-float-badge-2 {
  top: 14%; right: -6%;
  animation: float-badge 4s ease-in-out infinite;
  animation-delay: 1s;
}
@keyframes float-badge {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ── COME FUNZIONA ────────────────────────────────────────── */
.al-how {
  padding: var(--section-py) 0;
}
.al-how-header {
  text-align: center;
  margin-bottom: 64px;
}
.al-how-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 0;
}
.al-how-steps {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
}
.al-how-step {
  flex: 1;
  max-width: 280px;
  text-align: center;
  padding: 36px 28px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-top: 2px solid var(--color-gold-dark);
  border-radius: var(--border-radius);
  transition: all .3s ease;
}
.al-how-step:hover {
  transform: translateY(-6px);
  border-color: rgba(174,135,68,0.4);
  border-top-color: var(--color-gold-light);
  box-shadow: 0 4px 40px rgba(0,0,0,0.6), 0 0 30px rgba(174,135,68,0.08);
}
.al-how-step-center {
  border-color: rgba(174,135,68,0.3);
  border-top-color: var(--color-gold);
  background: rgba(174,135,68,0.04);
  transform: scale(1.04);
  z-index: 1;
}
.al-how-step-center:hover { transform: scale(1.04) translateY(-6px); }
.al-step-num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--color-gold);
  margin-bottom: 16px;
  opacity: 0.7;
}
.al-step-icon {
  width: 56px; height: 56px;
  margin: 0 auto 20px;
  color: var(--color-gold);
}
.al-step-icon svg { width: 100%; height: 100%; }
.al-step-icon-center { color: var(--color-gold-light); }
.al-how-step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.al-how-step p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}
.al-how-arrow {
  width: 60px;
  flex-shrink: 0;
  color: var(--color-gold-dark);
  opacity: 0.6;
  padding: 0 4px;
}
.al-how-arrow svg { width: 100%; height: auto; }

/* ── FEATURE CARDS ────────────────────────────────────────── */
.al-features {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, #000 0%, #050505 50%, #000 100%);
}
.al-features-header {
  text-align: center;
  margin-bottom: 60px;
}
.al-features-header h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.al-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.al-feat-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-top: 2px solid var(--color-gold-dark);
  border-radius: var(--border-radius);
  padding: 36px 28px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.al-feat-card::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--gradient-card-glow);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.al-feat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(174,135,68,0.45);
  border-top-color: var(--color-gold-light);
  box-shadow: 0 4px 40px rgba(0,0,0,0.6), 0 0 40px rgba(174,135,68,0.1);
}
.al-feat-card:hover::after { opacity: 1; }
.al-feat-icon {
  width: 52px; height: 52px;
  margin-bottom: 22px;
  color: var(--color-gold);
}
.al-feat-icon svg { width: 100%; height: 100%; }
.al-feat-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.al-feat-card p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ── BIG MOCKUP ───────────────────────────────────────────── */
.al-mockup {
  padding: var(--section-py) 0;
  position: relative;
  overflow: hidden;
}
.al-mockup::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(174,135,68,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.al-mockup-header {
  text-align: center;
  margin-bottom: 60px;
}
.al-mockup-header h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.al-mockup-header p {
  font-size: 1rem;
  color: var(--color-text-muted);
  max-width: 520px;
  margin: 16px auto 0;
}
.al-mockup-img-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.al-mockup-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  box-shadow: 0 40px 100px rgba(0,0,0,0.85), 0 0 0 1px rgba(174,135,68,0.15);
}
.al-mockup-glow {
  position: absolute;
  bottom: -50px; left: 10%;
  width: 80%; height: 80px;
  background: rgba(174,135,68,0.2);
  filter: blur(50px);
  border-radius: 50%;
}

/* ── NOTE FEATURE ─────────────────────────────────────────── */
.al-notes {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, #000 0%, #040404 100%);
}
.al-notes-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.al-notes-content h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 20px; }
.al-notes-content p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}
.al-notes-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
.al-notes-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.al-notes-item-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gradient-gold);
  flex-shrink: 0;
  margin-top: 7px;
}
.al-notes-visual { position: relative; }
.al-notes-img {
  width: 100%; height: auto;
  border-radius: 16px;
  display: block;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8), 0 0 0 1px rgba(174,135,68,0.12);
}

/* ── PRICING BOX ──────────────────────────────────────────── */
.al-pricing {
  padding: var(--section-py) 0;
}
.al-pricing-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.al-pricing-box {
  background: linear-gradient(135deg, rgba(138,106,48,0.12) 0%, rgba(174,135,68,0.06) 50%, rgba(138,106,48,0.12) 100%);
  border: 1px solid rgba(174,135,68,0.3);
  border-radius: 20px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}
.al-pricing-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gradient-gold-h);
}
.al-pricing-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 20px;
}
.al-pricing-box h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 16px;
}
.al-pricing-box p {
  font-size: 1rem;
  color: var(--color-text-muted);
  margin-bottom: 40px;
}
.al-pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.al-price-card {
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(174,135,68,0.2);
  border-radius: 12px;
  padding: 28px 20px;
}
.al-price-val {
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-gold-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}
.al-price-desc {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}
.al-pricing-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── CTA FINALE ───────────────────────────────────────────── */
.al-cta {
  padding: 60px 0 80px;
}
.al-cta-inner {
  text-align: center;
  border-top: 1px solid var(--color-border);
  padding-top: 60px;
}
.al-cta-inner .ornament { margin-bottom: 24px; }
.al-cta-inner h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; }
.al-cta-inner p {
  font-size: 1rem;
  color: var(--color-text-muted);
  margin-bottom: 36px;
}
.al-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .al-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .al-hero-subtitle { max-width: 100%; margin-left: auto; margin-right: auto; }
  .al-hero-cta { justify-content: center; }
  .al-hero-trust { justify-content: center; }
  .al-float-badge { display: none; }
  .al-how-steps { flex-direction: column; gap: 0; }
  .al-how-step { max-width: 100%; }
  .al-how-step-center { transform: none; }
  .al-how-step-center:hover { transform: translateY(-6px); }
  .al-how-arrow { transform: rotate(90deg); width: 40px; margin: 8px auto; }
  .al-features-grid { grid-template-columns: 1fr 1fr; }
  .al-notes-inner { grid-template-columns: 1fr; }
  .al-pricing-cards { grid-template-columns: 1fr; }
  .al-pricing-box { padding: 40px 24px; }
}
@media (max-width: 600px) {
  .al-features-grid { grid-template-columns: 1fr; }
}
