*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background:#fff;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:90%;max-width:1200px;margin:0 auto}header{width:100%;position:fixed;top:0;left:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.08);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}header .header-flex{display:flex;justify-content:space-between;align-items:center;padding:20px 0}header .logo-text{display:flex;align-items:center;gap:12px;text-decoration:none;color:#111827;font-weight:700;font-size:1.25rem;letter-spacing:-.025em;z-index:1001}.logo{width:75px;height:75px;object-fit:cover;clip-path:circle(50% at 50% 50%);transition:transform .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 6px rgba(0,0,0,.08))}header .logo-text img{height:75px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.logo:hover{transform:scale(1.05)}header .logo-text span{font-family:inherit;letter-spacing:-.025em}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;transition:transform .3s}.hamburger span{width:28px;height:3px;background:#1f2937;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}header nav ul{list-style:none;display:flex;gap:32px;align-items:center}header nav ul li a{color:#1f2937;text-decoration:none;font-weight:600;font-size:.95rem;padding:10px 18px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}header nav ul li a:hover{color:#111827;background:#f3f4f6;transform:translateY(-1px)}header nav ul li a.active{color:#2563eb;background:#eff6ff}header.scrolled{background:#fffffffc;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000a;border-bottom:1px solid rgba(0,0,0,.1)}.hero{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#111827;text-align:center;padding:140px 20px 100px;position:relative}.hero-content{max-width:800px;margin:0 auto 60px}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:24px;letter-spacing:-.025em;line-height:1.1}.highlight{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p,.hero-subtitle{font-size:1.25rem;margin-bottom:40px;color:#6b7280;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.6}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:80px}.btn{display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn:active{transform:translateY(0)}.btn-primary{background:#2563eb;color:#fff}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.hero-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#2563eb;margin-bottom:8px}.stat-label{font-size:.95rem;color:#6b7280;font-weight:500}section{padding:80px 0}section h2{font-size:2.25rem;font-weight:700;margin-bottom:16px;color:#111827;letter-spacing:-.025em}section p,section ul{font-size:1.1rem;color:#6b7280;line-height:1.7}.features-section{padding:100px 0;background:#fff}.features-section h2{text-align:center;margin-bottom:16px}.section-subtitle{text-align:center;font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto 60px;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto}.feature-card{text-align:center;padding:40px 24px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -12px #0000001a;border-color:#2563eb}.feature-icon{font-size:3rem;margin-bottom:24px;display:block}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#111827}.feature-card p{color:#6b7280;line-height:1.6;margin:0}.tech-section{padding:100px 0;background:#f8fafc}.tech-section h2{text-align:center;margin-bottom:16px}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1000px;margin:0 auto}.tech-category{text-align:center}.tech-category h3{font-size:1.25rem;font-weight:600;margin-bottom:24px;color:#111827}.tech-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.tech-tag{background:#fff;color:#374151;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid #e5e7eb;transition:all .2s}.tech-tag:hover{background:#2563eb;color:#fff;border-color:#2563eb;transform:translateY(-1px)}.process-section{padding:100px 0;background:#fff}.process-section h2{text-align:center;margin-bottom:16px}.process-timeline{max-width:800px;margin:0 auto}.process-step{display:flex;gap:24px;margin-bottom:48px;align-items:flex-start}.step-number{flex-shrink:0;width:50px;height:50px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.step-content h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#111827}.step-content p{color:#6b7280;line-height:1.6;margin:0}.cta-section{padding:100px 0;background:linear-gradient(135deg,#2563eb,#1d4ed8);text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-section h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:24px}.cta-section p{color:#ffffffe6;font-size:1.125rem;margin-bottom:40px;line-height:1.6}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-section .btn-primary{background:#fff;color:#2563eb}.cta-section .btn-primary:hover{background:#f3f4f6;transform:translateY(-2px)}.cta-section .btn-outline{border-color:#fff;color:#fff}.cta-section .btn-outline:hover{background:#fff;color:#2563eb}.content{padding:80px 5%;text-align:center;max-width:1200px;margin:0 auto}.content h2{font-size:2.25rem;font-weight:700;margin-bottom:16px;color:#111827;position:relative;letter-spacing:-.025em}.content h2:after{content:"";width:60px;height:3px;background:#2563eb;display:block;margin:16px auto 32px;border-radius:2px}.content p{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto 40px;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px;max-width:1000px;margin-left:auto;margin-right:auto}.card{background:#fff;padding:32px;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#d1d5db}.card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#111827;letter-spacing:-.025em}.card p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.card ul{list-style:none;padding:0;margin:0}.card ul li{font-size:1rem;color:#6b7280;position:relative;padding:6px 0 6px 20px}.card ul li:before{content:"•";color:#2563eb;font-weight:700;position:absolute;left:0}footer{text-align:center;background:#f9fafb;border-top:1px solid #e5e7eb;color:#6b7280;padding:40px 20px;margin-top:80px}@media (max-width: 768px){.hamburger{display:flex}.logo{width:65px;height:65px}header .logo-text img{height:65px}header .header-flex{padding:18px 0}header nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;padding-top:100px;z-index:999}header nav.active{right:0}header nav ul{flex-direction:column;gap:0;padding:20px}header nav ul li{width:100%;border-bottom:1px solid #e5e7eb}header nav ul li a{display:block;padding:16px 20px;border-radius:0;width:100%;text-align:left}header nav ul li a:hover{background:#f3f4f6;transform:none}.nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:998}.nav-overlay.active{display:block}header .header-flex{padding:16px 0}.hero{padding:130px 16px 80px}.hero-content{margin:0 auto 50px;max-width:100%}.hero h1{font-size:2rem;line-height:1.3;margin-bottom:24px}.hero p,.hero-subtitle{font-size:1.05rem;line-height:1.7;margin-bottom:36px;padding:0 12px}.hero-buttons{flex-direction:column;align-items:center;gap:16px;margin-bottom:70px}.btn{width:100%;max-width:300px;padding:16px 24px;font-size:.95rem}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:40px;justify-items:center;padding:0 16px}.hero-stats .stat:last-child{grid-column:1 / -1}.stat{min-width:140px}.stat-number{font-size:2.25rem;margin-bottom:12px}.stat-label{font-size:.9rem;line-height:1.4}.content{padding:60px 16px}.cards{grid-template-columns:1fr;gap:24px;margin-top:32px}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:32px 24px}.tech-categories{grid-template-columns:1fr;gap:32px}.process-step{gap:16px}.step-number{width:40px;height:40px;font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.container{width:95%;padding:0 16px}.feature-icon{font-size:2.5rem;margin-bottom:20px}.tech-tag{font-size:.85rem;padding:6px 12px}.cta-section h2{font-size:1.875rem}.cta-section p{font-size:1rem}input,textarea,select{font-size:16px}section h2{font-size:1.75rem}.section-subtitle{font-size:1rem;padding:0 16px}}@media (max-width: 480px){.container{width:95%;padding:0 12px}header .header-flex{padding:12px 0}.logo{width:58px;height:58px}header .logo-text img{height:58px}header .header-flex{padding:14px 0}.hero{padding:100px 12px 60px}.hero h1{font-size:1.75rem;line-height:1.1}.hero-subtitle,.hero p{font-size:.95rem;padding:0 4px}.btn{padding:14px 20px;font-size:.9rem;max-width:280px}h2{font-size:1.5rem}h3{font-size:1.05rem}.section-subtitle{font-size:.95rem;padding:0 12px}.feature-card{padding:24px 20px}.feature-icon{font-size:2rem;margin-bottom:16px}.tech-tag{font-size:.8rem;padding:5px 10px}.process-step{gap:12px}.step-number{width:35px;height:35px;font-size:.9rem}.step-content h3{font-size:1rem;margin-bottom:8px}.step-content p{font-size:.9rem}.cta-section h2{font-size:1.5rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.75rem}}.scroll-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#0ea5e9;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 8px 20px #00000026;opacity:0;pointer-events:none;transition:all .3s ease;z-index:9999}.scroll-top-btn.show{opacity:1;pointer-events:auto}.scroll-top-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000040}
