@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.navbar{z-index:50;background-color:#061a1a;position:sticky;top:0}.navbar__container{width:100%}@media (max-width:640px){.navbar__container{padding:0}}@media (max-width:1024px){.navbar__container{padding:0}}.navbar__content{justify-content:space-between;align-items:center;height:64px;padding:0 30px;display:flex}.navbar__logo{flex-shrink:0}.navbar__logo-link{align-items:center;gap:8px;text-decoration:none;transition:all .2s;display:flex}.navbar__logo-link:hover{transform:scale(1.05)}.navbar__logo-icon{color:#061a1a;background:#00c9c8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:18px;font-weight:700;display:flex}.navbar__logo-text{color:#fff;font-size:20px;font-weight:700}@media (max-width:640px){.navbar__logo-text{display:none}}.navbar__nav{flex:1;justify-content:center;align-items:center;gap:32px;display:none}@media (min-width:768px){.navbar__nav{display:flex}}.navbar__nav-link{color:#cbd5e1;border-bottom:2px solid #0000;padding-bottom:2px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.navbar__nav-link:hover{color:#fff}.navbar__nav-link.active{color:#06b6d4;border-bottom-color:#06b6d4}.navbar__actions{align-items:center;gap:16px;display:flex}.navbar__wallet-btn{color:#061a1a;cursor:pointer;background-color:#00c9c8;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:none;box-shadow:0 10px 15px -3px #00d4c01a}@media (min-width:640px){.navbar__wallet-btn{display:inline-flex}}.navbar__wallet-btn:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #00d4c080}.navbar__mobile-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:none}@media (max-width:768px){.navbar__mobile-toggle{display:inline-flex}}.navbar__mobile-toggle:hover{color:#fff;background-color:#1e293b}.navbar__mobile-toggle-icon{stroke:currentColor;stroke-width:2px;fill:none;width:24px;height:24px}.navbar__mobile-menu{background-color:#061a1a;border-top:1px solid #475569;display:none;box-shadow:0 10px 15px -3px #0000001a}.navbar__mobile-menu.open{display:block}.navbar__mobile-menu-content{flex-direction:column;gap:4px;padding:8px 8px 12px;display:flex}.navbar__mobile-menu-link{color:#cbd5e1;border-left:4px solid #0000;border-radius:6px;padding:12px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.navbar__mobile-menu-link:hover{color:#fff;background-color:#1e293b}.navbar__mobile-menu-link.active{color:#06b6d4;background-color:#1e293b;border-left-color:#06b6d4}.navbar__mobile-wallet-btn{color:#061a1a;cursor:pointer;background:#00c9c8;border:none;border-radius:9999px;width:100%;margin-top:16px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 10px 15px -3px #00d4c01a}.navbar__mobile-wallet-btn:hover{box-shadow:0 10px 15px -3px #00d4c080}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}.hero{background:#061a1a;align-items:center;width:100%;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#00b4a014 0%,#0000 70%);width:50%;height:70%;position:absolute;top:-10%;left:-5%}.hero__container{z-index:1;justify-content:space-between;align-items:center;gap:48px;width:100%;max-width:1200px;margin:0 auto;padding:80px 48px;display:flex;position:relative}.hero__content{flex-direction:column;flex:1;gap:24px;max-width:520px;display:flex}.hero__headline{letter-spacing:-.02em;color:#fff;font-size:clamp(2.6rem,5vw,4rem);font-weight:800;line-height:1.1}.hero__subheadline{color:#b4d2d2b3;max-width:400px;font-size:.95rem;font-weight:400;line-height:1.7}.hero__cta-group{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero__cta-primary{color:#061a1a;cursor:pointer;white-space:nowrap;background:#00d4c0;border:none;border-radius:8px;padding:13px 28px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-block}.hero__cta-primary:hover{background:#00bfad;transform:translateY(-2px);box-shadow:0 8px 24px #00d4c059}.hero__cta-primary:focus-visible{outline-offset:3px;outline:2px solid #00d4c0}.hero__cta-secondary{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:13px 28px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:inline-block}.hero__cta-secondary:hover{background:#00d4c014;border-color:#00d4c099;transform:translateY(-2px)}.hero__cta-secondary:focus-visible{outline-offset:3px;outline:2px solid #00d4c0}.hero__stat{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;width:fit-content;padding:14px 20px;display:inline-flex}.hero__stat-icon{background:#00d4c01f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero__stat-text{flex-direction:column;gap:2px;display:flex}.hero__stat-label{color:#b4d2d299;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:400}.hero__stat-value{color:#fff;font-size:1.1rem;font-weight:700}.hero__visual{flex:1;justify-content:center;align-items:center;max-width:560px;display:flex}.hero__image-card{aspect-ratio:1/.85;background:#000d0d;border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:520px;display:flex;overflow:hidden}.hero__image{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:960px){.hero__container{gap:32px;padding:60px 32px}}@media (max-width:700px){.hero__container{text-align:center;flex-direction:column;padding:48px 24px 60px}.hero__content{align-items:center;max-width:100%}.hero__subheadline{max-width:100%}.hero__cta-group{justify-content:center}.hero__stat{align-self:center}.hero__visual{width:100%;max-width:100%}.hero__image-card{max-width:100%}}
.savings-products{background:#000d0d;width:100%;padding:100px 48px;font-family:Inter,sans-serif}.savings-products__container{max-width:1200px;margin:0 auto}.savings-products__header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:60px;display:flex}.savings-products__title{color:#fff;max-width:500px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.savings-products__description{color:#b4d2d2b3;text-align:right;max-width:400px;font-size:1rem;line-height:1.6}.savings-products__content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.savings-products__mockup{aspect-ratio:16/10;background:#061a1a;border-radius:24px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.savings-products__mockup-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.savings-products__mockup:hover .savings-products__mockup-img{transform:scale(1.02)}.savings-products__mockup-overlay{background:linear-gradient(#0000,#000d0d66);width:100%;height:100%;position:absolute;top:0;left:0}.savings-products__mockup-content{justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.savings-products__mockup-info{flex-direction:column;gap:8px;display:flex}.savings-products__mockup-category{background:#00d4c01a;border:1px solid #00d4c033;border-radius:8px;width:fit-content;padding:6px 12px;display:inline-flex}.savings-products__mockup-title{color:#fff;font-size:1.5rem;font-weight:700}.savings-products__mockup-desc{color:#b4d2d2b3;max-width:300px;font-size:.9rem}.savings-products__mockup-start{color:#00d4c0;align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.savings-products__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.savings-products__card{cursor:pointer;background:#061a1a;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:20px;padding:32px;transition:all .3s;display:flex}.savings-products__card:hover{background:#0a2525;border-color:#00d4c033;transform:translateY(-4px);box-shadow:0 10px 30px #0003}.savings-productsIcon{color:#00d4c0;background:#00d4c014;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.savings-products__card-text{flex-direction:column;gap:8px;display:flex}.savings-products__card-title{color:#fff;font-size:1.25rem;font-weight:700}.savings-products__card-desc{color:#b4d2d2a6;font-size:.9rem;line-height:1.6}@media (max-width:1024px){.savings-products__content{grid-template-columns:1fr;gap:48px}}@media (max-width:768px){.savings-products{padding:60px 24px}.savings-products__grid{grid-template-columns:1fr}.savings-products__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px}.savings-products__description{text-align:left}}
.faq{background:#061a1a;width:100%;padding:80px 48px;font-family:Inter,sans-serif}.faq__container{max-width:800px;margin:0 auto}.faq__title{color:#00d4c080;text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.faq__list{flex-direction:column;gap:12px;display:flex}.faq__item{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;transition:border-color .3s,background .3s;overflow:hidden}.faq__item:hover{border-color:#00d4c04d}.faq__item--open{background:#00d4c00d;border-color:#00d4c080}.faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 24px;font-family:Inter,sans-serif;transition:background .2s;display:flex}.faq__question:hover{background:#ffffff05}.faq__question:focus-visible{outline-offset:-2px;border-radius:12px;outline:2px solid #00d4c0}.faq__question-text{color:#fff;font-size:1rem;font-weight:500;line-height:1.5}.faq__toggle-icon{color:#00d4c0;background:#00d4c01a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;font-weight:300;transition:background .3s,transform .3s;display:flex}.faq__item--open .faq__toggle-icon{background:#00d4c033}.faq__answer-wrapper{transition:height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq__answer{padding:0 24px 20px}.faq__answer-text{color:#b4d2d2cc;font-size:.95rem;font-weight:400;line-height:1.7}@media (max-width:960px){.faq{padding:60px 32px}}@media (max-width:700px){.faq{padding:48px 24px}.faq__title{margin-bottom:32px}.faq__question{padding:16px 20px}.faq__question-text{font-size:.95rem}.faq__toggle-icon{width:28px;height:28px;font-size:1.25rem}.faq__answer{padding:0 20px 16px}.faq__answer-text{font-size:.9rem}}
.newsletter{background-color:#041c1e;justify-content:center;align-items:center;width:100%;padding:4rem 2rem;display:flex}.newsletter__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;display:flex}.newsletter__text{flex:1;min-width:280px}.newsletter__title{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:600;line-height:1.2}.newsletter__subtitle{color:#9ca3af;margin:0;font-size:.875rem}.newsletter__form{flex:1;justify-content:flex-end;gap:.75rem;min-width:320px;display:flex}.newsletter__input-wrapper{flex:1;max-width:400px}.newsletter__input{color:#fff;box-sizing:border-box;background-color:#020c0c;border:1px solid #1f3536;border-radius:.375rem;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.newsletter__input::placeholder{color:#6b7280}.newsletter__input:focus{border-color:#00d1c1}.newsletter__button{color:#020c0c;cursor:pointer;background-color:#00d1c1;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:opacity .2s,transform .1s}.newsletter__button:hover{opacity:.9}.newsletter__button:active{transform:scale(.98)}@media (max-width:768px){.newsletter__container{text-align:center;flex-direction:column;align-items:stretch}.newsletter__form{flex-direction:column;justify-content:center}.newsletter__input-wrapper{max-width:100%}}
.footer{background:#061a1a;width:100%;padding:64px 48px 32px;font-family:Inter,sans-serif;position:relative}.footer:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff0f,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer__container{max-width:1200px;margin:0 auto}.footer__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:48px;display:flex}.footer__brand{flex-direction:column;flex:0 320px;gap:12px;display:flex}.footer__logo-link{color:#fff;letter-spacing:-.02em;align-items:center;gap:10px;font-size:1.35rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.footer__logo-link:hover{opacity:.9}.footer__logo-link:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #00d4c0}.footer__logo-icon{color:#00d4c0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.footer__logo-text{line-height:1}.footer__tagline{color:#b4d2d2bf;max-width:280px;font-size:.9rem;font-weight:400;line-height:1.6}.footer__links{flex-wrap:wrap;gap:48px;display:flex}.footer__column{min-width:120px}.footer__column-title{color:#fff;text-transform:none;letter-spacing:0;margin-bottom:16px;font-size:.85rem;font-weight:700;line-height:1.2}.footer__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:#b4d2d2cc;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s}.footer__link:hover{color:#00d4c0}.footer__link:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #00d4c0}.footer__divider{background:#ffffff14;width:100%;height:1px;margin:32px 0 24px}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer__bottom-left{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.footer__copyright{color:#b4d2d2a6;margin:0;font-size:.8rem;font-weight:400}.footer__socials{align-items:center;gap:16px;display:flex}.footer__social{color:#fffc;justify-content:center;align-items:center;transition:color .2s,transform .2s;display:inline-flex}.footer__social:hover{color:#00d4c0;transform:translateY(-2px)}.footer__social:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #00d4c0}@media (max-width:768px){.footer{padding:48px 24px 24px}.footer__top{flex-direction:column;align-items:stretch;gap:32px}.footer__brand{flex:none;max-width:100%}.footer__tagline{max-width:100%}.footer__links{flex-direction:column;gap:28px}.footer__column{min-width:0}.footer__divider{margin:24px 0 20px}.footer__bottom{flex-direction:column;align-items:flex-start}.footer__bottom-left{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width:480px){.footer{padding:40px 20px 20px}}
