/* ============================================================
   Magna Publications TPDL Summer Enrichment LP
   pagerocket.net/magna-publications
   Brand: deep-navy #1A4D70, forest-green #5C8E47 CTA, cream #F5F0E8
   Font: Inter (single family across headings + body)
   ============================================================ */

:root {
  --lp-primary: #1A4D70;            /* deep navy - headers, headlines */
  --lp-primary-hover: #143C58;
  --lp-secondary: #1A4D70;          /* same as primary for Magna */
  --lp-cta: #5C8E47;                /* forest green - primary CTA */
  --lp-cta-hover: #4A7338;
  --lp-accent: #E89F4D;             /* warm orange - sparing accent */
  --lp-badge: #FF6B3D;              /* coral - trust badge */
  --lp-text: #1A1A1A;
  --lp-text-mid: #4A5560;
  --lp-text-light: #6B7280;
  --lp-bg: #FFFFFF;
  --lp-bg-cream: #F5F0E8;
  --lp-bg-cool: #F4F6F8;
  --lp-border: #E5E7EB;
  --lp-yes: #5C8E47;
  --lp-no: #DC2626;
  --lp-shadow: 0 4px 16px rgba(26, 77, 112, 0.08);
  --lp-shadow-lg: 0 8px 32px rgba(26, 77, 112, 0.12);
  --lp-shadow-card: 0 2px 12px rgba(26, 77, 112, 0.10);
  --lp-radius: 12px;
  --lp-radius-card: 16px;
  --lp-radius-pill: 100px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lp-text);
  background: var(--lp-bg);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--lp-primary); text-decoration: none; transition: color 0.15s ease; }
a:hover { color: var(--lp-primary-hover); }

/* ============================================================
   Layout helpers
   ============================================================ */

.lp-section { width: 100%; }
.lp-section-tight-top .lp-section-inner { padding-top: 56px; }

/* Section banner photo — full-width hero image at the top of a content section.
   Taller frame so faces + scene context (table, room, windows) all read at a glance. */
.lp-section-banner {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 35%;
}
@media (max-width: 900px) { .lp-section-banner { height: 360px; } }
@media (max-width: 600px) { .lp-section-banner { height: 280px; } }
/* Section-specific crop overrides */
.lp-conferences .lp-section-banner { object-position: center 38%; }
.lp-solution .lp-section-banner { object-position: center 45%; }
.lp-how .lp-section-banner { object-position: center 42%; }
.lp-problem .lp-section-banner { object-position: center 50%; }
.lp-section-tight-top .lp-section-inner,
.lp-solution .lp-section-inner,
.lp-conferences .lp-section-inner-narrow,
.lp-how .lp-section-inner { padding-top: 88px; padding-bottom: 88px; }

.lp-section-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 24px;
}

@media (min-width: 1440px) {
  .lp-section-inner { max-width: 1320px; padding: 120px 24px; }
}

.lp-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-cta);
  margin: 0 0 20px;
}
.lp-eyebrow-center { text-align: center; }
.lp-eyebrow-light { color: #B8D4E8; }

.lp-section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--lp-primary);
  text-align: center;
  margin: 0 auto 20px;
  max-width: 920px;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.lp-section-title-light {
  font-family: 'Inter', sans-serif;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  text-align: center;
  margin: 0 auto 24px;
  max-width: 920px;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.lp-section-sub {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--lp-text-mid);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
  line-height: 1.55;
  text-wrap: pretty;
}
.lp-section-sub-light {
  font-size: clamp(16px, 1.3vw, 19px);
  color: #E0EBF5;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
  line-height: 1.55;
  text-wrap: pretty;
}

/* ============================================================
   Buttons - pill style matching Magna brand
   ============================================================ */

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-align: center;
  border-radius: var(--lp-radius-pill);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
  line-height: 1;
}
.lp-btn-sm { padding: 10px 22px; font-size: 14px; }
.lp-btn-md { padding: 15px 30px; font-size: 16px; }
.lp-btn-lg { padding: 18px 36px; font-size: 18px; letter-spacing: 0.005em; }

.lp-btn-primary {
  background: var(--lp-cta);
  color: #fff;
  box-shadow: 0 4px 14px rgba(92, 142, 71, 0.32);
}
.lp-btn-primary:hover {
  background: var(--lp-cta-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(92, 142, 71, 0.42);
}

.lp-btn-outline {
  background: transparent;
  color: var(--lp-primary);
  border-color: var(--lp-primary);
}
.lp-btn-outline:hover {
  background: var(--lp-primary);
  color: #fff;
}

.lp-btn-text {
  background: transparent;
  color: var(--lp-primary);
  padding: 12px 16px;
  font-weight: 500;
  font-size: 14px;
  border: none;
}
.lp-btn-text:hover { color: var(--lp-cta); text-decoration: underline; }

/* ============================================================
   Announcement bar
   ============================================================ */

.lp-announcement {
  background: var(--lp-cta);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.lp-announcement-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}
.lp-announcement-text { line-height: 1.4; }
.lp-announcement-link { color: #fff; text-decoration: underline; font-weight: 600; }
.lp-announcement-link:hover { color: #fff; }

/* ============================================================
   Nav
   ============================================================ */

.lp-nav {
  background: #fff;
  border-bottom: 1px solid var(--lp-border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.lp-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lp-nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.lp-nav-logo img { width: 44px; height: auto; }
.lp-nav-wordmark {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--lp-primary);
  letter-spacing: -0.01em;
}
.lp-nav-links { display: flex; gap: 32px; }
.lp-nav-links a {
  color: var(--lp-text);
  font-weight: 500;
  font-size: 15px;
}
.lp-nav-links a:hover { color: var(--lp-cta); }

@media (max-width: 900px) {
  .lp-nav-links { display: none; }
}

/* ============================================================
   Hero
   ============================================================ */

.lp-hero {
  background: linear-gradient(135deg, var(--lp-bg-cool) 0%, #fff 100%);
}
.lp-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .lp-hero-inner {
    grid-template-columns: 1fr;
    padding: 56px 20px;
    gap: 40px;
  }
}

.lp-hero-copy { display: flex; flex-direction: column; }
.lp-hero-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  color: var(--lp-primary);
  margin: 0 0 20px;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.lp-hero-sub {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--lp-text-mid);
  line-height: 1.55;
  margin: 0 0 32px;
}

.lp-cta-stack {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.lp-microtrust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.lp-microtrust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--lp-text-mid);
  font-weight: 500;
}

.lp-hero-visual { position: relative; }
.lp-hero-visual img {
  width: 100%;
  border-radius: var(--lp-radius-card);
  box-shadow: var(--lp-shadow-lg);
}
.lp-hero-caption {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: var(--lp-badge);
  color: #fff;
  padding: 14px 20px;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 240px;
}
.lp-hero-caption-stars { color: #FFD700; font-size: 14px; letter-spacing: 2px; }
.lp-hero-caption strong { font-size: 14px; font-weight: 600; }

/* ============================================================
   Trust strip
   ============================================================ */

.lp-trust-strip { background: var(--lp-primary); color: #fff; }
.lp-trust-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
@media (max-width: 900px) {
  .lp-trust-strip-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .lp-trust-divider { display: none; }
}
.lp-trust-item { text-align: center; }
.lp-trust-headline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.lp-trust-label {
  font-size: 14px;
  color: #B8D4E8;
  margin: 0;
  letter-spacing: 0.02em;
}
.lp-trust-divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.2);
}

/* ============================================================
   Institutional logo strip (section 2b)
   ============================================================ */
.lp-section-inner-narrow {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 24px;
}
.lp-institutions {
  background: #fff;
  padding-bottom: 24px;
}
.lp-institutions .lp-section-inner-narrow {
  padding: 48px 24px 24px;
}
.lp-institutions-label {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lp-text-light);
  font-weight: 600;
  margin: 0 0 28px;
}
.lp-institutions-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 28px 24px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1100px) { .lp-institutions-grid { grid-template-columns: repeat(5, 1fr); gap: 32px 20px; } }
@media (max-width: 640px) { .lp-institutions-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 12px; } }
.lp-institutions-grid img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.78;
  filter: grayscale(0.35);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.lp-institutions-grid img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* ============================================================
   Conference / community strip (section 7b)
   ============================================================ */
.lp-conferences {
  background: var(--lp-primary);
  background-image: linear-gradient(135deg, #1A4D70 0%, #143C58 100%);
  color: #fff;
}
.lp-conferences-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 32px;
}
@media (max-width: 720px) { .lp-conferences-list { grid-template-columns: 1fr; } }
.lp-conference-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--lp-radius);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.lp-conference-row:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.22);
  transform: translateX(2px);
}
.lp-conference-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lp-cta);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(92, 142, 71, 0.18);
}
.lp-conference-row-name {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.35;
}

/* ============================================================
   Topic category strip (section 7c)
   ============================================================ */
.lp-topics { background: #fff; }
.lp-topics-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 1100px) { .lp-topics-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .lp-topics-grid { grid-template-columns: repeat(2, 1fr); } }
.lp-topic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 12px;
  border-radius: var(--lp-radius);
  transition: background 0.2s ease, transform 0.2s ease;
}
.lp-topic-item:hover {
  background: var(--lp-bg-cream);
  transform: translateY(-2px);
}
.lp-topic-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--lp-bg-cream);
  color: var(--lp-cta);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}
.lp-topic-item:hover .lp-topic-icon {
  background: var(--lp-cta);
  color: #fff;
}
.lp-topic-icon svg {
  width: 28px;
  height: 28px;
}
.lp-topic-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-primary);
  margin: 0;
  line-height: 1.3;
  text-wrap: balance;
}

/* ============================================================
   Problem
   ============================================================ */

.lp-problem { background: #fff; }
.lp-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .lp-problem-grid { grid-template-columns: 1fr; } }
.lp-problem-card {
  background: var(--lp-bg-cream);
  padding: 32px 28px;
  border-radius: var(--lp-radius-card);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lp-problem-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-card);
}
.lp-problem-icon { margin-bottom: 16px; }
.lp-problem-h {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--lp-primary);
  margin: 0 0 8px;
  line-height: 1.3;
}
.lp-problem-p { color: var(--lp-text-mid); margin: 0; font-size: 15px; }

/* ============================================================
   Solution (3 pillars on dark navy)
   ============================================================ */

.lp-solution { background: var(--lp-primary); }
.lp-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 900px) { .lp-pillars-grid { grid-template-columns: 1fr; } }
.lp-pillar-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 36px 32px;
  border-radius: var(--lp-radius-card);
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.lp-pillar-card:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
}
.lp-pillar-icon { margin: 0 auto 20px; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; background: var(--lp-cta); border-radius: 50%; }
.lp-pillar-h {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.lp-pillar-p { color: #C8DCEC; margin: 0; line-height: 1.55; font-size: 15px; }

/* ============================================================
   Product detail
   ============================================================ */

.lp-product { background: var(--lp-bg-cool); }

.lp-product-hero {
  max-width: 900px;
  margin: 0 auto 56px;
}
.lp-product-hero img {
  width: 100%;
  height: auto;
  border-radius: var(--lp-radius-card);
  box-shadow: 0 12px 40px rgba(26, 77, 112, 0.16);
  border: 1px solid var(--lp-border);
}

.lp-content-eyebrow {
  text-align: center;
  font-size: 15px;
  color: var(--lp-text-mid);
  margin: 0 auto 24px;
  font-weight: 500;
  max-width: 720px;
  font-style: italic;
}
.lp-content-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto 16px;
}
@media (max-width: 900px) { .lp-content-types { grid-template-columns: 1fr; } }
.lp-content-tier-note {
  text-align: center;
  font-size: 14px;
  color: var(--lp-text-light);
  margin: 0 auto 72px;
  font-style: italic;
}
.lp-content-tier-note a { color: var(--lp-cta); text-decoration: underline; }
.lp-product-hero-caption {
  text-align: center;
  font-size: 14px;
  color: var(--lp-text-light);
  margin: 16px auto 0;
  max-width: 720px;
  font-style: italic;
  line-height: 1.45;
}
.lp-content-type {
  background: #fff;
  border-radius: var(--lp-radius-card);
  overflow: hidden;
  border: 1px solid var(--lp-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lp-content-type:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-card);
}
.lp-content-type img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}
.lp-content-type h4 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--lp-primary);
  margin: 16px 18px 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.lp-content-type p {
  font-size: 13px;
  color: var(--lp-text-mid);
  margin: 0 18px 18px;
  line-height: 1.45;
}
.lp-content-badge {
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--lp-cta);
  color: #fff;
  padding: 3px 8px;
  border-radius: 100px;
}

.lp-product-subhead {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--lp-primary);
  text-align: center;
  margin: 0 0 28px;
  text-wrap: balance;
}

.lp-product-grid { display: flex; flex-direction: column; gap: 24px; }
.lp-product-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 700px) { .lp-product-tiles { grid-template-columns: 1fr; } }
.lp-product-tile {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 22px 24px;
  border-radius: var(--lp-radius-card);
  border: 1px solid var(--lp-border);
  text-decoration: none;
  transition: all 0.15s ease;
}
.lp-product-tile:hover {
  border-color: var(--lp-cta);
  box-shadow: var(--lp-shadow-card);
  transform: translateY(-2px);
}
.lp-product-tile-thumb { flex-shrink: 0; }
.lp-product-tile-title {
  font-weight: 600;
  color: var(--lp-primary);
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.35;
}
.lp-product-tile-meta {
  font-size: 13px;
  color: var(--lp-text-light);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.lp-product-more {
  text-align: center;
  color: var(--lp-text-mid);
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  text-wrap: pretty;
}

/* ============================================================
   Comparison table
   ============================================================ */

.lp-comparison { background: #fff; }
.lp-comparison-table {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
  overflow: hidden;
  margin-top: 40px;
}
.lp-comparison-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  border-bottom: 1px solid var(--lp-border);
}
.lp-comparison-row:last-child { border-bottom: none; }
.lp-comparison-header { background: var(--lp-primary); color: #fff; }
.lp-comparison-header .lp-comparison-cell { font-weight: 700; font-size: 14px; letter-spacing: 0.02em; color: #fff; }
.lp-comparison-cell {
  padding: 18px 16px;
  font-size: 14px;
  border-right: 1px solid var(--lp-border);
  display: flex;
  align-items: center;
}
.lp-comparison-row:not(.lp-comparison-header) .lp-comparison-cell { color: var(--lp-text); }
.lp-comparison-cell:last-child { border-right: none; }
.lp-comparison-cell-label { font-weight: 600; color: var(--lp-primary); background: var(--lp-bg-cream); }
.lp-comparison-cell-magna { background: rgba(92, 142, 71, 0.08); font-weight: 600; }
.lp-comparison-cell-magna .lp-yes { color: var(--lp-cta); margin-right: 6px; font-weight: 700; }
.lp-yes { color: var(--lp-yes); font-weight: 700; margin-right: 6px; }
.lp-no { color: var(--lp-no); font-weight: 700; margin-right: 6px; }

@media (max-width: 900px) {
  .lp-comparison-row { grid-template-columns: 1fr; }
  .lp-comparison-cell { border-right: none; border-bottom: 1px solid var(--lp-border); }
  .lp-comparison-row:not(.lp-comparison-header) .lp-comparison-cell.lp-comparison-cell-label { background: var(--lp-primary); color: #fff; }
}

/* ============================================================
   Reviews / Social proof
   ============================================================ */

.lp-reviews { background: var(--lp-bg-cream); }
.lp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 900px) { .lp-reviews-grid { grid-template-columns: 1fr; } }
.lp-review-card {
  background: #fff;
  padding: 32px 28px;
  border-radius: var(--lp-radius-card);
  box-shadow: var(--lp-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lp-review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-lg);
}
.lp-review-stars { color: #F5B400; font-size: 18px; letter-spacing: 3px; margin-bottom: 16px; }
.lp-review-quote {
  font-size: 16px;
  line-height: 1.55;
  color: var(--lp-text);
  margin: 0 0 24px;
  flex-grow: 1;
}
.lp-review-cite { display: flex; align-items: center; gap: 12px; }
.lp-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--lp-primary);
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(26, 77, 112, 0.18);
}
.lp-review-avatar-1 { background: #1A4D70; }
.lp-review-avatar-2 { background: #5C8E47; }
.lp-review-avatar-3 { background: #1A4D70; }
.lp-review-name { font-weight: 700; color: var(--lp-primary); margin: 0 0 2px; font-size: 14px; }
.lp-review-role { font-size: 13px; color: var(--lp-text-light); margin: 0; }

/* ============================================================
   How it works / Timeline
   ============================================================ */

.lp-how { background: #fff; }
.lp-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  margin-top: 32px;
}
@media (max-width: 900px) { .lp-timeline { grid-template-columns: 1fr; } }
.lp-timeline-track {
  position: absolute;
  top: 32px;
  left: 16%;
  right: 16%;
  height: 2px;
  background: var(--lp-border);
  z-index: 0;
}
@media (max-width: 900px) { .lp-timeline-track { display: none; } }
.lp-timeline-step {
  background: #fff;
  text-align: center;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
.lp-timeline-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--lp-cta);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 14px rgba(92, 142, 71, 0.3);
}
.lp-timeline-h {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--lp-primary);
  margin: 0 0 8px;
}
.lp-timeline-p { color: var(--lp-text-mid); margin: 0; line-height: 1.55; }

/* ============================================================
   Pricing
   ============================================================ */

.lp-pricing { background: var(--lp-bg-cream); }
.lp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 40px auto 0;
}
@media (max-width: 900px) { .lp-pricing-grid { grid-template-columns: 1fr; max-width: 480px; } }
.lp-pricing-card {
  background: #fff;
  padding: 40px 36px;
  border-radius: var(--lp-radius-card);
  border: 1px solid var(--lp-border);
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.lp-pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-lg);
  border-color: var(--lp-cta);
}
.lp-pricing-card-featured:hover { transform: translateY(-11px); }
.lp-pricing-card-featured {
  border: 2px solid var(--lp-cta);
  box-shadow: 0 12px 36px rgba(92, 142, 71, 0.18);
  transform: translateY(-8px);
}
@media (max-width: 900px) { .lp-pricing-card-featured { transform: none; } }
.lp-pricing-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lp-cta);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: var(--lp-radius-pill);
}
.lp-pricing-tier {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--lp-cta);
  margin-bottom: 4px;
}
.lp-pricing-tier-sub {
  font-size: 14px;
  color: var(--lp-text-light);
  margin-bottom: 24px;
}
.lp-pricing-price {
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--lp-primary);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.lp-pricing-period {
  font-size: 13px;
  color: var(--lp-text-light);
  margin-bottom: 28px;
}
.lp-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
}
.lp-pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--lp-border);
  font-size: 14px;
  color: var(--lp-text);
  display: flex;
  align-items: start;
  gap: 8px;
}
.lp-pricing-features li:last-child { border-bottom: none; }
.lp-pricing-features .lp-yes { color: var(--lp-cta); flex-shrink: 0; font-size: 16px; line-height: 1.4; }
.lp-pricing-cta { width: 100%; margin-bottom: 8px; }
.lp-pricing-secondary { display: inline-block; width: 100%; text-align: center; padding: 8px; font-size: 14px; }

/* ============================================================
   FAQ
   ============================================================ */

.lp-faq { background: #fff; }
.lp-faq-list { max-width: 760px; margin: 40px auto 0; }
.lp-faq-item {
  border-bottom: 1px solid var(--lp-border);
}
.lp-faq-item:first-child { border-top: 1px solid var(--lp-border); }
.lp-faq-q {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--lp-primary);
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.lp-faq-q::-webkit-details-marker { display: none; }
.lp-faq-q::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  color: var(--lp-cta);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.lp-faq-item[open] .lp-faq-q::after { content: "−"; }
.lp-faq-a {
  padding: 0 0 24px;
  color: var(--lp-text-mid);
  line-height: 1.6;
}
.lp-faq-a p { margin: 0; }

.lp-faq-footer-note {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 13px;
  color: var(--lp-text-light);
  font-style: italic;
}
.lp-faq-footer-note a { color: var(--lp-cta); }

/* ============================================================
   CTA Close (with form)
   ============================================================ */

.lp-cta-close {
  background-color: var(--lp-primary);
  background-image: linear-gradient(135deg, rgba(26, 77, 112, 0.92) 0%, rgba(20, 60, 88, 0.96) 100%),
                    url('/magna-publications/assets/hero-faculty.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.lp-form {
  max-width: 560px;
  margin: 0 auto 40px;
  background: #fff;
  padding: 36px;
  border-radius: var(--lp-radius-card);
  box-shadow: var(--lp-shadow-lg);
  text-align: left;
  color: var(--lp-text);
}
.lp-form-row { margin-bottom: 18px; }
.lp-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-primary);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.lp-form-input {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--lp-text);
  background: #fff;
  transition: border-color 0.15s ease;
}
.lp-form-input:focus {
  outline: none;
  border-color: var(--lp-cta);
  box-shadow: 0 0 0 3px rgba(92, 142, 71, 0.12);
}
textarea.lp-form-input { resize: vertical; }

.lp-form-submit-wrap { margin-top: 24px; text-align: center; }
.lp-form-submit { width: 100%; }
.lp-form-microtrust {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--lp-text-light);
}

.lp-cta-trust {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  font-size: 14px;
  color: #C8DCEC;
  flex-wrap: wrap;
}

/* ============================================================
   Footer
   ============================================================ */

.lp-footer {
  background: var(--lp-primary);
  color: #C8DCEC;
}
.lp-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 24px 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 900px) {
  .lp-footer-inner { grid-template-columns: 1fr; gap: 32px; }
}
.lp-footer-logo { width: 44px; height: auto; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: 0.95; }
.lp-footer-brand { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 18px; color: #fff; margin: 0 0 8px; }
.lp-footer-addr { font-size: 14px; line-height: 1.55; margin: 0 0 8px; }
.lp-footer-contact { font-size: 14px; margin: 4px 0; }
.lp-footer-contact a { color: #fff; }
.lp-footer-contact a:hover { color: var(--lp-cta); }
.lp-footer-h {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-footer-links { list-style: none; padding: 0; margin: 0; }
.lp-footer-links li { padding: 6px 0; font-size: 14px; line-height: 1.55; }
.lp-footer-links a { color: #C8DCEC; }
.lp-footer-links a:hover { color: #fff; }

.lp-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  color: #8FAFC4;
}
.lp-footer-bottom p { margin: 0; }
.lp-footer-bottom a { color: #C8DCEC; }
.lp-footer-bottom a:hover { color: #fff; }

/* Mobile: equal-width stacked hero CTAs */
@media (max-width: 640px) {
  .lp-cta-stack { flex-direction: column; align-items: stretch; }
  .lp-cta-stack .lp-btn { width: 100%; }
}
