.landing-hero{position:relative;padding:8rem 2rem 6rem;overflow:hidden;background:linear-gradient(135deg,var(--primary-900) 0%,var(--primary-800) 100%);color:#fff;text-align:center}.landing-hero:before{content:"";position:absolute;top:-50%;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%;animation:float 25s infinite alternate ease-in-out;pointer-events:none}.landing-hero:after{content:"";position:absolute;bottom:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);border-radius:50%;animation:float 20s infinite alternate-reverse ease-in-out;pointer-events:none}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;font-size:.875rem;font-weight:600;color:var(--primary-100);margin-bottom:2rem;animation:fadeInDown .8s ease-out}.hero-badge span.dot{width:8px;height:8px;background-color:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#dcfce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeInUp .8s ease-out .2s both}.hero-subtitle{font-size:1.25rem;color:#fffc;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .4s both;font-weight:400}.hero-actions{display:flex;justify-content:center;gap:1rem;animation:fadeInUp .8s ease-out .6s both}.btn-primary{padding:1rem 2rem;background:#fff;color:var(--primary-700);border-radius:.75rem;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 25px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000004d;color:var(--primary-800)}.btn-outline{padding:1rem 2rem;background:#ffffff0d;color:#fff;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.btn-outline:hover{background:#ffffff26;border-color:#fff6}.features-section{padding:6rem 2rem;background:var(--gray-50)}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;color:var(--gray-900);font-weight:800;margin-bottom:1rem}.section-description{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.125rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:1.5rem;border:1px solid var(--gray-200);transition:all .3s ease;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000014;border-color:var(--primary-200)}.feature-icon-wrapper{width:64px;height:64px;background:var(--primary-50);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary-600);transition:all .3s ease}.feature-card:hover .feature-icon-wrapper{background:var(--primary);color:#fff;transform:rotate(5deg)}.feature-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.feature-card p{color:var(--gray-600);line-height:1.6}.stats-section{padding:6rem 2rem;background:#fff;border-top:1px solid var(--gray-100)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.stat-item{position:relative}.stat-number{font-size:3.5rem;font-weight:900;color:var(--primary-700);margin-bottom:.5rem;line-height:1}.stat-label{color:var(--gray-600);font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em}.about-section{padding:8rem 2rem;background:#fff;position:relative;overflow:hidden;border-top:1px solid var(--gray-100)}.about-content{display:flex;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;position:relative;z-index:2}.about-image{flex:1;position:relative}.about-image:before{content:"";position:absolute;top:-20px;left:-20px;width:100%;height:100%;background:var(--primary-100);border-radius:2rem;z-index:-1;transition:transform .3s ease}.about-image:hover:before{transform:translate(-10px,-10px)}.about-logo-container{background:#fff;padding:3rem;border-radius:2rem;box-shadow:0 20px 40px -10px #0000001a;border:1px solid var(--gray-100);display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio:1}.about-logo-container img{width:80%;height:80%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1))}.about-text{flex:1}.section-tag{color:var(--primary-600);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem;display:block}.about-title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.2}.about-description{color:var(--gray-600);font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.about-list{display:grid;gap:1.5rem}.about-item{display:flex;align-items:center;gap:1rem;color:var(--gray-800);font-weight:600;padding:1rem;background:var(--gray-50);border-radius:1rem;transition:all .2s ease;border:1px solid transparent}.about-item:hover{background:#fff;border-color:var(--primary-200);box-shadow:0 4px 6px -1px #0000000d;transform:translate(5px)}.check-icon{width:28px;height:28px;background:var(--primary-100);color:var(--primary-600);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.check-icon svg{width:16px;height:16px;fill:currentColor;stroke:currentColor;stroke-width:1}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}.about-content{flex-direction:column;text-align:left}.about-image{order:2;width:100%}.about-text{order:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
