body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#0f0f0f;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem 10rem}@media (max-width:768px){.navbar{padding:1rem 2rem}.nav-list{flex-direction:column;gap:1rem;margin-top:1rem}}.nav-left .nav-logo img{display:block;height:40px;width:auto}.nav-list{display:flex;gap:2rem;list-style-type:none;margin:0;padding:0}.nav-link{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#007aff}.nav-waitlist{font-size:1.05rem;font-weight:600;letter-spacing:.3px}.nav-waitlist:hover{text-decoration:underline}@media (max-width:768px){.navbar{padding:1rem 1.5rem}.nav-list,.navbar{flex-direction:row;flex-wrap:nowrap;gap:1rem}.nav-list{justify-content:flex-end}.nav-left .nav-logo img{height:32px}.nav-link{font-size:.95rem}}.footer{background-color:#0f0f0f;border-top:1px solid #ffffff0d;color:#fff;padding:2rem 10rem;text-align:center}.footer-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9b8447;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width:768px){.footer{padding:2rem}.footer-links{flex-direction:column;gap:1rem}}.hero{background-color:#0f0f0f;color:#fff;justify-content:center;padding:4rem 10rem}.hero,.hero-content{align-items:center;display:flex}.hero-content{flex-direction:row;flex-wrap:wrap;gap:3rem;justify-content:space-between;max-width:1300px}.hero-text{flex:1 1 500px}.hero-text h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-text .highlight{color:#fff;font-weight:800;letter-spacing:1px}.hero-text .subtext{color:#ccc;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.sub-highlight{color:#fff;display:inline-block;font-weight:500;margin-top:.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.btn-primary{background-color:#007aff;border:none;border-radius:2rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.6rem;text-decoration:none}.btn-primary:hover{background-color:#0061cc}.btn-secondary{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;text-decoration:underline}.hero-image{align-items:center;border-radius:1rem;display:flex;flex:1 1 400px;justify-content:center;padding:1rem}.hero-image img{border-radius:1rem;max-width:350px;width:100%}@media (max-width:768px){.hero{padding:4rem 2rem}.hero-content{flex-direction:column;text-align:center}.hero-image,.hero-text{flex:1 1 100%}.hero-buttons{justify-content:center}.hero-text h1{font-size:2.4rem}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f0f99;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{animation:popupFade .3s ease-out;background-color:#141414;border-radius:1.2rem;box-shadow:0 12px 30px #007aff40;color:#fff;max-width:420px;padding:2rem 2.5rem;text-align:center;width:90%}@keyframes popupFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content h3{color:#9b8447;font-size:1.6rem;margin-bottom:1rem}.modal-content p{color:#ccc;font-size:1rem;margin-bottom:2rem}.btn-close{background:#007aff;border:none;border-radius:2rem;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.6rem 1.4rem}.team-section{background-color:#0f0f0f;color:#fff;padding:6rem 10rem}.team-heading{font-size:2.8rem;font-weight:700;letter-spacing:1px;margin-bottom:4rem;text-align:center}.team-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.team-card-refined{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#2c1d00,#1c1400);border:1px solid #f5d56e26;border-radius:1.2rem;box-shadow:0 12px 40px #9b844726;display:flex;padding:2rem 2.5rem;transition:transform .4s ease,box-shadow .4s ease}.team-card-refined:hover{box-shadow:0 0 40px #f5d56e4d;transform:translateY(-6px)}.card-left{margin-right:1.8rem}.card-avatar{border:2px solid #9b8447;border-radius:50%;box-shadow:0 0 10px #f5d56e40;height:90px;object-fit:cover;width:90px}.card-right{flex:1 1}.card-name{color:#fffbe6;font-size:1.3rem;font-weight:600;margin-bottom:.25rem}.card-title{color:gold;font-size:1rem;font-weight:500;margin-bottom:.75rem}.card-details{color:#eee4c3;font-size:.92rem;line-height:1.5;margin-bottom:1rem;white-space:pre-line}.card-divider{background:linear-gradient(90deg,#0000,#9b8447,#0000);height:1px;margin:.75rem 0 1rem;width:100%}.card-logos{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.card-logo{filter:none;height:22px;opacity:.9;transition:transform .3s ease,opacity .3s ease}.card-logo:hover{opacity:1;transform:scale(1.1)}@media (max-width:768px){.team-section{padding:4rem 2rem}.team-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);justify-content:center}.team-card-refined{display:flex;flex-direction:column;justify-content:space-between}.card-left{margin:0 auto 1rem}.card-right{text-align:center}.card-logos{justify-content:center}.card-avatar{height:80px;width:80px}.card-logo{height:20px}}.uwb-section{background-color:#0f0f0f;color:#fff;padding:6rem 10rem;text-align:center}.uwb-heading{color:#9b8447;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.uwb-intro{color:#ccc;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:800px}.uwb-table{border-collapse:collapse;font-size:1rem;margin:0 auto 3rem;max-width:900px;width:100%}.uwb-table td,.uwb-table th{border:1px solid #ffffff26;color:#eee4c3;padding:1rem;text-align:center}.uwb-table th{background-color:#1f1f1f;color:#9b8447;font-weight:600}.uwb-table tr:nth-child(2n){background-color:#1a1a1a}.uwb-highlight p{color:#fffbe6;font-size:1.1rem;font-weight:500}@media (max-width:768px){.uwb-section{padding:4rem 2rem}.uwb-heading{font-size:2rem}.uwb-intro{font-size:1rem}.uwb-table td,.uwb-table th{font-size:.9rem;padding:.75rem}}.creative-section{background-color:#0f0f0f;color:#fff;padding:6rem 10rem}.creative-content{align-items:center;display:flex;flex-wrap:nowrap;gap:3rem;justify-content:space-between}.creative-video{align-items:center;aspect-ratio:16/9;border-radius:1rem;box-shadow:0 12px 30px #0006;display:flex;flex:1 1 600px;justify-content:center;max-width:100%;overflow:hidden}.creative-video iframe{border:none;display:block;height:100%;width:100%}.creative-text{flex:1 1 50%;max-width:50%;text-align:left}.creative-text h2{color:#9b8447;font-size:2rem;margin-bottom:1rem}.creative-tagline{color:#ccc;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.creative-text ul{font-size:1rem;line-height:1.8;list-style:none;padding:0}.creative-text li{color:#eee4c3;margin-bottom:.8rem}@media (max-width:768px){.creative-section{padding:4rem 2rem}.creative-content{flex-direction:column;text-align:center}.creative-text,.creative-video{flex:1 1 100%;max-width:100%}.creative-text h2{font-size:1.6rem}.creative-video iframe{aspect-ratio:16/9;height:auto;width:100%}.creative-text{margin-top:2rem;text-align:center}}.howhybrid-section{background-color:#0f0f0f;color:#fff;padding:6rem 10rem}.howhybrid-heading{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-align:center}.howhybrid-content{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:4rem;justify-content:space-between}.howhybrid-steps{display:flex;flex:1 1 400px;flex-direction:column;gap:2rem;min-width:0}.howhybrid-step{background:linear-gradient(135deg,#141414,#1c1c1c);border-left:4px solid #0000;border-radius:1rem;cursor:pointer;padding:1.2rem 1.5rem;transition:all .3s ease}.howhybrid-step.active,.howhybrid-step:hover{background-color:#1f1f1f;border-left:4px solid #007aff}.howhybrid-step .step-number{color:#007aff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.howhybrid-step h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.howhybrid-step p{color:#ccc;font-size:1rem;line-height:1.6}.howhybrid-preview{align-items:center;border-radius:1.2rem;box-shadow:0 12px 30px #007aff26;display:flex;flex:1 1 360px;justify-content:center;max-width:360px;min-width:0;overflow:hidden}.howhybrid-preview img{border-radius:1.2rem;display:block;height:auto;object-fit:contain;width:100%}@media (max-width:768px){.howhybrid-section{padding:4rem 2rem}.howhybrid-content{flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center}.howhybrid-preview,.howhybrid-steps{flex:1 1 100%;max-width:100%}.howhybrid-preview{margin-top:2rem;padding:0}.howhybrid-preview img{object-fit:contain;width:100%}}.trusted-section{background-color:#0f0f0f;color:#fff;padding:6rem 10rem;text-align:center}.trusted-heading{color:#9b8447;font-size:2.4rem;margin-bottom:1rem}.trusted-subtext{color:#ccc;font-size:1.1rem;margin-bottom:2rem}.trusted-logos{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.trusted-logo{height:48px;opacity:.95;transition:transform .3s ease,opacity .3s ease}.trusted-logo:hover{opacity:1;transform:scale(1.05)}@media (max-width:768px){.trusted-section{padding:4rem 2rem}.trusted-logo{height:40px}.trusted-heading{font-size:2rem}.trusted-subtext{font-size:1rem}}.fee-section{background-color:#0f0f0f;color:#fff;padding:6rem 10rem;text-align:center}.fee-heading{color:#fff;font-size:2.5rem;margin-bottom:1.5rem}.fee-subtext{color:#ccc;font-size:1.1rem;line-height:1.7;margin:0 auto 2rem;max-width:700px}.fee-image-wrapper{border-radius:1.2rem;box-shadow:0 12px 35px #007aff26;margin:0 auto;max-width:1000px;overflow:hidden}.fee-image{border-radius:1rem;display:block;height:auto;width:100%}.fee-caption{color:#999;font-size:.9rem;font-style:italic;margin-top:1rem}@media (max-width:768px){.fee-section{padding:4rem 2rem}.fee-subtext{font-size:1rem}.fee-image,.fee-image-wrapper{border-radius:.75rem}}.waitlist-section{background-color:#0f0f0f;color:#fff;padding:6rem 10rem;text-align:center}.waitlist-heading{color:#9b8447;font-size:2.5rem;margin-bottom:1rem}.waitlist-subtext{color:#ccc;font-size:1.1rem;margin-bottom:2.5rem}.waitlist-form{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto;max-width:600px}.waitlist-form input,.waitlist-form select{background-color:#1a1a1a;border:1px solid #333;border-radius:.5rem;color:#fff;font-size:1rem;padding:.85rem 1.2rem}.waitlist-form input:focus,.waitlist-form select:focus{border-color:#9b8447;outline:none}.waitlist-form button{background-color:#9b8447;border:none;border-radius:2rem;color:#0f0f0f;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.4rem;transition:background-color .3s ease}.waitlist-form button:hover{background-color:#b99d5d}@media (max-width:768px){.waitlist-section{padding:4rem 2rem}.waitlist-heading{font-size:2rem}.waitlist-subtext{font-size:1rem}.waitlist-form{width:100%}}
/*# sourceMappingURL=main.acabf22e.css.map*/