*{scroll-behavior:smooth}.landing-page{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);padding:2rem;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:1400px;margin:0 auto}.hero-text h1{font-size:3.5rem;font-weight:800;color:var(--text);margin:0 0 1rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:var(--text-muted);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-large{padding:1rem 2.5rem;font-size:1.05rem;border-radius:10px}.btn-primary{background:linear-gradient(135deg,#ff6b35,#e55100);color:#fff;text-decoration:none;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:inline-block}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff6b3566}.btn-secondary{background:transparent;color:var(--text);border:2px solid var(--text);text-decoration:none;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-block}.btn-secondary:hover{background:var(--text);color:#fff}.hero-image{display:flex;justify-content:center;align-items:center}.hero-svg{width:100%;max-width:400px;animation:float 3s ease-in-out infinite}.hero-logo{width:100%;max-width:500px;animation:float 3s ease-in-out infinite;mix-blend-mode:multiply;background:transparent;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{padding:5rem 2rem;background:var(--card)}.features h2,.services h2,.about h2,.cta-section h2,.contact h2{font-size:2.5rem;color:var(--text);text-align:center;margin-bottom:3rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:2rem;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px);border-color:#ff6b35;box-shadow:0 12px 24px #ff6b3526}.feature-icon{width:64px;height:64px;margin:0 auto 1rem;background:#ff6b351a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ff6b35}.feature-card h3{font-size:1.3rem;color:var(--text);margin:1rem 0;font-weight:600}.feature-card p{color:var(--text-muted);line-height:1.6;margin:0}.about{padding:5rem 2rem;background:linear-gradient(135deg,var(--bg) 0%,var(--card) 100%)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{text-align:left;margin-bottom:1.5rem}.about-text p{color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.benefits-list{list-style:none;padding:0;margin:1.5rem 0}.benefits-list li{color:var(--text);padding:.75rem 0 .75rem 2rem;position:relative;line-height:1.6}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem}.about-image{display:flex;justify-content:center}.about-svg{width:100%;max-width:400px}.services{padding:5rem 2rem;background:var(--card)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-item{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease}.service-item:hover{border-color:#ff6b35;background:#ff6b350d}.service-item h3{color:var(--text);font-size:1.2rem;margin:0 0 1rem;font-weight:600}.service-item p{color:var(--text-muted);margin:0;line-height:1.6}.stats{padding:5rem 2rem;background:linear-gradient(135deg,#001f3f,#003d7a)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-box{text-align:center;padding:2rem}.stat-number{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:.5rem}.stat-label{color:#ffffffe6;font-size:1rem;font-weight:500}.cta-section{padding:5rem 2rem;background:var(--card);text-align:center}.cta-section h2{margin-bottom:1rem}.cta-section p{font-size:1.2rem;color:var(--text-muted);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center}.contact{padding:5rem 2rem;background:linear-gradient(135deg,var(--bg) 0%,var(--card) 100%)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem}.contact-icon{width:56px;height:56px;background:#ff6b351a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ff6b35;flex-shrink:0}.contact-item h3{color:var(--text);font-size:1.1rem;margin:0 0 .5rem}.contact-item p{color:var(--text-muted);margin:0;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem;background:var(--card);padding:2rem;border-radius:14px;border:1px solid var(--border)}.form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form label{color:var(--text);font-weight:500;font-size:.95rem}.contact-form input,.contact-form textarea{padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-family:inherit;font-size:.95rem;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.contact-form button{margin-top:.5rem}@media(max-width:1024px){.hero-content,.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.hero-text h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn-large{width:auto;min-width:220px;max-width:320px;text-align:center}.features h2,.services h2,.about h2,.cta-section h2,.contact h2{font-size:2rem}.features-grid,.services-grid{grid-template-columns:1fr}.about-text h2{text-align:center}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:auto;min-width:220px;max-width:320px}.contact-info{gap:1.5rem}.contact-item{gap:1rem}}@media(max-width:480px){.hero{padding:2rem 1rem;min-height:auto}.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1rem}.cta-buttons .btn,.btn-large{max-width:280px}.features,.about,.services,.stats,.cta-section,.contact{padding:3rem 1rem}.features h2,.services h2,.about h2,.cta-section h2,.contact h2{font-size:1.5rem}.feature-card,.service-item,.contact-form{padding:1.5rem}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}}
