/* ============================================================
   LeadCanvas — tryleadcanvas.com
   Palette: #F9F6F1 (bg), #1C1C1C (text), #C4622D (terracotta), #7A9E7E (sage)
   Fonts: Lora (serif headlines), Inter (sans body)
   ============================================================ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body { font-family:'Inter',sans-serif; color:#1C1C1C; background:#F9F6F1; line-height:1.7; -webkit-font-smoothing:antialiased; }
h1,h2,h3 { font-family:'Lora',serif; line-height:1.3; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
.container { max-width:1100px; margin:0 auto; padding:0 24px; }
.section-sub { font-size:1.1rem; color:#555; max-width:700px; margin:0 auto 40px; text-align:center; line-height:1.8; }

/* Buttons */
.btn { display:inline-block; font-family:'Inter',sans-serif; font-weight:600; font-size:1rem; border:none; border-radius:8px; cursor:pointer; transition:background .2s,transform .15s; text-align:center; }
.btn-primary { background:#C4622D; color:#fff; padding:16px 32px; }
.btn-primary:hover { background:#a8511f; transform:translateY(-1px); }
.btn-secondary { background:transparent; color:#C4622D; padding:14px 28px; border:2px solid #C4622D; }
.btn-secondary:hover { background:#C4622D; color:#fff; }
.btn-full { width:100%; }

/* ---- Nav ---- */
.nav { position:sticky; top:0; z-index:100; background:#F9F6F1; border-bottom:1px solid rgba(28,28,28,.06); }
.nav-inner { max-width:1100px; margin:0 auto; padding:16px 24px; display:flex; align-items:center; justify-content:space-between; }
.logo { font-family:'Lora',serif; font-weight:700; font-size:1.4rem; }
.nav-links { display:flex; align-items:center; gap:28px; }
.nav-links a { font-size:.9rem; font-weight:500; transition:color .2s; }
.nav-links a:hover, .nav-links a.active { color:#C4622D; }
.nav-cta { background:#C4622D; color:#fff!important; padding:10px 20px; border-radius:6px; }
.nav-cta:hover { background:#a8511f; }
.nav-toggle { display:none; background:none; border:none; font-size:1.5rem; cursor:pointer; }

/* ---- Hero ---- */
.hero { padding:80px 0 60px; }
.hero-inner { max-width:1100px; margin:0 auto; padding:0 24px; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.hero h1 { font-size:2.6rem; font-weight:700; margin-bottom:20px; }
.hero-sub { font-size:1.1rem; color:#444; margin-bottom:32px; line-height:1.8; }
.hero-trust { margin-top:12px; font-size:.9rem; color:#7A9E7E; font-weight:500; }
.hero-visual { display:flex; flex-direction:column; gap:20px; }
.hero-card { background:#fff; border-radius:12px; padding:24px 28px; box-shadow:0 2px 20px rgba(0,0,0,.06); }
.hero-card-label { font-size:.75rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-bottom:4px; }
.hero-card-before .hero-card-label { color:#C4622D; }
.hero-card-after .hero-card-label { color:#7A9E7E; }
.hero-card-stars { font-size:1.2rem; margin-bottom:8px; letter-spacing:2px; }
.hero-card-before { border-left:4px solid #C4622D; }
.hero-card-before .hero-card-stars { color:#C4622D; }
.hero-card-after { border-left:4px solid #7A9E7E; }
.hero-card-after .hero-card-stars { color:#7A9E7E; }
.hero-card p { font-size:.95rem; color:#555; font-style:italic; line-height:1.6; }
.hero-card-meta { font-size:.8rem; color:#999; margin-top:8px; }

/* Proof bar */
.proof-bar { background:#fff; padding:16px 0; text-align:center; border-bottom:1px solid rgba(28,28,28,.04); }
.proof-bar p { font-size:.95rem; color:#666; }

/* ---- Category Chart ---- */
.categories { padding:80px 0; }
.categories h2 { text-align:center; font-size:2rem; margin-bottom:12px; }
.category-columns { display:grid; grid-template-columns:1.8fr 1fr; gap:40px; margin-top:40px; }
.category-col-title { font-family:'Inter',sans-serif; font-size:1.1rem; font-weight:700; margin-bottom:16px; padding-bottom:8px; border-bottom:2px solid; }
.fixable-title { color:#7A9E7E; border-color:#7A9E7E; }
.nonfixable-title { color:#999; border-color:#ddd; }
.category-card { background:#fff; border-radius:10px; padding:20px; margin-bottom:12px; border-left:4px solid #7A9E7E; box-shadow:0 1px 8px rgba(0,0,0,.04); }
.category-card.nonfixable { border-left-color:#ddd; opacity:.75; }
.category-header { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.category-icon { font-size:1.3rem; }
.category-name { font-weight:600; font-size:.95rem; }
.category-weight { margin-left:auto; font-size:.8rem; color:#7A9E7E; font-weight:500; }
.category-quote { font-size:.85rem; color:#666; font-style:italic; margin-top:8px; line-height:1.5; }
.nonfixable-note { font-size:.9rem; color:#888; margin-top:12px; font-style:italic; }

/* ---- Process Brief ---- */
.process-brief { padding:80px 0; background:#fff; }
.process-brief h2 { text-align:center; font-size:2rem; margin-bottom:48px; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
.step { text-align:center; }
.step-number { display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:50%; background:#C4622D; color:#fff; font-family:'Lora',serif; font-size:1.3rem; font-weight:700; margin-bottom:20px; }
.step h3 { font-size:1.15rem; margin-bottom:10px; }
.step p { font-size:.95rem; color:#555; line-height:1.7; }
.step-time { display:inline-block; margin-top:12px; font-size:.85rem; color:#7A9E7E; font-weight:600; }
.steps-cta { text-align:center; margin-top:40px; }

/* ---- Case Preview ---- */
.case-preview { padding:80px 0; }
.case-preview h2 { text-align:center; font-size:2rem; margin-bottom:40px; }
.case-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.case-card { background:#fff; border-radius:12px; padding:28px; box-shadow:0 2px 16px rgba(0,0,0,.05); }
.case-badge { display:inline-block; background:#7A9E7E; color:#fff; font-size:.75rem; font-weight:700; padding:4px 10px; border-radius:4px; text-transform:uppercase; letter-spacing:.5px; margin-bottom:12px; }
.case-card h3 { font-size:1.1rem; margin-bottom:4px; }
.case-location { font-size:.85rem; color:#888; margin-bottom:16px; }
.case-problem { font-size:.9rem; color:#555; margin-bottom:16px; line-height:1.6; }
.case-result { margin-bottom:8px; }
.case-metric { display:flex; align-items:center; gap:8px; }
.metric-before { font-size:1.4rem; font-weight:700; color:#C4622D; }
.metric-arrow { font-size:1.2rem; color:#999; }
.metric-after { font-size:1.4rem; font-weight:700; color:#7A9E7E; }
.case-metric-text { font-size:1.2rem; font-weight:700; color:#7A9E7E; }
.case-result p { font-size:.85rem; color:#666; }
.case-link { display:inline-block; margin-top:12px; font-size:.9rem; color:#C4622D; font-weight:500; }

/* ---- Honesty Section ---- */
.honesty { padding:80px 0; background:#fff; }
.honesty h2 { text-align:center; font-size:2rem; margin-bottom:12px; }
.honesty-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:32px; }
.honesty-card { padding:28px; border-radius:10px; }
.honesty-card.no { background:#fdf5f2; border:1px solid #f0d5c8; }
.honesty-card.yes { background:#f2f7f3; border:1px solid #c8deca; }
.honesty-card h3 { font-family:'Inter',sans-serif; font-size:1rem; font-weight:600; margin-bottom:8px; }
.honesty-card p { font-size:.9rem; color:#555; line-height:1.6; }

/* ---- About ---- */
.about { padding:80px 0; }
.about-inner { max-width:700px; margin:0 auto; text-align:center; }
.about h2 { font-size:1.8rem; margin-bottom:20px; }
.about p { font-size:1.05rem; color:#444; line-height:1.8; margin-bottom:16px; }

/* ---- Audit / Contact Form ---- */
.audit-section { padding:80px 0; background:#fff; }
.audit-section h2 { text-align:center; font-size:2rem; margin-bottom:12px; }
.audit-what { max-width:600px; margin:0 auto 32px; background:#f2f7f3; border-radius:10px; padding:24px 28px; }
.audit-what h3 { font-family:'Inter',sans-serif; font-size:1rem; font-weight:600; margin-bottom:12px; }
.audit-what ul { list-style:none; }
.audit-what li { font-size:.95rem; color:#444; padding:4px 0; }
.audit-what li::before { content:"✓ "; color:#7A9E7E; font-weight:700; }
.contact-form { max-width:600px; margin:0 auto; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:20px; }
.form-group { display:flex; flex-direction:column; margin-bottom:12px; }
.form-group label { font-size:.9rem; font-weight:500; margin-bottom:6px; }
.form-group .optional { color:#999; font-weight:400; }
.form-group input { font-family:'Inter',sans-serif; font-size:1rem; padding:12px 16px; border:1px solid #ddd; border-radius:8px; background:#fff; color:#1C1C1C; transition:border-color .2s; }
.form-group input:focus { outline:none; border-color:#C4622D; box-shadow:0 0 0 3px rgba(196,98,45,.1); }
.form-group input::placeholder { color:#bbb; }
.contact-form .btn { margin-top:8px; font-size:1.05rem; padding:16px; }

/* ---- Page Hero (inner pages) ---- */
.page-hero { padding:60px 0 40px; text-align:center; }
.page-hero h1 { font-size:2.4rem; margin-bottom:12px; }
.page-hero p { font-size:1.1rem; color:#555; max-width:600px; margin:0 auto; }

/* ---- Page CTA ---- */
.page-cta { padding:60px 0; text-align:center; background:#F9F6F1; }
.page-cta h2 { font-size:1.8rem; margin-bottom:12px; }
.page-cta p { font-size:1rem; color:#555; margin-bottom:24px; }

/* ---- Timeline (How It Works page) ---- */
.timeline { padding:40px 0 80px; }
.timeline-step { display:grid; grid-template-columns:120px 1fr; gap:32px; margin-bottom:48px; padding-bottom:48px; border-bottom:1px solid #eee; }
.timeline-step:last-child { border-bottom:none; }
.timeline-marker { text-align:center; }
.timeline-label { display:block; font-size:.8rem; color:#888; margin-top:8px; }
.timeline-content h2 { font-size:1.5rem; margin-bottom:12px; }
.timeline-content p { font-size:.95rem; color:#444; line-height:1.7; margin-bottom:12px; }
.timeline-content ul { margin:12px 0; padding-left:20px; }
.timeline-content li { font-size:.95rem; color:#444; margin-bottom:6px; }
.timeline-deliverable, .timeline-sample { background:#f8f8f6; border-radius:10px; padding:20px 24px; margin:16px 0; }
.timeline-deliverable h4, .timeline-sample h4 { font-family:'Inter',sans-serif; font-size:.9rem; font-weight:600; margin-bottom:10px; }
.timeline-note { font-size:.9rem; color:#7A9E7E; font-weight:500; }
.sample-report { background:#fff; border:1px solid #e8e8e8; border-radius:8px; padding:16px 20px; font-size:.85rem; }
.sample-header { font-weight:700; margin-bottom:12px; padding-bottom:8px; border-bottom:1px solid #eee; }
.sample-row { display:flex; justify-content:space-between; padding:4px 0; }
.sample-row .highlight { color:#C4622D; font-weight:700; }
.sample-row.recommendation { color:#7A9E7E; font-weight:600; }
.sample-divider { height:1px; background:#eee; margin:8px 0; }
.build-timeline { margin:16px 0; }
.build-week { padding:10px 16px; background:#f8f8f6; border-radius:6px; margin-bottom:8px; font-size:.9rem; }
.result-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:24px; }
.result-stat { text-align:center; padding:20px; background:#f2f7f3; border-radius:10px; }
.stat-number { display:block; font-family:'Lora',serif; font-size:2rem; font-weight:700; color:#7A9E7E; }
.stat-label { font-size:.85rem; color:#666; }

/* ---- Case Studies page ---- */
.case-studies { padding:40px 0 80px; }
.case-study-full { background:#fff; border-radius:12px; padding:40px; margin-bottom:40px; box-shadow:0 2px 16px rgba(0,0,0,.05); }
.case-study-header { margin-bottom:24px; }
.case-study-header h2 { font-size:1.6rem; margin-bottom:4px; }
.case-section { margin-bottom:28px; }
.case-section h3 { font-family:'Inter',sans-serif; font-size:1.05rem; font-weight:700; margin-bottom:10px; color:#C4622D; }
.case-section ul { padding-left:20px; margin:12px 0; }
.case-section li { font-size:.95rem; color:#444; margin-bottom:6px; }
.case-reviews { margin:16px 0; }
.case-review { background:#fdf5f2; padding:12px 16px; border-radius:6px; font-size:.9rem; font-style:italic; color:#555; margin-bottom:8px; border-left:3px solid #C4622D; }
.case-results-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:16px; }
.case-result-item { text-align:center; padding:16px; background:#f2f7f3; border-radius:8px; }
.case-result-item .result-metric { font-size:1.3rem; }
.case-result-item .result-metric-text { font-size:1.3rem; font-weight:700; color:#7A9E7E; }
.case-result-item p { font-size:.85rem; color:#666; margin-top:4px; }
.case-testimonial { background:#f8f8f6; border-radius:10px; padding:24px; margin-top:20px; }
.case-testimonial blockquote { font-family:'Lora',serif; font-size:1.1rem; font-style:italic; color:#333; line-height:1.7; margin-bottom:12px; }
.case-testimonial cite { font-style:normal; font-size:.9rem; color:#666; }

/* ---- Pricing ---- */
.pricing-section { padding:40px 0 80px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-bottom:60px; }
.pricing-card { background:#fff; border-radius:12px; padding:32px; box-shadow:0 2px 16px rgba(0,0,0,.05); position:relative; display:flex; flex-direction:column; }
.pricing-popular { border:2px solid #C4622D; }
.pricing-badge { position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:#C4622D; color:#fff; font-size:.75rem; font-weight:700; padding:4px 16px; border-radius:20px; text-transform:uppercase; letter-spacing:.5px; }
.pricing-header h2 { font-size:1.3rem; margin-bottom:8px; }
.pricing-desc { font-size:.9rem; color:#666; line-height:1.5; margin-bottom:20px; }
.pricing-price { margin-bottom:24px; }
.price-amount { font-family:'Lora',serif; font-size:2.2rem; font-weight:700; color:#1C1C1C; }
.price-note { font-size:.85rem; color:#888; margin-left:4px; }
.pricing-features { list-style:none; margin-bottom:24px; flex-grow:1; }
.pricing-features li { font-size:.9rem; color:#444; padding:6px 0; border-bottom:1px solid #f0f0f0; }
.pricing-features li::before { content:"✓ "; color:#7A9E7E; font-weight:700; }
.pricing-timeline { font-size:.9rem; color:#666; margin-bottom:20px; }
.pricing-guarantee { max-width:700px; margin:0 auto 60px; text-align:center; padding:32px; background:#f2f7f3; border-radius:12px; }
.pricing-guarantee h3 { font-size:1.2rem; margin-bottom:12px; }
.pricing-guarantee p { font-size:.95rem; color:#444; line-height:1.7; }
.pricing-comparison { max-width:800px; margin:0 auto; }
.pricing-comparison h3 { text-align:center; font-size:1.3rem; margin-bottom:24px; }
.comparison-table { border-radius:10px; overflow:hidden; }
.comparison-row { display:grid; grid-template-columns:1fr 1fr; }
.comparison-header span { background:#1C1C1C; color:#fff; padding:14px 20px; font-weight:600; font-size:.9rem; }
.comparison-header span:first-child { background:#C4622D; }
.comparison-header span:last-child { background:#7A9E7E; }
.comparison-row:not(.comparison-header) span { padding:12px 20px; font-size:.9rem; border-bottom:1px solid #eee; }
.comparison-row:not(.comparison-header) span:first-child { background:#fdf5f2; color:#555; }
.comparison-row:not(.comparison-header) span:last-child { background:#f2f7f3; color:#333; }

/* ---- FAQ ---- */
.faq-section { padding:40px 0 80px; }
.faq-group { max-width:750px; margin:0 auto 48px; }
.faq-group h2 { font-size:1.4rem; margin-bottom:20px; padding-bottom:8px; border-bottom:2px solid #C4622D; }
.faq-item { border-bottom:1px solid #eee; }
.faq-question { font-family:'Inter',sans-serif; font-size:1rem; font-weight:600; padding:16px 0; cursor:pointer; display:flex; justify-content:space-between; align-items:center; }
.faq-question::after { content:"+"; font-size:1.3rem; color:#C4622D; transition:transform .2s; }
.faq-open .faq-question::after { content:"−"; }
.faq-answer { max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-open .faq-answer { max-height:500px; }
.faq-answer p, .faq-answer ul { font-size:.95rem; color:#444; line-height:1.7; padding-bottom:16px; }
.faq-answer ul { padding-left:20px; }
.faq-answer li { margin-bottom:4px; }
.faq-answer a { color:#C4622D; text-decoration:underline; }

/* ---- Footer ---- */
.footer { background:#1C1C1C; color:#ccc; padding:40px 0; }
.footer-inner { max-width:1100px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; }
.footer .logo { color:#fff; margin-bottom:6px; }
.footer-brand p { font-size:.9rem; color:#888; }
.footer-links { display:flex; gap:24px; }
.footer-links a { font-size:.85rem; color:#aaa; transition:color .2s; }
.footer-links a:hover { color:#fff; }
.footer-contact p { font-size:.9rem; }


/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:768px) {
  .nav-toggle { display:block; }
  .nav-links { display:none; flex-direction:column; position:absolute; top:100%; left:0; right:0; background:#F9F6F1; padding:20px 24px; border-bottom:1px solid #eee; gap:16px; }
  .nav-links.nav-open { display:flex; }
  .hero-inner { grid-template-columns:1fr; gap:40px; }
  .hero h1 { font-size:2rem; }
  .category-columns { grid-template-columns:1fr; }
  .steps { grid-template-columns:1fr; gap:32px; }
  .case-cards { grid-template-columns:1fr; }
  .honesty-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .pricing-grid { grid-template-columns:1fr; }
  .timeline-step { grid-template-columns:1fr; gap:16px; }
  .timeline-marker { display:flex; align-items:center; gap:12px; }
  .case-results-grid { grid-template-columns:1fr; }
  .result-stats { grid-template-columns:1fr; }
  .comparison-row { grid-template-columns:1fr; }
  .comparison-header span:first-child { border-radius:8px 8px 0 0; }
  .footer-inner { flex-direction:column; text-align:center; }
  .footer-links { flex-wrap:wrap; justify-content:center; }
}
@media (max-width:480px) {
  .hero { padding:48px 0 40px; }
  .hero h1 { font-size:1.7rem; }
  .page-hero h1 { font-size:1.8rem; }
  .categories, .process-brief, .case-preview, .honesty, .about, .audit-section { padding:56px 0; }
  .case-study-full { padding:24px; }
  .pricing-card { padding:24px; }
}
