*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul,ol{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.App{min-height:100vh;width:100%;background:#0a0a0a;color:#fff}.landing-page{position:relative;min-height:100vh;width:100%;overflow-x:hidden}.floating-shapes-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;perspective:1000px}.shape-3d{position:absolute;opacity:0;animation:floatIn 1s ease-out forwards;transform-style:preserve-3d}.sphere-3d{width:120px;height:120px;border-radius:50%;position:relative;animation:float3D 8s ease-in-out infinite}.sphere-3d.small{width:80px;height:80px}.black-sphere{background:radial-gradient(circle at 35% 35%,#646464e6,#282828f2,#0f0f0f 60%,#000);box-shadow:inset -20px -20px 40px #000c,inset 15px 15px 30px #ffffff1a,0 20px 60px #000000b3,0 0 40px #64646433}.black-sphere:before{content:"";position:absolute;top:15%;left:20%;width:40%;height:40%;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 40%,transparent 70%);filter:blur(8px)}.cylinder-3d{width:70px;height:100px;position:relative;transform-style:preserve-3d;animation:rotate3D 12s linear infinite}.cylinder-top,.cylinder-bottom{width:70px;height:28px;border-radius:50%;position:absolute;left:0;background:radial-gradient(ellipse at center,#3b82f6,#2563eb,#1e40af);box-shadow:0 0 20px #3b82f680,inset 0 -5px 15px #0000004d}.cylinder-top{top:0;transform:rotateX(0)}.cylinder-bottom{bottom:0;background:radial-gradient(ellipse at center,#1e40af,#1e3a8a);box-shadow:0 0 20px #3b82f64d,inset 0 5px 15px #00000080}.cylinder-body{position:absolute;top:14px;left:0;width:70px;height:72px;background:linear-gradient(to right,#1e40af,#3b82f6 30%,#60a5fa,#3b82f6 70%,#1e40af);box-shadow:inset -10px 0 20px #0000004d,inset 10px 0 20px #ffffff1a,0 0 30px #3b82f666}.cube-wireframe{width:100px;height:100px;position:relative;transform-style:preserve-3d;animation:rotateWireframe 15s linear infinite}.cube-face{position:absolute;width:100px;height:100px;border:2px solid #10b981;background:transparent;box-shadow:0 0 15px #10b9814d}.cube-front{transform:translateZ(50px)}.cube-back{transform:translateZ(-50px) rotateY(180deg)}.cube-right{transform:rotateY(90deg) translateZ(50px)}.cube-left{transform:rotateY(-90deg) translateZ(50px)}.cube-top{transform:rotateX(90deg) translateZ(50px)}.cube-bottom{transform:rotateX(-90deg) translateZ(50px)}.cube-face:before{content:"";position:absolute;width:0;height:0;border:3px solid #10b981;border-radius:50%;box-shadow:0 0 10px #10b98199}.torus-3d{width:130px;height:130px;position:relative;animation:rotateTorus 10s linear infinite;transform-style:preserve-3d}.torus-ring{width:130px;height:130px;border-radius:50%;border:26px solid transparent;border-top-color:#10b981;border-right-color:#059669;border-bottom-color:#047857;border-left-color:#065f46;position:relative;box-shadow:0 0 40px #10b98166,inset 0 0 40px #10b98133;transform:rotateX(70deg)}.torus-ring:before{content:"";position:absolute;top:-26px;left:-26px;width:130px;height:130px;border-radius:50%;border:26px solid transparent;border-top-color:#10b9814d;border-right-color:#0596694d;filter:blur(10px)}.torus-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;background:radial-gradient(circle at center,transparent 0%,transparent 40%,rgba(0,0,0,.3) 41%,transparent 45%)}.star-3d{font-size:40px;color:#fbbf24;text-shadow:0 0 15px rgba(251,191,36,.8),0 0 30px rgba(251,191,36,.4),0 0 45px rgba(251,191,36,.2);animation:pulseGlow 3s ease-in-out infinite,float3D 6s ease-in-out infinite;filter:drop-shadow(0 4px 12px rgba(251,191,36,.5))}.shape-1{top:8%;left:3%;animation-delay:.1s}.shape-2{top:15%;left:12%;animation-delay:.3s}.shape-3{top:55%;left:5%;animation-delay:.5s}.shape-4{top:45%;right:8%;animation-delay:.7s}.shape-5{top:5%;right:5%;animation-delay:.9s}.shape-6{top:10%;left:48%;animation-delay:1.1s}.shape-7{bottom:15%;left:8%;animation-delay:1.3s}.shape-8{bottom:12%;right:15%;animation-delay:1.5s}.shape-9{top:25%;right:20%;animation-delay:1.7s}.shape-10{top:65%;right:5%;animation-delay:1.9s}.shape-11{top:75%;left:25%;animation-delay:2.1s}.shape-12{bottom:25%;left:45%;animation-delay:2.3s}@keyframes floatIn{0%{opacity:0;transform:translateY(30px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes float3D{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-25px) translate(10px)}50%{transform:translateY(-15px) translate(-10px)}75%{transform:translateY(-30px) translate(5px)}}@keyframes rotate3D{0%{transform:rotateY(0) rotateX(0)}50%{transform:rotateY(180deg) rotateX(10deg)}to{transform:rotateY(360deg) rotateX(0)}}@keyframes rotateWireframe{0%{transform:rotateX(0) rotateY(0) rotate(0)}33%{transform:rotateX(360deg) rotateY(120deg) rotate(60deg)}66%{transform:rotateX(180deg) rotateY(240deg) rotate(180deg)}to{transform:rotateX(360deg) rotateY(360deg) rotate(360deg)}}@keyframes rotateTorus{0%{transform:rotateY(0) rotate(0)}50%{transform:rotateY(180deg) rotate(180deg)}to{transform:rotateY(360deg) rotate(360deg)}}@keyframes pulseGlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.dark-header{position:sticky;top:0;width:100%;background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:100;padding:1.5rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark-nav{display:flex;gap:2rem}.dark-nav-link{background:none;border:none;color:#fffc;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 1rem}.dark-nav-link:hover{color:gold}main{position:relative;z-index:1}.hero-section{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.hero-content{max-width:900px;animation:fadeInUp .8s ease-out}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#ffffffe6;line-height:1.6;font-weight:400}.about-section{padding:6rem 2rem;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.02) 100%)}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-card:hover{transform:translateY(-5px);border-color:#ffd70066;box-shadow:0 10px 40px #ffd70026}.about-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:gold}.about-text{font-size:1.1rem;line-height:1.8;color:#fffffff2}.principles-card{grid-column:span 2}.principles-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.principle-item{padding:1.5rem;background:#ffffff0d;border-radius:.75rem;border:1px solid rgba(255,255,255,.15)}.principle-name{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#fff}.principle-text{font-size:1rem;line-height:1.7;color:#fffffff2}.product-card{grid-column:span 2}.product-title{font-size:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:#fffffff2}.feature-bullet{width:10px;height:10px;background:linear-gradient(135deg,gold,orange);border-radius:50%;flex-shrink:0}.contact-section{padding:6rem 2rem;background:#0000004d}.contact-container{max-width:900px;margin:0 auto;text-align:center}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1rem;text-decoration:none;color:inherit;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);border-color:#ffd70080;box-shadow:0 10px 40px #ffd70033}.contact-icon{color:gold;flex-shrink:0}.contact-info{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left}.contact-label{font-size:.9rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.contact-value{font-size:1.2rem;font-weight:600;color:#fff}.footer{padding:3rem 2rem;background:#00000080;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-text{font-size:.95rem;color:#fff9;line-height:1.8;margin-bottom:.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.header-content{padding:0 1rem}.dark-nav{gap:1rem}.dark-nav-link{padding:.5rem;font-size:.9rem}.hero-section{min-height:60vh;padding:3rem 1rem}.about-section,.contact-section{padding:4rem 1rem}.about-container{grid-template-columns:1fr}.principles-card,.product-card{grid-column:span 1}.principles-list,.features-grid,.contact-methods{grid-template-columns:1fr}.contact-card{flex-direction:column;text-align:center}.contact-info{align-items:center}.shape-3d{opacity:.3;transform:scale(.5)}.sphere-3d{width:70px;height:70px}.sphere-3d.small{width:50px;height:50px}.cylinder-3d{width:50px;height:70px}.cylinder-top,.cylinder-bottom{width:50px;height:20px}.cylinder-body{width:50px;height:50px;top:10px}.cube-wireframe{width:60px;height:60px}.cube-face{width:60px;height:60px;border-width:1.5px}.cube-front{transform:translateZ(30px)}.cube-back{transform:translateZ(-30px) rotateY(180deg)}.cube-right{transform:rotateY(90deg) translateZ(30px)}.cube-left{transform:rotateY(-90deg) translateZ(30px)}.cube-top{transform:rotateX(90deg) translateZ(30px)}.cube-bottom{transform:rotateX(-90deg) translateZ(30px)}.torus-3d{width:80px;height:80px}.torus-ring{width:80px;height:80px;border-width:16px}.torus-ring:before{top:-16px;left:-16px;width:80px;height:80px;border-width:16px}.torus-inner{width:48px;height:48px}.star-3d{font-size:28px}}@media (max-width: 480px){.logo-text{font-size:1.2rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.about-card{padding:1.5rem}.about-title{font-size:1.5rem}.contact-title{font-size:2rem}.footer{padding:2rem 1rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.static{position:static}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.h-20{height:5rem}.min-h-\[60vh\]{min-height:60vh}.w-full{width:100%}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.rounded-lg{border-radius:.5rem}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-6xl{font-size:3.75rem;line-height:1}.font-bold{font-weight:700}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}
