:root{--dark-green: #0e615c;--mid-green: #0a736c;--light-green: #d1fae5;--background: #f0fdfa;--text-primary: #ffffff;--text-secondary: #d1d5db;--accent: #047857;--navbar-link: #033c2a;--navbar-hover: #065f46;--button-green: #10b981;--hover-green: #059669;--form-border: #cbd5e1;--section-gray: #f8fafc;--text-dark: #0f172a;--text-light: #334155}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:#fff;color:#f9fcfc;line-height:1.6}html{font-size:16px}@media(max-width:768px){html{font-size:14px}}.navbar{position:sticky;top:0;z-index:1000;width:100%;background-color:#fcfcfb;padding:.5rem 1.5rem;height:70px;display:flex;justify-content:flex-end;align-items:center;box-shadow:0 2px 6px #0000000d}.navbar-toggle{display:none;font-size:1.75rem;color:#065f46;cursor:pointer;background:none;border:none;padding:0}.navbar-brand{display:flex;align-items:center;margin-right:auto;height:100%;padding:5px 0}.navbar-brand img.logo-image{height:30px;width:auto;max-height:100%;object-fit:contain}.navbar-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar-links li{position:relative}.navbar-links li a{text-decoration:none;font-weight:600;font-family:Segoe UI,sans-serif;color:#033c2a;transition:color .2s ease;padding:.5rem 0;display:block}.navbar-links li a:hover{color:#065f46}.navbar-links li.with-submenu .submenu{display:none;position:absolute;top:100%;left:0;background-color:#fcfcfb;min-width:200px;box-shadow:0 4px 6px #0000001a;padding:.5rem 0;z-index:1100;flex-direction:column;border-radius:0 0 4px 4px;list-style:none;margin:0}.navbar-links li.with-submenu:last-child .submenu{right:0;left:auto}.navbar-links li.with-submenu .submenu li{padding:0;margin:0}.navbar-links li.with-submenu .submenu li a{padding:.5rem 1rem;color:#033c2a;display:block;transition:all .2s;white-space:nowrap}.navbar-links li.with-submenu .submenu li a:hover{background-color:#e5e7eb;color:#065f46}.navbar-links li.with-submenu:hover .submenu{display:flex}@media(max-width:768px){.navbar{justify-content:space-between}.navbar-toggle{display:block}.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;gap:0;border-top:1px solid #e5e7eb}.navbar-links.active{display:flex}.navbar-links li.with-submenu{width:100%}.navbar-links li.with-submenu .submenu{position:static;display:none;width:100%;box-shadow:none;background-color:#f8f8f8;margin-top:.5rem;margin-bottom:.5rem;padding:0}.navbar-links li.with-submenu:hover .submenu{display:none}.navbar-links li.with-submenu.active .submenu{display:flex}}main{padding:2rem}.card,.form,.info-section{background-color:var(--white);border:1px solid var(--grey);border-radius:.5rem;padding:1.5rem;margin:1rem 0}.card h2,.info-section h2{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.form input[type=email]{padding:.75rem;width:100%;border:1px solid var(--grey);border-radius:.375rem;margin-bottom:1rem}.form button{background-color:var(--emerald);color:var(--white);padding:.75rem;border:none;border-radius:.375rem;font-weight:600;cursor:pointer}.hero-section{display:flex;flex-direction:column;gap:2rem;padding:2rem;background-color:#115952;color:#f9fcfc}@media(min-width:768px){.hero-section{flex-direction:row;justify-content:space-between;align-items:center}}.hero-content{max-width:600px}.hero-title{font-size:2.5rem;font-weight:700;color:#f9fcfc}.hero-badge{display:inline-block;background-color:#44a682;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;margin-top:.5rem}.hero-subtext{margin-top:1rem;font-size:1.125rem;font-weight:500;color:#f9fcfc}.feature-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}.feature-item{background-color:#e0f2f1;color:#065f46;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.hero-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.hero-input{padding:.75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem}.hero-button{background-color:#dae2e2;color:#041d24;padding:.75rem;border:none;border-radius:.5rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.hero-button:hover{background-color:#44a682}.hero-image-placeholder{background-color:#8fbfb2;width:100%;aspect-ratio:1 / 1;border-radius:1rem;flex-shrink:0}@media(min-width:768px){.hero-image-placeholder{width:300px}}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#fff;overflow-x:hidden}.homepage-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;color:#f9fcfc;overflow:hidden}.video-section{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.background-video{position:absolute;width:100%;height:100%;object-fit:cover;z-index:0;left:0;top:0}.gradient-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(120deg,#11595280,#148c8c66);animation:gradientMove 10s ease infinite;z-index:1;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);left:0;top:0}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-content{position:relative;z-index:2;max-width:800px;padding:20px;width:90%;margin:0 auto;box-sizing:border-box}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtext{font-size:clamp(1rem,2vw,1.2rem);max-width:680px;margin:0 auto 2rem;opacity:.95;line-height:1.6;width:100%}.glass-card{background:#ffffff0d;border-radius:15px;padding:1rem 2rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:inline-block;max-width:100%;box-sizing:border-box}.cta-button{position:relative;background:linear-gradient(135deg,#005f6b,#003d44);color:#fff;font-family:Rajdhani,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;padding:.75rem 1.5rem;border:1px solid rgba(0,95,107,.4);border-radius:10px;cursor:pointer;box-shadow:0 0 12px #005f6b99;transition:all .3s ease;overflow:hidden;width:auto}.cta-button:hover{background:linear-gradient(135deg,#007a8a,#005f6b);box-shadow:0 0 20px #005f6bcc;transform:scale(1.05)}.home-footer{width:100%;background-color:#fff;color:#333;padding:3rem 0;position:relative;z-index:3;box-sizing:border-box;overflow:hidden}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-around;max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box;gap:20px}.footer-section{flex:1 1 30%;min-width:250px;text-align:center;box-sizing:border-box;padding:0 15px;margin:0}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:#333;font-weight:600}.footer-section p,.footer-section a{display:block;color:#666;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#00b8ba;text-decoration:none}.copyright{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);font-size:.9rem;color:#888;width:100%;box-sizing:border-box;flex-basis:100%}@media(max-width:768px){.footer-content{flex-direction:column;align-items:center;padding:0 15px}.footer-section{width:100%;max-width:350px;margin-bottom:1.5rem}}body{background-color:#fff;color:#333;font-family:Inter,sans-serif}.tech-border{position:relative;border:1px solid rgba(0,184,148,.2)}.tech-border:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#00b894,transparent)}.holographic-card{position:relative;overflow:hidden}.holographic-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,#00b89400,#00b89400 50%,#00b89408,#00b89400 52%);transform:rotate(30deg);animation:hologram 6s linear infinite}@keyframes hologram{0%{transform:rotate(30deg) translate(-10%,-10%)}to{transform:rotate(30deg) translate(10%,10%)}}.blog-full-container{max-width:800px;margin:0 auto;padding:2rem}.back-button{background:transparent;border:none;color:#008b74;font-size:1rem;cursor:pointer;margin-bottom:2rem;display:flex;align-items:center;transition:all .3s ease}.back-button:hover{opacity:.8}.back-arrow{margin-right:.5rem;font-size:1.2rem}.blog-full-content{background:#e0e4e5;border-radius:10px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,184,148,.2);box-shadow:0 10px 30px #00b8941a}.blog-header{margin-bottom:2rem;position:relative}.blog-title{font-size:2.2rem;margin-bottom:1rem;color:#105d59;line-height:1.3}.blog-meta{display:flex;justify-content:space-between;color:#666;font-size:.9rem;margin-top:1rem}.blog-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.tag{background:#00b8941a;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;color:#008b74;border:1px solid rgba(0,184,148,.3)}.blog-body{line-height:1.8;font-size:1.1rem;color:#444}.blog-body p{margin-bottom:1.5rem}.blog-footer{margin-top:3rem}.tech-decoration{display:flex;align-items:center;justify-content:center;margin:2rem 0}.tech-line{height:1px;background:linear-gradient(90deg,transparent,#00b894,transparent);flex-grow:1}.tech-dots{display:flex;margin:0 1rem}.tech-dot{width:8px;height:8px;background-color:#00b894;border-radius:50%;margin:0 .3rem}.blog-body h1{font-size:clamp(1.5rem,5vw,1.75rem);color:#105d59;margin-top:1.5rem}.blog-body h2{font-size:clamp(1.25rem,4vw,1.5rem);color:#105d59;margin-top:1.5rem}.blog-body h3{font-size:clamp(1.125rem,3vw,1.25rem);color:#105d59;margin-top:1.5rem}.blog-body ul{padding-left:1.5rem;margin-bottom:1.5rem}.blog-body li{margin-bottom:.5rem}.blog-body strong{color:#222;font-weight:700}.blog-body a{color:#008b74;text-decoration:underline}.blog-body blockquote{border-left:4px solid #00b894;padding-left:1rem;color:#666;margin:1.5rem 0;font-style:italic;background:#00b8940d}.blog-list-container{max-width:1200px;margin:0 auto;background-color:#e0e4e5;padding:2rem 1rem}.blog-list-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.2rem;position:relative;display:inline-block;left:50%;transform:translate(-50%);color:#105d59;font-weight:700;padding:0 1rem}.blog-list-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00b894,transparent)}.blog-card{background:#fff;border-radius:8px;padding:1.8rem;box-shadow:0 4px 20px #00b8941a;border:1px solid rgba(0,184,148,.15);transition:all .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00b89433;border-color:#00b8944d}@media(max-width:768px){.blog-list-title{font-size:2rem;margin-bottom:2rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-list-container{max-width:1200px;margin:0 auto;padding:2rem;background-color:#fff}.blog-list-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.2rem;color:#105d59;position:relative;display:inline-block}.blog-list-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent,#00b894,transparent)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding:1rem}.blog-card{background:#e0e4e5;border-radius:8px;padding:1.8rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.1);position:relative;overflow:hidden;border:1px solid rgba(0,184,148,.2);box-shadow:0 4px 15px #00b8940d}.blog-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,184,148,.1) 0%,transparent 70%);transform:rotate(30deg);transition:all .6s ease;opacity:0}.blog-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00b89426;border-color:#00b8944d;background:#fff}.blog-card:hover:before{opacity:1;animation:shine 3s infinite linear}.card-header{position:relative;margin-bottom:1.8rem;padding:.5rem 0}.card-corner{position:absolute;width:16px;height:16px;border-color:#00b894;border-style:solid;border-width:0;transition:all .3s ease}.blog-card:hover .card-corner{border-width:2px}.card-corner.top-left{top:0;left:0;border-top-width:1px;border-left-width:1px}.card-corner.top-right{top:0;right:0;border-top-width:1px;border-right-width:1px}.card-corner.bottom-left{bottom:0;left:0;border-bottom-width:1px;border-left-width:1px}.card-corner.bottom-right{bottom:0;right:0;border-bottom-width:1px;border-right-width:1px}.card-title{font-size:1.5rem;margin:0;padding:.5rem 0;color:#105d59;font-weight:600;letter-spacing:.5px}.card-preview{margin-bottom:1.5rem;line-height:1.7;color:#555;font-size:1rem}.card-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#777;margin-top:1.5rem;border-top:1px solid rgba(0,184,148,.1);padding-top:1rem}.card-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem}.tag{background:#00b8941a;padding:.4rem .9rem;border-radius:20px;font-size:.75rem;color:#008b74;border:1px solid rgba(0,184,148,.2);transition:all .3s ease}.tag:hover{background:#00b89433;transform:translateY(-2px)}@keyframes shine{0%{transform:rotate(30deg) translate(0)}to{transform:rotate(30deg) translate(100%)}}@media(max-width:768px){.blog-list-title{font-size:2rem;margin-bottom:2rem}.blog-grid{grid-template-columns:1fr}.blog-card{padding:1.5rem}}.features-container{display:flex;max-width:1200px;min-height:70vh;font-family:Libre Baskerville,serif;margin:3rem auto;background-color:#e0e4e5;border:1px solid #eaeaea;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #00000014;color:#033c2a;transition:transform .3s ease,box-shadow .3s ease;gap:0}.features-container:hover{transform:scale(1.01);box-shadow:0 12px 36px #0000001f}.image-container{flex:1;min-width:400px;max-width:500px;aspect-ratio:4 / 3;overflow:hidden;position:relative;background-color:#f8fafc}.feature-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:20px;border-bottom-left-radius:20px}.text-container{flex:1.3;padding:3rem 3.5rem;display:flex;height:100%;flex-direction:column;justify-content:center;position:relative;background-color:#e0e4e5}.feature-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.feature-text h2{font-size:2.4rem;margin-bottom:1.2rem;font-weight:700;line-height:1.2;color:#033c2a}.feature-text p{font-size:1.3rem;line-height:1.6;color:#4a5568}.buttons{margin-top:2.5rem;display:flex;gap:1.2rem}.buttons button{background-color:#033c2a;border:none;color:#fff;padding:.6rem 1.4rem;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:500;transition:background-color .3s ease,transform .2s ease}.buttons button:hover{background-color:#008b74;transform:translateY(-2px)}.text-container:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#00b894,#48d1cc)}.buttons button.secondary{background-color:#fff;color:#00b894;border:1px solid #00b894}.buttons button.secondary:hover{background-color:#f0fdfa}@media(max-width:768px){.features-container{flex-direction:column;max-width:100%;border-radius:0}.image-container{max-width:100%;min-height:250px}.feature-image{border-radius:0}.text-container{padding:2rem 1.8rem}.text-container:before{width:100%;height:4px;top:0;left:0}.feature-text h2{font-size:1.8rem}.feature-text p{font-size:1.1rem}}.waitlist-full-view{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:100;overflow-y:auto;padding:2rem;color:#2d3748}.get-started-button{margin-top:1.5rem;padding:.75rem 2rem;background:#00b894;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.get-started-button:hover{background:#008b74}.bg-teal{background-color:#00b894}.text-dark{color:#1a202c}.text-muted{color:#718096}.team-page{padding:4rem 2rem;background:#fff;min-height:100vh;color:#333}.team-header{text-align:center;margin-bottom:3rem}.team-header h1{font-size:2.8rem;margin-bottom:1rem;color:#105d59;font-weight:800}.team-header p{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.team-card{background:#e0e4e5;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid rgba(0,184,148,.2);box-shadow:0 10px 25px -5px #0000001a}.team-image-container{width:200px;height:200px;margin:0 auto;border-radius:50%;overflow:hidden;border:3px solid rgba(0,184,148,.2);transition:all .3s ease}.team-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00b89433}.team-card:hover .team-image-container{border-color:#00b89466}.team-card:hover .team-image-container img{transform:scale(1.05)}.team-info{padding:1.5rem;text-align:center}.team-info h3{font-size:1.4rem;margin-bottom:.5rem;color:#105d59}.team-info .title{color:#008b74;margin-bottom:1rem;font-weight:600}.team-info .short-bio{margin-bottom:1.5rem;line-height:1.5;color:#555}.read-more{background:transparent;border:none;color:#105d59;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto;transition:color .3s ease}.read-more:hover{color:#008b74}.team-member-page{padding:4rem 2rem;background:#fff;min-height:100vh;color:#333;max-width:1200px;margin:0 auto}.back-button{background:#00b8941a;border:none;color:#105d59;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease}.back-button:hover{background:#00b89433}.member-header{display:flex;align-items:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.member-header img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid rgba(0,184,148,.3)}.member-header h1{font-size:2rem;margin-bottom:.5rem;color:#105d59}.member-header h2{font-size:1.2rem;color:#008b74;font-weight:600}.member-bio{line-height:1.8;font-size:1.1rem;max-width:800px;color:#555}@media(max-width:768px){.member-header{flex-direction:column;text-align:center}.team-header h1{font-size:2.2rem}.team-header p{font-size:1rem}}
