/*
  Emrj offers site (new.emrj.tech) — extends site.css tokens.
  Phase: napkin / first-draft structure.
*/

.offers-phase {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin: 0 0 16px;
}

.offers-hero {
  padding: 96px 0 64px;
  position: relative;
  overflow: hidden;
}
.offers-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 94, 35, 0.10), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(255, 94, 35, 0.05), transparent 50%);
  pointer-events: none;
}
.offers-hero .wrap { position: relative; }
.offers-hero h1 {
  font-size: clamp(36px, 5vw, 52px);
  max-width: 720px;
  margin: 0 0 20px;
}
.offers-hero .dek {
  max-width: 520px;
  margin: 0 0 32px;
}
.offers-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 13px 26px;
  border-radius: 9999px;
  font-family: 'Sora', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--line);
  color: var(--text);
  background: var(--surface);
}
.btn-secondary:hover { border-color: var(--text-soft); }

.proof-strip {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-raised);
}
.proof-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  justify-content: space-between;
}
.proof-item {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.45;
}
.proof-item strong {
  color: var(--text);
  font-weight: 600;
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.problem-block {
  padding: 88px 0;
  border-top: 1px solid var(--line);
}
.problem-block .scene { margin: 0 0 24px; }
.problem-block .scene p { font-size: clamp(22px, 3vw, 28px); }
.problem-note {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-soft);
  max-width: 560px;
  margin: 0;
}

.offer-section {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  background: var(--surface-raised);
}
.offer-section .section-head { margin-bottom: 40px; }
.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.offer-block {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
}
.offer-block.featured {
  border-color: rgba(255, 94, 35, 0.35);
  box-shadow: 0 0 0 1px rgba(255, 94, 35, 0.12);
}
.offer-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.offer-name {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0;
  line-height: 1.2;
}
.offer-promise {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}
.offer-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.offer-price .amount {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--text);
  letter-spacing: -0.02em;
}
.offer-price .cadence {
  font-size: 14px;
  color: var(--text-soft);
}
.offer-price .proposed {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent);
  width: 100%;
}
.offer-gets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.offer-gets li {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text-soft);
  padding-left: 18px;
  position: relative;
}
.offer-gets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.offer-not {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-faint);
  margin: 0;
}
.offer-block .btn {
  align-self: flex-start;
  margin-top: 8px;
}

.how-section { padding: 88px 0; border-top: 1px solid var(--line); }
.how-section .steps { margin-top: 8px; }

.faq-section {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  background: var(--surface-raised);
}
.faq-list { max-width: 720px; }
.faq-item {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-weight: 500;
  color: var(--text-faint);
  font-size: 20px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-soft);
  max-width: 560px;
}

.close-section {
  padding: 100px 0;
  border-top: 1px solid var(--line);
  text-align: center;
  background:
    linear-gradient(160deg, rgba(255, 241, 236, 0.9) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(250, 250, 250, 0.9) 100%);
}
:root[data-theme="dark"] .close-section,
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .close-section {
    background: linear-gradient(160deg, rgba(255, 94, 35, 0.12) 0%, rgba(10, 10, 10, 0.8) 50%, rgba(21, 21, 21, 1) 100%);
  }
}
.close-section h2 {
  font-size: clamp(28px, 4vw, 36px);
  margin: 0 auto 14px;
  max-width: 560px;
}
.close-section .dek {
  margin: 0 auto 32px;
  text-align: center;
}

/* Chooser home */
.chooser-hero {
  min-height: calc(100vh - 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.chooser-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(255, 94, 35, 0.14), transparent 55%),
    radial-gradient(ellipse 45% 40% at 10% 80%, rgba(255, 94, 35, 0.06), transparent 50%),
    linear-gradient(180deg, var(--surface) 0%, var(--surface-raised) 100%);
  pointer-events: none;
}
.chooser-hero .wrap { position: relative; }
.chooser-brand {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 8vw, 72px);
  letter-spacing: -0.04em;
  color: var(--accent);
  margin: 0 0 28px;
  line-height: 1;
}
.chooser-hero h1 {
  font-size: clamp(28px, 4.5vw, 40px);
  max-width: 640px;
  margin: 0 0 16px;
}
.chooser-hero .dek {
  max-width: 480px;
  margin: 0 0 48px;
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  max-width: 960px;
}
.path-card {
  background: var(--surface);
  padding: 32px 28px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s ease;
  min-height: 220px;
}
.path-card:hover { background: var(--surface-raised); }
.path-card:hover .path-go { color: var(--accent); }
.path-tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
}
.path-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.25;
}
.path-body {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-soft);
  flex: 1;
}
.path-go {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-top: 8px;
}

.site-footer.offers-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: space-between;
  align-items: center;
}
.offers-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.offers-footer-links a {
  color: var(--text-faint);
  text-decoration: none;
  font-size: 13.5px;
}
.offers-footer-links a:hover { color: var(--text); }

@media (max-width: 900px) {
  .path-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .offers-hero { padding: 64px 0 48px; }
  .problem-block, .offer-section, .how-section, .faq-section { padding: 56px 0; }
  .chooser-hero { padding: 48px 0 64px; min-height: auto; }
  .offer-block { padding: 28px 22px; }
}
