/* All-Access page styles — the extra rules these pages add on top of site.css.
   Identical for ES, EN and PT, so all three load this one file. */

/* HERO */
  .hero-aa { background: var(--wash); text-align: center; }

.hero-aa h1 {
    font-size: 46px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.08;
    margin: 0 auto 20px; max-width: 780px;
  }

@media (max-width: 640px) { .hero-aa h1 { font-size: 30px; } }

.hero-aa p.sub { font-size: 19px; color: var(--slate); max-width: 620px; margin: 0 auto 32px; }

.price-tag {
    display: inline-block; background: var(--white); border: 1px solid var(--mist);
    border-radius: 8px; padding: 20px 40px; margin-bottom: 28px;
  }

.price-tag .amount { font-size: 44px; font-weight: 700; color: var(--blue); letter-spacing: -0.02em; }

.price-tag .amount span { font-size: 18px; font-weight: 400; color: var(--slate); }

.btn-primary {
    display: inline-block; background: var(--blue); color: var(--white);
    padding: 16px 36px; border-radius: 4px; font-weight: 700; text-decoration: none;
    font-size: 16px;
  }

.btn-primary:hover { background: var(--blue-deep); }

h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 12px; text-align: center; }

@media (max-width: 640px) { h2 { font-size: 26px; } }

.section-intro { color: var(--slate); font-size: 16px; max-width: 65ch; margin: 0 auto 48px; text-align: center; }

/* COMPARISON */
  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }

@media (max-width: 800px) { .compare-grid { grid-template-columns: 1fr; } }

.compare-card {
    border-radius: 8px; padding: 32px; border: 1px solid var(--mist);
  }

.compare-card.bad { background: var(--white); }

.compare-card.good { background: var(--blue); color: var(--white); border: none; }

.compare-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 18px; }

.compare-card ul { list-style: none; }

.compare-card li { padding: 8px 0; font-size: 15px; border-bottom: 1px solid rgba(0,0,0,.06); }

.compare-card.good li { border-bottom: 1px solid rgba(255,255,255,.2); }

.compare-card li:last-child { border-bottom: none; }

.compare-total { margin-top: 18px; font-weight: 700; font-size: 17px; }

.worked-example {
    max-width: 700px; margin: 32px auto 0; background: var(--wash); border-radius: 8px;
    padding: 24px 28px; font-size: 15px; color: var(--slate);
  }

.worked-example strong { color: var(--ink); }

/* INCLUDES */
  .includes-section { background: var(--wash); }

.include-card {
    background: var(--white); border: 1px solid var(--mist); border-radius: 8px; padding: 28px;
  }

.include-card .tag {
    display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.05em; color: var(--blue); background: var(--wash); padding: 4px 10px;
    border-radius: 4px; margin-bottom: 12px;
  }

.include-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }

.include-card p { color: var(--slate); font-size: 14px; }

.include-card.featured {
    background: var(--blue); color: var(--white); border: none;
  }

.include-card.featured .tag { background: rgba(255,255,255,.15); color: var(--white); }

.include-card.featured p { color: var(--white); opacity: 0.9; }

/* FAQ */
  .faq-item { max-width: 700px; margin: 0 auto 24px; }

.faq-item h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }

.faq-item p { color: var(--slate); font-size: 15px; }

.cta-final { background: var(--ink); color: var(--white); text-align: center; }

.cta-final .label { color: var(--white); opacity: 0.85; }

.cta-final p { color: var(--white); opacity: 0.85; max-width: 560px; margin: 0 auto 32px; font-size: 17px; }

.cta-final .btn-primary { background: var(--white); color: var(--blue); }

.cta-final .btn-primary:hover { background: var(--wash); }
