/* ══════════════════════════════════════════
   GUILD PAGE — guild-specific styles only
   Shared styles live in global/components/nav/footer CSS
   ══════════════════════════════════════════ */

/* ── SECTION DEFAULTS (guild overrides) ── */
section {
  max-width: 720px;
  margin: 0 auto;
  padding: 100px 32px;
}

/* ── HERO (guild overrides) ── */
.hero {
  padding: 100px 32px 80px;
}
.hero h1 {
  font-size: 46px;
  line-height: 1.18;
  color: var(--parchment);
  margin-bottom: 28px;
}
.hero h1 em {
  color: var(--gold);
  font-style: italic;
}
.hero-sub {
  font-size: 18px;
  color: #d4d8e8;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 40px;
  font-style: italic;
}
.hero-ctas {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 64px;
}
.cta-ghost {
  color: var(--text-on-dark);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid var(--text-on-dark);
  padding-bottom: 2px;
}
.cta-ghost:hover {
  color: var(--parchment);
  border-color: var(--parchment);
}
.proof-bar {
  gap: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 32px;
}
.proof-item strong {
  font-size: 26px;
}
.proof-item span {
  font-size: 11px;
  color: var(--text-on-dark);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ── SOCIAL PROOF AVATARS ── */
/* Guild hero social proof override */
.social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

/* ── TRUST LOGOS ── */
.trust-logos {
  border-bottom: 1px solid var(--border-light);
  padding: 56px 32px;
  text-align: center;
}
.trust-logos-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #999;
  margin-bottom: 32px;
}
.trust-logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-logos-row img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

/* ── RECOGNITION ── */
.recognition {
  border-bottom: 1px solid var(--border-light);
}
.recognition h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
  color: var(--navy);
}
.recognition-list {
  list-style: none;
}
.recognition-list li {
  font-size: 17px;
  padding: 20px 0 20px 40px;
  border-top: 1px solid var(--border-light);
  color: var(--text-body);
  position: relative;
  line-height: 1.7;
}
.recognition-list li i {
  position: absolute;
  left: 8px;
  top: 24px;
  color: var(--blue);
  font-size: 15px;
}

/* ── IS THIS FOR YOU ── */
.fit-section {
  background: var(--navy);
  padding: 80px 32px;
}
.fit-header {
  text-align: center;
  margin-bottom: 48px;
}
.fit-header h2 {
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 12px;
}
.fit-header p {
  font-size: 16px;
  color: #8b93b0;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.fit-col h3 {
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 20px;
}
.fit-col.not-for h3 {
  color: #8b93b0;
}
.fit-col ul {
  list-style: none;
}
.fit-col ul li {
  font-size: 15px;
  color: #d4d8e8;
  padding: 10px 0 10px 28px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.5;
}
.fit-col ul li i {
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 13px;
}
.fit-col ul li i.fa-check {
  color: var(--blue);
}
.fit-col ul li i.fa-xmark {
  color: var(--crimson);
}

/* ── MID-PAGE CTA ── */
.mid-cta {
  text-align: center;
  padding: 48px 32px;
  border-bottom: 1px solid var(--border-light);
}

/* ── TRANSFORMATION ── */
.transformation {
  background: var(--navy);
  padding: 100px 32px;
  text-align: center;
}
.transformation h2 {
  font-size: 34px;
  color: var(--parchment);
  margin-bottom: 16px;
  line-height: 1.3;
}
.transform-sub {
  font-size: 16px;
  color: var(--text-on-dark);
  margin-bottom: 60px;
  font-style: italic;
}
.stages {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.stage {
  flex: 1;
  min-width: 180px;
  max-width: 200px;
  text-align: center;
}
.stage-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 16px;
}
.stage h3 {
  font-size: 18px;
  color: var(--parchment);
  margin-bottom: 8px;
}
.stage p {
  font-size: 13px;
  color: var(--text-on-dark);
  line-height: 1.5;
}
.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.arrow-diamond {
  width: 38px;
  height: 38px;
  background: rgba(195, 160, 90, 0.1);
  border: 1.5px solid rgba(195, 160, 90, 0.35);
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-diamond i {
  transform: rotate(-45deg);
  color: var(--gold);
  font-size: 13px;
}
.transform-tag {
  font-size: 15px;
  color: var(--gold);
  font-style: italic;
}

/* ── REFRAME ── */
.reframe {
  background: var(--gold);
  padding: 64px 32px;
  text-align: center;
}
.reframe h2 {
  font-size: 26px;
  color: var(--navy);
  line-height: 1.35;
  max-width: 600px;
  margin: 0 auto;
}

/* ── FIRST 7 DAYS ── */
.first-week {
  border-bottom: 1px solid var(--border-light);
}
.first-week h2 {
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 16px;
}
.first-week-sub {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 32px;
}
.fw-row {
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid var(--border-light);
}
.fw-day {
  flex-shrink: 0;
  width: 80px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.fw-row p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.7;
}

/* ── THE PATH: intro + chapter spreads ── */
.path-intro {
  padding-bottom: 64px;
}
.path-intro h2 {
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 16px;
}
.path-sub {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.7;
}

.chapter {
  --accent: var(--blue);
  --accent-tint: rgba(63, 93, 247, 0.09);
  padding: 88px 32px;
  background: var(--parchment-warm);
}
.chapter-delegating {
  --accent: var(--gold);
  --accent-tint: rgba(195, 160, 90, 0.14);
  background: var(--navy);
}
.chapter-automating {
  --accent: var(--crimson);
  --accent-tint: rgba(203, 71, 86, 0.09);
  background: #fff;
}
.chapter-inner {
  max-width: 920px;
  margin: 0 auto;
}

/* Chapter header: ghost numeral + title */
.chapter-head {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 44px;
  position: relative;
}
.chapter-num {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 0.75;
  color: var(--accent);
  opacity: 0.16;
  letter-spacing: -6px;
  user-select: none;
  flex-shrink: 0;
  margin-right: 12px;
}
.chapter-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 10px;
}
.chapter-title h3 {
  font-size: 36px;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 12px;
}
.chapter-tagline {
  font-size: 17px;
  color: var(--text-body);
  line-height: 1.6;
  max-width: 520px;
}
.chapter-delegating .chapter-title h3 {
  color: var(--parchment);
}
.chapter-delegating .chapter-tagline {
  color: #b9c0d8;
}

/* Course cards */
.chapter-courses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.chapter-course-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-top: 3px solid var(--accent);
  border-radius: 12px;
  padding: 26px 26px 24px;
}
.chapter-delegating .chapter-course-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  border-top-color: var(--accent);
}
.cc-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
}
.cc-label i {
  margin-right: 5px;
}
.chapter-course-card h4 {
  font-size: 19px;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.3;
}
.chapter-course-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.chapter-delegating .chapter-course-card h4 {
  color: var(--parchment);
}
.chapter-delegating .chapter-course-card p {
  color: #8b93b0;
}
.cc-meta {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
}

/* Workshop tickets */
.chapter-col-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.chapter-delegating .chapter-col-label {
  color: #8b93b0;
}
.chapter-workshops {
  margin-bottom: 40px;
}
.ws-ticket {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 14px 20px 14px 14px;
  margin-bottom: 12px;
}
.chapter-delegating .ws-ticket {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.ws-tile {
  flex-shrink: 0;
  width: 58px;
  text-align: center;
  background: var(--accent-tint);
  border-radius: 10px;
  padding: 9px 0 8px;
}
.ws-tile-day {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
}
.chapter-delegating .ws-tile-day {
  color: var(--gold);
}
.ws-tile-mon {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--accent);
  margin-top: 4px;
  opacity: 0.8;
}
.ws-ticket-info {
  flex: 1;
  min-width: 0;
}
.ws-ticket-info strong {
  display: block;
  font-size: 15px;
  color: var(--navy);
  line-height: 1.4;
}
.ws-ticket-info span {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
.chapter-delegating .ws-ticket-info strong {
  color: var(--parchment);
}
.chapter-delegating .ws-ticket-info span {
  color: #8b93b0;
}
.ws-level {
  flex-shrink: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid var(--accent-tint);
  background: var(--accent-tint);
  padding: 5px 12px;
  border-radius: 14px;
}
.chapter-delegating .ws-level {
  color: var(--gold);
}
.chapter-ws-empty {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

/* Systems icon rows */
.chapter-systems-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.chapter-systems-list li {
  font-size: 14.5px;
  color: var(--text-body);
  padding: 12px 0 12px 36px;
  border-top: 1px solid var(--border-light);
  position: relative;
  line-height: 1.55;
}
.chapter-systems-list li i {
  position: absolute;
  left: 2px;
  top: 15px;
  color: var(--accent);
  font-size: 14px;
  width: 22px;
  text-align: center;
}
.chapter-delegating .chapter-systems-list li {
  color: #d4d8e8;
  border-color: rgba(255, 255, 255, 0.08);
}

/* Closing note strip */
.path-note-strip {
  padding: 40px 32px;
  border-bottom: 1px solid var(--border-light);
  text-align: center;
}
.path-note-strip p {
  font-size: 13.5px;
  color: #888;
  font-style: italic;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}

/* ── ACCESS ── */
.access {
  background: var(--navy);
  padding: 100px 32px;
}
.access h2 {
  font-size: 30px;
  color: var(--gold);
  margin-bottom: 12px;
  text-align: center;
}
.access-sub {
  font-size: 17px;
  color: #8b93b0;
  text-align: center;
  font-style: italic;
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.access-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
}
.access-photo img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #7f673e;
  display: block;
  margin: 0 auto;
}
.access-photo-name {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--parchment);
}
.access-photo-title {
  text-align: center;
  font-size: 12px;
  color: #8b93b0;
  margin-top: 2px;
}
.access-features {
  display: grid;
  gap: 24px;
}
.access-feature {
  display: flex;
  gap: 16px;
  align-items: start;
}
.access-feature i {
  color: var(--blue);
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
.access-feature h3 {
  font-size: 16px;
  color: var(--parchment);
  margin-bottom: 4px;
}
.access-feature p {
  font-size: 14px;
  color: #8b93b0;
  line-height: 1.6;
}
.access-notes {
  text-align: center;
  margin-top: 48px;
}
.access-notes .experts {
  font-size: 14px;
  color: #8b93b0;
  line-height: 1.7;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.access-notes .experts strong {
  color: var(--gold);
}
.access-notes .small-community {
  font-size: 20px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1.4;
  padding-top: 32px;
}

/* ── WHAT'S READY ── */
.ready {
  border-bottom: 1px solid var(--border-light);
}
.ready h2 {
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 48px;
  text-align: center;
}
.ready-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ready-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 28px 24px;
}
.ready-card i.card-icon {
  font-size: 22px;
  margin-bottom: 14px;
  display: block;
}
.ready-card i.blue {
  color: var(--blue);
}
.ready-card i.gold {
  color: var(--gold);
}
.ready-card i.crimson {
  color: var(--crimson);
}
.ready-card i.navy {
  color: var(--navy);
}
.ready-card h3 {
  font-size: 17px;
  color: var(--navy);
  margin-bottom: 8px;
}
.ready-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* ── COMMUNITY ── */
.community {
  background: var(--parchment-warm);
  padding: 80px 32px;
}
.community h2 {
  font-size: 26px;
  color: var(--navy);
  margin-bottom: 20px;
}
.community p {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ── OFFER (pricing-card to avoid homepage collision) ── */
.offer-section {
  text-align: center;
  border-bottom: 1px solid var(--border-light);
}
.offer-section h2 {
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 48px;
}
.pricing-card {
  border: 2px solid var(--blue);
  background: #fff;
  padding: 48px 40px;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
  border-radius: 12px;
}
.pricing-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--blue);
  margin-bottom: 16px;
}
.pricing-card h3 {
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 8px;
}
.pricing-price {
  font-size: 32px;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 4px;
}
.pricing-price span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.pricing-annual {
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
}
.pricing-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.pricing-includes {
  list-style: none;
  margin-bottom: 32px;
}
.pricing-includes li {
  font-size: 14px;
  color: var(--text-body);
  padding: 10px 0 10px 28px;
  position: relative;
  border-top: 1px solid #f0ebe3;
  line-height: 1.5;
}
.pricing-includes li i {
  position: absolute;
  left: 4px;
  top: 14px;
  color: var(--blue);
  font-size: 13px;
}
.pricing-cta {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-size: 15px;
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
}
.pricing-cta:hover {
  background: var(--blue-hover);
}
.pricing-cta i {
  margin-right: 6px;
}
.pricing-microcopy {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 12px;
}
.pricing-guarantee {
  font-size: 13px;
  color: var(--navy);
  text-align: center;
  margin-top: 8px;
}
.pricing-guarantee i {
  color: var(--gold);
  margin-right: 5px;
}
.cart-deadline {
  font-size: 13px;
  color: var(--crimson);
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
}
.cart-deadline i {
  margin-right: 5px;
}

/* ── WAITLIST BLOCK (replaces pricing-cta when cart is closed) ── */
.waitlist-block {
  border-top: 1px solid #f0ebe3;
  padding-top: 24px;
  margin-top: 8px;
}
.waitlist-headline {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
  text-align: center;
}
.waitlist-headline i {
  margin-right: 6px;
  color: var(--crimson);
}
.waitlist-sub {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.waitlist-note {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 8px;
}

/* ── CONVERTKIT WAITLIST OVERRIDES (light bg, inside pricing-card) ── */
.waitlist-block .formkit-form[data-uid="dc28695cb5"] {
  max-width: 100% !important;
  font-family: var(--font) !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] [data-style="clean"] {
  padding: 0 !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-input {
  font-family: var(--font) !important;
  font-size: 14px !important;
  height: 46px !important;
  padding: 0 14px !important;
  border: 1.5px solid #e5e5e5 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--navy) !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-input:focus {
  border-color: var(--blue) !important;
  outline: none !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-input::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-field {
  margin-bottom: 10px !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-submit {
  background: var(--blue) !important;
  border-radius: 8px !important;
  font-family: var(--font) !important;
  transition: background 0.2s !important;
  margin-bottom: 0 !important;
  height: 46px !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-submit:hover {
  background: var(--blue-hover) !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-submit > span {
  padding: 0 28px !important;
  line-height: 46px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.waitlist-block .formkit-form[data-uid="dc28695cb5"] .formkit-alert-success {
  background: #e8f5e9 !important;
  border-color: #10bf7a !important;
  color: #0c905c !important;
  border-radius: 8px !important;
  font-family: var(--font) !important;
  font-size: 14px !important;
}

/* ── GUARANTEE ── */
.guarantee {
  background: var(--navy);
  padding: 80px 32px;
  text-align: center;
}
.guarantee-inner {
  max-width: 600px;
  margin: 0 auto;
}
.guarantee-shield {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
}
.guarantee-shield img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.guarantee h2 {
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 24px;
}
.guarantee-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: left;
}
.guarantee-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 24px 20px;
}
.guarantee-box strong {
  color: var(--gold);
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.guarantee-box strong i {
  margin-right: 6px;
}
.guarantee-box p {
  font-size: 14px;
  color: #8b93b0;
  line-height: 1.7;
}
.guarantee-inner p {
  font-size: 15px;
  color: #8b93b0;
  line-height: 1.7;
}

/* ── FAQ ── */
.faq h2 {
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 48px;
}
.faq-item {
  border-top: 1px solid var(--border-light);
  padding: 24px 0;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}
.faq-q i {
  color: var(--blue);
  font-size: 13px;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item.open .faq-q i {
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.open .faq-a {
  max-height: 400px;
}
.faq-a p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  padding-top: 16px;
}

/* ── FINAL CTA ── */
.final-cta {
  text-align: center;
  padding: 100px 32px;
}
.final-cta h2 {
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.3;
}
.final-cta .sub {
  font-size: 17px;
  color: #666;
  margin-bottom: 40px;
  font-style: italic;
}
.trust-line {
  font-size: 13px;
  color: #999;
  margin-top: 24px;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .hero {
    padding: 80px 20px 60px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .proof-bar {
    gap: 24px;
  }
  .stages {
    flex-direction: column;
    align-items: center;
  }
  .arrow {
    transform: rotate(90deg);
  }
  .access-layout {
    grid-template-columns: 1fr;
  }
  .access-photo {
    margin-bottom: 8px;
  }
  .ready-grid {
    grid-template-columns: 1fr;
  }
  .fit-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .chapter {
    padding: 56px 20px;
  }
  .chapter-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 32px;
  }
  .chapter-num {
    font-size: 80px;
    letter-spacing: -3px;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .chapter-title h3 {
    font-size: 28px;
  }
  .ws-ticket {
    flex-wrap: wrap;
  }
  .ws-level {
    margin-left: 72px;
  }
  .chapter-systems-list {
    grid-template-columns: 1fr;
  }
  .guarantee-grid {
    grid-template-columns: 1fr;
  }
  section {
    padding: 64px 20px;
  }
  .trust-logos-row {
    gap: 32px;
  }
  .trust-logos-row img {
    height: 32px;
  }
}
