*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#1a1a1a;background-color:#fff;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .3s}input,textarea,select{border:none;outline:none;font-family:inherit}h1,h2,h3,h4,h5,h6{color:#1a1a1a;font-weight:700;line-height:1.2}h1{font-size:2.5rem}@media (width<=768px){h1{font-size:2rem}}h2{font-size:2rem}@media (width<=768px){h2{font-size:1.75rem}}h3{font-size:1.75rem}@media (width<=768px){h3{font-size:1.5rem}}h4{font-size:1.5rem}@media (width<=768px){h4{font-size:1.25rem}}p{color:#666;margin-bottom:1rem;line-height:1.8}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1rem}}.section{padding:6rem 0}@media (width<=768px){.section{padding:4rem 0}}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,#005862 0%,#00838f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.fade-in{animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:.5s slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:.5s slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px #0000001a}.navbar.scrolled{box-shadow:0 4px 12px #0000001a}.navbar .container{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.navbar .logo{color:#005862;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:700;display:flex}.navbar .logo .logo-placeholder{color:#fff;background:linear-gradient(135deg,#005862 0%,#00838f 100%);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.navbar .nav-menu{align-items:center;gap:2rem;list-style:none;display:flex}@media (width<=992px){.navbar .nav-menu{z-index:1002;background:#fff;flex-direction:column;justify-content:flex-start;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:0 12px 48px #0003}.navbar .nav-menu.active{right:0}}.navbar .nav-menu .nav-link{color:#1a1a1a;font-weight:500;transition:color .2s;position:relative}.navbar .nav-menu .nav-link:after{content:"";background:#005862;width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.navbar .nav-menu .nav-link:hover{color:#005862}.navbar .nav-menu .nav-link:hover:after{width:100%}@media (width<=992px){.navbar .nav-menu .nav-link{border-bottom:1px solid #f0f0f0;width:100%;padding:1rem 0;font-size:18px}}.navbar .cta-button{color:#fff;background:linear-gradient(135deg,#005862 0%,#00838f 100%);border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0000001a}.navbar .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media (width<=992px){.navbar .cta-button{text-align:center;width:100%;margin-top:1rem}}.navbar .mobile-menu-toggle{cursor:pointer;z-index:1003;background:0 0;flex-direction:column;gap:5px;padding:.5rem;display:none}@media (width<=992px){.navbar .mobile-menu-toggle{display:flex}}.navbar .mobile-menu-toggle span{background:#005862;border-radius:2px;width:25px;height:3px;transition:all .3s}.navbar .mobile-menu-toggle.active span:first-child{transform:rotate(45deg)translate(7px,7px)}.navbar .mobile-menu-toggle.active span:nth-child(2){opacity:0}.navbar .mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.navbar .mobile-overlay{display:none}@media (width<=992px){.navbar .mobile-overlay{opacity:0;pointer-events:none;z-index:1001;background:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.navbar .mobile-overlay.active{opacity:1;pointer-events:all}}.hero{background:linear-gradient(135deg,#0058620d 0%,#00586205 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#00586214 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:20s ease-in-out infinite float;position:absolute;top:-50%;right:-20%}.hero .container{z-index:1;position:relative}.hero .hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=992px){.hero .hero-content{text-align:center;grid-template-columns:1fr;gap:3rem}}.hero .hero-text h1{margin-bottom:2rem;font-size:3rem;line-height:1.2}@media (width<=992px){.hero .hero-text h1{font-size:2.5rem}}@media (width<=768px){.hero .hero-text h1{font-size:2rem}}.hero .hero-text h1 .highlight{background:linear-gradient(135deg,#005862 0%,#00838f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero .hero-text .subtitle{color:#666;margin-bottom:3rem;font-size:18px;line-height:1.8}@media (width<=768px){.hero .hero-text .subtitle{font-size:16px}}.hero .hero-text .cta-group{gap:1rem;margin-bottom:2rem;display:flex}@media (width<=768px){.hero .hero-text .cta-group{flex-direction:column}}.hero .hero-text .btn-primary{color:#fff;background:linear-gradient(135deg,#005862 0%,#00838f 100%);border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:18px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0000001a}.hero .hero-text .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000026}.hero .hero-text .btn-primary:active{transform:translateY(-1px)}.hero .hero-text .launch-notice{color:#005862;background:#0058620d;border-radius:12px;align-items:center;gap:.5rem;width:fit-content;padding:1rem 2rem;font-size:14px;font-weight:500;display:flex}@media (width<=992px){.hero .hero-text .launch-notice{margin:0 auto}}.hero .hero-text .launch-notice .icon{font-size:1.25rem}.hero .hero-image{position:relative}.hero .hero-image .image-placeholder{aspect-ratio:16/10;color:#005862;background:linear-gradient(135deg,#0058621a 0%,#0058620d 100%);border-radius:16px;justify-content:center;align-items:center;width:100%;font-size:18px;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 48px #0003}.hero .hero-image .image-placeholder:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes float{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-30px,30px)rotate(5deg)}}@keyframes shimmer{to{left:100%}}.features{background:#fff}.features .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.features .section-header h2{margin-bottom:1rem}.features .section-header p{color:#666;font-size:18px}.features .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}@media (width<=768px){.features .features-grid{grid-template-columns:1fr;gap:2rem}}.features .feature-card{background:#fff;border:2px solid #0000;border-radius:12px;padding:3rem;transition:all .3s;box-shadow:0 4px 12px #0000001a}.features .feature-card:hover{border-color:#00586233;transform:translateY(-8px);box-shadow:0 12px 48px #0003}.features .feature-card .icon{color:#fff;background:linear-gradient(135deg,#005862 0%,#00838f 100%);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;font-size:2rem;display:flex}.features .feature-card h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem}.features .feature-card p{color:#666;margin:0;line-height:1.7}.product-showcase{background:linear-gradient(135deg,#00586208 0%,#00586203 100%)}.product-showcase .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.product-showcase .section-header h2{margin-bottom:1rem}.product-showcase .section-header p{color:#666;font-size:18px}.product-showcase .showcase-carousel{padding:0 3.5rem;position:relative}@media (width<=768px){.product-showcase .showcase-carousel{padding:0 2.5rem}}@media (width<=576px){.product-showcase .showcase-carousel{padding:0 2rem}}.product-showcase .showcase-wrapper{border-radius:12px;width:100%;overflow:hidden}.product-showcase .showcase-items{transition:transform .5s;display:flex}.product-showcase .showcase-item{min-width:100%;padding:2rem 1rem}@media (width<=768px){.product-showcase .showcase-item{padding:1rem 0}}.product-showcase .showcase-item .showcase-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=992px){.product-showcase .showcase-item .showcase-content{grid-template-columns:1fr;gap:3rem}}.product-showcase .showcase-item .showcase-text h3{color:#1a1a1a;margin-bottom:2rem;font-size:2rem}.product-showcase .showcase-item .showcase-text p{color:#666;font-size:18px;line-height:1.8}.product-showcase .showcase-item .showcase-image .image-placeholder{aspect-ratio:16/10;color:#005862;background:linear-gradient(135deg,#0058621a 0%,#0058620d 100%);border-radius:12px;justify-content:center;align-items:center;width:100%;font-weight:600;display:flex;box-shadow:0 8px 24px #00000026}.product-showcase .carousel-controls{justify-content:center;gap:1rem;margin-top:3rem;display:flex}.product-showcase .carousel-controls button{background:#00586233;border-radius:50%;width:12px;height:12px;transition:all .2s}.product-showcase .carousel-controls button.active{background:#005862;border-radius:6px;width:32px}.product-showcase .carousel-controls button:hover{background:#005862}.product-showcase .carousel-arrow{color:#005862;cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #00586226;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.product-showcase .carousel-arrow:hover{color:#fff;background:#005862;border-color:#005862;box-shadow:0 8px 24px #00000026}.product-showcase .carousel-arrow:active{transform:translateY(-50%)scale(.92)}.product-showcase .carousel-arrow.prev{left:0}.product-showcase .carousel-arrow.next{right:0}@media (width<=768px){.product-showcase .carousel-arrow{width:36px;height:36px;font-size:1.25rem}.product-showcase .carousel-arrow.prev{left:0}.product-showcase .carousel-arrow.next{right:0}}.evolution{background:#fff}.evolution .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.evolution .section-header h2{margin-bottom:1rem}.evolution .section-header p{color:#666;font-size:18px}.evolution .evolution-timeline{max-width:900px;margin:0 auto;position:relative}.evolution .evolution-timeline:before{content:"";background:linear-gradient(#005862,#00838f);width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (width<=768px){.evolution .evolution-timeline:before{left:30px}}.evolution .timeline-item{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid;position:relative}@media (width<=768px){.evolution .timeline-item{grid-template-columns:1fr;padding-left:60px}}.evolution .timeline-item .timeline-marker{z-index:2;background:#005862;border-radius:50%;width:24px;height:24px;position:absolute;top:30px;left:50%;transform:translate(-50%);box-shadow:0 0 0 6px #0058621a}@media (width<=768px){.evolution .timeline-item .timeline-marker{left:30px}}.evolution .timeline-item .timeline-content{background:#fff;border-radius:12px;padding:3rem;transition:all .3s;box-shadow:0 4px 12px #0000001a}.evolution .timeline-item .timeline-content:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.evolution .timeline-item .timeline-content .phase-label{color:#fff;background:linear-gradient(135deg,#005862 0%,#00838f 100%);border-radius:8px;margin-bottom:1rem;padding:.25rem .75rem;font-size:14px;font-weight:600;display:inline-block}.evolution .timeline-item .timeline-content h3{color:#1a1a1a;margin-bottom:1rem}.evolution .timeline-item .timeline-content ul{list-style:none}.evolution .timeline-item .timeline-content ul li{color:#666;align-items:start;gap:.5rem;padding:.5rem 0;display:flex}.evolution .timeline-item .timeline-content ul li:before{content:"✓";color:#005862;flex-shrink:0;font-weight:700}.evolution .timeline-item:nth-child(2n) .timeline-content:first-child{grid-column:2}@media (width<=768px){.evolution .timeline-item:nth-child(2n) .timeline-content:first-child{grid-column:1}}.founders{color:#fff;background:linear-gradient(135deg,#005862 0%,#00838f 100%);position:relative;overflow:hidden}.founders:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;left:-10%}.founders .container{z-index:1;position:relative}.founders .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.founders .section-header h2{color:#fff;margin-bottom:1rem}.founders .section-header p{color:#ffffffe6;font-size:18px}.founders .founders-content{max-width:900px;margin:0 auto}.founders .how-it-works{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem;display:grid}@media (width<=768px){.founders .how-it-works{grid-template-columns:1fr}}.founders .how-it-works .step{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:12px;padding:2rem;transition:all .3s}.founders .how-it-works .step:hover{background:#ffffff26;transform:translateY(-4px)}.founders .how-it-works .step .step-number{color:#005862;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.founders .how-it-works .step h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.founders .how-it-works .step p{color:#ffffffd9;margin:0;font-size:14px}.founders .benefits{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:4rem;display:grid}@media (width<=768px){.founders .benefits{grid-template-columns:1fr 1fr}}@media (width<=576px){.founders .benefits{grid-template-columns:1fr}}.founders .benefits .benefit{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:2px solid #fff3;border-radius:12px;padding:2rem}.founders .benefits .benefit .icon{margin-bottom:.5rem;font-size:2rem}.founders .benefits .benefit h4{color:#fff;margin-bottom:.25rem;font-size:1.1rem}.founders .benefits .benefit p{color:#ffffffd9;margin:0;font-size:14px}.founders .limited-notice{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;margin-bottom:3rem;padding:2rem}.founders .limited-notice .icon{margin-bottom:.5rem;font-size:2rem}.founders .limited-notice p{color:#fff;margin:0;font-size:18px;font-weight:600}.founders .cta-button{color:#005862;text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;margin:0 auto;padding:1.25rem 2rem;font-size:18px;font-weight:700;transition:all .3s;display:block;box-shadow:0 12px 48px #0003}.founders .cta-button:hover{transform:translateY(-4px);box-shadow:0 16px 64px #0000004d}.contact-form{background:#fff}.contact-form .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.contact-form .section-header h2{margin-bottom:1rem}.contact-form .section-header p{color:#666;font-size:18px}.contact-form .form-container{background:#fff;border-radius:16px;max-width:700px;margin:0 auto;padding:4rem;box-shadow:0 12px 48px #0003}.contact-form form{flex-direction:column;gap:2rem;display:flex}.contact-form form .form-group{flex-direction:column;gap:.5rem;display:flex}.contact-form form .form-group label{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600}.contact-form form .form-group input,.contact-form form .form-group textarea,.contact-form form .form-group select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.875rem 1rem;font-size:16px;transition:all .2s}.contact-form form .form-group input:focus,.contact-form form .form-group textarea:focus,.contact-form form .form-group select:focus{border-color:#005862;box-shadow:0 0 0 3px #0058621a}.contact-form form .form-group input::placeholder,.contact-form form .form-group textarea::placeholder,.contact-form form .form-group select::placeholder{color:#999}.contact-form form .form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-form form .form-group select{cursor:pointer}.contact-form form .form-row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=768px){.contact-form form .form-row{grid-template-columns:1fr}}.contact-form form .submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#005862 0%,#00838f 100%);border-radius:12px;margin-top:1rem;padding:1rem 2rem;font-size:18px;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #0000001a}.contact-form form .submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.contact-form form .submit-button:active{transform:translateY(0)}.contact-form form .submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-form .form-notice{text-align:center;color:#666;background:#0058620d;border-radius:8px;margin-top:2rem;padding:1rem;font-size:14px}.contact-form .form-success{color:#155724;text-align:center;background:#d4edda;border:2px solid #c3e6cb;border-radius:8px;margin-bottom:2rem;padding:2rem;font-weight:600}.contact-form .form-error{color:#721c24;text-align:center;background:#f8d7da;border:2px solid #f5c6cb;border-radius:8px;margin-bottom:2rem;padding:2rem;font-weight:600}.about{background:linear-gradient(135deg,#00586208 0%,#00586203 100%)}.about .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.about .section-header h2{margin-bottom:1rem}.about .about-content{max-width:900px;margin:0 auto}.about .about-content .about-text{color:#666;margin-bottom:3rem;font-size:18px;line-height:1.9}.about .about-content .about-text p{margin-bottom:2rem}.about .about-content .about-text .highlight-box{background:#fff;border-left:4px solid #005862;border-radius:8px;margin:3rem 0;padding:3rem;box-shadow:0 2px 4px #0000001a}.about .about-content .about-text .highlight-box p{color:#005862;margin:0;font-size:1.25rem;font-weight:600}.about .about-content .values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;display:grid}@media (width<=768px){.about .about-content .values-grid{grid-template-columns:1fr}}.about .about-content .values-grid .value-card{background:#fff;border-radius:12px;padding:3rem;transition:all .3s;box-shadow:0 4px 12px #0000001a}.about .about-content .values-grid .value-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.about .about-content .values-grid .value-card .icon{margin-bottom:1rem;font-size:2.5rem}.about .about-content .values-grid .value-card h3{color:#005862;margin-bottom:.5rem;font-size:1.5rem}.about .about-content .values-grid .value-card p{color:#666;margin:0;line-height:1.7}.footer{color:#fff;background:linear-gradient(135deg,#242425 0%,#3a3a3c 100%);padding:4rem 0 2rem}.footer .footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}@media (width<=992px){.footer .footer-content{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.footer .footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}}.footer .footer-section h3{color:#fff;margin-bottom:2rem;font-size:1.5rem}.footer .footer-section p{color:#fffc;line-height:1.8}.footer .footer-section ul{list-style:none}.footer .footer-section ul li{margin-bottom:.5rem}.footer .footer-section ul li a{color:#fffc;transition:color .2s}.footer .footer-section ul li a:hover{color:#fff}.footer .footer-brand .logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:2rem;font-weight:700;display:flex}@media (width<=768px){.footer .footer-brand .logo{justify-content:center}}.footer .footer-brand .logo .logo-placeholder{color:#005862;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.footer .footer-brand .tagline{color:#ffffffb3;margin-top:.5rem;font-size:14px}.footer .social-links{gap:1rem;margin-top:2rem;display:flex}@media (width<=768px){.footer .social-links{justify-content:center}}.footer .social-links a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .2s;display:flex}.footer .social-links a:hover{color:#005862;background:#fff;transform:translateY(-3px)}.footer .footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.footer .footer-bottom p{color:#fff9;margin:0;font-size:14px}.scroll-to-top{color:#fff;opacity:0;pointer-events:none;z-index:999;background:linear-gradient(135deg,#005862 0%,#00838f 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 8px 24px #00000026}.scroll-to-top.visible{opacity:1;pointer-events:all}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 12px 48px #0003}@media (width<=768px){.scroll-to-top{width:45px;height:45px;bottom:20px;right:20px}}
