@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap";:root{--navy:#0c3457;--navy-deep:#0a2840;--navy-darker:#07223a;--heading:#103a5e;--teal-1:#1b5a52;--teal-2:#0f3f5a;--green:#6aa84f;--green-bright:#a5d65b;--yellow:#ffd200;--light-blue:#e7f3fb;--grey-icon:#c7d0d8;--grey-text:#9aa7b3;--body-text:#3a4754;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--body-text);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1150px;margin:0 auto;padding:0 24px}.section-title{color:var(--heading);text-align:center;font-size:2rem;font-weight:700}.navbar{z-index:50;background:var(--white);position:sticky;top:0;box-shadow:0 1px #103a5e14}.navbar__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.navbar__links{align-items:center;gap:32px;display:flex}.navbar__link{color:var(--heading);font-size:1rem;font-weight:700;transition:color .2s}.navbar__link:hover{color:var(--green)}.logo{width:120px}.hero{position:relative;overflow:hidden}.hero picture{display:contents}.hero__bg{width:100%;height:auto;display:block}.hero__inner{z-index:2;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:24px;min-height:420px;padding:56px 24px;display:grid;position:absolute;inset:0}.hero__title{color:var(--white);text-transform:uppercase;letter-spacing:-.5px;font-size:3rem;font-weight:800;line-height:1.05}.hero__title em{color:var(--green-bright);font-style:normal}.hero__subtitle{color:#ffffffeb;max-width:360px;margin-top:20px;font-size:1.5rem;line-height:1}.hero__subtitle b{color:var(--yellow);font-weight:700}.howto{padding:5% 0 72px;overflow:hidden}.howto__container{width:100%;max-width:70%}.howto__box{background:var(--light-blue);border-radius:22px;margin-right:-3%;padding:44px 32px 30px}.howto__box .section-title{margin-bottom:44px}.howto__steps{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.howto__receipt{text-align:right;margin-top:12px;font-size:.9rem}.step{text-align:center;padding:0 8px}.step__num{color:#9fb4c4;margin-bottom:6px;font-size:3rem;font-weight:800;line-height:1}.step__icon{place-items:center;height:72px;margin:12px 0 8px;display:grid}.step__icon img{object-fit:contain;max-width:100%;max-height:72px}.step__title{color:var(--heading);letter-spacing:.5px;margin-top:20px;margin-bottom:6px;font-size:1.5rem;font-weight:900}.step__text{color:var(--body-text);font-size:1.2rem;line-height:1.2}.howto__chargepay{margin-right:5%}.flex{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.chargepay{width:clamp(150px,18vw,240px);display:block}.compat{padding:24px 0 88px}.compat__grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:56px;display:grid}.compat__heading{color:var(--heading);font-size:2rem;font-weight:700;line-height:1.2}.compat__text{color:var(--body-text);max-width:360px;margin-top:20px;font-size:1.2rem}.compat__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px 18px;max-width:432px;display:flex}.brand{object-fit:contain;opacity:.9;width:72px;height:48px;transition:opacity .2s,filter .2s}.cta{position:relative;overflow:hidden}.cta__media,.cta__media picture{display:contents}.cta__media img{width:100%;height:auto;display:block}.cta__content{color:var(--white);z-index:2;flex-direction:column;justify-content:center;margin-left:50%;padding:56px 64px;display:flex;position:absolute;inset:0}.cta__eyebrow{font-size:1.5rem;font-weight:500;line-height:1}.cta__title{margin:8px 0 28px;font-size:4rem;font-weight:800;line-height:1}.cta__title em{color:var(--yellow);font-style:normal}.footer{background:var(--navy-darker);color:#ffffffd9}.footer__inner{grid-template-columns:1.1fr 1.3fr 1fr;gap:32px;padding:48px 24px 24px;display:grid}.footer__contact{flex-direction:column;gap:14px;display:flex}.footer__row{align-items:flex-start;gap:12px;font-size:1rem;display:flex}.footer__row svg{color:#ffffffb3;flex:none;width:16px;height:16px;margin-top:3px}.footer__legal-title{color:#fff;margin-bottom:14px;font-size:.95rem;font-weight:600}.footer__legal-link{color:#ffffffbf;margin-bottom:10px;font-size:1rem;transition:color .2s;display:block}.footer__legal-link:hover{color:var(--green-bright)}.footer__bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff14;padding:16px 20px 22px;font-size:1rem}.receipt{padding:56px 0 88px}.receipt-form{flex-direction:column;gap:20px;max-width:460px;margin:0 auto;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field__label{color:var(--heading);font-size:1rem;font-weight:700}.field__input{width:100%;color:var(--body-text);background:var(--white);border:1px solid #cdd9e3;border-radius:10px;padding:12px 14px;font-size:1rem;transition:border-color .2s}.field__input:focus{border-color:var(--green);outline:none}.field__input[aria-invalid=true]{border-color:#d14343}.field__error{color:#d14343;font-size:.85rem}.btn{color:var(--white);background:var(--green);cursor:pointer;border:none;border-radius:10px;align-self:flex-end;padding:12px 28px;font-family:inherit;font-size:1rem;font-weight:700;transition:background .2s,opacity .2s}.btn:hover{background:var(--heading)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--ghost{color:var(--heading);background:0 0;border:1px solid #cdd9e3}.btn--ghost:hover{background:var(--light-blue);color:var(--heading)}.receipt-card{background:var(--light-blue);border-radius:14px;flex-direction:column;gap:16px;max-width:720px;margin:32px auto 0;padding:24px;display:flex}.receipt-card__title{color:var(--heading);font-size:1.25rem;font-weight:800}.receipt-card__pdf{background:var(--white);border:none;border-radius:10px;width:100%;height:70vh;min-height:480px}.receipt-card__actions{justify-content:flex-end;gap:12px;display:flex}.modal__overlay{z-index:100;background:#07223a8c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal__box{background:var(--white);border-radius:16px;width:100%;max-width:400px;padding:28px;position:relative;box-shadow:0 24px 60px #00000040}.modal__close{width:32px;height:32px;color:var(--body-text);cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;font-size:1.5rem;line-height:1;transition:background .2s,color .2s;display:grid;position:absolute;top:12px;right:12px}.modal__close:hover{background:var(--light-blue);color:var(--heading)}.modal__title{color:var(--heading);margin-bottom:10px;font-size:1.25rem;font-weight:800}.modal__message{color:var(--body-text);margin-bottom:24px;font-size:.95rem}.modal__actions{justify-content:flex-end;gap:12px;display:flex}.footer__logo{width:200px}.about-intro{text-align:center;padding:64px 0 56px}.about-intro__logo{width:240px;margin:0 auto 40px}.about-intro__text{max-width:880px;margin:0 auto}.about-intro__text p{color:var(--body-text);font-size:1.25rem;line-height:1.45}.about-opensys{background:#f2f3f4}.about-opensys__inner{grid-template-columns:1fr 1.7fr;align-items:stretch;display:grid}.about-opensys__media img{object-fit:cover;width:100%;height:100%}.about-opensys__body{align-self:center;padding:56px 56px 56px 48px}.about-opensys__heading,.about-mission__title{color:var(--heading);font-size:2rem;font-weight:700}.about-opensys__heading{margin-bottom:20px}.about-opensys__body p{color:var(--body-text);font-size:1.2rem;line-height:1.45}.about-opensys__body p+p{margin-top:20px}.about-mission{text-align:center;padding:64px 0 88px}.about-mission__title{margin-bottom:48px}.about-mission__grid{grid-template-columns:1fr 1fr;gap:48px;max-width:880px;margin:0 auto;display:grid}.mission{flex-direction:column;align-items:center;display:flex}.mission__icon{width:120px;margin-bottom:28px}.mission__text{max-width:360px;color:var(--body-text);font-size:1.2rem;line-height:1.4}.hero--legal .hero__inner{min-height:280px}.legal{padding:56px 0 80px}.legal__content{max-width:880px;color:var(--body-text);margin:0 auto;font-size:1.05rem;line-height:1.7}.legal__content>p{margin-bottom:16px}.legal__section-title{color:var(--heading);margin:32px 0 12px;font-size:1.4rem;font-weight:700}.legal__section-title:first-child{margin-top:0}.legal__bullets{margin:12px 0 16px;padding-left:1.5em;list-style:outside}.legal__bullets li{margin:8px 0}.legal__list{counter-reset:item;margin:0;padding-left:0;list-style:none}.legal__list>li{counter-increment:item;margin:12px 0;padding-left:2.4em;position:relative}.legal__list>li:before{content:counters(item, ".") ".";color:var(--heading);font-weight:700;position:absolute;top:0;left:0}.legal__list .legal__list>li{padding-left:3em}.legal__list .legal__list .legal__list>li{padding-left:3.6em}.legal__list .legal__list{margin-top:12px}.legal__list p{margin:10px 0}.legal__heading{color:var(--heading);text-transform:uppercase;letter-spacing:.3px;font-size:1.15rem;font-weight:700}.legal__note{margin:18px 0;font-weight:500}.legal__updated{color:var(--heading);border-top:1px solid #dce5ec;margin-top:40px;padding-top:20px;font-size:.95rem;font-weight:600}@media (width<=1200px){.logo{width:100px}.hero__bg{object-fit:cover;object-position:left center;height:100%;position:absolute;inset:0}.hero__inner{min-height:360px;position:relative}.cta__media img{object-fit:cover;object-position:right center;width:100%;height:100%;position:absolute;inset:0}.cta__content{min-height:320px;position:relative}}@media (width<=900px){.compat__grid{grid-template-columns:1fr}.hero__inner{grid-template-columns:1fr 1fr}.hero__title{font-size:2.4rem}.flex{flex-direction:column;align-items:center}.howto__container{max-width:100%}.howto__box{margin:0 24px}.howto__chargepay{margin-top:28px;margin-right:0}.howto__steps{grid-template-columns:repeat(2,1fr);gap:36px 16px}.howto__receipt{text-align:center;margin-top:25px}.compat__grid{text-align:center}.compat__text,.compat__logos{max-width:100%}.cta__content{padding:40px 28px}.cta__title{font-size:2.4rem}.howto__chargepay{display:none}.about-opensys__inner{grid-template-columns:1fr}.about-opensys__media img{height:280px}.about-opensys__body{padding:36px 24px}.about-mission__grid{grid-template-columns:1fr;max-width:420px}}@media (width<=560px){.logo{width:80px}.hero__inner{grid-template-columns:1fr}.section-title,.compat__heading{font-size:1.6rem}.hero__title{font-size:2rem}.cta__title{font-size:2.1rem}.cta__content{margin-left:0}.footer__inner,.howto__steps{grid-template-columns:1fr}}
