/* =========================================================
   TUA HISTÓRIA EM MÚSICA — Landing Page por Relvas
   Paleta: cream/sépia + bordô profundo + dourado
   ========================================================= */

:root {
  --cream: #f7f2ea;
  --cream-2: #efe7da;
  --ink: #1f1a17;
  --ink-soft: #3a322d;
  --bordo: #5a1a2a;
  --bordo-dark: #3d101d;
  --gold: #b88a4a;
  --gold-light: #d6b07a;
  --rose: #c69596;
  --muted: #6e645d;
  --line: rgba(31, 26, 23, 0.12);
  --line-dark: rgba(247, 242, 234, 0.15);

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  --max: 1180px;
  --max-narrow: 820px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 18px 60px rgba(31, 26, 23, 0.12);
  --shadow-soft: 0 4px 18px rgba(31, 26, 23, 0.06);
  --t: cubic-bezier(0.22, 1, 0.36, 1);
}

/* =================== RESET =================== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* =================== TYPOGRAPHY =================== */
.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow.center { text-align: center; }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 32px;
}
.section-title.center { text-align: center; }
.section-title em {
  font-style: italic;
  color: var(--bordo);
  font-weight: 500;
}

.lead {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.lead em {
  font-style: italic;
  color: var(--bordo);
}

/* =================== LAYOUT =================== */
.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}
.container.narrow { max-width: var(--max-narrow); }
.center { text-align: center; }

.section {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
}

/* =================== CTAs =================== */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 18px 32px;
  background: var(--bordo);
  color: var(--cream);
  border-radius: 999px;
  transition: all 0.4s var(--t);
  box-shadow: 0 14px 36px rgba(90, 26, 42, 0.32);
  position: relative;
  overflow: hidden;
}
.cta-primary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.4s var(--t);
}
.cta-primary:hover {
  background: var(--bordo-dark);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(90, 26, 42, 0.4);
}
.cta-primary:hover svg { transform: translateX(6px); }
.cta-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.7s var(--t);
}
.cta-primary:hover::before { transform: translateX(100%); }

.cta-final {
  font-size: 18px;
  padding: 22px 40px;
}

.cta-wrap {
  margin-top: 60px;
}

/* =================== HERO =================== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 24px 120px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(214, 176, 122, 0.18), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(198, 149, 150, 0.25), transparent 55%),
    linear-gradient(135deg, #2a1820 0%, #1a0e14 60%, #0e0608 100%);
  color: var(--cream);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(184, 138, 74, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(198, 149, 150, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 2px,
      rgba(255,255,255,0.012) 2px,
      rgba(255,255,255,0.012) 4px
    );
  pointer-events: none;
}

.nav {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.nav-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.brand-mark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--gold-light);
  letter-spacing: 0.02em;
}
.brand-by {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.7;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 880px;
  text-align: center;
}
.hero .eyebrow { color: var(--gold-light); }
.hero-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  color: var(--cream);
}
.hero-title em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 500;
}
.hero-sub {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.55;
  max-width: 660px;
  margin: 0 auto 42px;
  opacity: 0.92;
  color: var(--cream);
}
.hero-sub strong {
  font-weight: 600;
  color: var(--gold-light);
}
.hero-foot {
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--cream);
  opacity: 0.75;
}
.hero-foot strong {
  color: var(--gold-light);
  font-weight: 600;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 4;
}
.hero-scroll span {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.5;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold-light), transparent);
  animation: scrollPulse 2.4s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(1.3); opacity: 1; }
}

/* =================== SECTION VARIANTS =================== */
.section-promise {
  background: var(--cream);
  padding-top: clamp(100px, 12vw, 160px);
}

.section-dark {
  background: linear-gradient(180deg, #1a0e14 0%, #0e0608 100%);
  color: var(--cream);
}
.section-dark .section-title { color: var(--cream); }
.section-dark .section-title em { color: var(--gold-light); }
.section-dark .lead { color: rgba(247, 242, 234, 0.88); }
.section-dark .lead em { color: var(--gold-light); }
.section-dark .eyebrow { color: var(--gold-light); }

.section-relvas {
  background: var(--cream-2);
}

.section-moments {
  background: var(--cream);
}

.section-stack {
  background: var(--cream-2);
}

.section-offer {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
}

.section-faq {
  background: var(--cream);
}

.section-final {
  padding: clamp(100px, 14vw, 160px) 0;
  background:
    radial-gradient(ellipse at center, rgba(184, 138, 74, 0.12), transparent 70%),
    linear-gradient(180deg, #1a0e14 0%, #0e0608 100%);
  color: var(--cream);
}
.final-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.2;
  margin-bottom: 32px;
  color: var(--cream);
}
.final-title em {
  font-style: italic;
  color: var(--gold-light);
}
.section-final .lead {
  color: rgba(247, 242, 234, 0.85);
  margin-bottom: 42px;
}
.section-final .hero-foot {
  color: var(--cream);
  opacity: 0.7;
  margin-top: 28px;
}

/* =================== GRID-3 (POR QUE) =================== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 60px;
}
.card {
  padding: 40px 32px;
  background: rgba(247, 242, 234, 0.04);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
  transition: all 0.4s var(--t);
}
.card:hover {
  border-color: var(--gold);
  background: rgba(247, 242, 234, 0.06);
  transform: translateY(-4px);
}
.card-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 42px;
  color: var(--gold-light);
  margin-bottom: 18px;
  line-height: 1;
}
.card h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  color: var(--cream);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.card p {
  color: rgba(247, 242, 234, 0.78);
  font-size: 15px;
  line-height: 1.65;
}
.card em { color: var(--gold-light); font-style: italic; }
.card strong { color: var(--gold-light); font-weight: 600; }

/* =================== SPLIT LAYOUT =================== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.split-reverse {
  direction: rtl;
}
.split-reverse > * {
  direction: ltr;
}
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; gap: 50px; }
  .split-reverse { direction: ltr; }
}
.split-text .lead em { font-style: italic; }
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-num {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 32px;
  color: var(--bordo);
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
  line-height: 1.4;
}
.spotify-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.caption {
  margin-top: 18px;
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
}

/* =================== PRODUCER BADGE =================== */
.producer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}
.producer-badge-inner {
  background: rgba(247, 242, 234, 0.04);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 380px;
  margin: 0 auto;
}
.producer-badge-icon {
  width: 72px;
  height: 72px;
  background: var(--bordo);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
}
.producer-badge-icon svg {
  width: 38px;
  height: 38px;
  color: var(--gold-light);
}
.producer-badge-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.producer-badge-text {
  font-size: 15px;
  color: rgba(247, 242, 234, 0.7);
  line-height: 1.55;
}

/* =================== PLACEHOLDER NOTE =================== */
.placeholder-note {
  text-align: center;
  font-size: 13px;
  color: rgba(247, 242, 234, 0.4);
  margin-top: 32px;
  font-style: italic;
}

/* dark section stats override */
.section-dark .stats {
  border-top-color: var(--line-dark);
}
.section-dark .stat-num {
  color: var(--gold-light);
}
.section-dark .stat-label {
  color: rgba(247, 242, 234, 0.6);
}

/* =================== TIMELINE =================== */
.timeline {
  list-style: none;
  max-width: 760px;
  margin: 60px auto 0;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom,
    transparent,
    var(--gold) 10%,
    var(--gold) 90%,
    transparent
  );
}
.timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  padding-bottom: 50px;
  position: relative;
  align-items: start;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bordo);
  color: var(--gold-light);
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  border: 1px solid var(--gold);
}
.timeline-content {
  padding-top: 14px;
}
.timeline-content h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 28px;
  color: var(--cream);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.timeline-content p {
  color: rgba(247, 242, 234, 0.78);
  font-size: 16px;
}
.timeline-content strong { color: var(--gold-light); font-weight: 500; }
.timeline-content em { color: var(--gold-light); font-style: italic; }

/* Timeline on light background */
.section:not(.section-dark) .timeline-num {
  background: var(--bordo);
  color: var(--gold-light);
  border-color: var(--gold);
}
.section:not(.section-dark) .timeline-content h3 {
  color: var(--ink);
}
.section:not(.section-dark) .timeline-content p {
  color: var(--ink-soft);
}
.section:not(.section-dark) .timeline-content strong {
  color: var(--bordo);
}
.section:not(.section-dark) .timeline-content em {
  color: var(--bordo);
}

/* =================== MOMENTS =================== */
.moments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 60px;
}
.moment {
  background: var(--cream-2);
  padding: 36px 30px;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--line);
  transition: all 0.4s var(--t);
}
.moment:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}
.moment-icon {
  font-size: 40px;
  margin-bottom: 18px;
}
.moment h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.moment p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

/* =================== STACK LIST =================== */
.stack-list {
  list-style: none;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stack-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  transition: all 0.3s var(--t);
}
.stack-item:hover {
  border-color: var(--gold);
  transform: translateX(4px);
  box-shadow: var(--shadow-soft);
}
.stack-check {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bordo);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.stack-item h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.stack-item p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
}

/* =================== TESTIMONIALS =================== */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 60px;
}
.testimonial {
  padding: 36px 32px;
  background: rgba(247, 242, 234, 0.04);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
  position: relative;
}
.testimonial::before {
  content: "“";
  position: absolute;
  top: 14px;
  left: 24px;
  font-family: var(--serif);
  font-size: 80px;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
}
.testimonial p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
  color: rgba(247, 242, 234, 0.92);
  font-style: italic;
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
.testimonial footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonial footer strong {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--gold-light);
  letter-spacing: 0.04em;
}
.testimonial footer span {
  font-size: 12px;
  color: rgba(247, 242, 234, 0.55);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =================== OFFER CARD =================== */
.offer-card {
  background: linear-gradient(160deg, #fff 0%, var(--cream-2) 100%);
  border: 1px solid var(--gold-light);
  border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 64px) clamp(28px, 5vw, 56px);
  margin-top: 60px;
  text-align: center;
  box-shadow: 0 30px 90px rgba(31, 26, 23, 0.14);
  position: relative;
  overflow: hidden;
}
.offer-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(184, 138, 74, 0.08), transparent 70%);
  pointer-events: none;
}
.offer-badge {
  display: inline-block;
  padding: 8px 20px;
  background: var(--bordo);
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 24px;
}
.offer-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: var(--ink);
  margin-bottom: 36px;
  letter-spacing: -0.01em;
}
.offer-includes {
  list-style: none;
  text-align: left;
  max-width: 540px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offer-includes li {
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.offer-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--bordo);
  color: var(--gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.offer-price-wrap {
  margin: 40px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.offer-price-from {
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: 18px;
}
.offer-price {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: var(--bordo);
}
.offer-currency {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  margin-top: 12px;
}
.offer-amount {
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.offer-installment {
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.offer-fine {
  margin-top: 24px;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.offer-fine strong { color: var(--bordo); font-weight: 600; }

/* =================== GUARANTEE =================== */
.guarantee {
  margin-top: 50px;
  padding: 32px;
  background: var(--cream);
  border: 1px dashed var(--gold);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 600px) {
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .guarantee-icon { margin: 0 auto; }
}
.guarantee-icon {
  width: 72px;
  height: 72px;
  background: var(--bordo);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
}
.guarantee-icon svg { width: 38px; height: 38px; }
.guarantee h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 8px;
}
.guarantee p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.guarantee strong { color: var(--bordo); font-weight: 600; }

/* =================== FAQ =================== */
.faq {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s var(--t);
}
.faq-item[open] {
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
}
.faq-item summary {
  padding: 24px 28px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 19px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  letter-spacing: -0.005em;
  transition: color 0.2s var(--t);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--sans);
  font-weight: 300;
  font-size: 30px;
  color: var(--bordo);
  transition: transform 0.3s var(--t);
  line-height: 1;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-item summary:hover { color: var(--bordo); }
.faq-item p {
  padding: 0 28px 24px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.faq-item em { color: var(--bordo); font-style: italic; }

/* =================== FOOTER =================== */
.footer {
  background: #0e0608;
  color: var(--cream);
  padding: 60px 0 30px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line-dark);
}
.footer-tag {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.55);
}
.footer-links {
  display: flex;
  gap: 28px;
}
.footer-links a {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: rgba(247, 242, 234, 0.75);
  transition: color 0.2s var(--t);
}
.footer-links a:hover { color: var(--gold-light); }
.footer-copy {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  color: rgba(247, 242, 234, 0.4);
  letter-spacing: 0.04em;
}

/* =================== REVEAL ANIMATIONS =================== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--t), transform 0.8s var(--t);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =================== RESPONSIVE =================== */
@media (max-width: 600px) {
  body { font-size: 16px; }
  .cta-primary { padding: 16px 26px; font-size: 15px; }
  .cta-final { padding: 18px 30px; font-size: 16px; }
  .section { padding: 80px 0; }
  .hero { min-height: 88vh; padding-top: 90px; }
  .hero-scroll { display: none; }
  .timeline-item {
    grid-template-columns: 60px 1fr;
    gap: 18px;
  }
  .timeline-num { width: 52px; height: 52px; font-size: 20px; }
  .timeline::before { left: 26px; }
  .stats { grid-template-columns: 1fr; gap: 20px; }
  .stat-num { font-size: 28px; }
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

/* =================== PRINT =================== */
@media print {
  .cta-primary, .hero-scroll, .footer { display: none; }
  body { background: #fff; color: #000; }
}
