@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-primary:#4f46e5;--color-primary-hover:#4338ca;--color-primary-light:#e0e7ff;--color-bg:#fff;--color-surface:#fff;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #4f46e50d;--shadow-md:0 4px 12px -2px #4f46e514, 0 2px 4px -2px #4f46e50a;--shadow-lg:0 12px 32px -4px #4f46e51f, 0 4px 12px -4px #4f46e50f;--shadow-xl:0 20px 40px -8px #4f46e526;--max-width:1440px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}ul{list-style:none}button{cursor:pointer;font-family:inherit}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.highlight-solid{background:linear-gradient(135deg,#4f46e5,#7c3aed,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .15s ease-out;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:4px 4px #3730a3}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.btn-outline{color:var(--color-text-primary);border-color:var(--color-border);box-shadow:4px 4px 0px 0px var(--color-border);background-color:#fff}.btn-outline:hover{border-color:#cbd5e1;transform:translate(-2px,-2px);box-shadow:6px 6px #cbd5e1}.btn-outline:active{transform:translate(2px,2px);box-shadow:2px 2px #cbd5e1}.header{-webkit-backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid var(--color-border);background-color:#ffffffe6;position:sticky;top:0}.header.menu-open{-webkit-backdrop-filter:none;background-color:#fff}.header-container{justify-content:space-between;align-items:center;max-width:1200px;height:4.5rem;margin:0 auto;padding:0 2rem;display:flex}.brand{color:var(--color-primary);align-items:center;gap:.5rem;display:flex}.brand-icon{fill:var(--color-primary-light)}.brand-text{letter-spacing:-.02em;color:var(--color-text-primary);font-size:1.5rem;font-weight:800}.nav{align-items:center;gap:2rem;display:flex}.nav-list{gap:1rem;margin:0;padding:0;display:flex}.nav-link{color:#475569;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-chevron{display:none}.nav-link:hover{color:#0f172a;background-color:#f1f5f9}.nav-link.active{color:#4f46e5;background-color:#4f46e514}.header-actions{gap:1rem;display:flex}.mobile-menu-btn{color:#0f172a;z-index:60;background:0 0;border:none;padding:.5rem;display:none}@media (width<=1024px){.mobile-menu-btn{display:block}.nav{z-index:55;background-color:#fff;border-top:1px solid #e2e8f0;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;max-width:100%;height:calc(100vh - 4.5rem);padding:2.5rem 2rem;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:4.5rem;right:-100%;box-shadow:0 10px 30px #0000001a}.nav.nav-open{right:0}.nav-list{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:2.5rem}.nav-link{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:700}.nav-link:hover{background-color:#f1f5f9}.nav-link.active{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 14px #4f46e566}.nav-chevron{opacity:.5;transition:transform .2s;display:block}.nav-link.active .nav-chevron{opacity:1;transform:translate(4px)}.header-actions{flex-direction:column;width:100%}.header-actions .btn{text-align:center;justify-content:center;width:100%}}.footer{color:#cbd5e1;background-color:#0f172a;border-top:1px solid #ffffff1a;margin-top:auto;padding:4rem 0 2rem}.footer .brand-text,.footer .brand-icon{color:#fff}.footer-brand h3{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:flex}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding:0 2rem;display:grid}.footer-desc{color:var(--color-text-secondary);max-width:250px;line-height:1.6}.social-links{gap:1rem;display:flex}.social-icon{color:var(--color-text-muted);transition:color .2s}.social-icon:hover{color:var(--color-primary)}.footer-heading{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);padding-top:2rem;font-size:.875rem}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-desc{max-width:100%}}.corporate-home{color:#1e1b4b;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.corporate-hero{text-align:center;background-color:#fff;border-bottom:1px solid #4f46e51a;padding:4rem 2rem 8rem;position:relative;overflow:hidden}.corporate-hero:after{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#4f46e50d 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero-content{z-index:1;max-width:1200px;margin:0 auto;position:relative}.hero-split{text-align:left;justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero-left{flex:1;max-width:550px}.hero-badge-left{color:#4f46e5;letter-spacing:.05em;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.25rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-dot{background-color:#4f46e5;border-radius:50%;width:6px;height:6px}.hero-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}.hero-title span.highlight-solid{color:#6366f1}.hero-subtitle{color:#475569;margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.hero-actions{gap:1rem;display:flex}.hero-right{perspective:1000px;flex:1;position:relative}.mockup-container{width:100%;max-width:480px;margin-left:auto;position:relative}.mockup-window{transform-style:preserve-3d;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:transform .5s;overflow:hidden;transform:rotateY(-5deg)rotateX(5deg);box-shadow:-10px 15px 30px #0000000d,inset 0 0 0 1px #ffffff80,-15px 15px #6366f1}.mockup-window:hover{transform:rotateY(-2deg)rotateX(2deg)translateY(-5px)}.mockup-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:1.5rem;display:flex}.mockup-icon-box{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mockup-header-text{flex:1}.mockup-title{color:#1e293b;margin:0;font-size:.875rem;font-weight:700}.mockup-sub{color:#64748b;margin:0;font-size:.75rem}.mockup-dots{gap:4px;display:flex}.mockup-dots span{background:#cbd5e1;border-radius:50%;width:8px;height:8px}.mockup-grid{grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem;display:grid}.mockup-card{border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.mc-label{color:#64748b;margin:0 0 .5rem;font-size:.65rem;font-weight:700}.mc-value{color:#0f172a;margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.mc-status{align-items:center;gap:4px;margin:0;font-size:.75rem;font-weight:600;display:flex}.text-green{color:#10b981}.mockup-chart{width:100%;height:80px;margin-top:1rem}.floating-badge{z-index:10;background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex;position:absolute;box-shadow:0 10px 25px -5px #0000001a}.badge-tr{top:-1.5rem;right:-1rem}.badge-bl{bottom:2rem;left:-2rem}.fb-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bg-green-50{background:#ecfdf5}.bg-purple-50{background:#f5f3ff}.text-purple{color:#8b5cf6}.fb-text strong{color:#0f172a;font-size:.85rem;display:block}.fb-text span{color:#64748b;font-size:.7rem;display:block}.floating-anim{animation:4s ease-in-out infinite floatAnim}.floating-anim-delayed{animation:4s ease-in-out 2s infinite floatAnim}@keyframes floatAnim{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.corporate-btn-primary{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .1s cubic-bezier(.4,0,.2,1);display:inline-flex;transform:translateY(0);box-shadow:0 6px #3730a3,0 15px 25px #4f46e54d}.corporate-btn-primary:hover{background-color:#4338ca;transform:translateY(-2px);box-shadow:0 6px #312e81,0 20px 30px #4f46e566}.corporate-btn-primary:active{transform:translateY(6px);box-shadow:0 0 #312e81,0 5px 10px #4f46e54d}.corporate-btn-secondary{color:#4f46e5;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .1s cubic-bezier(.4,0,.2,1);display:inline-flex;transform:translateY(0);box-shadow:0 6px #cbd5e1,0 15px 25px #0000000d}.corporate-btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px #94a3b8,0 20px 30px #00000014}.corporate-btn-secondary:active{transform:translateY(6px);box-shadow:0 0 #94a3b8,0 5px 10px #0000000d}.hero-benefits{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:3.5rem;display:flex}.benefit-item{color:#64748b;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.benefit-item svg{color:#10b981}.trust-banner{text-align:center;background-color:#fff;padding:4rem 0;overflow:hidden}.trust-banner p{color:#94a3b8;letter-spacing:.1em;margin-bottom:2rem;font-size:.875rem;font-weight:700}.marquee-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-content{gap:4rem;width:max-content;animation:30s linear infinite scrollMarquee;display:flex}.logo-text{color:#cbd5e1;text-transform:uppercase;letter-spacing:-.02em;font-size:1.5rem;font-weight:800}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2rem))}}.corporate-features-section{background-color:#fff;padding:4rem 2rem 2rem}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:6.5rem;font-weight:900;line-height:1.1}.section-subtitle{color:#475569;font-size:1.125rem;line-height:1.7}.normal-divider{background:#e2e8f0;border:0;width:100%;height:1px;margin:4rem 0}.bento-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1440px;margin:0 auto;padding:0 2rem;display:grid}.bento-card{text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:6px 6px #e2e8f0;transition:all .15s ease-out!important}.bento-card:hover{border-color:#6366f1;box-shadow:10px 10px #6366f1;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out!important;transform:translate(-4px,-4px)!important}.bento-wide{grid-column:span 2}.bento-content{z-index:2;position:relative}.feature-icon-wrapper{color:#4f46e5;background:#e0e7ff;border:2px solid #4f46e5;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.5rem;transition:transform .15s ease-out;display:inline-flex;box-shadow:3px 3px #4f46e5}.bento-card:hover .feature-icon-wrapper{transform:translate(-2px,-2px);box-shadow:5px 5px #4f46e5}.bento-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.bento-card p{color:#475569;margin:0;font-size:.95rem;font-weight:500;line-height:1.6}.corporate-products-section{max-width:1200px;margin:0 auto;padding:4rem 2rem 8rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#1e1b4b;letter-spacing:-.02em;margin-bottom:.75rem;font-size:3rem;font-weight:800}.section-header p{color:#64748b;font-size:1.125rem}.corporate-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;padding:1rem 0;display:grid}.corporate-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:6px 6px #e2e8f0;transition:all .15s ease-out!important}.corporate-card:after{content:"";opacity:1;background:linear-gradient(90deg,#4f46e5,#22d3ee,#8b5cf6) 0 0/200%;height:6px;animation:6s linear infinite gradientTextFlow;position:absolute;top:0;left:0;right:0}.corporate-card:hover{border-color:#6366f1;box-shadow:10px 10px #6366f1;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out!important;transform:translate(-4px,-4px)!important}.card-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.corporate-icon{color:#4f46e5;background:#e0e7ff;border:2px solid #4f46e5;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .15s ease-out;display:flex;box-shadow:3px 3px #4f46e5}.corporate-card:hover .corporate-icon{transform:translate(-2px,-2px);box-shadow:5px 5px #4f46e5}.card-title{color:#1e1b4b;margin:0;font-size:1.5rem;font-weight:700}.card-desc{color:#475569;flex:1;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.card-footer{align-items:center;gap:1.25rem;display:flex}.corporate-link{color:#4f46e5;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.corporate-link:hover{color:#4338ca;text-decoration:underline}.corporate-empty{text-align:center;color:#64748b;background-color:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:4rem}.corporate-bottom-cta{text-align:center;background-color:#fff;border-top:1px solid #e2e8f0;padding:8rem 2rem}.corporate-bottom-cta h2{color:#1e1b4b;letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.corporate-bottom-cta p{color:#475569;max-width:500px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.cta-content{z-index:1;position:relative}.cta-content h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.cta-content p{color:#475569;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}@media (width<=1024px){.hero-split{text-align:center;flex-direction:column;gap:4rem}.hero-left{max-width:100%}.hero-badge-left{margin:0 auto 2rem}.hero-actions{justify-content:center}.mockup-container{margin:0 auto}.hero-title{font-size:4rem}.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-wide{grid-column:span 2}}@media (width<=768px){.hero-section{padding:6rem 1rem 4rem}.hero-title{font-size:3rem}.hero-subtitle{padding:0 1rem;font-size:1.125rem}.hero-cta{flex-direction:column;padding:0 2rem}.bento-grid{grid-template-columns:1fr;padding:0 1rem}.bento-wide{grid-column:span 1}.corporate-feature{gap:2rem;padding:2rem;flex-direction:column!important}.feature-image{min-height:250px}.feature-title{font-size:2rem}.section-header h2{font-size:2.25rem}.cta-section{padding:4rem 1rem}.cta-content h2{font-size:2.25rem}}@keyframes gradientBG{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes gradientTextFlow{to{background-position:200%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-fade-in{opacity:0;animation:1s ease-out forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.reveal-on-scroll{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.about-header{text-align:center;background-color:#fff;padding:8rem 2rem 5rem}.about-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}.about-subtitle{color:#475569;max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.7}.about-mission{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;padding:6rem 2rem;display:grid}@media (width<=800px){.about-mission{grid-template-columns:1fr;gap:2.5rem}}.mission-text h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.15}.mission-text p{color:#475569;margin-bottom:1rem;font-size:1.125rem;line-height:1.8}.mission-graphic{background:#fff;border:2px solid #e2e8f0;border-radius:24px;flex-direction:column;gap:1.5rem;padding:3rem;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;display:flex;box-shadow:12px 12px #e2e8f0}.mission-graphic:hover{border-color:#4f46e5;transform:translate(-6px,-6px);box-shadow:18px 18px #4f46e5}.mission-stat{align-items:center;gap:1.25rem;display:flex}.stat-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.stat-icon.indigo{color:#4f46e5;background:#e0e7ff}.stat-icon.emerald{color:#059669;background:#d1fae5}.stat-icon.amber{color:#d97706;background:#fef3c7}.stat-icon.rose{color:#e11d48;background:#ffe4e6}.stat-info strong{color:#0f172a;letter-spacing:-.02em;font-size:1.75rem;font-weight:900;display:block}.stat-info span{color:#64748b;font-size:.9rem;font-weight:500}.about-divider{background:#e2e8f0;border:0;width:100%;height:1px;margin:0}.about-values{max-width:1100px;margin:0 auto;padding:6rem 2rem}.about-values-header{text-align:center;margin-bottom:4rem}.about-values-header h2{color:#0f172a;letter-spacing:-.04em;margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1.1}.about-values-header p{color:#475569;max-width:550px;margin:0 auto;font-size:1.125rem;line-height:1.7}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=800px){.values-grid{grid-template-columns:1fr}}.value-card{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;box-shadow:8px 8px #e2e8f0}.value-card:hover{border-color:#6366f1;transform:translate(-4px,-4px);box-shadow:12px 12px #6366f1}.value-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.value-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.value-card p{color:#475569;font-size:.95rem;line-height:1.7}.about-team{max-width:1100px;margin:0 auto;padding:6rem 2rem}.about-team-header{text-align:center;margin-bottom:4rem}.about-team-header h2{color:#0f172a;letter-spacing:-.04em;margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1.1}.about-team-header p{color:#475569;max-width:550px;margin:0 auto;font-size:1.125rem;line-height:1.7}.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=800px){.team-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.team-card{text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;box-shadow:8px 8px #e2e8f0}.team-card:hover{border-color:#6366f1;transform:translate(-4px,-4px);box-shadow:12px 12px #6366f1}.team-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;font-size:2rem;font-weight:900;display:flex}.team-avatar.av-1{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.team-avatar.av-2{background:linear-gradient(135deg,#059669,#10b981)}.team-avatar.av-3{background:linear-gradient(135deg,#d97706,#f59e0b)}.team-card h3{color:#0f172a;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.team-role{color:#4f46e5;margin-bottom:1rem;font-size:.9rem;font-weight:600}.team-card p{color:#64748b;font-size:.9rem;line-height:1.6}.about-cta{text-align:center;max-width:700px;margin:0 auto;padding:6rem 2rem}.about-cta h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.about-cta p{color:#475569;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.about-btn-primary{color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:12px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out;display:inline-block;box-shadow:4px 4px #3730a3}.about-btn-primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.about-btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.about-page .reveal-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.about-page .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){.about-hero{padding:6rem 1rem 4rem}.about-hero h1{font-size:3rem}.about-hero p{padding:0 1rem;font-size:1.125rem}}.corporate-page{color:#1e1b4b;background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.products-header{text-align:center;background-color:#fff;border-bottom:1px solid #e2e8f0;padding:8rem 2rem 6rem}.products-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}.products-subtitle{color:#475569;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.products-list{flex-direction:column;gap:10rem;max-width:1200px;margin:0 auto;padding:8rem 2rem;display:flex}.product-row{flex-direction:column;align-items:center;gap:4rem;display:flex}@media (width>=1024px){.product-row{flex-direction:row;justify-content:space-between}.product-row:nth-child(2n){flex-direction:row-reverse}}.product-content{flex:1;max-width:500px}.product-name{color:#0f172a;letter-spacing:-.04em;margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1.1}.product-description{color:#475569;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.product-specs{background-color:#fff;border:2px solid #e2e8f0;border-radius:16px;margin-bottom:2.5rem;padding:1.5rem;box-shadow:6px 6px #e2e8f0;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out!important}.product-specs:hover{border-color:#6366f1;box-shadow:10px 10px #6366f1;transform:translate(-4px,-4px)!important}.spec-item{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.spec-item:last-child{margin-bottom:0}.spec-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:.75rem;font-weight:700}.spec-value{color:#1e1b4b;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.spec-link{color:#4f46e5;text-decoration:none}.spec-link:hover{color:#4338ca;text-decoration:underline}.product-graphic{aspect-ratio:4/3;background:#fff;border:2px solid #e2e8f0;border-radius:24px;flex:1;justify-content:center;align-items:center;width:100%;max-width:550px;display:flex;position:relative;overflow:hidden;box-shadow:12px 12px #e2e8f0;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out!important}.product-graphic:hover{border-color:#4f46e5;box-shadow:18px 18px #4f46e5;transform:translate(-6px,-6px)!important}.product-graphic:before{content:"";pointer-events:none;background:radial-gradient(circle,#4f46e51a 0%,#0000 60%);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.graphic-inner{z-index:1;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:75%;height:65%;display:flex;position:relative;transform:translateZ(30px);box-shadow:0 15px 35px #0f172a26,inset 0 1px 2px #fff}.graphic-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;align-items:center;gap:8px;height:32px;padding:0 16px;display:flex}.graphic-dot{background:#cbd5e1;border-radius:50%;width:10px;height:10px}.graphic-body{color:#94a3b8;flex:1;justify-content:center;align-items:center;display:flex}.btn-primary-large{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .1s cubic-bezier(.4,0,.2,1);display:inline-flex;transform:translateY(0);box-shadow:0 6px #3730a3,0 10px 20px #4f46e566}.btn-primary-large:hover{background-color:#4338ca}.btn-primary-large:active{transform:translateY(6px);box-shadow:0 0 #3730a3,0 4px 10px #4f46e566}@media (width<=1024px){.products-hero h1{font-size:4rem}}@media (width<=768px){.products-hero{padding:6rem 1rem 4rem}.products-hero h1{font-size:3rem}.products-hero p{padding:0 1rem;font-size:1.125rem}.products-list{gap:4rem;padding:4rem 1rem}.product-row{gap:2rem;flex-direction:column!important}.product-name{font-size:2.25rem}.product-feature-list li{font-size:1rem}.product-graphic{min-height:250px}}.pricing-header{text-align:center;background-color:#fff;padding:8rem 2rem 5rem}.pricing-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}.pricing-subtitle{color:#475569;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.7}.pricing-toggle{justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.pricing-toggle span{color:#64748b;font-size:.95rem;font-weight:600;transition:color .2s}.pricing-toggle span.active-toggle{color:#0f172a}.toggle-switch{cursor:pointer;background:#e2e8f0;border:2px solid #cbd5e1;border-radius:9999px;width:56px;height:30px;transition:background .2s,border-color .2s;position:relative}.toggle-switch.toggled{background:#4f46e5;border-color:#4338ca}.toggle-knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #00000026}.toggle-switch.toggled .toggle-knob{transform:translate(26px)}.save-badge{color:#10b981;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:2rem;max-width:1100px;margin:4rem auto 0;padding:0 2rem;display:grid}@media (width<=900px){.pricing-grid{grid-template-columns:1fr;max-width:420px}}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;position:relative;box-shadow:8px 8px #e2e8f0}.pricing-card:hover{border-color:#6366f1;transform:translate(-4px,-4px);box-shadow:12px 12px #6366f1}.pricing-card.popular{border-color:#4f46e5;box-shadow:8px 8px #4f46e5}.pricing-card.popular:hover{transform:translate(-6px,-6px);box-shadow:14px 14px #4f46e5}.popular-badge{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:#4f46e5;border-radius:9999px;padding:.35rem 1.25rem;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #4f46e54d}.pricing-plan-name{color:#0f172a;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.pricing-plan-desc{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.pricing-amount{align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.pricing-currency{color:#0f172a;font-size:1.75rem;font-weight:800}.pricing-value{color:#0f172a;letter-spacing:-.04em;font-size:4rem;font-weight:900;line-height:1}.pricing-period{color:#94a3b8;font-size:1rem;font-weight:500}.pricing-billed{color:#94a3b8;margin-bottom:2rem;font-size:.8rem}.pricing-divider{background:#e2e8f0;border:0;height:1px;margin:1.5rem 0}.pricing-features{flex-direction:column;gap:.875rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.pricing-features li{color:#334155;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;display:flex}.pricing-features li svg{color:#10b981;flex-shrink:0}.pricing-btn-primary{text-align:center;color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:12px;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out;display:block;box-shadow:4px 4px #3730a3}.pricing-btn-primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.pricing-btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.pricing-btn-secondary{text-align:center;color:#0f172a;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;display:block;box-shadow:4px 4px #e2e8f0}.pricing-btn-secondary:hover{color:#4f46e5;border-color:#6366f1;transform:translate(-2px,-2px);box-shadow:6px 6px #6366f1}.pricing-btn-secondary:active{transform:translate(2px,2px);box-shadow:2px 2px #e2e8f0}.pricing-bottom-cta{text-align:center;max-width:700px;margin:0 auto;padding:6rem 2rem}.pricing-bottom-cta h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.pricing-bottom-cta p{color:#475569;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.pricing-page .reveal-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.pricing-page .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){.pricing-hero{padding:6rem 1rem 4rem}.pricing-title{font-size:3rem}.pricing-subtitle{padding:0 1rem;font-size:1.125rem}.pricing-bottom-cta{padding:4rem 1rem}.pricing-bottom-cta h2{font-size:2.25rem}}.contact-header{text-align:center;background-color:#fff;padding:8rem 2rem 5rem}.contact-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}.contact-subtitle{color:#475569;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.7}.contact-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;padding:5rem 2rem 6rem;display:grid}@media (width<=800px){.contact-layout{grid-template-columns:1fr;gap:3rem}}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.25rem;padding:1.75rem;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;display:flex;box-shadow:6px 6px #e2e8f0}.contact-info-card:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:9px 9px #6366f1}.contact-info-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.contact-info-icon.indigo{color:#4f46e5;background:#e0e7ff}.contact-info-icon.emerald{color:#059669;background:#d1fae5}.contact-info-icon.amber{color:#d97706;background:#fef3c7}.contact-info-text h4{color:#0f172a;margin-bottom:.2rem;font-size:1rem;font-weight:700}.contact-info-text p{color:#64748b;font-size:.9rem;line-height:1.5}.contact-info-text a{color:#4f46e5;font-weight:600;text-decoration:none}.contact-info-text a:hover{text-decoration:underline}.contact-form-card{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;box-shadow:10px 10px #e2e8f0}.contact-form-card:hover{border-color:#c7d2fe;box-shadow:10px 10px #c7d2fe}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#0f172a;text-transform:uppercase;letter-spacing:.03em;font-size:.875rem;font-weight:700}.form-input{color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-input::placeholder{color:#94a3b8}textarea.form-input{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=500px){.form-row{grid-template-columns:1fr}}.contact-submit{color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:12px;width:100%;margin-top:.5rem;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out;display:block;box-shadow:4px 4px #3730a3}.contact-submit:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.contact-submit:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.contact-page .reveal-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.contact-page .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){.contact-hero{padding:6rem 1rem 4rem}.contact-title{font-size:3rem}.contact-subtitle{padding:0 1rem;font-size:1.125rem}.form-input{font-size:1rem}}.legal-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.legal-header{text-align:center;background-color:#fff;padding:8rem 2rem 4rem}.legal-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1rem;font-size:4rem;font-weight:900;line-height:1.1}.legal-updated{color:#94a3b8;font-size:.9rem;font-weight:500}.legal-content{max-width:860px;margin:0 auto;padding:4rem 2rem 6rem}.legal-section{margin-bottom:3rem}.legal-section h2{color:#0f172a;letter-spacing:-.02em;border-bottom:2px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.75rem;font-weight:800}.legal-section h3{color:#1e293b;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.legal-section p{color:#475569;margin-bottom:1rem;font-size:1rem;line-height:1.8}.legal-section ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.legal-section li{color:#475569;margin-bottom:.5rem;font-size:1rem;line-height:1.8}.legal-section a{color:#4f46e5;font-weight:600;text-decoration:underline}.legal-section a:hover{color:#4338ca}.legal-info-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:1.5rem 2rem;box-shadow:6px 6px #e2e8f0}.legal-info-card p{margin-bottom:0;font-size:.95rem}.legal-page .reveal-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.legal-page .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){.legal-header{padding:6rem 1rem 3rem}.legal-title{font-size:2.5rem}.legal-content{padding:3rem 1rem 4rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.125rem}.legal-info-card{padding:1.25rem 1rem}}
