*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#0a0a0a}.gradient-text{background:linear-gradient(135deg,#000,#404040);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1200px;margin:0 auto}.nav-logo{color:#000;font-weight:800;font-size:24px;display:flex;align-items:center}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{text-decoration:none;color:#666;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#000}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#000;transition:width .3s ease}.nav-link:hover:after{width:100%}.cta-button{background:#000;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid #000}.cta-button:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-menu-toggle span{width:25px;height:3px;background:#000;transition:.3s}.hero{padding:120px 0 80px;position:relative;background:linear-gradient(135deg,#fafafa,#fff);overflow:hidden}.hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-badge{display:inline-block;background:#0000000d;padding:8px 16px;border-radius:50px;font-size:14px;font-weight:500;margin-bottom:24px;border:1px solid rgba(0,0,0,.1)}.hero-title{font-size:clamp(48px,8vw,72px);font-weight:800;margin-bottom:24px;letter-spacing:-.02em}.hero-subtitle{font-size:20px;color:#666;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.hero-cta{display:flex;gap:16px;justify-content:center;margin-bottom:60px;flex-wrap:wrap}.cta-primary{background:#000;color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:2px solid #000}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.cta-secondary{background:transparent;color:#000;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #000;transition:all .3s ease}.cta-secondary:hover{background:#000;color:#fff;transform:translateY(-3px)}.hero-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:36px;font-weight:800;color:#000;display:block}.stat-label{font-size:14px;color:#666;font-weight:500;margin-top:4px}.hero-visual{position:absolute;top:50%;right:-200px;transform:translateY(-50%);z-index:1}.floating-cards{position:relative;width:400px;height:400px}.card{position:absolute;background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:12px;min-width:180px;animation:float 6s ease-in-out infinite}.card-1{top:0;left:0;animation-delay:0s}.card-2{top:120px;left:80px;animation-delay:2s}.card-3{top:240px;left:20px;animation-delay:4s}.card-icon{font-size:24px}.card-text{font-weight:600;color:#000}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.problem{padding:100px 0;background:#f8f8f8}.section-header{text-align:center;margin-bottom:80px}.section-header h2{font-size:48px;font-weight:800;margin-bottom:16px}.section-header p{font-size:18px;color:#666;max-width:600px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.problem-item{text-align:center;padding:40px 24px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.1);transition:all .3s ease}.problem-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.problem-icon{font-size:48px;margin-bottom:24px;display:block}.problem-item h3{font-size:24px;margin-bottom:16px;color:#000}.problem-item p{color:#666;line-height:1.6}.solution{padding:100px 0;background:#fff}.solution-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.section-badge{display:inline-block;background:#0000000d;padding:8px 16px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:16px;color:#000;border:1px solid rgba(0,0,0,.1)}.solution-text h2{font-size:42px;margin-bottom:24px;font-weight:800}.solution-text>p{font-size:18px;color:#666;margin-bottom:40px;line-height:1.6}.solution-benefits{display:flex;flex-direction:column;gap:24px}.benefit{display:flex;gap:16px;align-items:flex-start}.benefit-icon{font-size:24px;flex-shrink:0;margin-top:4px}.benefit h4{font-size:18px;font-weight:700;margin-bottom:8px;color:#000}.benefit p{color:#666;line-height:1.5}.transformation-diagram{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.transform-step{text-align:center;flex:1;min-width:120px}.step-number{width:60px;height:60px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;margin:0 auto 16px}.step-content h4{font-size:16px;font-weight:700;margin-bottom:8px}.step-content p{font-size:14px;color:#666}.transform-arrow{font-size:24px;color:#ccc;font-weight:700}.process{padding:100px 0;background:#f8f8f8}.process-timeline{max-width:800px;margin:0 auto}.timeline-item{display:flex;gap:40px;margin-bottom:60px;align-items:flex-start}.timeline-number{width:80px;height:80px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:24px;flex-shrink:0}.timeline-content{flex:1;padding-top:10px}.timeline-content h3{font-size:24px;font-weight:700;margin-bottom:12px;color:#000}.timeline-content p{color:#666;line-height:1.6;margin-bottom:12px}.timeline-duration{background:#0000000d;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#000;display:inline-block;border:1px solid rgba(0,0,0,.1)}.about{padding:100px 0;background:#fff}.about-content{max-width:1000px;margin:0 auto}.founder-story{display:grid;grid-template-columns:200px 1fr;gap:60px;align-items:flex-start;margin-bottom:80px}.founder-image{text-align:center}.founder-placeholder{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto;box-shadow:0 10px 30px #0000001a}.founder-text h3{font-size:28px;font-weight:700;margin-bottom:24px;color:#000}.founder-text p{font-size:16px;line-height:1.7;color:#666;margin-bottom:20px}.founder-text p:last-child{margin-bottom:0}.company-evolution{text-align:center}.company-evolution h3{font-size:24px;font-weight:700;margin-bottom:40px;color:#000}.evolution-timeline{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.evolution-step{text-align:center;flex:1;min-width:200px;max-width:250px}.step-icon{width:80px;height:80px;background:#f8f8f8;border:2px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px;transition:all .3s ease}.step-icon:hover{transform:scale(1.1);background:#000}.step-content h4{font-size:18px;font-weight:700;margin-bottom:12px;color:#000}.step-content p{font-size:14px;color:#666;line-height:1.5}.evolution-arrow{font-size:24px;color:#ccc;font-weight:700}.testimonials{padding:100px 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;max-width:1000px;margin:0 auto}.testimonial{background:#f8f8f8;border-radius:16px;padding:40px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.testimonial:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.testimonial-content p{font-size:16px;line-height:1.6;color:#333;margin-bottom:24px;font-style:italic}.testimonial-content p:before{content:'"';font-size:24px;color:#ccc}.testimonial-content p:after{content:'"';font-size:24px;color:#ccc}.author-info h4{font-size:16px;font-weight:700;color:#000;margin-bottom:4px}.author-info p{font-size:14px;color:#666}.final-cta{padding:100px 0;background:#000;color:#fff}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:42px;font-weight:800;margin-bottom:16px;color:#fff}.cta-content>p{font-size:18px;color:#ccc;margin-bottom:40px}.cta-form{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cta-form input,.cta-form textarea{padding:16px;border:2px solid #333;border-radius:8px;background:#111;color:#fff;font-size:16px;font-family:inherit;transition:all .3s ease}.cta-form input:focus,.cta-form textarea:focus{outline:none;border-color:#666;background:#222}.cta-form input::-moz-placeholder,.cta-form textarea::-moz-placeholder{color:#888}.cta-form input::placeholder,.cta-form textarea::placeholder{color:#888}.cta-submit{background:#fff;color:#000;padding:18px 32px;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:8px}.cta-submit:hover{background:#f0f0f0;transform:translateY(-2px)}.form-disclaimer{font-size:14px;color:#888;line-height:1.4}.footer{background:#111;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;margin-bottom:40px}.footer-logo{color:#fff}.footer-logo p{margin-top:16px;color:#ccc;line-height:1.5}.footer-links{display:flex;gap:60px}.footer-column h4{font-size:16px;font-weight:700;margin-bottom:16px;color:#fff}.footer-column a{display:block;color:#ccc;text-decoration:none;margin-bottom:8px;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:30px;display:flex;justify-content:space-between;align-items:center;color:#888;font-size:14px}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-toggle{display:flex}.hero{padding:100px 0 60px}.hero-visual{display:none}.hero-cta{flex-direction:column;align-items:center}.hero-stats{gap:40px}.solution-content{grid-template-columns:1fr;gap:40px}.transformation-diagram{flex-direction:column;gap:16px}.transform-arrow{transform:rotate(90deg)}.timeline-item{flex-direction:column;gap:20px;align-items:center;text-align:center}.timeline-number{width:60px;height:60px;font-size:20px}.testimonials-grid,.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{gap:40px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.container{padding:0 16px}.section-header h2{font-size:36px}.solution-text h2,.cta-content h2{font-size:32px}.founder-story{grid-template-columns:1fr;gap:30px;text-align:center}.evolution-timeline{flex-direction:column;gap:20px}.evolution-arrow{transform:rotate(90deg)}.step-icon{width:60px;height:60px;font-size:24px}}@media (max-width: 480px){.hero-title{font-size:40px}.hero-subtitle{font-size:18px}.section-header h2{font-size:28px}.problem-grid{grid-template-columns:1fr}.testimonial{padding:24px}.founder-text h3{font-size:24px}.founder-text p{font-size:14px}.company-evolution h3{font-size:20px}}@media (prefers-reduced-motion: no-preference){.card{animation:float 6s ease-in-out infinite}.problem-item,.testimonial{transition:transform .3s ease,box-shadow .3s ease}}@media (prefers-contrast: high){.hero-badge,.section-badge,.timeline-duration{background:#000;color:#fff;border:2px solid #000}}
