*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:inherit}#root{width:100%;min-height:100vh}html{scroll-behavior:smooth}.app{min-height:100vh;width:100%}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{margin:0;font-size:2rem;font-weight:700;letter-spacing:-.5px}.nav ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;cursor:pointer;transition:opacity .3s ease}.nav a:hover{opacity:.8}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;gap:5px}.menu-toggle span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);max-height:0;overflow:hidden;transition:max-height .3s ease}.nav.open{max-height:300px}.nav ul{flex-direction:column;padding:1rem 2rem;gap:1rem}.logo h1{font-size:1.5rem}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInLeft .8s ease-out}.hero-title{font-size:3.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.highlight{color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.8rem;font-weight:500;margin:0 0 1.5rem;opacity:.95}.hero-description{font-size:1.1rem;line-height:1.8;margin:0 0 2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.hero-image{position:relative;height:400px;animation:fadeInRight .8s ease-out}.floating-card{position:absolute;background:#fff;color:#667eea;padding:1.5rem;border-radius:15px;box-shadow:0 10px 30px #0003;display:flex;align-items:center;gap:1rem;animation:float 3s ease-in-out infinite}.card-icon{font-size:2rem}.card-text{font-weight:600;font-size:.95rem}.card-1{top:10%;left:10%;animation-delay:0s}.card-2{top:20%;right:10%;animation-delay:.5s}.card-3{bottom:30%;left:5%;animation-delay:1s}.card-4{bottom:10%;right:15%;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.hero{padding:4rem 1.5rem;min-height:auto}.hero-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.hero-image{height:300px}.floating-card{padding:1rem}.card-icon{font-size:1.5rem}.card-text{font-size:.85rem}}.features{padding:6rem 2rem;background:#f8f9fa}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.section-subtitle{font-size:1.25rem;color:#718096;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 6px #00000012;transition:all .3s ease;animation:fadeInUp .6s ease-out forwards;opacity:0}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0 0 1rem}.feature-description{font-size:1rem;line-height:1.7;color:#4a5568;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.features{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.feature-icon{font-size:3rem}.feature-title{font-size:1.3rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content .section-title{font-size:3rem;font-weight:700;color:#2d3748;margin:0 0 2rem}.about-text{font-size:1.1rem;line-height:1.8;color:#4a5568;margin:0 0 1.5rem}.benefits-grid{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.benefit-item{display:flex;gap:1.5rem;align-items:flex-start}.benefit-number{font-size:2rem;font-weight:700;color:#667eea;flex-shrink:0;width:60px}.benefit-content h3{font-size:1.3rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.benefit-content p{font-size:1rem;color:#718096;margin:0;line-height:1.6}.about-visual{display:flex;flex-direction:column;gap:2rem}.visual-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem;border-radius:20px;box-shadow:0 10px 30px #667eea4d;transition:transform .3s ease}.visual-card:hover{transform:translateY(-5px)}.stat{text-align:center;color:#fff}.stat-number{font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.2rem;opacity:.9}@media(max-width:968px){.about-container{grid-template-columns:1fr;gap:3rem}.about-content .section-title{font-size:2.5rem}.about-visual{order:-1}}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-content .section-title{font-size:2rem}.about-text{font-size:1rem}.benefit-number{font-size:1.5rem;width:50px}.benefit-content h3{font-size:1.1rem}.visual-card{padding:2rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1rem}}.contact{padding:6rem 2rem;background:#f8f9fa}.contact-container{max-width:1200px;margin:0 auto}.contact .section-header{text-align:center;margin-bottom:4rem}.contact .section-title{font-size:3rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.contact .section-subtitle{font-size:1.25rem;color:#718096;margin:0}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d}.info-icon{font-size:2.5rem;flex-shrink:0}.info-item h3{font-size:1.2rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.info-item p{font-size:1rem;color:#667eea;margin:0}.contact-form{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 6px #00000012}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.contact{padding:4rem 1.5rem}.contact .section-title{font-size:2rem}.contact .section-subtitle{font-size:1.1rem}.contact-form{padding:2rem}.info-item{padding:1.25rem}.info-icon{font-size:2rem}}.footer{background:#2d3748;color:#fff;padding:3rem 2rem 1rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:gold}.footer-section h4{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#e2e8f0}.footer-section p{color:#cbd5e0;line-height:1.6;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#cbd5e0;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:gold}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #4a5568}.footer-bottom p{color:#cbd5e0;margin:0;font-size:.95rem}@media(max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}}
