*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#1a1a1a;color:silver;overflow-x:hidden}.app{min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:space-between}.background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.geometric-shape{position:absolute;border:1px solid rgba(75,0,130,.3);border-radius:50%;animation:float 20s infinite linear}.shape-1{width:200px;height:200px;top:10%;left:10%;animation-duration:25s;background:radial-gradient(circle at 30% 30%,rgba(75,0,130,.1),transparent)}.shape-2{width:150px;height:150px;top:60%;right:15%;animation-duration:30s;animation-direction:reverse;border-radius:30%;background:radial-gradient(circle at 70% 70%,rgba(192,192,192,.05),transparent)}.shape-3{width:300px;height:300px;top:40%;left:70%;animation-duration:35s;border-radius:20%;background:linear-gradient(45deg,rgba(75,0,130,.05),transparent)}.shape-4{width:100px;height:100px;top:80%;left:30%;animation-duration:22s;animation-direction:reverse}.shape-5{width:250px;height:250px;top:20%;right:40%;animation-duration:28s;border-radius:40%;background:radial-gradient(ellipse at 50% 20%,rgba(75,0,130,.08),transparent)}@keyframes float{0%{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(30px,-30px) rotate(120deg) scale(1.1)}66%{transform:translate(-20px,20px) rotate(240deg) scale(.9)}to{transform:translate(0) rotate(360deg) scale(1)}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;position:relative;z-index:2}.logo{font-family:Orbitron,monospace;font-size:clamp(3rem,8vw,8rem);font-weight:900;color:silver;text-shadow:0 0 30px rgba(75,0,130,.5);opacity:0;transform:translateY(50px);transition:all 2s ease-out;animation:pulse 4s infinite;letter-spacing:.2em}.logo.visible{opacity:1;transform:translateY(0)}.subtitle{font-family:Inter,sans-serif;font-size:clamp(1rem,2vw,1.5rem);font-weight:300;color:#c0c0c0b3;margin-top:2rem;opacity:0;transform:translateY(30px);transition:all 2s ease-out .5s;letter-spacing:.3em;text-transform:uppercase}.subtitle.visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,to{text-shadow:0 0 30px rgba(75,0,130,.5)}50%{text-shadow:0 0 50px rgba(75,0,130,.8),0 0 80px rgba(75,0,130,.3)}}.business-spheres{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity 2s ease-out;z-index:1}.business-spheres.visible{opacity:1;pointer-events:all}.business-orb{position:absolute;width:120px;height:120px;border:2px solid rgba(192,192,192,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#4b00821a,#1a1a1acc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .6s ease;transform:scale(0);animation:orbAppear 1s ease-out forwards}.business-orb:nth-child(1){animation-delay:.2s}.business-orb:nth-child(2){animation-delay:.4s}.business-orb:nth-child(3){animation-delay:.6s}@keyframes orbAppear{to{transform:scale(1)}}.business-orb:hover{transform:scale(1.2);border-color:#4b0082cc;box-shadow:0 0 40px #4b008266}.orb-content{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2;color:silver;transition:color .3s ease}.business-orb:hover .orb-content{color:indigo}.orb-keyword{font-family:Orbitron,monospace;font-size:.8rem;font-weight:400;opacity:0;transform:translateY(10px);transition:all .3s ease;letter-spacing:.1em}.business-orb:hover .orb-keyword{opacity:1;transform:translateY(0)}.orb-pattern{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;opacity:0;transition:opacity .3s ease}.orb-gears .orb-pattern{background:conic-gradient(from 0deg,transparent 0deg,rgba(75,0,130,.1) 60deg,transparent 120deg,rgba(75,0,130,.1) 180deg,transparent 240deg,rgba(75,0,130,.1) 300deg);animation:rotate 10s linear infinite}.orb-binary .orb-pattern{background:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(75,0,130,.1) 5px,rgba(75,0,130,.1) 10px)}.orb-organic .orb-pattern{background:radial-gradient(ellipse at 20% 80%,rgba(75,0,130,.15),transparent),radial-gradient(ellipse at 80% 20%,rgba(192,192,192,.1),transparent)}.business-orb:hover .orb-pattern{opacity:1}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.philosophy{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:4rem 2rem;opacity:0;transform:translateY(50px);transition:all 2s ease-out;z-index:2;position:relative}.philosophy.visible{opacity:1;transform:translateY(0)}.philosophy blockquote{font-family:Orbitron,monospace;font-size:clamp(1.2rem,3vw,2.5rem);font-weight:400;line-height:1.4;text-align:center;max-width:800px;color:silver;text-shadow:0 0 20px rgba(75,0,130,.3);font-style:italic;position:relative}.philosophy blockquote:before,.philosophy blockquote:after{content:'"';font-size:1.5em;color:indigo;opacity:.6}.contact{display:flex;justify-content:center;padding:3rem 2rem;opacity:0;transform:translateY(30px);transition:all 2s ease-out;z-index:2;position:relative}.contact.visible{opacity:1;transform:translateY(0)}.contact-info{text-align:center;font-family:Inter,sans-serif;font-weight:300;color:#c0c0c0cc;line-height:1.8}.address,.email{font-size:1rem;letter-spacing:.1em;transition:color .3s ease}.email{cursor:pointer}.email:hover{color:indigo;text-shadow:0 0 10px rgba(75,0,130,.5)}@media (max-width: 768px){.business-orb{width:80px;height:80px}.orb-content svg{width:20px;height:20px}.orb-keyword{font-size:.6rem}.philosophy{padding:2rem 1rem;min-height:40vh}.contact{padding:2rem 1rem}}@media (max-width: 480px){.business-orb{width:60px;height:60px}.orb-content svg{width:16px;height:16px}.philosophy blockquote{font-size: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}.visible{visibility:visible}.h-8{height:2rem}.w-8{width:2rem}
