:root {
  --navy: #0a1128;
  --blue: #0088bf;
  --blue-dark: #001f66;
  --red: #db0000;
  --red-light: #ff4d4d;
  --yellow: #ffc400;
  --bg: #f7f9fc;
  --card: #ffffff;
  --border: #e6eaf2;
  --text: #14213d;
  --text-muted: #5c6478;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', Arial, sans-serif;
}

h1, h2, h3, .ma-kicker {
  font-family: 'Lato', 'Inter', Arial, sans-serif;
  font-weight: 900;
  color: var(--navy);
}

img {
  max-width: 100%;
  display: block;
}

.ma-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* URGENCY BAR */
.ma-urgency {
  background: linear-gradient(90deg, var(--red) 0%, #a80000 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  flex-wrap: wrap;
}

.ma-timer {
  display: flex;
  gap: 8px;
}

.ma-timer-box {
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 4px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  min-width: 42px;
}

.ma-timer-box span {
  font-size: 16px;
  font-weight: 900;
}

.ma-timer-box small {
  font-size: 9px;
  opacity: 0.8;
}

/* NAV */
.ma-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 10;
}

.ma-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  font-weight: 800;
  font-size: 17px;
}

.ma-nav-logo img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ma-nav-cta {
  background: linear-gradient(90deg, var(--red) 0%, var(--red-light) 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
}

/* HERO */
.ma-hero {
  padding: 60px 0;
  background: linear-gradient(180deg, #eef4ff 0%, var(--bg) 100%);
}

.ma-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.ma-hero-badge {
  width: 220px;
  margin-bottom: 20px;
}

.ma-hero h1 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.ma-hero-sub {
  font-size: 22px;
  color: var(--blue);
  margin: 0 0 12px;
}

.ma-hero-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 20px;
}

.ma-hero-note {
  font-size: 14px;
  border-left: 3px solid var(--yellow);
  padding-left: 14px;
  margin-top: 24px !important;
}

.ma-hero-image img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(10,17,40,0.15);
}

/* SECTIONS */
.ma-section {
  padding: 70px 0;
}

.ma-section-alt {
  background: #eef2fa;
}

.ma-section h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 16px;
}

/* ACELERA */
.ma-accelerate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.ma-accelerate-text p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-muted);
}

.ma-accelerate-image img {
  border-radius: 16px;
}

/* HERRAMIENTAS */
.ma-tools-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 36px 0 50px;
}

.ma-tools-row img {
  max-width: 320px;
  width: 100%;
}

.ma-goals-title {
  font-size: 24px;
  margin-bottom: 24px;
}

.ma-goals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: left;
}

.ma-goal-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 8px 24px rgba(10,17,40,0.05);
}

/* CTA SECTION */
.ma-section-cta {
  background: linear-gradient(120deg, var(--blue-dark) 0%, var(--blue) 100%);
  color: #fff;
}

.ma-kicker {
  color: var(--yellow);
  font-size: 20px;
  margin: 0 0 16px;
}

.ma-cta-copy {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 22px;
  line-height: 1.6;
  color: #dce8ff;
}

.ma-cta-highlight {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  margin: 0 0 8px;
  color: #fff;
}

.ma-cta-price {
  font-size: 20px;
  color: var(--yellow);
  font-weight: 700;
  margin: 0 0 26px;
}

/* SYLLABUS */
.ma-section-syllabus {
  background: var(--navy);
  color: #fff;
}

.ma-section-syllabus h2 {
  color: #fff;
}

.ma-syllabus-sub {
  color: #aab4d4;
  margin: 0 0 36px;
}

.ma-accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ma-accordion details {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.ma-section-alt .ma-accordion details,
body:not(.dark) .ma-faq-grid .ma-accordion details {
  background: #fff;
  border: 1px solid var(--border);
}

.ma-accordion summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ma-faq-grid .ma-accordion summary,
.ma-faq-grid .ma-accordion-body p {
  color: var(--navy);
}

.ma-accordion summary::-webkit-details-marker {
  display: none;
}

.ma-accordion summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  margin-left: 12px;
  flex-shrink: 0;
}

.ma-accordion details[open] summary::after {
  content: '−';
}

.ma-accordion-body {
  padding: 0 22px 18px;
}

.ma-accordion-body p {
  margin: 0 0 8px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #c7cfe6;
}

/* FEATURES ROW */
.ma-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 40px 0 50px;
}

.ma-feature-item img {
  border-radius: 14px;
  margin-bottom: 16px;
}

.ma-feature-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.ma-bonus-panel {
  background: linear-gradient(120deg, #fff6d8 0%, #ffe8a3 100%);
  border-radius: 20px;
  padding: 36px;
  text-align: left;
}

.ma-bonus-panel h3 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 24px;
}

.ma-bonus-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 30px;
  align-items: center;
}

.ma-bonus-text p {
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.ma-bonus-grid img {
  border-radius: 14px;
  max-width: 240px;
  margin: 0 auto;
}

/* OFERTA */
.ma-section-offer {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ma-offer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}

.ma-offer-image img {
  border-radius: 16px;
}

.ma-offer-text h2 {
  font-size: 28px;
}

.ma-offer-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ma-offer-list li {
  font-size: 16px;
  font-weight: 600;
  padding-left: 28px;
  position: relative;
}

.ma-offer-list li::before {
  content: '✔';
  color: #1aa251;
  position: absolute;
  left: 0;
  font-weight: 900;
}

.ma-offer-list li span {
  color: var(--text-muted);
  font-weight: 400;
  font-size: 14px;
}

.ma-offer-close {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.ma-offer-copy {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px;
}

.ma-offer-price {
  font-size: 26px;
  color: var(--red);
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  margin: 0 0 24px;
}

.ma-offer-btn-img {
  display: inline-block;
  transition: transform 0.15s ease;
}

.ma-offer-btn-img:hover {
  transform: scale(1.02);
}

.ma-offer-btn-img img {
  max-width: 480px;
  margin: 0 auto;
  border-radius: 12px;
}

.ma-offer-note {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 22px;
}

/* GARANTIA */
.ma-guarantee-grid {
  display: flex;
  align-items: center;
  gap: 44px;
}

.ma-guarantee-grid > img {
  flex: 0 0 200px;
  width: 200px;
}

.ma-guarantee-grid p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 22px;
}

.ma-guarantee-extra {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px !important;
}

.ma-guarantee-extra img {
  width: 60px;
  flex-shrink: 0;
}

/* FAQ */
.ma-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.ma-faq-grid .ma-accordion {
  max-width: none;
}

/* BUTTONS */
.ma-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;
  padding: 18px 34px;
  border-radius: 50px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.ma-btn:hover {
  transform: translateY(-2px);
  opacity: 0.94;
}

.ma-btn-primary {
  background: linear-gradient(90deg, var(--red) 0%, var(--red-light) 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(219,0,0,0.25);
}

.ma-btn-big {
  font-size: 19px;
  padding: 22px 46px;
}

/* FOOTER */
.ma-footer {
  text-align: center;
  padding: 30px 20px;
  background: var(--navy);
  color: #aab4d4;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ma-hero-grid,
  .ma-accelerate-grid,
  .ma-offer-grid,
  .ma-bonus-grid {
    grid-template-columns: 1fr;
  }
  .ma-hero-image { order: -1; }
  .ma-goals-grid,
  .ma-features-row,
  .ma-faq-grid {
    grid-template-columns: 1fr;
  }
  .ma-guarantee-grid {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .ma-hero h1 { font-size: 26px; }
  .ma-hero-sub { font-size: 19px; }
  .ma-section h2 { font-size: 24px; }
  .ma-urgency { font-size: 12px; }
  .ma-nav-cta { font-size: 12px; padding: 8px 14px; }
  .ma-offer-btn-img img { max-width: 100%; }
}
