/* Claude Builder Landing Page */
.cb-landing { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a2e; line-height: 1.6; }
.cb-landing * { box-sizing: border-box; }

/* Hero */
.cb-landing { margin-top: 0 !important; }
.cb-blank-page { margin: 0 !important; padding: 0 !important; }
.cb-blank-page .cb-landing { margin: 0; padding: 0; }
.cb-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); padding: 60px 20px 60px; text-align: center; color: #fff; margin: 0; }
.cb-hero-inner { max-width: 800px; margin: 0 auto; }
.cb-badge { display: inline-block; background: rgba(212,165,116,0.2); color: #e07a2f; border: 1px solid rgba(212,165,116,0.3); padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 24px; }
.cb-hero h1 { font-size: 56px; font-weight: 800; line-height: 1.1; margin: 0 0 24px; letter-spacing: -1px; }
.cb-gradient-text { background: linear-gradient(135deg, #e07a2f, #f5923a, #e07a2f); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cb-hero-sub { font-size: 20px; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 36px; line-height: 1.6; }
.cb-hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.cb-hero-note { font-size: 13px; color: rgba(255,255,255,0.5); }

/* Buttons */
.cb-btn { display: inline-flex; align-items: center; padding: 14px 32px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: none; }
.cb-btn-primary { background: linear-gradient(135deg, #e07a2f, #cc6a1e); color: #fff; box-shadow: 0 4px 15px rgba(212,165,116,0.3); }
.cb-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(212,165,116,0.4); color: #fff; }
.cb-btn-secondary { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.cb-btn-secondary:hover { background: rgba(255,255,255,0.2); color: #fff; }
.cb-btn-full { width: 100%; justify-content: center; }
.cb-btn-lg { padding: 18px 48px; font-size: 18px; }

/* Proof Bar */
.cb-proof-bar { background: #fff; border-bottom: 1px solid #e8ecf0; padding: 20px; }
.cb-proof-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.cb-proof-item { font-size: 14px; color: #666; }
.cb-proof-item strong { display: block; font-size: 24px; color: #1a1a2e; font-weight: 700; }

/* Sections */
.cb-section { padding: 80px 20px; }
.cb-section-dark { background: #f7f8fa; }
.cb-section-title { text-align: center; font-size: 40px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.5px; }
.cb-section-sub { text-align: center; font-size: 18px; color: #666; margin: 0 auto 48px; max-width: 600px; }

/* Steps */
.cb-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1000px; margin: 0 auto; }
.cb-step { text-align: center; padding: 32px 24px; background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.cb-step-num { width: 48px; height: 48px; background: linear-gradient(135deg, #1a1a2e, #16213e); color: #e07a2f; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; margin: 0 auto 16px; }
.cb-step h3 { font-size: 20px; margin: 0 0 10px; }
.cb-step p { font-size: 15px; color: #666; margin: 0; }

/* Features */
.cb-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.cb-feature { background: #fff; border-radius: 16px; padding: 28px 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s; }
.cb-feature:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.cb-feature-icon { font-size: 32px; margin-bottom: 12px; }
.cb-feature h3 { font-size: 17px; margin: 0 0 8px; }
.cb-feature p { font-size: 14px; color: #666; margin: 0; line-height: 1.5; }

/* Theme Badges */
.cb-themes { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 800px; margin: 0 auto; }
.cb-theme-badge { background: #fff; border: 2px solid #e8ecf0; padding: 10px 24px; border-radius: 50px; font-size: 15px; font-weight: 500; color: #444; transition: all 0.2s; }
.cb-theme-badge:hover { border-color: #e07a2f; color: #1a1a2e; }
.cb-theme-badge:last-child { background: linear-gradient(135deg, #1a1a2e, #16213e); color: #e07a2f; border-color: #1a1a2e; font-weight: 600; }

/* Pricing */
.cb-pricing { max-width: 440px; margin: 0 auto; }
.cb-price-card { background: #fff; border-radius: 20px; padding: 40px 36px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border: 2px solid #e8ecf0; position: relative; }
.cb-price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #e07a2f, #cc6a1e); color: #fff; padding: 6px 20px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.cb-price-card h3 { font-size: 24px; margin: 16px 0 8px; }
.cb-price { font-size: 64px; font-weight: 800; color: #1a1a2e; margin: 16px 0; line-height: 1; }
.cb-price-dollar { font-size: 32px; vertical-align: top; position: relative; top: 8px; }
.cb-price-period { font-size: 18px; font-weight: 400; color: #888; }
.cb-price-features { list-style: none; padding: 0; margin: 24px 0; text-align: left; }
.cb-price-features li { padding: 8px 0 8px 28px; border-bottom: 1px solid #f0f0f0; font-size: 15px; position: relative; }
.cb-price-features li::before { content: "\2713"; position: absolute; left: 0; color: #e07a2f; font-weight: 700; }
.cb-price-note { font-size: 13px; color: #999; margin-top: 16px; }

/* FAQ */
.cb-faq { max-width: 700px; margin: 0 auto; }
.cb-faq-item { background: #f7f8fa; border-radius: 12px; padding: 24px 28px; margin-bottom: 16px; }
.cb-faq-item h3 { font-size: 17px; margin: 0 0 8px; }
.cb-faq-item p { font-size: 15px; color: #555; margin: 0; }

/* CTA Section */
.cb-section-cta { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); text-align: center; padding: 80px 20px; }
.cb-cta-inner { max-width: 600px; margin: 0 auto; }
.cb-section-cta h2 { color: #fff; font-size: 36px; font-weight: 800; margin: 0 0 16px; }
.cb-section-cta p { color: rgba(255,255,255,0.8); font-size: 18px; margin: 0 0 32px; }

/* Responsive */
@media (max-width: 900px) {
  .cb-hero h1 { font-size: 40px; }
  .cb-features { grid-template-columns: repeat(2, 1fr); }
  .cb-steps { grid-template-columns: 1fr; max-width: 400px; }
  .cb-proof-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .cb-hero h1 { font-size: 32px; }
  .cb-hero { padding: 60px 20px 50px; }
  .cb-features { grid-template-columns: 1fr; }
  .cb-section-title { font-size: 28px; }
  .cb-proof-inner { grid-template-columns: 1fr; }
  .cb-hero-cta { flex-direction: column; align-items: center; }
}
