*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #B45309;--color-primary-dark: #92400E;--color-text: #1f2937;--color-text-light: #6b7280;--color-bg: #ffffff;--color-bg-alt: #f9fafb;--color-border: #e5e7eb}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.header{padding:1rem 0;border-bottom:1px solid var(--color-border);position:sticky;top:0;background:var(--color-bg);z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--color-text)}.logo-icon{width:44px;height:44px;color:#8b4513}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);color:#fff}.btn-small{padding:.5rem 1rem;font-size:.875rem;background:var(--color-bg-alt);color:var(--color-text)}.btn-small:hover{background:var(--color-border);color:var(--color-text)}.hero{padding:5rem 0 4rem;text-align:center}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--color-text)}.highlight{color:var(--color-primary)}.hero-subtitle{font-size:1.25rem;color:var(--color-text-light);max-width:600px;margin:0 auto 2rem}.problem{padding:4rem 0;background:var(--color-bg-alt)}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2.5rem}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.problem-card{background:var(--color-bg);padding:1.5rem;border-radius:12px;border:1px solid var(--color-border)}.problem-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text)}.problem-card p{color:var(--color-text-light);font-size:.95rem}.solution{padding:4rem 0}.section-subtitle{text-align:center;color:var(--color-text-light);font-size:1.125rem;max-width:600px;margin:-1.5rem auto 3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature{text-align:center}.feature-icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--color-primary)}.feature-icon svg{width:100%;height:100%}.feature h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature p{color:var(--color-text-light);font-size:.95rem}.cta{padding:5rem 0;background:var(--color-bg-alt);text-align:center}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{color:var(--color-text-light);font-size:1.125rem;max-width:500px;margin:0 auto 2rem}.waitlist-form{display:flex;gap:.75rem;max-width:450px;margin:0 auto 1rem;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:250px;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;font-size:1rem;font-family:inherit}.email-input:focus{outline:none;border-color:var(--color-primary)}.cta-note{font-size:.875rem;color:var(--color-text-light)}.footer{padding:2rem 0;text-align:center;border-top:1px solid var(--color-border)}.footer p{color:var(--color-text-light);font-size:.875rem}@media(max-width:640px){.hero{padding:3rem 0 2rem}.problem,.solution,.cta{padding:3rem 0}.waitlist-form{flex-direction:column}.email-input{min-width:auto;width:100%}}
