/* ── Hero ── */
.hero {
  padding: 160px 48px 100px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 28px;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-lt);
}

.hero-sub {
  font-size: 17px;
  font-weight: 300;
  color: var(--smoke);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

.hero-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 48px auto 0;
  opacity: 0.5;
}

/* ── Body ── */
.faq-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px 140px;
}

/* ── Section ── */
.faq-section {
  margin-bottom: 72px;
}

.section-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold);
  opacity: 0.2;
}

/* ── Item ── */
.faq-item {
  border-bottom: 1px solid rgba(184, 150, 46, 0.1);
}

.faq-item:first-of-type {
  border-top: 1px solid rgba(184, 150, 46, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 26px 0;
  cursor: pointer;
  user-select: none;
  list-style: none;
}

.faq-question::-webkit-details-marker { display: none; }

.faq-q-text {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.3;
  transition: color 0.2s;
}

details[open] .faq-q-text {
  color: var(--gold-lt);
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.2s;
}

details[open] .faq-icon { opacity: 1; }

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--gold-lt);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-icon::before { width: 14px; height: 1.5px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-icon::after  { width: 1.5px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }

details[open] .faq-icon::after {
  transform: translate(-50%,-50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  padding: 0 0 28px;
  max-width: 680px;
}

.faq-answer p {
  font-size: 16px;
  font-weight: 300;
  color: var(--smoke);
  line-height: 1.8;
  margin-bottom: 14px;
}

.faq-answer p:last-child { margin-bottom: 0; }

.faq-answer strong {
  color: var(--white);
  font-weight: 400;
}

/* ── Callout ── */
.faq-callout {
  margin: 72px 0;
  padding: 40px 48px;
  border: 1px solid var(--gold);
  border-color: rgba(184,151,62,0.25);
  background: rgba(184,151,62,0.04);
  border-radius: 2px;
}

.faq-callout p {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold-pale);
  line-height: 1.5;
  margin: 0;
}

.faq-callout cite {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--mist);
  margin-top: 16px;
  text-transform: uppercase;
}

.faq-section:last-of-type {
  margin-bottom: 20px;
}

/* ── CTA ── */
.faq-cta {
  text-align: center;
  padding: 30px 0 0;
}

.faq-cta p {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.faq-cta p em { font-style: italic; color: var(--gold-lt); }

.faq-cta .faq-cta-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--smoke);
  margin-bottom: 32px;
}

.btn {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid var(--gold);
  color: var(--gold-lt);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn:hover {
  background: var(--gold);
  color: var(--navy);
}

/* ── Resources ── */
.resources-section {
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 0 48px;
}

.resources-header {
  margin-bottom: 40px;
  text-align: left;
}

.resources-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.resources-header h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.01em;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.resource-card {
  background: var(--navy-2);
  border: 1px solid var(--rule);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}

.resource-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px;
  height: 0;
  background: var(--gold);
  transition: height 0.3s;
}

.resource-card:hover {
  border-color: rgba(184, 150, 46, 0.3);
  transform: translateY(-4px);
}

.resource-card:hover::before {
  height: 100%;
}

.resource-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin: 0;
}

.resource-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--smoke);
  margin: 0;
  flex: 1;
}

.resource-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.res-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.2s;
}

.res-btn.preview {
  background: rgba(184, 150, 46, 0.1);
  color: var(--gold-lt);
  border: 1px solid rgba(184, 150, 46, 0.2);
}

.res-btn.preview:hover {
  background: rgba(184, 150, 46, 0.2);
  border-color: var(--gold);
}

.res-btn.download {
  background: transparent;
  color: var(--mist);
  border: 1px solid var(--rule);
}

.res-btn.download:hover {
  border-color: var(--smoke);
  color: var(--white);
}

@media (max-width: 768px) {
  .resources-section { padding: 0 24px; margin-bottom: 60px; }
  .resources-grid { grid-template-columns: 1fr; }
  .resource-card { padding: 24px; }
  .resources-header h2 { font-size: 26px; }
  .res-btn { width: 50%; justify-content: center; }
}

@media (max-width: 680px) {
  .hero { padding: 120px 24px 72px; }
  .faq-body { padding: 0 24px 100px; }
  .faq-callout { padding: 28px 24px; }
  .faq-q-text { font-size: 19px; }
}
