/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.block{display:block}.hidden{display:none}.grow{flex-grow:1}}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;width:100%;padding:1rem 2%;transition:all .3s;display:flex;position:fixed;top:0}nav.scrolled{padding:.8rem 6%;box-shadow:0 4px 20px #00000014}.logo-container{flex-direction:column;gap:.1rem;display:flex}.logo{-webkit-text-fill-color:transparent;letter-spacing:-.5px;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800}.logo-container,.logo-wrap{align-items:center;gap:.5rem;display:flex}.company-name{color:#64748b;letter-spacing:.5px;text-transform:uppercase;font-size:.7rem;font-weight:500}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:#475569;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:linear-gradient(135deg,#2563eb,#7c3aed);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:#2563eb}.nav-links a:hover:after{width:100%}.nav-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:10px;padding:.5rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #2563eb33}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb59}nav .nav-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-toggle{background:#fff;border:1px solid #00000014;border-radius:10px;width:40px;height:40px;display:none;position:relative}.hamburger,.hamburger:after,.hamburger:before{content:"";background:#0f172a;width:22px;height:2px;transition:transform .25s,top .25s,opacity .2s;position:absolute;left:50%}.hamburger{top:50%;transform:translate(-50%,-50%)}.hamburger:before{top:-7px;transform:translate(-50%)}.hamburger:after{top:7px;transform:translate(-50%)}.hamburger.is-active{background:0 0}.hamburger.is-active:before{top:0;transform:translate(-50%)rotate(45deg)}.hamburger.is-active:after{top:0;transform:translate(-50%)rotate(-45deg)}.desktop-only{align-items:center;gap:1.5rem;display:flex}.mobile-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;z-index:999;background:#fffffffa;border-bottom:1px solid #00000014;padding:1rem 6%;transition:opacity .25s,transform .25s;display:none;position:fixed;top:64px;left:0;right:0;transform:translateY(-8px)}.mobile-menu a{color:#0f172a;padding:.8rem 0;font-weight:600;text-decoration:none;display:block}.mobile-menu .nav-cta.full{width:100%;margin-top:.5rem}.mobile-menu.open{opacity:1;display:block;transform:translateY(0)}.hero{background:linear-gradient(135deg,#f8fafc,#e0e7ff);min-height:100vh;padding:0 6%;display:flex;overflow:hidden}.hero,.hero-grid{align-items:center;position:relative}.hero-grid{z-index:2;grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.hero-content{animation:fadeInLeft 1s ease-out}.hero h1{color:#0f172a;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.1}.hero h1 .gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text}.hero p{color:#475569;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}.hero-buttons{gap:1rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:10px;padding:1rem 2.2rem;font-size:1.05rem;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #2563eb40}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #2563eb66}.btn-secondary{color:#2563eb;cursor:pointer;background:#fff;border:2px solid #2563eb;border-radius:10px;padding:1rem 2.2rem;font-size:1.05rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#f1f5f9;transform:translateY(-3px)}.hero-visual{animation:fadeInRight 1s ease-out;position:relative}.visual-container{width:100%;height:500px;position:relative}.floating-card{background:#fff;border-radius:16px;padding:2rem;animation:float 3s ease-in-out infinite;position:absolute;box-shadow:0 20px 60px #0000001f}.card-1{width:250px;animation-delay:0s;top:10%;left:10%}.card-2{width:280px;animation-delay:1s;top:50%;right:5%}.card-3{width:200px;animation-delay:2s;bottom:10%;left:20%}.card-icon{background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;font-size:1.5rem;display:flex}.card-title{color:#0f172a;margin-bottom:.5rem;font-size:1rem;font-weight:700}.card-desc{color:#64748b;font-size:.85rem}.bg-decoration{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.gradient-orb{filter:blur(80px);opacity:.3;border-radius:50%;position:absolute}.orb-1{background:#2563eb;width:500px;height:500px;top:-10%;right:-5%}.orb-2{background:#7c3aed;width:400px;height:400px;bottom:-10%;left:-5%}.why-section{background:#fff;padding:8rem 6%;position:relative}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.section-header h2{color:#0f172a;margin-bottom:1rem;font-size:3rem;font-weight:800}.section-header p{color:#64748b;font-size:1.2rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1500px;margin:0 auto;display:grid}.product-card{background:linear-gradient(135deg,#f8fafc,#e0e7ff 50%,#faf5ff);border:1px solid #2563eb1a;border-radius:24px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-10px);box-shadow:0 30px 70px #2563eb33}.product-card:before{content:"";background:linear-gradient(135deg,#2563eb,#7c3aed);width:100%;height:5px;position:absolute;top:0;left:0}.product-type{color:#2563eb;background:#2563eb1a;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.product-icon,.product-type{border-radius:20px;margin-bottom:1.5rem}.product-icon{background:linear-gradient(135deg,#2563eb,#7c3aed);justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex;box-shadow:0 10px 30px #2563eb4d}.product-card h3{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:700}.product-card p{color:#475569;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.feature-list{margin-bottom:2rem;list-style:none}.feature-list li{color:#334155;align-items:center;gap:.8rem;padding:.7rem 0;font-size:.95rem;display:flex}.feature-list li:before{content:"✓";border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:flex}.feature-list li:before,.product-cta{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed)}.product-cta{cursor:pointer;border:none;border-radius:10px;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s}.product-cta:hover{transform:translate(5px);box-shadow:0 8px 20px #2563eb66}.company-section{text-align:center;color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);padding:6rem 6%}.company-section h2{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#60a5fa,#c084fc);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.company-section p{color:#cbd5e1;max-width:700px;margin:0 auto;font-size:1.1rem}.cta-section{text-align:center;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);padding:8rem 6%;position:relative;overflow:hidden}.cta-section:before{width:500px;height:500px;top:-250px;right:-100px}.cta-section:after,.cta-section:before{content:"";background:#ffffff1a;border-radius:50%;position:absolute}.cta-section:after{width:400px;height:400px;bottom:-200px;left:-100px}.cta-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.cta-section h2{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.cta-section p{opacity:.95;margin-bottom:2.5rem;font-size:1.3rem}.cta-button{color:#2563eb;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 10px 30px #0003}.cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}footer{text-align:center;color:#94a3b8;background:#0f172a;border-top:1px solid #ffffff1a;padding:3rem 6%}footer p{font-size:.95rem}.fade-in{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:3rem}.visual-container{height:400px}.products-grid{grid-template-columns:1fr}}@media (max-width:768px){nav{padding:.75rem 5%}.mobile-toggle{justify-content:center;align-items:center;display:inline-flex}.desktop-only{display:none}.hero h1{font-size:2.4rem}.hero p{font-size:1.05rem}.cta-section h2,.section-header h2{font-size:2rem}.visual-container{height:360px}.floating-card{border-radius:12px;padding:1rem}.card-1{width:180px;top:8%;left:4%}.card-2{width:200px;top:48%;right:4%}.card-3{width:160px;bottom:8%;left:10%}.hero-grid{grid-template-columns:1fr;gap:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}}