@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--blue-950:#172554;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--section-padding:100px 0;--container-max:1200px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--shadow-blue:0 4px 14px #2563eb40;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-family);color:var(--gray-800);background-color:var(--white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 24px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--blue-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--blue-500)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-200);transition:box-shadow var(--transition-base);background:#ffffffd9;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar-logo{color:var(--blue-700);align-items:center;gap:10px;font-size:1.35rem;font-weight:800;display:flex}.navbar-logo .logo-icon{width:36px;height:auto;color:var(--white);justify-content:center;align-items:center;display:flex}.navbar-logo .nav-logo-text{margin:0;padding:0}.navbar-logo .nav-logo-black{color:#000;margin:0;padding:0}.navbar-links{align-items:center;gap:32px;display:flex}.navbar-links a{color:var(--gray-600);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;position:relative}.navbar-links a:after{content:"";background:var(--blue-600);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.navbar-links a:hover{color:var(--blue-700)}.navbar-links a:hover:after{width:100%}.navbar-cta{background:linear-gradient(135deg, var(--blue-600), var(--blue-700));border-radius:var(--radius-full);transition:transform var(--transition-fast), box-shadow var(--transition-fast);padding:10px 24px;font-size:.9rem;font-weight:600;color:var(--white)!important}.navbar-cta:hover{box-shadow:var(--shadow-blue);transform:translateY(-1px)}.navbar-cta:after{display:none!important}.mobile-menu-btn{color:var(--gray-700);display:none}.hero{background:linear-gradient(180deg, var(--blue-50) 0%, var(--white) 100%);align-items:center;min-height:100vh;padding:80px 0 40px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#3b82f614 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.hero:after{content:"";background:radial-gradient(circle,#2563eb0f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-150px}.hero-inner{z-index:1;align-items:center;gap:60px;display:flex;position:relative}.hero-content{flex:1;max-width:580px}.hero-badge{background:var(--blue-100);color:var(--blue-700);border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge .badge-dot{background:var(--blue-600);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero h1{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.1}.hero h1 span{background:linear-gradient(135deg, var(--blue-600), var(--blue-800));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--gray-600);max-width:520px;margin-bottom:16px;font-size:1.2rem;line-height:1.7}.hero-value{color:var(--gray-500);max-width:480px;margin-bottom:36px;font-size:.95rem;line-height:1.6}.hero-actions{align-items:center;gap:16px;margin-bottom:48px;display:flex}.btn-primary{background:linear-gradient(135deg, var(--blue-600), var(--blue-700));color:var(--white);border-radius:var(--radius-full);transition:transform var(--transition-fast), box-shadow var(--transition-fast);align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.btn-secondary{background:var(--white);color:var(--gray-700);border-radius:var(--radius-full);border:1.5px solid var(--gray-300);transition:all var(--transition-fast);align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--blue-400);color:var(--blue-700);background:var(--blue-50)}.hero-stats{flex-wrap:wrap;gap:12px;display:flex}.hero-stat{cursor:default;background:#00000005;border:1px solid #00000026;border-radius:20px;flex-direction:column;padding:16px 24px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s,background .3s;display:flex}.hero-stat:hover{background:var(--white);transform:translateY(-8px)scale(1.02);box-shadow:0 12px 24px #0000001a}.hero-stat-value{color:var(--blue-700);font-size:1.8rem;font-weight:800}.hero-stat-label{color:var(--gray-500);margin-top:2px;font-size:.8rem;font-weight:500}.hero-visual{flex:1;max-width:520px;margin-top:-40px;position:relative}.hero-dashboard-preview{-webkit-backdrop-filter:blur(24px);background:#ffffffd9;border:1px solid #fffc;border-radius:20px;animation:6s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #2563eb26,inset 0 0 0 1px #fff9}.hero-dashboard-preview:before{content:"";pointer-events:none;z-index:10;background:linear-gradient(90deg,#0000,#fff6,#0000);width:70%;height:100%;animation:8s infinite shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px);box-shadow:0 35px 65px -15px #2563eb33,inset 0 0 0 1px #fff9}}.preview-topbar{background:#f8fafc99;border-bottom:1px solid #e2e8f0cc;align-items:center;gap:8px;padding:14px 20px;display:flex}.preview-dot{border-radius:50%;width:12px;height:12px;box-shadow:inset 0 1px 2px #0000001a}.preview-dot.red{background:#ff5f57;border:1px solid #e0443e}.preview-dot.yellow{background:#febc2e;border:1px solid #d8a027}.preview-dot.green{background:#28c840;border:1px solid #22aa36}.preview-content{flex-direction:column;gap:20px;padding:24px;display:flex}.preview-header-row{justify-content:space-between;align-items:center;display:flex}.preview-title{color:var(--gray-900);font-size:1rem;font-weight:800}.preview-live-badge{color:var(--success);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#d1fae5,#ecfdf5);border:1px solid #a7f3d0;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:700;display:flex}.preview-live-dot{background:var(--success);width:8px;height:8px;box-shadow:0 0 8px var(--success);border-radius:50%;animation:1.5s ease-in-out infinite pulse-dot}.preview-stats-row{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.preview-stat-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #e2e8f0cc;padding:16px 14px;transition:transform .3s}.preview-stat-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-200);transform:translateY(-2px)}.preview-stat-card .label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.preview-stat-card .value{color:var(--blue-700);letter-spacing:-.02em;margin-top:6px;font-size:1.4rem;font-weight:900}.preview-stat-card .change{color:var(--success);background:#ecfdf5;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:.7rem;font-weight:700;display:inline-block}.preview-chart{align-items:flex-end;gap:6px;height:80px;margin-top:4px;padding:0 4px;display:flex}@keyframes growBar{0%{opacity:0;height:0}to{opacity:.9}}.chart-bar{background:linear-gradient(180deg, var(--blue-500), var(--blue-700));opacity:.9;border-radius:4px 4px 0 0;flex:1;animation:1s cubic-bezier(.175,.885,.32,1.275) backwards growBar;box-shadow:0 -2px 10px #2563eb33}.chart-bar:nth-child(2n){background:linear-gradient(180deg, var(--blue-300), var(--blue-500))}.chart-bar:first-child{animation-delay:.1s}.chart-bar:nth-child(2){animation-delay:.15s}.chart-bar:nth-child(3){animation-delay:.2s}.chart-bar:nth-child(4){animation-delay:.25s}.chart-bar:nth-child(5){animation-delay:.3s}.chart-bar:nth-child(6){animation-delay:.35s}.chart-bar:nth-child(7){animation-delay:.4s}.chart-bar:nth-child(8){animation-delay:.45s}.chart-bar:nth-child(9){animation-delay:.5s}.chart-bar:nth-child(10){animation-delay:.55s}.chart-bar:nth-child(11){animation-delay:.6s}.chart-bar:nth-child(12){animation-delay:.65s}.preview-ranking-rows{flex-direction:column;gap:10px;display:flex}.ranking-row{border-radius:var(--radius-md);background:#f8fafccc;border:1px solid #e2e8f0cc;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.ranking-row:hover{background:var(--white);box-shadow:var(--shadow-sm);border-color:var(--blue-200);transform:translate(4px)}.ranking-rank{color:var(--blue-700);width:28px;font-size:.9rem;font-weight:900}.ranking-name{color:var(--gray-700);flex:1;font-size:.8rem;font-weight:600}.ranking-score{color:var(--gray-900);background:var(--blue-100);border-radius:var(--radius-full);padding:2px 10px;font-size:.8rem;font-weight:700}.hero-floating-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);padding:14px 20px;font-size:.8rem;animation:4s ease-in-out infinite float-card;position:absolute}.hero-floating-card.card-1{animation-delay:0s;top:20px;right:-30px}.hero-floating-card.card-2{animation-delay:2s;bottom:40px;left:-20px}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.floating-card-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;font-weight:600}.floating-card-value{color:var(--blue-700);margin-top:2px;font-size:1.1rem;font-weight:800}.section{padding:var(--section-padding)}.section-alt{background:var(--gray-50)}.section-header{text-align:center;max-width:680px;margin:0 auto 64px}.section-label{background:var(--blue-100);color:var(--blue-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.section-title{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:18px;font-size:2.5rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--gray-500);font-size:1.1rem;line-height:1.7}.problem-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.problem-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:all var(--transition-base);padding:36px;position:relative;overflow:hidden}.problem-card:before{content:"";background:linear-gradient(90deg, var(--error), var(--warning));opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.problem-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.problem-card:hover:before{opacity:1}.problem-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--error);background:#fef2f2;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.problem-card h3{color:var(--gray-900);margin-bottom:10px;font-size:1.15rem;font-weight:700}.problem-card p{color:var(--gray-500);font-size:.92rem;line-height:1.65}.solution-content{align-items:center;gap:80px;display:flex}.solution-text{flex:1}.solution-text h3{color:var(--gray-900);margin-bottom:20px;font-size:1.8rem;font-weight:800;line-height:1.2}.solution-text p{color:var(--gray-500);margin-bottom:32px;font-size:1.05rem;line-height:1.7}.solution-points{flex-direction:column;gap:16px;display:flex}.solution-point{align-items:flex-start;gap:14px;display:flex}.solution-point-icon{background:var(--blue-100);border-radius:var(--radius-sm);width:36px;min-width:36px;height:36px;color:var(--blue-600);justify-content:center;align-items:center;margin-top:2px;display:flex}.solution-point-content h4{color:var(--gray-800);margin-bottom:4px;font-size:.95rem;font-weight:700}.solution-point-content p{color:var(--gray-500);margin-bottom:0;font-size:.88rem;line-height:1.55}.solution-visual{flex:1;max-width:460px;position:relative}.solution-diagram{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);padding:36px}.diagram-center{flex-direction:column;align-items:center;gap:24px;display:flex}.diagram-hub{background:linear-gradient(135deg, var(--blue-600), var(--blue-800));border-radius:var(--radius-lg);width:100px;height:100px;color:var(--white);text-align:center;box-shadow:var(--shadow-blue);justify-content:center;align-items:center;font-size:.7rem;font-weight:800;line-height:1.3;display:flex}.diagram-spokes{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.diagram-spoke{background:var(--gray-50);border-radius:var(--radius-full);color:var(--gray-600);border:1px solid var(--gray-200);transition:all var(--transition-fast);padding:8px 18px;font-size:.8rem;font-weight:600}.diagram-spoke:hover{background:var(--blue-50);border-color:var(--blue-300);color:var(--blue-700)}.diagram-arrow{background:var(--blue-300);width:2px;height:24px;position:relative}.diagram-arrow:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--blue-300);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.diagram-output{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.diagram-output-item{background:linear-gradient(135deg, var(--blue-50), var(--blue-100));border-radius:var(--radius-md);color:var(--blue-700);border:1px solid var(--blue-200);padding:10px 20px;font-size:.8rem;font-weight:600}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:all var(--transition-base);padding:36px;position:relative;overflow:hidden}.feature-card:after{content:"";background:linear-gradient(90deg, var(--blue-500), var(--blue-700));height:3px;transition:transform var(--transition-base);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-200);transform:translateY(-4px)}.feature-card:hover:after{transform:scaleX(1)}.feature-icon{background:linear-gradient(135deg, var(--blue-50), var(--blue-100));border-radius:var(--radius-md);width:52px;height:52px;color:var(--blue-600);justify-content:center;align-items:center;margin-bottom:22px;display:flex}.feature-card h3{color:var(--gray-900);margin-bottom:10px;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.steps-container{flex-direction:column;gap:0;max-width:800px;margin:0 auto;display:flex;position:relative}.step-item{align-items:flex-start;gap:32px;padding-bottom:48px;display:flex;position:relative}.step-item:last-child{padding-bottom:0}.step-number-col{flex-direction:column;align-items:center;display:flex;position:relative}.step-number{background:linear-gradient(135deg, var(--blue-600), var(--blue-700));width:56px;min-width:56px;height:56px;color:var(--white);box-shadow:var(--shadow-blue);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.step-line{background:var(--blue-200);flex:1;width:2px;margin-top:4px}.step-content{flex:1;padding-top:12px}.step-content h3{color:var(--gray-900);margin-bottom:8px;font-size:1.2rem;font-weight:700}.step-content p{color:var(--gray-500);font-size:.92rem;line-height:1.65}.roles-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.role-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);text-align:center;transition:all var(--transition-base);padding:36px 28px;position:relative}.role-card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-200);transform:translateY(-4px)}.role-icon{background:linear-gradient(135deg, var(--blue-50), var(--blue-100));border-radius:var(--radius-lg);width:64px;height:64px;color:var(--blue-600);justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.role-card h3{color:var(--gray-900);margin-bottom:12px;font-size:1.1rem;font-weight:700}.role-card p{color:var(--gray-500);font-size:.88rem;line-height:1.6}.role-benefits{text-align:left;margin-top:20px}.role-benefit{color:var(--gray-600);align-items:center;gap:8px;padding:6px 0;font-size:.82rem;display:flex}.role-benefit-icon{color:var(--blue-500);min-width:16px}.benefits-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.benefit-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);text-align:center;transition:all var(--transition-base);padding:32px 20px}.benefit-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-200);transform:translateY(-3px)}.benefit-icon{background:linear-gradient(135deg, var(--blue-50), var(--blue-100));border-radius:var(--radius-md);width:48px;height:48px;color:var(--blue-600);justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.benefit-card h4{color:var(--gray-900);margin-bottom:8px;font-size:.95rem;font-weight:700}.benefit-card p{color:var(--gray-500);font-size:.82rem;line-height:1.55}.usecases-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.usecase-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:all var(--transition-base);align-items:flex-start;gap:20px;padding:40px;display:flex}.usecase-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-200)}.usecase-number{background:linear-gradient(135deg, var(--blue-100), var(--blue-200));border-radius:var(--radius-sm);width:40px;min-width:40px;height:40px;color:var(--blue-700);justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.usecase-card h3{color:var(--gray-900);margin-bottom:10px;font-size:1.1rem;font-weight:700}.usecase-card p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.tech-content{align-items:center;gap:80px;display:flex}.tech-text{flex:1}.tech-text h3{color:var(--gray-900);margin-bottom:16px;font-size:1.8rem;font-weight:800;line-height:1.2}.tech-text p{color:var(--gray-500);margin-bottom:32px;font-size:1.05rem;line-height:1.7}.tech-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.tech-item{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:all var(--transition-fast);align-items:center;gap:12px;padding:14px 20px;display:flex}.tech-item:hover{background:var(--blue-50);border-color:var(--blue-200)}.tech-item-icon{background:var(--white);border-radius:var(--radius-sm);width:36px;min-width:36px;height:36px;color:var(--blue-600);border:1px solid var(--gray-200);justify-content:center;align-items:center;display:flex}.tech-item-info .tech-name{color:var(--gray-800);font-size:.88rem;font-weight:700}.tech-item-info .tech-desc{color:var(--gray-500);font-size:.75rem}.tech-visual{flex:1;max-width:420px}.tech-stack-visual{background:var(--gray-900);border-radius:var(--radius-lg);color:var(--white);box-shadow:var(--shadow-xl);padding:32px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.82rem;line-height:1.8;position:relative;overflow:hidden}.tech-stack-visual:before{content:"";background:var(--gray-800);border-bottom:1px solid #ffffff1a;height:32px;position:absolute;top:0;left:0;right:0}.tech-code-header{z-index:1;align-items:center;gap:6px;margin-bottom:20px;display:flex;position:relative}.code-dot{border-radius:50%;width:10px;height:10px}.tech-code-content{z-index:1;position:relative}.code-comment{color:#6a9955}.code-key{color:#9cdcfe}.code-string{color:#ce9178}.code-bracket{color:gold}.contact-section{background:var(--white);padding:100px 0;position:relative}.contact-grid{background:var(--gray-50);border-radius:var(--radius-xl);border:1px solid var(--gray-200);grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:60px;display:grid}.contact-info h2{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:20px;font-size:2.5rem;font-weight:800;line-height:1.2}.contact-info p{color:var(--gray-600);max-width:480px;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.contact-details{flex-direction:column;gap:24px;display:flex}.contact-detail{align-items:center;gap:16px;display:flex}.contact-icon-wrapper{background:var(--white);width:48px;height:48px;color:var(--blue-600);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-detail h4{color:var(--gray-900);margin-bottom:2px;font-size:.9rem;font-weight:700}.contact-detail span{color:var(--gray-500);font-size:.9rem}.contact-form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);padding:40px}.contact-form h3{color:var(--gray-900);margin-bottom:24px;font-size:1.5rem;font-weight:800}.form-group{margin-bottom:20px}.form-group label{color:var(--gray-900);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.form-group input,.form-group textarea{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);width:100%;color:var(--gray-900);transition:all var(--transition-fast);padding:12px 16px;font-family:inherit;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{background:var(--white);border-color:var(--blue-500);outline:none;box-shadow:0 0 0 3px #3b82f61a}.btn-submit{background:linear-gradient(135deg, var(--blue-600), var(--blue-700));width:100%;color:var(--white);border-radius:var(--radius-md);transition:transform var(--transition-fast), box-shadow var(--transition-fast);justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:14px 24px;font-size:1rem;font-weight:600;display:inline-flex}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb40}.clients-container{justify-content:center;align-items:center;padding:20px 0;display:flex}.client-logo-wrapper{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:all var(--transition-base);justify-content:center;align-items:center;max-width:400px;padding:30px 50px;display:flex}.client-logo-wrapper:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-200);transform:translateY(-5px)}.client-logo-img{max-width:100%;height:auto;transition:all var(--transition-base)}.footer{background:var(--gray-900);color:var(--gray-400);padding:64px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand h3{color:var(--white);align-items:center;gap:10px;margin-bottom:12px;font-size:1.3rem;font-weight:800;display:flex}.footer-brand-icon{background:linear-gradient(135deg, var(--blue-500), var(--blue-700));border-radius:var(--radius-sm);width:32px;height:32px;color:var(--white);justify-content:center;align-items:center;display:flex}.footer-brand p{color:var(--gray-400);max-width:320px;font-size:.9rem;line-height:1.7}.footer-column h4{color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer-column a{color:var(--gray-400);transition:color var(--transition-fast);padding:6px 0;font-size:.88rem;display:block}.footer-column a:hover{color:var(--blue-400)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.footer-bottom p{color:var(--gray-500);font-size:.82rem}.footer-socials{gap:16px;display:flex}.footer-social-link{width:36px;height:36px;color:var(--gray-400);transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social-link:hover{background:var(--blue-600);border-color:var(--blue-600);color:var(--white)}@media (width<=1024px){.hero h1{font-size:2.8rem}.hero-inner{text-align:center;flex-direction:column}.hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-subtitle,.hero-value{max-width:600px;margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center;width:100%}.hero-visual{max-width:480px;margin:0 auto}.solution-content{text-align:center;flex-direction:column}.solution-text{flex-direction:column;align-items:center;display:flex}.solution-text p{max-width:600px;margin-left:auto;margin-right:auto}.solution-points{text-align:left;width:100%;max-width:600px;margin:0 auto}.solution-visual{max-width:100%;margin:40px auto 0}.tech-content{text-align:center;flex-direction:column}.tech-text{flex-direction:column;align-items:center;display:flex}.tech-text p{max-width:600px;margin-left:auto;margin-right:auto}.tech-visual{max-width:100%;margin-top:40px}.features-grid,.roles-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.section{padding:64px 0}.section-title{font-size:2rem}.hero{padding:120px 0 64px}.hero h1{font-size:2.2rem}.hero-subtitle{font-size:1.05rem}.hero-actions{flex-direction:column;gap:12px}.hero-stats{flex-wrap:wrap;gap:24px}.problem-grid,.features-grid,.roles-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.usecases-grid,.tech-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:40px;padding:30px}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.navbar-links{display:none}.mobile-menu-btn{display:block}}@media (width<=480px){.hero h1{font-size:1.8rem}.section-title{font-size:1.6rem}.benefits-grid{grid-template-columns:1fr}}.legal-main{max-width:900px;margin:0 auto;padding:120px 40px 80px}.legal-header{margin-bottom:64px}.legal-document-badge{border:1px solid var(--gray-800);background:var(--white);text-transform:uppercase;letter-spacing:.1em;color:var(--blue-700);align-items:center;gap:8px;margin-bottom:24px;padding:6px 12px;font-family:monospace;font-size:.75rem;font-weight:700;display:inline-flex}.legal-document-badge-dot{background:var(--blue-600);border-radius:50%;width:8px;height:8px}.legal-title{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:16px;font-size:3rem;font-weight:900}.legal-subtitle{color:var(--gray-600);max-width:700px;font-size:1.15rem;line-height:1.7}.legal-meta-cards{gap:24px;margin-top:24px;display:flex}.legal-meta-card{border:1px solid var(--gray-200);background:var(--white);border-radius:var(--radius-md);padding:12px 16px}.legal-meta-label{color:var(--gray-400);text-transform:uppercase;margin-bottom:4px;font-family:monospace;font-size:.65rem}.legal-meta-value{color:var(--gray-800);font-family:monospace;font-size:.8rem;font-weight:700}.legal-notice{background:var(--blue-50);border-left:4px solid var(--blue-500);border-radius:0 var(--radius-md) var(--radius-md) 0;margin-bottom:48px;padding:24px}.legal-notice.dark{background:var(--gray-900);border-left:4px solid var(--blue-400);color:var(--gray-300)}.legal-notice-title{text-transform:uppercase;color:var(--blue-700);margin-bottom:8px;font-family:monospace;font-size:.75rem;font-weight:700}.legal-notice.dark .legal-notice-title{color:var(--blue-300)}.legal-notice-text{font-size:.95rem;line-height:1.6}.legal-sections{flex-direction:column;gap:32px;display:flex}.legal-section-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-sm);padding:32px}.legal-section-card:hover{border-color:var(--blue-300);box-shadow:var(--shadow-md);transform:translateY(-2px)}.legal-section-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.legal-section-icon{color:var(--blue-600)}.legal-section-title{color:var(--gray-900);font-size:1.4rem;font-weight:800}.legal-section-content{flex-direction:column;gap:24px;display:flex}.legal-block-subtitle{text-transform:uppercase;color:var(--gray-800);letter-spacing:.05em;margin-bottom:12px;font-family:monospace;font-size:.8rem;font-weight:700}.legal-list{flex-direction:column;gap:12px;display:flex}.legal-list-item{color:var(--gray-600);gap:12px;font-size:.95rem;line-height:1.6;display:flex}.legal-list-bullet{background:var(--blue-500);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}@media (width<=768px){.legal-meta-cards{flex-direction:column;gap:12px}.legal-title{font-size:2.2rem}}.footer-logo-white{color:#fff!important}.footer-logo{align-items:center;gap:8px;display:flex}.footer-logo img{object-fit:contain;width:32px;height:32px}.footer-logo .nav-logo-text{color:var(--blue-600);letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.footer-description{margin-top:5px;font-size:12px}
