*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #dc2626;--secondary-color: #4b5563;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background-color:var(--bg-white)}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:3rem}.btn{display:inline-block;padding:12px 32px;border-radius:6px;font-weight:600;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}.navbar{background-color:var(--bg-white);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.navbar-logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:var(--text-dark)}.navbar-logo img{height:100px;width:auto;object-fit:contain}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center}.navbar-menu a{font-weight:500;color:var(--text-dark);transition:color .3s ease;position:relative;padding:.5rem 0}.navbar-menu a:hover,.navbar-menu a.active{color:var(--primary-color)}.navbar-menu a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--primary-color)}.navbar-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:8px}.navbar-toggle span{width:25px;height:3px;background-color:var(--text-dark);transition:all .3s ease}@media(max-width:768px){.navbar-menu{position:fixed;top:70px;left:-100%;flex-direction:column;background-color:var(--bg-white);width:100%;padding:2rem;box-shadow:0 4px 8px #0000001a;transition:left .3s ease;gap:1.5rem}.navbar-menu.active{left:0}.navbar-toggle{display:flex}}.footer{background-color:var(--text-dark);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.footer-section h4{font-size:1.1rem;margin-bottom:1rem}.footer-section p{color:#fffc;line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fffc;transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.hero{background:linear-gradient(135deg,#f9fafb,#fff);padding:120px 0 80px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark);line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{background-color:var(--bg-white)}.text-center{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background-color:var(--bg-light);padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.8}.partners{background-color:var(--bg-light)}.partners-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.partner-item{font-size:1.5rem;font-weight:600;color:var(--text-dark);padding:1rem 2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media(max-width:768px){.hero{padding:80px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}}.about-hero{background-color:var(--bg-white)}.about-content{max-width:900px;margin:0 auto}.about-text{font-size:1.1rem;line-height:1.9;color:var(--text-dark);margin-bottom:1.5rem;text-align:justify}@media(max-width:768px){.about-text{font-size:1rem;text-align:left}}.contact-hero{background-color:var(--bg-white)}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background-color:var(--bg-light);padding:2rem;border-radius:12px;text-align:center}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.info-card p{color:var(--text-light);font-size:1rem}.contact-form{background-color:var(--bg-light);padding:2.5rem;border-radius:12px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.contact-form .btn{width:100%}@media(max-width:968px){.contact-content{grid-template-columns:1fr}}.privacy-hero{background-color:var(--bg-white)}.privacy-content{max-width:900px;margin:0 auto}.privacy-date{font-size:1rem;color:var(--text-light);margin-bottom:2rem;font-weight:600}.privacy-intro{font-size:1.1rem;line-height:1.9;color:var(--text-dark);margin-bottom:3rem;font-weight:500}.privacy-section{margin-bottom:3rem}.privacy-section h2{font-size:1.75rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.privacy-section p{font-size:1.05rem;line-height:1.8;color:var(--text-dark);margin-bottom:1rem}.privacy-section ul{margin-left:2rem;margin-bottom:1.5rem}.privacy-section ul li{font-size:1.05rem;line-height:1.9;color:var(--text-dark);margin-bottom:.75rem}@media(max-width:768px){.privacy-section h2{font-size:1.5rem}.privacy-section ul{margin-left:1.5rem}}.terms-hero{background-color:var(--bg-white)}.terms-content{max-width:900px;margin:0 auto}.terms-date{font-size:1rem;color:var(--text-light);margin-bottom:2rem;font-weight:600}.terms-intro{font-size:1.1rem;line-height:1.9;color:var(--text-dark);margin-bottom:3rem;font-weight:500}.terms-section{margin-bottom:3rem}.terms-section h2{font-size:1.75rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.terms-section p{font-size:1.05rem;line-height:1.8;color:var(--text-dark);margin-bottom:1rem}.terms-section ul{margin-left:2rem;margin-bottom:1.5rem}.terms-section ul li{font-size:1.05rem;line-height:1.9;color:var(--text-dark);margin-bottom:.75rem}.contact-details{background-color:var(--bg-light);padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-details p{margin-bottom:.5rem}@media(max-width:768px){.terms-section h2{font-size:1.5rem}.terms-section ul{margin-left:1.5rem}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
