/* ==========================================================
   claudehustles.com - Funnel Landing
   Match ebook design language: cream bg, orange accent, charcoal.
   ========================================================== */

:root {
  --bg: #fafaf7;
  --bg-soft: #f1f0ea;
  --bg-card: #ffffff;
  --fg: #1a1a1f;
  --muted: #6b6b76;
  --muted-soft: #9b9bab;
  --accent: #e85d00;
  --accent-2: #f59e0b;
  --accent-soft: #fff1e3;
  --accent-dark: #b34900;
  --rule: #e3e1d8;
  --shadow-sm: 0 1px 2px rgba(26,26,31,0.05);
  --shadow-md: 0 6px 24px rgba(26,26,31,0.08);
  --shadow-lg: 0 16px 48px rgba(232,93,0,0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { letter-spacing: -0.02em; line-height: 1.1; margin: 0; font-weight: 800; }
h1 { font-size: clamp(40px, 6vw, 76px); font-weight: 900; }
h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 900; }
h3 { font-size: 22px; font-weight: 700; }
em { font-style: normal; color: var(--accent); }

p { margin: 0; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 920px; }

.center { text-align: center; }
.muted { color: var(--muted); }
.small-note { font-size: 14px; margin-top: 24px; max-width: 600px; margin-left: auto; margin-right: auto; }
.micro { font-size: 12px; color: var(--muted-soft); }

/* ============ EYEBROW ============ */
.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.eyebrow.center { text-align: center; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,250,247,0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 24px; max-width: 1200px; margin: 0 auto;
}
.logo {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700; font-size: 16px;
  color: var(--fg) !important;
  text-decoration: none;
}
.logo span { color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.price-mini { font-size: 14px; color: var(--muted); }
.price-mini s { opacity: 0.6; }
.price-mini strong { color: var(--fg); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 16px; font-weight: 700;
  border: none; cursor: pointer;
  text-decoration: none !important;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
  letter-spacing: -0.005em;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-lg { padding: 18px 28px; font-size: 18px; }
.btn-xl { padding: 22px 34px; font-size: 20px; font-weight: 800; width: 100%; justify-content: center; }
.arrow { font-weight: 800; transition: transform 120ms ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============ HERO ============ */
.hero {
  padding: 80px 0 60px;
  background:
    radial-gradient(900px 600px at 12% 20%, #ffe4c4 0%, transparent 55%),
    radial-gradient(700px 500px at 92% 80%, #ffd699 0%, transparent 50%),
    var(--bg);
  position: relative;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.hero-copy h1 {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-copy h1 .num {
  font-size: clamp(120px, 18vw, 220px);
  font-weight: 900;
  line-height: 0.85;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.05em;
}
.hero-copy h1 em { color: var(--accent); font-style: normal; }
.lede {
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--muted);
  margin: 24px 0 28px;
  line-height: 1.5;
  max-width: 540px;
}
.hero-bullets {
  list-style: none; padding: 0; margin: 0 0 36px;
  display: flex; flex-direction: column; gap: 12px;
}
.hero-bullets li {
  font-size: 16px;
  color: var(--fg);
  padding-left: 28px;
  position: relative;
}
.hero-bullets li::before {
  content: "→";
  position: absolute; left: 0; top: 0;
  font-family: 'JetBrains Mono', monospace;
  color: var(--accent);
  font-weight: 700;
}
.hero-cta { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.price-strike {
  font-size: 15px; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.price-strike s { color: var(--muted-soft); }
.price-strike strong { color: var(--fg); font-size: 16px; }
.badge {
  background: var(--accent);
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  padding: 3px 8px; border-radius: 999px;
  letter-spacing: 0.05em;
}
.hero-meta { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* Hero book mockup */
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-video { width: 100%; max-width: 640px; margin: 0 auto; }
.hero-video-frame {
  position: relative; width: 100%; aspect-ratio: 16/9;
  border-radius: 14px; overflow: hidden; cursor: pointer;
  background: #1a1a1f;
  box-shadow: 0 30px 60px rgba(232,93,0,0.22), 0 10px 20px rgba(26,26,31,0.15);
  transition: transform .15s ease;
}
.hero-video-frame:hover { transform: translateY(-2px); }
.hero-video-frame:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.hero-video-thumb {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: filter .2s ease;
}
.hero-video-frame:hover .hero-video-thumb { filter: brightness(1.05); }
.hero-video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: transparent; border: 0; padding: 0; cursor: pointer;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
  transition: transform .15s ease;
}
.hero-video-frame:hover .hero-video-play { transform: translate(-50%, -50%) scale(1.08); }
.hero-video-frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.hero-video-caption {
  margin-top: 12px; text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}
.book-frame {
  perspective: 1400px;
  width: 340px;
  filter: drop-shadow(0 30px 60px rgba(232,93,0,0.25)) drop-shadow(0 10px 20px rgba(26,26,31,0.15));
}
.book-cover {
  background:
    radial-gradient(circle at 20% 18%, #ffe7cf 0%, #fafaf7 60%),
    #fafaf7;
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 28px 26px 24px;
  aspect-ratio: 210 / 297;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotateY(-12deg) rotateX(2deg);
  position: relative;
}
.book-cover::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  border-radius: 6px 0 0 6px;
}
.book-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
}
.book-num {
  font-size: 130px;
  font-weight: 900;
  line-height: 0.85;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.05em;
  margin: 12px 0 8px;
}
.book-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.book-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.book-badge {
  border: 1.5px solid var(--accent);
  color: var(--accent);
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
}

/* ============ STRIP ============ */
.strip {
  padding: 28px 0;
  background: var(--fg);
  color: var(--bg);
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
}
.strip-grid div { display: flex; flex-direction: column; gap: 4px; }
.strip-grid strong {
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.strip-grid span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

/* ============ SECTION ============ */
.section { padding: 100px 0; }
.section h2 { margin-bottom: 16px; }
.lede-sm {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 56px;
  color: var(--muted);
}

/* ============ PAIN ============ */
.pain { background: var(--bg); }
.pain h2 { margin-bottom: 48px; max-width: 720px; }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pain-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow-sm);
}
.pain-icon {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 900;
  font-size: 22px;
  display: flex; align-items: center; justify-content: center;
}
.pain-card h3 { font-size: 18px; }
.pain-card p { font-size: 15px; color: var(--muted); line-height: 1.55; }

/* ============ INSIDE ============ */
.inside { background: var(--bg-soft); }
.inside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 16px;
}
.inside-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.inside-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.inside-num {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
  margin-bottom: 12px;
}
.inside-card h3 { font-size: 20px; margin-bottom: 10px; }
.inside-card p { color: var(--muted); font-size: 15px; line-height: 1.55; }

/* ============ SAMPLE ============ */
.sample-list {
  max-width: 720px;
  margin: 48px auto 0;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.sample-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--rule);
  align-items: center;
  font-size: 16px;
}
.sample-row:last-child { border-bottom: 0; }
.sample-num {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  color: var(--accent);
  font-size: 14px;
}
.sample-title { font-weight: 700; }
.sample-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  background: var(--bg-soft);
  padding: 5px 10px;
  border-radius: 999px;
}

/* ============ FOR ============ */
.foryou { background: var(--bg-soft); }
.for-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.for-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 32px;
}
.for-card.good { border-color: rgba(34,197,94,0.4); }
.for-card.bad { border-color: rgba(232,93,0,0.3); }
.for-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.for-head h3 { font-size: 20px; }
.check {
  width: 28px; height: 28px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  background: #22c55e; color: #fff; font-weight: 900;
}
.x {
  width: 28px; height: 28px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff; font-weight: 900;
}
.for-card ul { list-style: none; padding: 0; margin: 0; }
.for-card li {
  padding: 10px 0;
  border-bottom: 1px dotted var(--rule);
  font-size: 15px;
}
.for-card li:last-child { border-bottom: 0; }

/* ============ PRICING ============ */
.pricing { background: var(--bg); }
.pricing-card {
  position: relative;
  background: var(--bg-card);
  border: 2px solid var(--accent);
  border-radius: 24px;
  padding: 48px 48px 40px;
  margin-top: 32px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.pricing-badge {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 8px 18px;
  border-radius: 999px;
}
.pricing-title { font-size: 24px; font-weight: 800; margin-bottom: 6px; }
.pricing-sub { color: var(--muted); font-size: 15px; margin-bottom: 28px; }
.pricing-price { margin: 16px 0 28px; }
.price-old {
  font-size: 24px;
  color: var(--muted-soft);
  text-decoration: line-through;
  margin-right: 14px;
}
.price-new {
  font-size: 64px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.03em;
}
.pricing-list {
  list-style: none; padding: 0; margin: 0 auto 32px;
  text-align: left;
  max-width: 480px;
  display: flex; flex-direction: column; gap: 10px;
}
.pricing-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px;
}
.pricing-list .check {
  width: 22px; height: 22px;
  font-size: 13px;
  flex: 0 0 22px;
}
.trust-row {
  margin-top: 18px;
  display: flex; justify-content: center; gap: 10px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}

/* ============ FAQ ============ */
.faq { background: var(--bg-soft); }
.faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-list details {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 20px 24px;
  transition: box-shadow 200ms ease;
}
.faq-list details[open] { box-shadow: var(--shadow-sm); }
.faq-list summary {
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  color: var(--accent);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform 200ms ease;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

/* ============ FINAL CTA ============ */
.final-cta {
  background: var(--fg);
  color: var(--bg);
  text-align: center;
  padding: 100px 0;
}
.final-cta h2 {
  background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}
.final-cta .muted { color: var(--muted-soft); margin-bottom: 32px; font-size: 17px; }
.final-cta .btn-primary { box-shadow: 0 16px 48px rgba(232,93,0,0.45); }
.final-cta .micro { margin-top: 18px; color: var(--muted); }

/* ============ FOOTER ============ */
.footer {
  background: #0f0f14;
  color: var(--muted-soft);
  padding: 56px 0 32px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer .logo { color: #fff !important; font-size: 18px; }
.footer .logo span { color: var(--accent); }
.footer-brand p { margin-top: 12px; font-size: 14px; max-width: 360px; }
.footer-links {
  display: flex; flex-direction: column; gap: 10px;
  font-size: 14px;
}
.footer-links a { color: var(--muted-soft); }
.footer-links a:hover { color: var(--accent); }
.footer-fine {
  grid-column: 1 / -1;
  border-top: 1px solid #2a2a35;
  padding-top: 24px;
  margin-top: 24px;
  font-size: 13px;
  color: #6b6b76;
}
.footer-fine .micro { color: #4a4a54; margin-top: 8px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .hero { padding: 56px 0 40px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .book-frame { width: 240px; }
  .pain-grid, .inside-grid, .for-split { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .strip-grid { grid-template-columns: repeat(3, 1fr); gap: 20px 16px; }
  .strip-grid div:nth-child(n+4) { display: none; }
  .pricing-card { padding: 36px 24px 32px; }
  .price-new { font-size: 52px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .sample-row { grid-template-columns: 48px 1fr; gap: 12px; padding: 14px 18px; }
  .sample-tag { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 600px) {
  h1 { font-size: 44px; }
  h2 { font-size: 30px; }
  .hero-copy h1 .num { font-size: 110px; }
  .book-num { font-size: 96px; }
  .book-title { font-size: 20px; }
  .nav-cta .price-mini { display: none; }
  .pricing-card { padding: 32px 20px 28px; }
  .btn-xl { font-size: 17px; padding: 18px 22px; }
}

/* ============ LEGAL PAGES ============ */
.legal-body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg);
}
.legal-body p { margin: 0 0 14px; color: var(--fg); }
.legal-body h2 { color: var(--fg); }
.legal-body ul { margin: 12px 0 14px; color: var(--fg); }
.legal-body li { margin-bottom: 6px; }
.legal-body a { color: var(--accent); text-decoration: underline; }


.nav-link {
  font-size: 14px;
  color: var(--muted) !important;
  font-weight: 500;
  text-decoration: none;
}
.nav-link:hover { color: var(--accent) !important; }
@media (max-width: 600px) { .nav-link { display: none; } }

