:root{--primary:#2d336b;--secondary:#7886c7;--tertiary:#a9b5df;--light:#fff2f2;--dark:#1a1e41;--accent:#ff6b6b}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff2f2;background-color:var(--light);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a{color:#2d336b;color:var(--primary);text-decoration:none}img{height:auto;max-width:100%}.button,button{cursor:pointer}section{padding:4rem 0}@media (max-width:768px){section{padding:3rem 0}}:root{--primary:#922c40;--secondary:#dc9750;--tertiary:#f3eac0;--light:#f9f5e3;--dark:#1e2640;--accent:#dc9750}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:90%}.page-container{padding:2rem 0}.hero{background:linear-gradient(135deg,#922c40,#dc9750);background:linear-gradient(135deg,var(--primary,#2d336b) 0,var(--secondary,#7886c7) 100%);color:#fff;overflow:hidden;padding:5rem 0;position:relative}.hero .container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero-content{z-index:2}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero p{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cta-button{background-color:#dc9750;background-color:var(--accent,#ff6b6b);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.75rem;text-decoration:none;transition:background-color .3s,transform .2s}.cta-button:hover{background-color:#e55c5c;transform:translateY(-2px)}.secondary-button{background-color:#ffffff26;border-radius:5px;color:#fff;font-weight:600;padding:.75rem 1.75rem;text-decoration:none;transition:background-color .3s}.secondary-button:hover{background-color:#ffffff40}.hero-image{text-align:center;z-index:2}.placeholder-image{background-color:#ffffff1a;border-radius:10px;height:300px;width:100%}.features{background-color:#fff;padding:5rem 0}.section-header{margin:0 auto 4rem;max-width:800px;text-align:center}.section-header h2{color:#922c40;color:var(--primary,#2d336b);font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#666;font-size:1.2rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background-color:#f9f5e3;background-color:var(--light,#fff2f2);border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.feature-icon{align-items:center;background-color:#dc9750;background-color:var(--secondary,#7886c7);border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.icon{color:#fff;font-size:1.5rem}.feature-card h3{color:#922c40;color:var(--primary,#2d336b);font-size:1.5rem;margin-bottom:1rem}.why-reform{background-color:#f3eac0;background-color:var(--tertiary,#a9b5df);color:#1e2640;color:var(--dark,#1a1e41);padding:5rem 0}.two-column{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.stats-list{list-style-type:none;margin:2rem 0;padding:0}.stats-list li{align-items:center;display:flex;font-size:1.1rem;margin-bottom:1rem}.stats-list li:before{color:#dc9750;color:var(--accent,#ff6b6b);content:"•";font-size:1.5rem;margin-right:.5rem}.stat{font-size:1.2rem;font-weight:700;margin-right:.5rem}.stat,.text-button{color:#922c40;color:var(--primary,#2d336b)}.text-button{align-items:center;display:inline-flex;font-weight:600;margin-top:1rem;transition:transform .2s}.text-button span{margin-left:.5rem;transition:transform .2s}.text-button:hover{text-decoration:underline}.text-button:hover span{transform:translateX(5px)}.why-reform .image .placeholder-image{background-color:#2d336b1a}.demo{background-color:#fff;padding:5rem 0}.demo-container{background-color:#f8f9fa;border-radius:10px;box-shadow:0 5px 15px #0000000d;overflow:hidden}.tabs{background-color:#922c40;background-color:var(--primary,#2d336b);display:flex;padding:.5rem}.tab{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .3s}.tab.active{background-color:#fff3}.tab:hover:not(.active){background-color:#ffffff1a}.tab-content{display:none;padding:2rem}.tab-content.active{display:block}.demo-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:2rem}.vote-distribution{margin-top:1.5rem}.party{margin-bottom:1rem}.party-name{font-weight:600}.party-percentage{font-size:1.2rem;font-weight:700;margin:.25rem 0}.party-bar{border-radius:4px;height:30px}.seats-container{border-radius:4px;display:flex;height:60px;margin:1.5rem 0;overflow:hidden}.seats{align-items:center;color:#fff;display:flex;font-weight:700;justify-content:center}.empty{color:#999}.demo-conclusion{font-style:italic}.cta{background:linear-gradient(135deg,#dc9750,#922c40);background:linear-gradient(135deg,var(--secondary,#7886c7) 0,var(--primary,#2d336b) 100%);color:#fff;padding:5rem 0;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1.5rem}.cta p{font-size:1.2rem;margin:0 auto 2rem;max-width:700px;opacity:.9}.signup-form{display:flex;gap:1rem;margin:0 auto;max-width:500px}.signup-form input{border:none;border-radius:5px;flex:1 1;font-size:1rem;padding:.75rem 1rem}@media (max-width:992px){.hero h1{font-size:2.8rem}.hero p{font-size:1.1rem}.section-header h2{font-size:2.2rem}}@media (max-width:768px){.hero{padding:4rem 0}.hero .container,.two-column{gap:2rem;grid-template-columns:1fr}.hero-image{order:-1}.hero h1{font-size:2.5rem}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem}.demo-grid{grid-template-columns:1fr}.signup-form{flex-direction:column}}@media (max-width:576px){.hero h1{font-size:2.2rem}.features-grid{grid-template-columns:1fr}.tab{font-size:.9rem;padding:.5rem 1rem}.tab-content{padding:1.5rem}}
/*# sourceMappingURL=main.c989bf39.css.map*/