*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#222;--accent:#e8231a;--accent-hover:#c41810;--accent-yellow:#f5d800;--bg:#f4f4f2;--bg-card:#fff;--bg-dark:#1a1a1a;--text:#222;--text-light:#666;--white:#fff;--border:#e2e2e0;--shadow:0 4px 24px rgba(0,0,0,.08);--radius:10px;--font:"Segoe UI", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section-title{color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.section-subtitle{color:var(--text-light);margin-bottom:2.5rem;font-size:1.05rem}.accent-line{background:var(--accent);border-radius:2px;width:56px;height:4px;margin-bottom:1rem}.btn{border-radius:var(--radius);cursor:pointer;border:2px solid transparent;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-block}.btn-primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-outline{color:var(--accent);border-color:var(--accent);background:0 0}.btn-outline:hover{background:var(--accent);color:var(--white)}section{padding:5rem 0}@media (max-width:768px){.section-title{font-size:1.5rem}section{padding:3.5rem 0}}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100svh;margin:0;display:block}
