*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,sans-serif;color:#1e293b;line-height:1.55}
a{color:inherit;text-decoration:none}

.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-bottom:1px solid #f1f5f9;position:sticky;top:0;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);z-index:50}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}
.logo{font-size:26px}
.brand-text{background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-0.3px}
nav{display:flex;align-items:center;gap:24px;font-size:14px}
nav a{color:#475569;font-weight:500}
nav a:hover{color:#0f172a}
.btn-ghost{padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0}
.btn-primary{padding:8px 18px;border-radius:8px;background:#0f172a;color:#fff;font-weight:600}
.btn-primary:hover{background:#1e293b}

.hero{padding:80px 40px 60px;background:linear-gradient(180deg,#fffbea 0%,#ffffff 100%)}
.hero-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}
.hero-eyebrow{font-size:12px;font-weight:700;color:#b45309;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:18px}
.hero h1{font-size:54px;font-weight:800;line-height:1.1;letter-spacing:-1.5px;margin-bottom:22px}
.gradient-text{background:linear-gradient(135deg,#f59e0b,#dc2626);-webkit-background-clip:text;background-clip:text;color:transparent}
.lede{font-size:18px;color:#475569;max-width:560px;margin-bottom:30px}
.cta-row{display:flex;gap:14px;margin-bottom:36px}
.btn-primary-lg{background:#0f172a;color:#fff;padding:14px 28px;border-radius:10px;font-weight:700;font-size:16px;display:inline-block;transition:all 0.15s}
.btn-primary-lg:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 10px 28px rgba(15,23,42,0.25)}
.btn-ghost-lg{padding:14px 22px;border-radius:10px;border:1px solid #e2e8f0;font-weight:600;color:#475569;display:inline-block}
.btn-ghost-lg:hover{background:#f8fafc}

.input-modes{display:flex;flex-wrap:wrap;gap:8px}
.chip{background:#fff;border:1px solid #fde68a;color:#92400e;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}

.hero-art{position:relative}
.demo-card{background:#0f172a;border-radius:14px;box-shadow:0 24px 60px rgba(15,23,42,0.25);overflow:hidden;transform:rotate(-1.2deg)}
.demo-header{display:flex;align-items:center;padding:10px 14px;background:#1e293b;gap:6px}
.dot{width:11px;height:11px;border-radius:50%}
.dot.red{background:#ef4444}.dot.amber{background:#f59e0b}.dot.green{background:#22c55e}
.demo-title{margin-left:8px;color:#94a3b8;font-size:12px;font-family:"SF Mono",Menlo,monospace}
.demo-code{padding:18px 22px;color:#fde68a;font-family:"SF Mono",Menlo,monospace;font-size:13px;line-height:1.8;white-space:pre}
.quality-badge{position:absolute;right:-20px;bottom:-22px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 22px;box-shadow:0 12px 40px rgba(15,23,42,0.12);font-size:12px;font-family:"SF Mono",Menlo,monospace;color:#334155;transform:rotate(2deg)}
.quality-badge div{display:flex;justify-content:space-between;gap:30px;padding:3px 0}
.quality-badge b{color:#15803d}

.features{padding:100px 40px 60px}
.features h2{text-align:center;font-size:38px;font-weight:800;letter-spacing:-0.8px;margin-bottom:50px}
.feature-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.feature{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:26px 24px;transition:all 0.15s}
.feature:hover{border-color:#fde68a;box-shadow:0 10px 30px rgba(251,191,36,0.12);transform:translateY(-2px)}
.feature-icon{font-size:30px;margin-bottom:14px}
.feature h3{font-size:17px;margin-bottom:8px}
.feature p{font-size:14px;color:#64748b}

.workflow{padding:80px 40px;background:#f8fafc}
.workflow h2{text-align:center;font-size:38px;font-weight:800;letter-spacing:-0.8px;margin-bottom:48px}
.stages{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.stage{background:#fff;border-radius:12px;padding:22px 20px;position:relative;box-shadow:0 2px 8px rgba(15,23,42,0.05)}
.stage-num{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.stage h4{font-size:15px;margin-bottom:6px}
.stage p{font-size:13px;color:#64748b}

.styles{padding:100px 40px 60px}
.styles h2{text-align:center;font-size:38px;font-weight:800;letter-spacing:-0.8px;margin-bottom:48px}
.style-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.style-card{border-radius:12px;padding:32px 26px;color:#fff;min-height:150px;display:flex;flex-direction:column;justify-content:flex-end}
.style-card h4{font-size:20px;margin-bottom:6px}
.style-card p{font-size:13px;opacity:0.85}
.s1{background:linear-gradient(135deg,#111,#444)}
.s2{background:linear-gradient(135deg,#1a2d82,#dc2626)}
.s3{background:linear-gradient(135deg,#1e293b,#475569)}
.s4{background:linear-gradient(135deg,#0f766e,#f472b6)}
.s5{background:linear-gradient(135deg,#0369a1,#059669)}
.s6{background:linear-gradient(135deg,#8b5cf6,#fbcfe8);color:#1e293b}

.cta-footer{text-align:center;padding:100px 40px;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}
.cta-footer h2{font-size:40px;font-weight:800;letter-spacing:-0.8px;margin-bottom:30px}

.site-footer{text-align:center;padding:28px;font-size:12px;color:#94a3b8;border-top:1px solid #f1f5f9}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero h1{font-size:38px}
  .feature-grid,.style-grid{grid-template-columns:1fr}
  .stages{grid-template-columns:1fr 1fr}
  .topbar{padding:14px 20px}
  .hero,.features,.workflow,.styles,.cta-footer{padding-left:20px;padding-right:20px}
  nav{gap:12px;font-size:13px}
}
