/* ══════════════════════════════════════════
   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;
}

/* ── TOOL OF CHOICE ── */
.tool-choice {
  background: var(--parchment-warm);
  padding: 80px 32px;
}
.tool-choice h2 {
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 20px;
}
.tool-choice p {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Claude ecosystem diagram */
.ecosystem-diagram {
  margin: 40px auto;
  max-width: 520px;
  text-align: center;
}
.ecosystem-diagram img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.tool-caveat {
  font-size: 14px;
  color: #888;
  font-style: italic;
  margin-top: 24px;
  border-top: 1px solid #d5d0c7;
  padding-top: 20px;
}

/* ── 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;
}

/* ── 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);
  }
  .eco-ring {
    grid-template-columns: repeat(3, 1fr);
  }
  .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;
  }
  .guarantee-grid {
    grid-template-columns: 1fr;
  }
  section {
    padding: 64px 20px;
  }
  .trust-logos-row {
    gap: 32px;
  }
  .trust-logos-row img {
    height: 32px;
  }
}
