@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--ease-out: cubic-bezier(0, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;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,samp,pre{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{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}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}: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,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-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]),::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 utilities{.visible{visibility:visible}.static{position:static}.start{inset-inline-start:var(--spacing)}.block{display:block}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px #00d9b833}50%{box-shadow:0 0 40px #00d9b866}}*{margin:0;padding:0;box-sizing:border-box;-webkit-overflow-scrolling:touch}html,body{max-width:100%}body{background:#0a1520;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;margin:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-bg{background:#0a1520;color:#fff;min-height:100vh}.navbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:1rem 4rem;background:#0a1520;position:sticky;top:0;z-index:1000}.navbar .logo{display:flex;align-items:center;gap:1.1rem;font-weight:700;font-size:1.3rem;color:#fff;text-decoration:none;flex-shrink:0}.logo-mark{height:5rem;width:auto;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon{background:#00d9b8;color:#0a1520;width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;letter-spacing:.06em}.logo-image{height:4.5rem;width:auto;object-fit:contain;display:block}.logo-text{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;line-height:1}.navbar nav{display:flex;gap:2.5rem;margin-left:auto}.navbar nav a{color:#8b9199;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s}.navbar nav a:hover{color:#00d9b8}.navbar .actions{display:flex;gap:1.5rem;align-items:center}.navbar .btn{background:#00d9b8;color:#0a1520;border:none;border-radius:.5rem;padding:.7rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95rem}.navbar .btn:hover{background:#00f5d4;transform:translateY(-2px)}.hero{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding:4rem 6rem 6rem;min-height:calc(100vh - 80px);position:relative;isolation:isolate;max-width:1100px;margin:0 auto}.hero:before{content:"";position:absolute;top:0;bottom:0;left:calc(50% - 50vw);right:calc(50% - 50vw);background:url(/description-bg.webp) no-repeat center / cover;z-index:-1;pointer-events:none}.hero-content{max-width:100%;z-index:1;animation:fadeInLeft 1.2s cubic-bezier(.16,1,.3,1)}.hero .badge{color:#00d9b8;font-size:.85rem;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-weight:500;animation:fadeIn 1.5s ease-out .3s both}.hero .badge:before{content:"\25cf";font-size:.6rem;animation:pulse 3s ease-in-out infinite}.hero-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.1;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .4s both}.hero-title .accent{color:#00d9b8;display:inline-block;animation:fadeIn 1.2s ease-out .8s both;position:relative}.hero-title-line{white-space:nowrap}@keyframes expandWidth{to{width:100%}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes buttonPulse{0%,to{box-shadow:0 0 #00d9b8b3}50%{box-shadow:0 0 0 15px #00d9b800}}@keyframes buttonGlow{0%,to{box-shadow:0 5px 20px #00d9b84d}50%{box-shadow:0 5px 30px #00d9b899}}.scroll-reveal{opacity:0;transform:translateY(80px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}html{scroll-behavior:smooth}.hero-desc{color:#8b9199;font-size:1.1rem;margin-bottom:3rem;line-height:1.7;max-width:500px;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .6s both}.hero-actions{display:flex;gap:1.5rem;margin-bottom:4rem;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .8s both}.hero-actions .btn{font-size:1rem;padding:1rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.hero-actions .btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff1a;transform:translate(-50%,-50%);transition:width .6s,height .6s}.hero-actions .btn:hover:before{width:300px;height:300px}.hero-actions .btn.primary{background:#00d9b8;color:#0a1520;border:none;animation:buttonGlow 2s ease-in-out infinite}.hero-actions .btn.primary:hover{background:#00f5d4;transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px #00d9b866;animation:buttonPulse 1.5s ease-in-out infinite}.hero-actions .btn.secondary{background:transparent;border:1px solid #2a3f54;color:#fff}.hero-actions .btn.secondary:hover{border-color:#00d9b8;color:#00d9b8;transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px #00d9b833}.hero-stats{display:flex;gap:4rem;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) 1s both}.hero-stat{display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hero-stat:hover{transform:translateY(-8px)}.hero-stat .stat-value{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.3rem}.hero-stat .stat-label{color:#8b9199;font-size:.9rem}.hero-image{width:100%;height:500px;display:flex;align-items:center;justify-content:center;position:relative;background:#0006;border-radius:1rem;border:1px solid rgba(0,217,184,.15);margin-right:2rem;padding:2rem;animation:fadeInRight 1.2s cubic-bezier(.16,1,.3,1) .5s both;transition:all .4s cubic-bezier(.16,1,.3,1)}.hero-image:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #00d9b826;border-color:#00d9b84d}.hero-image img{width:100%;height:100%;object-fit:contain;filter:brightness(1.1)}.services-section{padding:6rem;background:#0a1520;max-width:1400px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-section.is-visible .services-header{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1)}.services-label{color:#00d9b8;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.services-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.services-desc{color:#8b9199;font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;padding:2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;opacity:0;transform:translateY(60px)}.services-section.is-visible .service-card{animation:slideInFromBottom .8s cubic-bezier(.16,1,.3,1) both}.services-section.is-visible .service-card:nth-child(1){animation-delay:.1s}.services-section.is-visible .service-card:nth-child(2){animation-delay:.2s}.services-section.is-visible .service-card:nth-child(3){animation-delay:.3s}.services-section.is-visible .service-card:nth-child(4){animation-delay:.4s}.services-section.is-visible .service-card:nth-child(5){animation-delay:.5s}.services-section.is-visible .service-card:nth-child(6){animation-delay:.6s}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,217,184,.1),transparent);transition:left .5s}.service-card:hover:before{left:100%}.service-card:hover{border-color:#00d9b866;transform:translateY(-12px) scale(1.02);background:#ffffff0a;box-shadow:0 20px 50px #00d9b826}.service-icon{width:3rem;height:3rem;margin-bottom:1.5rem;color:#00d9b8;transition:all .4s cubic-bezier(.16,1,.3,1)}.service-card:hover .service-icon{transform:scale(1.2) rotate(10deg);filter:drop-shadow(0 0 20px rgba(0,217,184,.5))}.service-card-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem;transition:all .3s ease}.service-card:hover .service-card-title{color:#00d9b8;transform:translate(5px)}.service-card-desc{color:#8b9199;font-size:.95rem;line-height:1.6;transition:color .3s ease}.service-card:hover .service-card-desc{color:#a0aec0}.stats-section{padding:4rem 6rem;background:#0a1520;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.stats-container{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1400px;margin:0 auto}.stat-item{text-align:center;transition:transform .4s cubic-bezier(.16,1,.3,1);opacity:0;transform:translateY(60px)}.stats-section.is-visible .stat-item{animation:scaleIn .8s cubic-bezier(.16,1,.3,1) both}.stats-section.is-visible .stat-item:nth-child(1){animation-delay:.1s}.stats-section.is-visible .stat-item:nth-child(2){animation-delay:.2s}.stats-section.is-visible .stat-item:nth-child(3){animation-delay:.3s}.stats-section.is-visible .stat-item:nth-child(4){animation-delay:.4s}.stat-item:hover{transform:scale(1.1)}.stat-value-large{font-size:3rem;font-weight:700;color:#00d9b8;margin-bottom:.5rem}.stat-label-large{color:#8b9199;font-size:.95rem}.cta-section{padding:6rem;background:#0a1520;max-width:1400px;margin:0 auto}.cta-container{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;padding:4rem;text-align:center;animation:fadeInUp .8s ease-out;transition:all .3s ease}.cta-container:hover{border-color:#00d9b833;box-shadow:0 20px 40px #00d9b80d}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-desc{color:#8b9199;font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.cta-buttons .btn{font-size:1rem;padding:1rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.cta-buttons .btn.primary{background:#00d9b8;color:#0a1520;border:none}.cta-buttons .btn.primary:hover{background:#00f5d4;transform:translateY(-2px)}.cta-buttons .btn.secondary{background:transparent;border:1px solid #2a3f54;color:#fff}.cta-buttons .btn.secondary:hover{border-color:#00d9b8;color:#00d9b8}.footer{padding:4rem 6rem 2rem;background:#0a1520;border-top:1px solid rgba(255,255,255,.05)}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.3rem;color:#fff;margin-bottom:1rem}.footer-tagline{color:#8b9199;font-size:.95rem;line-height:1.6;max-width:300px}.footer-column h4{color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#8b9199;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-links a:hover{color:#00d9b8}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-copyright{color:#8b9199;font-size:.9rem}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#8b9199;transition:color .3s}.footer-social a:hover{color:#00d9b8}.footer-social svg{width:1.5rem;height:1.5rem}.burger-menu{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.burger-menu span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#000000b3;z-index:999;animation:fadeIn .3s ease}@media(max-width:1024px){.navbar{padding:1rem 2rem}.hero{grid-template-columns:1fr;padding:3rem 2rem;gap:2rem}.hero-title{font-size:2.5rem}.hero-image{height:400px;margin-right:0}.hero-stats{gap:2rem;flex-wrap:wrap}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-section{padding:4rem 2rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:2rem}.stats-section{padding:3rem 2rem}.cta-section{padding:4rem 2rem}.cta-container{padding:3rem 2rem}.footer{padding:3rem 2rem 2rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.navbar{padding:1rem;flex-direction:row;justify-content:space-between;align-items:center}.burger-menu{display:flex}.mobile-menu-overlay{display:block}.navbar nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:#0f1a2a;flex-direction:column;gap:0;padding:5rem 0 2rem;z-index:1000;transition:right .3s ease;box-shadow:-5px 0 20px #00000080}.navbar nav.mobile-menu-open{right:0}.navbar nav a{padding:1rem 2rem;width:100%;text-align:left;border-bottom:1px solid rgba(255,255,255,.05);font-size:1rem}.navbar nav a:hover{background:#00d9b81a}.navbar .actions{display:none}.hero{padding:2rem 1rem;min-height:auto}.hero-title{font-size:2rem;line-height:1.2}.hero-desc{font-size:1rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:1.5rem;width:100%}.hero-stat{text-align:center}.hero-image{height:300px}.services-section{padding:3rem 1rem}.services-grid{grid-template-columns:1fr}.services-title{font-size:1.75rem}.stats-container{grid-template-columns:1fr;gap:1.5rem}.stats-section{padding:2rem 1rem}.cta-section{padding:3rem 1rem}.cta-container{padding:2rem 1.5rem}.cta-title{font-size:1.75rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{width:100%}.footer{padding:2rem 1rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.cta-container{padding:3rem 2rem}.cta-buttons{flex-direction:column}.cta-buttons .footer{padding:3rem 2rem 2rem}.cta-buttons .footer-top{grid-template-columns:1fr;gap:2rem}.cta-buttons .footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.about-hero-wrapper{padding:6rem 5%;max-width:1400px;margin:0 auto}.about-hero-content-bg{position:relative;background-image:url(/server-room-bg.png);background-size:cover;background-position:center;border-radius:12px;overflow:hidden}.about-hero-bg-overlay{position:absolute;inset:0;background:#0a1520d9;z-index:1}.about-hero{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:6rem 5%;max-width:1400px;margin:0 auto}.about-hero-content{position:relative;z-index:2;padding:3rem}.about-label{color:#00d9b8;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem}.about-hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.about-hero-desc{font-size:1rem;line-height:1.8;color:#94a3b8;margin-bottom:1.5rem}.about-hero-image{position:relative;z-index:2;border-radius:12px;overflow:hidden}.about-hero-image img{width:100%;height:auto;display:block;border-radius:12px}.about-stats-overlay{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:1.5rem}.about-stat-item{background:#0a1520e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:8px;border-left:3px solid #00d9b8;text-align:left}.about-stat-value{font-size:2rem;font-weight:700;color:#00d9b8;margin-bottom:.25rem}.about-stat-label{font-size:.875rem;color:#94a3b8}.values-section{padding:6rem 5%;max-width:1400px;margin:0 auto}.values-header{text-align:center;max-width:800px;margin:0 auto 4rem}.values-label{color:#00d9b8;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.values-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.values-desc{font-size:1.125rem;line-height:1.8;color:#94a3b8}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.vision-mission-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin:0 auto}.vision-mission-section{min-height:calc(100vh - 96px);display:grid;align-content:center;position:relative;isolation:isolate}.vision-mission-section:before{content:"";position:absolute;top:0;bottom:0;left:calc(50% - 50vw);right:calc(50% - 50vw);background:url(/statement-bg.webp) no-repeat center / cover;z-index:-1;pointer-events:none}.value-card{text-align:center;padding:2rem 1.5rem}.value-icon{width:48px;height:48px;color:#00d9b8;margin:0 auto 1.5rem}.value-card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.vision-mission-core{font-size:1.05rem;font-weight:700;line-height:1.65;margin-bottom:1rem;color:#fff}.value-card-desc{font-size:.9375rem;line-height:1.7;color:#94a3b8}.team-section{padding:6rem 5%;max-width:1400px;margin:0 auto}.team-header{text-align:center;max-width:800px;margin:0 auto 4rem}.team-label{color:#00d9b8;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.team-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.team-desc{font-size:1.125rem;line-height:1.8;color:#94a3b8}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.team-card:hover{transform:translateY(-8px)}.team-image{width:100%;height:400px;object-fit:cover;display:block}.team-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent)}.team-name{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.25rem}.team-role{font-size:.9375rem;color:#00d9b8}@media(max-width:1024px){.about-hero{grid-template-columns:1fr;gap:3rem}.about-hero-content{padding-right:0}.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-hero{padding:3rem 1rem}.about-hero-title{font-size:1.75rem}.about-hero-desc{font-size:.9375rem}.about-stats-overlay{position:static;margin-top:1rem;flex-direction:row;justify-content:space-around}.about-stat-item{padding:1rem 1.5rem}.values-section{padding:3rem 1rem}.values-grid{grid-template-columns:1fr}.values-title{font-size:1.75rem}.team-section{padding:3rem 1rem}.team-grid{grid-template-columns:1fr}.team-title{font-size:1.75rem}.team-image{height:350px}}.contact-hero{padding:4rem 5% 2rem;max-width:1400px;margin:0 auto}.contact-hero-header{text-align:center;max-width:800px;margin:0 auto}.contact-label{color:#00d9b8;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.contact-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.contact-hero-desc{font-size:1.125rem;line-height:1.8;color:#94a3b8}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 5%;max-width:1400px;margin:0 auto}.contact-section-title{font-size:1.75rem;font-weight:600;margin-bottom:.75rem;color:#fff}.contact-section-desc{font-size:1rem;color:#94a3b8;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#fff}.form-group input,.form-group textarea{background:#0f1a2a80;border:1px solid #2a3f54;border-radius:8px;padding:.875rem 1rem;color:#fff;font-size:.9375rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00d9b8;background:#0f1a2acc}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{margin-top:1rem;width:100%;justify-content:center}.contact-info-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-info-item{display:flex;gap:1.25rem;align-items:flex-start}.contact-icon{width:48px;height:48px;background:#00d9b81a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:#00d9b8}.contact-info-content{flex:1}.contact-info-label{font-size:.875rem;color:#94a3b8;margin-bottom:.25rem}.contact-info-value{font-size:1rem;color:#fff;font-weight:500}.contact-faq-section{background:#0f1a2a80;border:1px solid #2a3f54;border-radius:12px;padding:2rem}.contact-faq-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.contact-faq-desc{font-size:.9375rem;color:#94a3b8;line-height:1.7;margin-bottom:1.5rem}.contact-faq-links{display:flex;flex-wrap:wrap;gap:.75rem}.faq-link{padding:.5rem 1rem;background:#00d9b81a;border:1px solid rgba(0,217,184,.2);border-radius:6px;color:#00d9b8;font-size:.875rem;text-decoration:none;transition:all .3s}.faq-link:hover{background:#00d9b833;border-color:#00d9b8}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.form-row{grid-template-columns:1fr}}@media(max-width:640px){.contact-hero{padding:3rem 1rem 2rem}.contact-hero-title{font-size:1.75rem}.contact-hero-desc{font-size:1rem}.contact-content{padding:2rem 1rem}.contact-section-title{font-size:1.5rem}.contact-faq-section{padding:1.5rem}.contact-faq-links{flex-direction:column}.faq-link{width:100%;text-align:center}}:root{--surface-page: #e7eaee;--surface-main: #eef1f4;--surface-section: #e3e7eb;--surface-card: rgba(255, 255, 255, .7);--surface-card-strong: rgba(255, 255, 255, .82);--surface-input: rgba(255, 255, 255, .78);--surface-mobile-nav: #f1f3f6;--text-primary: #27323b;--text-secondary: #66727d;--text-muted: #7d8995;--text-inverse: #ffffff;--accent: #7e8b98;--accent-strong: #6b7885;--accent-soft: rgba(126, 139, 152, .12);--line-subtle: rgba(39, 50, 59, .09);--line-accent: rgba(107, 120, 133, .22);--shadow-soft: 0 18px 46px rgba(91, 101, 112, .12);--shadow-card: 0 14px 32px rgba(112, 120, 130, .1)}body,.main-bg,.navbar,.services-section,.stats-section,.cta-section,.footer{background:var(--surface-main);color:var(--text-primary)}body{background:radial-gradient(circle at top left,rgba(255,255,255,.55),transparent 28%),radial-gradient(circle at top right,rgba(210,217,224,.55),transparent 26%),linear-gradient(180deg,#f4f6f8 0%,var(--surface-page) 100%);color:var(--text-primary)}.navbar,.services-section,.stats-section,.cta-section,.footer{background:transparent}.navbar{background:var(--surface-main);border-bottom:1px solid var(--line-subtle)}.navbar .logo,.hero-title,.hero-stat .stat-value,.services-title,.service-card-title,.cta-title,.footer-logo,.footer-column h4,.about-hero-title,.values-title,.value-card-title,.vision-mission-core,.team-title,.team-name,.contact-hero-title,.contact-section-title,.contact-info-value,.contact-faq-title,.form-group label{color:var(--text-primary)}.navbar nav a,.hero-desc,.hero-stat .stat-label,.services-desc,.service-card-desc,.stat-label-large,.cta-desc,.footer-tagline,.footer-links a,.footer-copyright,.footer-social a,.about-hero-desc,.values-desc,.value-card-desc,.team-desc,.contact-hero-desc,.contact-section-desc,.contact-info-label,.contact-faq-desc{color:var(--text-secondary)}.navbar nav a:hover,.navbar nav a.active,.footer-links a:hover,.footer-social a:hover,.hero .badge,.hero-title .accent,.services-label,.service-icon,.stat-value-large,.about-label,.values-label,.team-label,.team-role,.contact-label,.contact-icon,.faq-link{color:var(--accent-strong)}.logo-icon,.navbar .btn,.hero-actions .btn.primary,.cta-buttons .btn.primary,.submit-btn{background:#6f7b86;color:var(--text-inverse)}.navbar .btn:hover,.hero-actions .btn.primary:hover,.cta-buttons .btn.primary:hover,.submit-btn:hover{background:#5f6b76;box-shadow:0 14px 28px #5f6b762e}.hero-actions .btn.secondary,.cta-buttons .btn.secondary{border-color:var(--line-subtle);color:var(--text-primary);background:#ffffff85}.hero-actions .btn.secondary:hover,.cta-buttons .btn.secondary:hover{border-color:var(--line-accent);color:var(--accent-strong);background:#ffffffbf}.hero-image,.service-card,.cta-container,.about-stat-item,.contact-faq-section{background:var(--surface-card);border-color:var(--line-subtle);box-shadow:var(--shadow-card)}.service-card:hover,.hero-image:hover,.cta-container:hover,.contact-faq-section:hover,.team-card:hover .team-info{border-color:var(--line-accent);box-shadow:var(--shadow-soft)}.service-card:before{background:linear-gradient(90deg,transparent,rgba(126,139,152,.1),transparent)}.hero-image{background:radial-gradient(circle at top,rgba(255,255,255,.34),transparent 44%),var(--surface-card-strong)}.hero-image img{filter:brightness(.96) saturate(.82)}.stats-section,.footer-bottom{border-color:var(--line-subtle)}.cta-container,.service-card,.about-stat-item,.contact-faq-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-hero-bg-overlay{background:linear-gradient(180deg,#ebeff2d1,#e0e5eae6)}.about-stat-item{border-left-color:var(--accent-strong)}.team-info{background:linear-gradient(to top,#ecf0f3f2,#ecf0f31f)}.contact-icon{background:var(--accent-soft)}.form-group input,.form-group textarea{background:var(--surface-input);border-color:#66727d3d;color:var(--text-primary)}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-strong);background:#ffffffe6;box-shadow:0 0 0 4px #7e8b981f}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.faq-link{background:#7e8b981a;border-color:#7e8b982e}.faq-link:hover{background:#7e8b982e;border-color:var(--accent-strong)}.mobile-menu-overlay{background:#444c542e}@media(max-width:640px){.navbar nav{background:var(--surface-mobile-nav);box-shadow:-8px 0 28px #70788229}.navbar nav a{border-bottom-color:var(--line-subtle)}.navbar nav a:hover{background:#7e8b9814}}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.partner-card{opacity:1;transform:none}.partner-logo{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:#7e8b9824;color:var(--accent-strong);font-size:1.15rem;font-weight:700;letter-spacing:.08em}.partner-category{color:var(--accent-strong);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.85rem}@media(max-width:1024px){.partners-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.partners-grid{grid-template-columns:1fr}}@property --tw-ease{syntax: "*"; inherits: false;}@keyframes pulse{50%{opacity:.5}}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-ease: initial}}}
