:root{--primary-color: #1a56db;--primary-dark: #1e40af;--secondary-color: #3b82f6;--accent-color: #60a5fa;--text-primary: #1e293b;--text-secondary: #4b5563;--text-light: #64748b;--background-light: #ffffff;--background-medium: #f8fafc;--background-dark: #eef2ff;--border-color: #e2e8f0;--font-family-base: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--transition-base: all .3s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-family-base);color:var(--text-primary);background-color:var(--background-light);line-height:1.6;min-width:100%;min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}#app{width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column}main{flex-grow:1;width:100%}section{padding:5rem 2rem;width:100%;max-width:100%;overflow-x:hidden}section:nth-child(2n){background-color:var(--background-medium)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;line-height:1.3;font-weight:600;color:var(--primary-dark)}h1{font-size:2.8rem}h2{font-size:2.2rem}h3{font-size:1.5rem}h4{font-size:1.2rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{text-decoration:none;color:var(--primary-color);transition:var(--transition-base)}a:hover{color:var(--primary-dark)}.button,button{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;text-align:center;border:1px solid transparent;transition:var(--transition-base);background-color:var(--primary-color);color:#fff}.button:hover,button:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.button:disabled,button:disabled{background-color:var(--accent-color);cursor:not-allowed;transform:none}.button.secondary,button.secondary{background-color:transparent;color:var(--primary-color);border-color:var(--primary-color)}.button.secondary:hover,button.secondary:hover{background-color:#1a56db1a;color:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px)}img{max-width:100%;height:auto;display:block}ul{list-style:none;padding:0;margin:0}.text-center{text-align:center}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.5rem;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--primary-color);border-radius:2px}.section-header p{max-width:700px;margin-left:auto;margin-right:auto;color:var(--text-light)}
