.hdx-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .4s ease;background-color:transparent;box-shadow:none;height:80px;display:flex;align-items:center}.hdx-header.hdx-scrolled{background-color:#fff;box-shadow:0 2px 10px #0000001a;height:70px}.hdx-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1600px;margin:0 auto;padding:0 2rem}.hdx-logo-container{display:flex;align-items:center}.hdx-logo-link{display:flex;align-items:center;text-decoration:none;gap:.8rem;height:100%}.hdx-logo-image{height:40px;width:auto;border-radius:20%;object-fit:contain}.hdx-brand-name{font-size:1.5rem;font-weight:700;margin:0;color:#333;white-space:nowrap;transition:color .3s ease}.hdx-logo-link:hover .hdx-brand-name{color:#06f}.hdx-nav-links{display:flex;gap:3rem;align-items:center}.hdx-nav-link{text-decoration:none;color:#333;font-weight:500;font-size:1.1rem;transition:all .3s ease;position:relative;white-space:nowrap;padding:.5rem 0;display:flex;align-items:center;height:100%}.hdx-nav-link:hover{color:#06f}.hdx-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#06f;transition:width .3s ease}.hdx-nav-link:hover:after{width:100%}.hdx-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hdx-hamburger-line{display:block;width:25px;height:3px;background-color:#333;margin:5px 0;transition:all .3s ease;border-radius:3px}.hdx-hamburger.hdx-active .hdx-hamburger-line{background-color:#06f}.hdx-hamburger.hdx-active .hdx-hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.hdx-hamburger.hdx-active .hdx-hamburger-line:nth-child(2){opacity:0}.hdx-hamburger.hdx-active .hdx-hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hdx-sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:999}.hdx-light-text{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.5)}.hdx-light-hamburger .hdx-hamburger-line{background-color:#fff!important;box-shadow:0 1px 3px #00000080}@media (max-width: 992px){.hdx-nav-links{gap:1.5rem}}@media (max-width: 768px){.hdx-header,.hdx-header.hdx-scrolled{height:60px}.hdx-container{padding:0 1rem}.hdx-nav-links{display:none}.hdx-hamburger{display:block}.hdx-brand-name{font-size:1.2rem}.hdx-logo-image{height:35px}}@media (max-width: 480px){.hdx-header,.hdx-header.hdx-scrolled{height:60px}.hdx-brand-name{font-size:1rem}.hdx-logo-image{height:30px}.hdx-hamburger-line{width:20px;height:2px;margin:4px 0}}.sidebar{position:fixed;top:0;left:-100%;width:250px;height:100%;background-color:#fff;box-shadow:2px 0 5px #0000001a;transition:left .3s ease;z-index:1000;display:flex;flex-direction:column}.sidebar.open{left:0}.sidebar-header{padding:20px;border-bottom:1px solid #e1e1e1;text-align:center}.sidebar-logo{width:50px;height:50px;margin-bottom:10px;border-radius:8px}.sidebar-brand{color:#131314;font-size:1.2rem;margin:0;text-decoration:none;border-bottom:none}.sidebar-nav{display:flex;flex-direction:column;padding:20px}.sidebar-nav a{color:#333;text-decoration:none;padding:10px 0;margin:5px 0;font-size:1rem;transition:color .2s}.sidebar-nav a:hover{color:#1e88e5}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:999;display:none}.sidebar-overlay.open{display:block}.hero{width:100vw;min-height:100vh;max-height:1200px;display:flex;align-items:center;background-color:#1a1a2e;background-image:linear-gradient(#0009,#0009),url(/assets/Background-CJzd_dMZ.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;position:relative;overflow:hidden;padding:2rem;box-sizing:border-box}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#0006,#000000b3);z-index:0}.hero-content{position:relative;z-index:2;width:100%;max-width:1500px;padding-left:10%}.text-container{max-width:800px;text-align:left;animation:fadeInUp .8s ease-out}.hero-tagline{font-size:clamp(2rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5);letter-spacing:-.5px}.hero-subtext{font-size:clamp(1rem,2.5vw,1.5rem);margin-bottom:2.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);max-width:600px;line-height:1.6;font-weight:300}.cssbuttons-io-button{background:#06f;color:#fff;font-family:inherit;padding:.8em 3.5em .8em 1.5em;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600;border-radius:50px;border:none;letter-spacing:.05em;display:inline-flex;align-items:center;box-shadow:0 4px 15px #0066ff4d;overflow:hidden;position:relative;height:auto;cursor:pointer;margin-top:1.5rem;transition:all .3s ease;z-index:1}.cssbuttons-io-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06f6}.cssbuttons-io-button .icon{background:#fff;margin-left:1em;position:absolute;display:flex;align-items:center;justify-content:center;height:2.2em;width:2.2em;border-radius:50px;right:.3em;transition:all .3s}.cssbuttons-io-button:hover .icon{width:calc(100% - .6em)}.cssbuttons-io-button .icon svg{width:1.1em;transition:transform .3s;color:#06f}.cssbuttons-io-button:hover .icon svg{transform:translate(.1em)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.hero{background-attachment:scroll;padding:1.5rem}.hero-content{padding:1.5rem}}@media (max-width: 768px){.hero{min-height:90vh;background-position:65% center;text-align:center}.text-container{text-align:center;margin:0 auto;font-size:larger}.hero-subtext{margin:0 auto 2rem}.cssbuttons-io-button{margin:1.5rem auto 0}}@media (max-width: 480px){.hero{min-height:85vh;padding:1rem}.hero-content{padding:1rem;max-width:460px}.hero-tagline{font-size:1.6rem;margin-bottom:1rem}.hero-subtext{max-width:255px;font-size:.9rem;margin-bottom:1.5rem}.cssbuttons-io-button{padding:.7em 3em .7em 1.3em;font-size:.7rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero{background-image:linear-gradient(#0009,#0009),url(../../assets/background@2x.png)}}@media (max-height: 500px) and (orientation: landscape){.hero{min-height:150vh;background-position:center 30%}}.about-platform{padding:4rem 1.5rem;background-color:#f8f9fa}.platform-container{max-width:1200px;margin:0 auto;display:flex;gap:3rem;align-items:center}.platform-content{flex:1}.section-title{font-size:2rem;margin-bottom:1.25rem;color:#333;line-height:1.3;text-align:center}.platform-description{font-size:1.1rem;line-height:1.6;color:#555;max-width:90%;text-align:left;margin-left:3rem}.platform-image{flex:1;display:flex;align-items:center;margin-left:5rem}.platform-image img{width:100%;height:auto;max-height:400px;object-fit:contain}@media (max-width: 992px){.platform-container{gap:2rem}.section-title{font-size:1.8rem}.platform-description{font-size:1rem}.platform-image img{max-height:350px}}@media (max-width: 768px){.about-platform{padding:3rem 1rem}.platform-image{margin-left:0rem}.platform-container{flex-direction:column-reverse;gap:1.5rem}.platform-description{max-width:100%;text-align:center;margin-left:0rem}.section-title{font-size:1.6rem;text-align:center}.platform-image img{max-height:300px;width:80%;margin:0 auto;margin-left:0rem}}@media (max-width: 480px){.section-title{font-size:1.4rem}.platform-description{font-size:.95rem}.platform-image img{max-height:250px;width:100%}}.features-section{padding:4rem 1rem 0rem;background-color:#f8fafc}.features-container{max-width:1200px;margin:0 auto;position:relative}.section-title{font-size:2rem;text-align:center;margin-bottom:3rem;color:#1e293b;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#3498db,#2c3e50);border-radius:2px}.features-wrapper{position:relative;display:flex;align-items:center}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.feature-card{background:#fff;border-radius:16px;padding:2rem;color:#1e293b;box-shadow:0 4px 6px #0000001a;opacity:0;transform:translateY(30px);transition:all .5s ease;min-height:280px;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-card.visible{opacity:1;transform:translateY(0)}.card-content{display:flex;flex-direction:column;height:100%;align-items:center;width:100%}.feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;margin-bottom:1.5rem;background:linear-gradient(135deg,#3498db,#2c3e50);color:#fff;font-size:1.5rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#1e293b;width:100%}.feature-card p{font-size:1rem;line-height:1.5;color:#64748b;margin-bottom:1rem;width:100%}@media (max-width: 767px){.features-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem;padding:1rem 0;grid-template-columns:unset}.feature-card{min-width:85vw;scroll-snap-align:center;margin:0 1rem;min-height:320px;padding:1.5rem}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 10px #0003;font-size:1.2rem;font-weight:700;color:#3b82f6;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.carousel-arrow.left{left:5px}.carousel-arrow.right{right:5px}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.indicator{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:none;padding:0;cursor:pointer;transition:all .3s ease}.indicator.active{background:#3b82f6;transform:scale(1.2)}}.features-grid::-webkit-scrollbar{display:none}.features-grid{-ms-overflow-style:none;scrollbar-width:none}.ft-main{background-color:#010a18;color:#fff;padding:3rem 1.5rem 0;font-family:Poppins,sans-serif}.ft-container{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-bottom:1.5rem}.ft-section{margin-bottom:1.5rem;padding:0 .5rem}.ft-logo-section{display:flex;flex-direction:column}.ft-logo-container{display:flex;align-items:center;margin-bottom:1rem}.ft-logo-img{width:48px;height:48px;margin-right:12px;border-radius:6px;object-fit:cover}.ft-logo-text{font-size:1.5rem;font-weight:700;color:#e6f0ff;margin:0;line-height:1.2}.ft-description{line-height:1.6;margin-bottom:1.5rem;color:#c2d1f0;font-size:.9rem}.ft-social-icons{display:flex;gap:.8rem;margin-top:1rem}.ft-social-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:#1e3a8a}.ft-social-icon svg{width:18px;height:18px;fill:#e6f0ff;transition:all .2s ease}.ft-social-icon:hover{background-color:#3b82f6;transform:translateY(-2px)}.ft-social-icon:hover svg{fill:#fff}.ft-heading{font-size:1.2rem;margin-bottom:1.2rem;color:#e6f0ff;font-weight:600;position:relative;padding-bottom:8px}.ft-heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#3b82f6;border-radius:2px}.ft-links-section{padding-left:4rem}.ft-links-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem}.ft-link-item{margin-bottom:.3rem}.ft-link{color:#c2d1f0;text-decoration:none;transition:all .2s ease;font-size:.9rem;display:inline-block;padding:.2rem 0}.ft-link:hover{color:#e6f0ff;transform:translate(3px)}.ft-contact-info{display:flex;flex-direction:column;gap:1rem;font-style:normal}.ft-contact-item{display:flex;align-items:flex-start;gap:8px;color:#c2d1f0;font-size:.9rem;line-height:1.5}.ft-contact-icon{width:16px;height:16px;fill:#3b82f6;margin-top:3px;flex-shrink:0}.ft-contact-link{color:inherit;text-decoration:none;transition:color .2s ease}.ft-contact-link:hover{color:#e6f0ff}.ft-phone-numbers{display:flex;flex-direction:column;gap:.3rem}.ft-contact-text{margin:0}.ft-newsletter-form{display:flex;flex-direction:column;gap:.8rem}.ft-email-input{padding:.8rem;background:#ffffff0d;border:1px solid #1e3a8a;border-radius:5px;font-size:.9rem;color:#fff;transition:all .2s ease;width:100%}.ft-email-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.ft-newsletter-error{color:#ff6b6b;background-color:#ff6b6b1a;padding:.5rem;border-radius:4px;font-size:.8rem;text-align:center;margin-bottom:.5rem}.ft-checkbox-label{display:flex;align-items:center;gap:6px;color:#c2d1f0;font-size:.8rem;cursor:pointer;margin-bottom:.5rem}.ft-checkbox-input{accent-color:#3b82f6;width:14px;height:14px}.ft-subscribe-btn{background:#3b82f6;color:#fff;border:none;padding:.8rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.9rem}.ft-subscribe-btn:hover{background:#2563eb;transform:translateY(-1px)}.ft-send-icon{width:16px;height:16px;fill:#fff}.ft-newsletter-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;padding:.5rem 0}.ft-success-icon{width:36px;height:36px;fill:#4ade80}.ft-success-message{color:#c2d1f0;font-size:.9rem;margin:0}.ft-secondary-btn{background:transparent;color:#3b82f6;border:1px solid #3b82f6;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:500;transition:all .2s ease;font-size:.9rem}.ft-secondary-btn:hover{background:#3b82f61a}.ft-mobile-social{display:none;justify-content:center;gap:1rem;padding:1.5rem 0;border-top:1px solid #1e3a8a}.ft-mobile-social-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#1e3a8a}.ft-mobile-social-icon svg{width:18px;height:18px;fill:#e6f0ff}.ft-bottom{border-top:1px solid #1e3a8a;padding:1.2rem 0}.ft-bottom-content{max-width:1200px;margin:0 auto;text-align:center}.ft-copyright{color:#94a3b8;font-size:.8rem;margin:0}@media (max-width: 1024px){.ft-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.ft-main{padding:2rem 1rem 0}.ft-container{grid-template-columns:1fr;gap:1.5rem}.ft-section{text-align:center;align-items:center;padding:0}.ft-logo-container{flex-direction:row;text-align:left;justify-content:center}.ft-logo-img{margin-right:12px;margin-bottom:0}.ft-heading:after{left:50%;transform:translate(-50%)}.ft-contact-item{justify-content:center;flex-direction:column;align-items:center;text-align:center;gap:.3rem}.ft-contact-icon{margin-top:0}.ft-links-list{gap:.3rem}.ft-social-icons{display:none}.ft-mobile-social{display:flex}}@media (max-width: 480px){.ft-logo-text{font-size:1.3rem}.ft-description{font-size:.85rem}.ft-heading{font-size:1.1rem}.ft-link,.ft-contact-item,.ft-email-input,.ft-subscribe-btn,.ft-secondary-btn{font-size:.85rem}.ft-links-list{gap:.2rem}.ft-link-item{margin-bottom:.1rem}}.kf-section{padding:4rem 2rem;max-width:100%;margin:0 auto;overflow:hidden;background-color:#f8f9fa}.kf-container{width:100%}.kf-heading{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748;position:relative;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;font-weight:700;margin-top:25px}.kf-heading.kf-visible{opacity:1;transform:translateY(0)}.kf-heading:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6293c8,#384c6c);border-radius:2px}.kf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem}.kf-card{position:relative;height:240px;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;transition:all .5s ease;box-shadow:0 10px 20px #0000001a;opacity:0;transform:translateY(50px);z-index:1}.kf-card.kf-visible{opacity:1;transform:translateY(0)}.kf-card-content{padding:2rem;text-align:center;transition:all .5s ease;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.kf-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:1px 1px 3px rgba(0,0,0,.8);transition:all .5s ease}.kf-card-description{font-size:.9rem;color:#fff0;line-height:1.5;max-height:0;overflow:hidden;transition:all .5s ease;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.kf-card:hover{transform:scale(1.02)}.kf-card:hover:before{content:"";position:absolute;inset:0;background:inherit;background-size:cover;filter:blur(4px);z-index:-1}.kf-card:hover .kf-card-content{background:#0009;border-radius:8px;padding:1.5rem;margin:1rem}.kf-card:hover .kf-card-description{color:#ffffffe6;max-height:200px;margin-top:1rem}.kf-card:hover .kf-card-title{transform:translateY(-15px)}.kf-mobile-indicator{position:absolute;bottom:10px;right:10px;color:#fff;font-size:14px;opacity:.7;display:none}.kf-card:nth-child(1){transition-delay:.1s}.kf-card:nth-child(2){transition-delay:.2s}.kf-card:nth-child(3){transition-delay:.3s}.kf-card:nth-child(4){transition-delay:.2s}.kf-card:nth-child(5){transition-delay:.3s}.kf-card:nth-child(6){transition-delay:.4s}@media (max-width: 1024px){.kf-grid{grid-template-columns:repeat(2,1fr)}.kf-card{height:220px;padding:0rem}.kf-card:nth-child(odd){transition-delay:.1s}.kf-card:nth-child(2n){transition-delay:.2s}}@media (max-width: 768px){.kf-section{padding:2.5rem 1.5rem}.kf-heading{font-size:2rem;margin-bottom:2rem}.kf-card-title{font-size:1.3rem;margin-bottom:.5rem;padding:0 .5rem}.kf-card-description{font-size:.85rem;line-height:1.4;padding:0 .5rem}.kf-card-content{padding:1.5rem}.kf-card:hover .kf-card-content{padding:1rem;margin:.5rem}.kf-mobile-indicator{display:block}.kf-card:hover .kf-mobile-indicator,.kf-card:active .kf-mobile-indicator{opacity:1}}@media (max-width: 640px){.kf-grid{grid-template-columns:1fr;padding:0%}.kf-card{height:200px}.kf-heading{font-size:1.8rem}.kf-card-title{font-size:1.2rem}.kf-card-description{font-size:.8rem}.kf-card{transition-delay:.1s!important}}@media (max-width: 400px){.kf-card{height:180px}.kf-card-title{font-size:1.1rem}.kf-card-description{font-size:.75rem}.kf-card-content{padding:1rem}}.vision-container{display:flex;align-items:center;justify-content:space-between;background:#fff;min-height:50vh;padding:clamp(30px,5vw,60px);position:relative;overflow:hidden;isolation:isolate;padding-left:10rem}.our-vision{padding-bottom:2rem}.vision-content{max-width:600px;z-index:2}.vision-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#2563eb;margin-bottom:1.5rem;line-height:1.2}.vision-title span{color:#2563eb;display:inline-block}.vision-text{font-size:clamp(1rem,1.25vw,1.25rem);color:#222;line-height:1.7;font-weight:400;max-width:90%}.vision-globe{position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:.13;width:min(48vw,600px);min-width:320px;pointer-events:none;z-index:1;transition:all .3s ease}@media (max-width: 1024px){.vision-globe{width:min(55vw,500px);opacity:.1;right:-5%}.vision-text{max-width:100%}}@media (max-width: 900px){.vision-container{flex-direction:column;text-align:center;padding:40px 5vw;min-height:40vh;justify-content:center}.vision-content{max-width:100%;z-index:3}.vision-title{margin-bottom:1.2rem}.vision-text{font-size:clamp(1rem,1.1vw,1.1rem);max-width:100%;padding:0 5%}.vision-globe{width:100vw;height:100%;max-height:50vh;object-fit:cover;object-position:center;opacity:.08;top:55%;left:50%;right:auto;transform:translate(-50%,-50%)}}@media (max-width: 480px){.vision-container{padding:30px 5vw;min-height:35vh}.vision-title{font-size:clamp(1.8rem,6vw,2.2rem);margin-bottom:1rem}.vision-text{font-size:1rem;padding:0;line-height:1.6}.vision-globe{max-height:45vh;opacity:.07;top:60%}}@media (max-width: 360px){.vision-container{min-height:30vh}.vision-title{font-size:1.6rem}.vision-globe{max-height:40vh}}.quote-page{display:flex;justify-content:center;align-items:center;min-height:10vh;padding:2rem;background-color:#f8f9fa}.quote-card{max-width:1200px;width:100%;background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000000d;overflow:hidden;border:1px solid #e9ecef}.quote-content{display:flex;flex-direction:column}@media (min-width: 768px){.quote-content{flex-direction:row}}.quote-text{flex:1;padding:3rem;position:relative;display:flex;flex-direction:column;justify-content:center}.quote-icon{width:60px;height:60px;fill:#495057;opacity:.1;position:absolute;top:1.5rem;left:1.5rem}.quote{font-family:Playfair Display,serif;font-size:2.2rem;line-height:1.4;color:#212529;margin-bottom:1.5rem;position:relative;z-index:1;font-weight:500}.author{font-family:Poppins,sans-serif;font-size:1.1rem;color:#6c757d;font-style:italic;align-self:flex-end}.quote-image-container{flex:1;display:flex;align-items:center;justify-content:center;background-color:#f1f3f5}.quote-image{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){.quote-text{padding:2rem}.quote{font-size:1.8rem}.quote-content{flex-direction:column}.quote-image-container{height:300px}}@media (max-width: 480px){.quote{font-size:1.5rem}.quote-text{padding:1.5rem}.author{font-size:1rem}}.early-access-container{max-width:1200px;margin:60px auto 0;padding:2rem 1rem;color:#2c3e50}.early-access-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#3498db,#2c3e50);color:#fff;border-radius:8px;margin-bottom:2rem;margin-top:1rem}.early-access-hero h1{font-size:2.5rem;margin-bottom:1rem}.early-access-hero p{font-size:1.25rem;max-width:700px;margin:0 auto}.early-access-content{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.benefits-section{flex:2;min-width:300px}.benefits-section h2{text-align:center;margin-bottom:2rem;font-size:1.75rem;color:#3498db}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.benefit-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{font-size:2rem;color:#3498db;margin-bottom:1rem}.benefit-card h3{margin:.5rem 0;color:#2c3e50}.benefit-card p{color:#7f8c8d;margin:0;font-size:.95rem}.signup-section{flex:1;min-width:300px;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;align-self:flex-start;position:sticky;top:1rem}.signup-section h2{text-align:center;margin-bottom:1.5rem;color:#3498db}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.error-message{color:#e74c3c;background-color:#fef2f2;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.primary-btn{background:#3498db;color:#fff;border:none;padding:.75rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.primary-btn:hover{background:#2980b9}.secondary-btn{background:#fff;color:#3498db;border:1px solid #3498db;padding:.75rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:all .3s;margin-top:1rem;width:100%}.secondary-btn:hover{background:#f8f9fa}.success-message{text-align:center;padding:1rem}.success-message h2{color:#dae6df;margin-bottom:1rem}.success-message p{margin-bottom:1.5rem}.success-icon{font-size:3rem;color:#e9eeeb;margin-bottom:1rem}.privacy-note{font-size:.8rem;color:#7f8c8d;text-align:center;margin-top:1rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.early-access-content{flex-direction:column}.early-access-container{margin-top:30px}.signup-section{position:static}}.contact-container{max-width:1200px;margin:60px auto 0;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.contact-container h1{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#2c3e50;position:relative}.contact-container h1:after{content:"";display:block;width:80px;height:4px;background:#3498db;margin:.5rem auto;border-radius:2px}.contact-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.contact-info{flex:1;min-width:300px;background:#f8f9fa;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.contact-form{flex:1;min-width:300px;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 15px #0000001a}.info-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.info-icon{font-size:1.5rem;color:#3498db;margin-right:1rem;margin-top:.3rem}.info-item h3{margin:0 0 .3rem;color:#2c3e50}.info-item p{margin:0;color:#7f8c8d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{background:#3498db;color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background .3s,transform .2s;width:100%}.submit-btn:hover{background:#2980b9;transform:translateY(-2px)}.submit-btn:disabled{background:#95a5a6;cursor:not-allowed;transform:none}.success-message{background:#3c79c3;color:#fff;padding:1rem;border-radius:4px;margin-bottom:1.5rem;text-align:center;animation:fadeIn .5s}.error-message{color:#e74c3c;font-size:.9rem;margin-top:.3rem;display:block}.form-group input.error,.form-group textarea.error{border-color:#e74c3c}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-content{flex-direction:column}.contact-container h1{font-size:1.3rem}.contact-info,.contact-form{width:100%}}@media (max-width: 480px){.contact-container{padding-top:.8rem}.contact-container h1{font-size:1.5rem}}.about-us-page{background-color:#f8f9fa}.team-section{padding:5rem 0;background-color:#fff;margin-top:60px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;font-weight:600;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#3498db;border-radius:2px}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;justify-items:center}.team-card{display:flex;flex-direction:column;align-items:center;max-width:280px;width:100%;transition:all .3s ease}.team-card:hover{transform:translateY(-5px)}.team-image-container{width:200px;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.team-member-image{width:100%;height:auto;max-height:200px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.team-card-content{text-align:center;width:100%}.team-member-name{font-size:1.4rem;margin-bottom:.5rem;color:#2c3e50;font-weight:600}.team-member-role{color:#3498db;font-weight:500;margin-bottom:.75rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}.team-member-bio{color:#7f8c8d;font-size:.95rem;line-height:1.6}@media (max-width: 1024px){.team-grid{gap:2rem}.team-image-container{width:180px;height:180px}}@media (max-width: 768px){.team-section{padding:4rem 0}.section-title{font-size:2.2rem;margin-bottom:2.5rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.team-image-container{width:160px;height:160px}}@media (max-width: 480px){.team-section{padding:1rem 0}.section-title{font-size:2rem}.team-grid{grid-template-columns:1fr;gap:2.5rem}.team-image-container{width:180px;height:180px}}.founders-note-wrapper{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fbfd;margin-bottom:50px}.founders-note-hero{height:400px;background:linear-gradient(135deg,#3498db,#2c3e50);position:relative;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.heron-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==)}.heron-content{position:relative;z-index:2;max-width:800px;padding:0 2rem}.heron-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1);color:#fff}.heron-subtitle{font-size:1.5rem;font-weight:300;opacity:.9;color:#fff}.founders-note-container{max-width:1200px;margin:-100px auto 50px;padding:0 2rem;position:relative;z-index:3}.founders-note-card{background:#fff;border-radius:16px;padding:4rem;box-shadow:0 25px 50px -12px #0000001a;position:relative;overflow:hidden}.founders-note-card:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(to bottom,#3498db,#2c3e50)}.quote-mark{position:absolute;font-size:8rem;font-family:Georgia,serif;color:#3498db1a;font-weight:700;line-height:1}.quote-mark.top{top:1rem;left:2rem}.quote-mark.bottom{bottom:1rem;right:2rem}.note-content{max-width:700px;margin:0 auto}.note-text{font-size:1.25rem;line-height:1.8;color:#2c3e50;margin-bottom:2rem;position:relative}.signature-block{margin-top:4rem;text-align:right}.signature-line{width:150px;height:2px;background:linear-gradient(to right,#3498db4d,#3498db);margin-left:auto;margin-bottom:1rem}.signature-name{font-size:1.5rem;font-weight:600;color:#2c3e50;font-family:Brush Script MT,cursive}.signature-title{font-size:1rem;color:#7f8c8d;margin-top:.5rem;letter-spacing:1px}@media (max-width: 768px){.founders-note-hero{height:300px}.founders-note-wrapper{margin-bottom:5px}.heron-title{font-size:2rem}.heron-subtitle{font-size:1.2rem}.founders-note-card{padding:2.5rem}.note-text{font-size:1.1rem}.quote-mark{font-size:5rem}}@media (max-width: 480px){.founders-note-hero{height:250px}.founders-note-wrapper{margin-bottom:5px}.hero-title{font-size:2rem}.founders-note-card{padding:2rem 1.5rem}.quote-mark.top{left:1rem}.quote-mark.bottom{right:1rem}.signature-name{font-size:1.3rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}body{line-height:1.6;color:#333}
