@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1d3c2d;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:#00796b;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}.container--narrow{max-width:900px}.header{background:linear-gradient(135deg,#00796b,#005850);border-bottom:1px solid rgb(0,70,61.9008264463);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #00000026}@media(max-width:768px){.header{padding:.75rem 0}}.header__inner{display:flex;justify-content:space-between;align-items:center}.header__logo{font-size:1.5rem;color:#fff;display:flex;align-items:center}@media(max-width:480px){.header__logo{font-size:1.25rem}}.header__logo-infinity{display:inline-block;width:1.2em;height:1.2em;background-image:url(/infinity.svg);background-size:120%;background-position:center;background-repeat:no-repeat;position:relative;top:.07em;filter:brightness(0) invert(1);color:transparent}.header__nav{display:flex;gap:2rem;align-items:center}@media(max-width:768px){.header__nav{gap:1rem}}@media(max-width:480px){.header__nav{gap:.75rem}}.header__nav a{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .2s}.header__nav a:hover{color:#fff}.header__nav a.btn--primary{background:#fff;color:#00796b}.header__nav a.btn--primary:hover{background:#fffffff2;color:#00796b;transform:translateY(-1px);box-shadow:0 4px 12px #0003}@media(max-width:640px){.header__nav a.btn--outline-light{display:none}}@media(max-width:640px){.header__nav a:not(.btn){display:none}}.btn{display:inline-block;padding:.75rem 2rem;border-radius:.4rem;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:all .2s;text-align:center;white-space:nowrap}@media(max-width:480px){.btn{padding:.5rem 1.5rem;font-size:.9rem}}.btn--primary{background:linear-gradient(45deg,#00d3a0,#00796b);color:#fff}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00d3a04d;text-decoration:none}.btn--secondary{background:#fff;color:#00796b;border:1px solid rgb(177.734375,217.265625,197.5)}.btn--secondary:hover{background:#eef3f1;text-decoration:none}.btn--outline-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn--outline-light:hover{background:#ffffff1a;border-color:#fff;text-decoration:none}.btn--large{padding:1rem 3rem;font-size:1.125rem}@media(max-width:768px){.btn--large{padding:.75rem 2rem;font-size:1rem}}@media(max-width:480px){.btn--large{padding:.75rem 1.5rem;font-size:.95rem}}.hero{padding:4rem 0;text-align:center;background-image:url(/header.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffffa6,#eef3f1b3);z-index:0}.hero .container{position:relative;z-index:1}@media(max-width:768px){.hero{padding:3rem 0}}@media(max-width:480px){.hero{padding:2rem 0}}.hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#1d3c2d;line-height:1.2}@media(max-width:768px){.hero__title{font-size:2.5rem}}@media(max-width:480px){.hero__title{font-size:2rem;margin-bottom:1rem}}.hero__subtitle{font-size:1.5rem;color:#2e5e46;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.5}@media(max-width:768px){.hero__subtitle{font-size:1.25rem;margin-bottom:2rem}}@media(max-width:480px){.hero__subtitle{font-size:1.125rem;margin-bottom:1.5rem}}.hero__cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:480px){.hero__cta{flex-direction:column;align-items:stretch;gap:1rem}}.section{padding:4rem 0}@media(max-width:768px){.section{padding:3rem 0}}@media(max-width:480px){.section{padding:2rem 0}}.section--colored{background-image:url(/header.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.section--colored:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#eef3f1bf,#eef3f1cc);z-index:0}.section--colored .container{position:relative;z-index:1}.section__title{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;color:#1d3c2d;line-height:1.2}@media(max-width:768px){.section__title{font-size:2rem}}@media(max-width:480px){.section__title{font-size:1.75rem;margin-bottom:1rem}}.section__subtitle{text-align:center;color:#3f8060;margin-bottom:3rem;font-size:1.125rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.5}@media(max-width:768px){.section__subtitle{margin-bottom:2rem}}@media(max-width:480px){.section__subtitle{font-size:1rem;margin-bottom:1.5rem}}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}@media(max-width:768px){.features{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}}@media(max-width:640px){.features{grid-template-columns:1fr;gap:1.5rem}}.features__item{padding:2rem;background:linear-gradient(135deg,#a8e6cf26,#00d3a01a);border-radius:.4rem;box-shadow:.25rem .25rem .5rem #293a330d;border:1px solid rgba(0,211,160,.2)}@media(max-width:480px){.features__item{padding:1.5rem}}.features__item h3{color:#00796b;margin-bottom:1rem;font-size:1.25rem}@media(max-width:480px){.features__item h3{font-size:1.125rem;margin-bottom:.75rem}}.features__item p{color:#3f8060;line-height:1.6}@media(max-width:480px){.features__item p{font-size:.95rem}}.screenshots__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem}@media(max-width:1200px){.screenshots__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.screenshots__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:640px){.screenshots__grid{grid-template-columns:1fr;gap:2rem}}.screenshots__card{display:flex;flex-direction:column;align-items:center;text-align:center}.screenshots__phone{width:100%;max-width:320px;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026,0 0 0 1px #00796b1a;background:transparent;margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.screenshots__phone{max-width:280px}}@media(max-width:640px){.screenshots__phone{max-width:100%}}.screenshots__phone img{width:100%;height:auto;display:block;border-radius:inherit}.screenshots__phone:hover{transform:translateY(-4px);box-shadow:0 15px 50px #0003,0 0 0 1px #00d3a04d}.screenshots__caption h3{font-size:1.25rem;color:#1d3c2d;margin-bottom:.75rem;font-weight:600}@media(max-width:768px){.screenshots__caption h3{font-size:1.125rem}}@media(max-width:480px){.screenshots__caption h3{font-size:1.0625rem;margin-bottom:.5rem}}.screenshots__caption p{font-size:.95rem;line-height:1.6;color:#3f8060}@media(max-width:768px){.screenshots__caption p{font-size:.9rem}}@media(max-width:480px){.screenshots__caption p{font-size:.875rem;line-height:1.5}}.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.pricing__controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}@media(max-width:768px){.pricing__controls{gap:1.5rem;flex-direction:column;margin-bottom:2rem}}@media(max-width:480px){.pricing__controls{margin-bottom:1.5rem}}.pricing__billing{display:inline-flex;gap:0;background:#c3e2d280;padding:4px;border-radius:12px;border:1px solid rgb(177.734375,217.265625,197.5)}.pricing__billing-btn{padding:12px 24px;border:none;background:transparent;color:#3f8060;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.75rem;position:relative;white-space:nowrap}@media(max-width:480px){.pricing__billing-btn{padding:10px 16px;font-size:.875rem}}.pricing__billing-btn:hover:not(.pricing__billing-btn--active){color:#1d3c2d;background:#fafafa}.pricing__billing-btn--active{background:#fff;color:#1d3c2d;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.pricing__billing-badge{background:linear-gradient(45deg,#00d3a0,#00796b);color:#fff;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:600;white-space:nowrap;line-height:1}@media(max-width:480px){.pricing__billing-badge{padding:3px 6px;font-size:.65rem}}.pricing__currency{display:inline-flex;gap:0;background:#c3e2d280;padding:4px;border-radius:12px;border:1px solid rgb(177.734375,217.265625,197.5)}.pricing__currency-btn{padding:12px 20px;border:none;background:transparent;color:#3f8060;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}@media(max-width:480px){.pricing__currency-btn{padding:10px 16px;font-size:.875rem}}.pricing__currency-btn:hover:not(.pricing__currency-btn--active){color:#1d3c2d;background:#fafafa}.pricing__currency-btn--active{background:#fff;color:#1d3c2d;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.pricing__tax-notice{text-align:center;color:#6db893;font-size:.75rem;margin:0 0 2rem;line-height:1.3}@media(max-width:480px){.pricing__tax-notice{font-size:.7rem;margin-bottom:1.5rem}}.pricing__enterprise{text-align:center;margin-top:3rem;padding:2rem 0}@media(max-width:768px){.pricing__enterprise{margin-top:2rem;padding:1.5rem 0}}@media(max-width:480px){.pricing__enterprise{margin-top:1.5rem}}.pricing__enterprise p{color:#2e5e46;font-size:1.05rem;margin-bottom:1rem;font-weight:500}@media(max-width:480px){.pricing__enterprise p{font-size:.95rem;margin-bottom:.75rem}}.pricing__enterprise a.btn{display:inline-flex;align-items:center;gap:.75rem}.pricing__info-trigger{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;background:transparent;color:#00796b;border:1px solid #00796B;border-radius:50%;cursor:pointer;transition:all .2s;margin-left:.25rem;vertical-align:middle;flex-shrink:0}@media(max-width:480px){.pricing__info-trigger{width:1rem;height:1rem}}.pricing__info-trigger svg{width:.75rem;height:.75rem}@media(max-width:480px){.pricing__info-trigger svg{width:.625rem;height:.625rem}}.pricing__info-trigger:hover{background:#00796b;color:#fff;transform:scale(1.15)}@media(max-width:900px){.pricing{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto;gap:2rem}}@media(max-width:768px){.pricing{margin-top:2rem}}.pricing__card{padding:3rem;background:#fff;border-radius:.4rem;box-shadow:.25rem .25rem .5rem #293a330d;text-align:center;position:relative}@media(max-width:480px){.pricing__card{padding:2rem}}.pricing__card--featured{border:2px solid #00796B;transform:scale(1.05)}@media(max-width:900px){.pricing__card--featured{transform:scale(1.02)}}.pricing__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(45deg,#00d3a0,#00796b);color:#fff;padding:.25rem 1rem;border-radius:.4rem;font-size:.875rem;font-weight:600;white-space:nowrap}.pricing__name{font-size:1.5rem;margin-bottom:.75rem;color:#1d3c2d}@media(max-width:480px){.pricing__name{font-size:1.375rem;margin-bottom:.5rem}}.pricing__description{font-size:.9rem;color:#3f8060;margin-bottom:2rem}@media(max-width:480px){.pricing__description{font-size:.85rem;margin-bottom:1.5rem}}.pricing__price{margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.pricing__price-value{font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#00d3a0,#00796b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:480px){.pricing__price-value{font-size:2.25rem}}.pricing__price-suffix{font-size:.9rem;color:#3f8060;display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:-.5rem;flex-wrap:wrap}@media(max-width:480px){.pricing__price-suffix{font-size:.85rem}}.pricing__savings{display:inline-block;background:linear-gradient(135deg,#f55c5c,#d32f2f);color:#fff;padding:.25rem .75rem;border-radius:.4rem;font-size:.85rem;font-weight:600;white-space:nowrap;animation:pulse 2s ease-in-out infinite}@media(max-width:480px){.pricing__savings{font-size:.8rem;padding:.25rem .5rem}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pricing__features{list-style:none;margin:2rem 0;text-align:left}@media(max-width:480px){.pricing__features{margin:1.5rem 0}}.pricing__features li{padding:.5rem 0;border-bottom:1px solid rgb(177.734375,217.265625,197.5);font-size:.95rem;line-height:1.5}@media(max-width:480px){.pricing__features li{font-size:.9rem;padding:.5rem 0}}.pricing__features li:last-child{border-bottom:none}.pricing__features li:before{content:"✓ ";color:#00796b;font-weight:600;margin-right:.5rem}.download__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media(max-width:640px){.download__buttons{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}}.download__btn{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:linear-gradient(45deg,#00d3a0,#00796b);color:#fff;border-radius:.4rem;text-decoration:none;transition:all .2s;min-width:200px;border:none}@media(max-width:640px){.download__btn{width:100%;max-width:300px;justify-content:center}}@media(max-width:480px){.download__btn{padding:.75rem 1.5rem;gap:.75rem}}.download__btn:hover{background:linear-gradient(45deg,#a8e6cf,#00d3a0);transform:translateY(-2px);box-shadow:0 4px 16px #00d3a066;text-decoration:none}.download__btn svg{width:32px;height:32px;flex-shrink:0}@media(max-width:480px){.download__btn svg{width:28px;height:28px}}.download__btn span{display:flex;flex-direction:column;align-items:flex-start}.download__btn span small{font-size:.75rem;opacity:.8}@media(max-width:480px){.download__btn span small{font-size:.7rem}}.download__btn span strong{font-size:1.125rem}@media(max-width:480px){.download__btn span strong{font-size:1rem}}.footer{background:linear-gradient(135deg,#01534a,#004d45,#003d38);color:#fff;padding:3rem 0 1.5rem;margin-top:4rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d3a00d,#00796b1a);pointer-events:none}@media(max-width:768px){.footer{padding:2rem 0 1rem;margin-top:3rem}}@media(max-width:480px){.footer{padding:1.5rem 0 1rem;margin-top:2rem}}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;position:relative;z-index:1}@media(max-width:768px){.footer__content{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}}@media(max-width:480px){.footer__content{grid-template-columns:1fr;gap:1.5rem}}.footer__section h4{margin-bottom:1rem;color:#a8e6cf;font-size:1.125rem}@media(max-width:480px){.footer__section h4{font-size:1rem;margin-bottom:.75rem}}.footer__section ul{list-style:none}.footer__section ul li{margin-bottom:.5rem}.footer__section a{color:#fffc;font-size:.95rem}@media(max-width:480px){.footer__section a{font-size:.9rem}}.footer__section a:hover{color:#fff}.footer__section p{color:#fffc;font-size:.95rem;line-height:1.5}@media(max-width:480px){.footer__section p{font-size:.9rem}}.footer__bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(168,230,207,.2);color:#a8e6cfb3;font-size:.9rem;position:relative;z-index:1}@media(max-width:768px){.footer__bottom{padding-top:1rem}}@media(max-width:480px){.footer__bottom{font-size:.85rem;padding-top:.75rem}}.legal{max-width:800px;margin:0 auto;padding:3rem 2rem}@media(max-width:768px){.legal{padding:2rem 1.5rem}}@media(max-width:480px){.legal{padding:1.5rem 1rem}}.legal h1{font-size:2.5rem;margin-bottom:1.5rem;color:#1d3c2d;line-height:1.2}@media(max-width:768px){.legal h1{font-size:2rem}}@media(max-width:480px){.legal h1{font-size:1.75rem;margin-bottom:1rem}}.legal h2{font-size:1.75rem;margin-top:3rem;margin-bottom:1rem;color:#00796b;line-height:1.3}@media(max-width:768px){.legal h2{font-size:1.5rem;margin-top:2rem}}@media(max-width:480px){.legal h2{font-size:1.375rem;margin-top:1.5rem;margin-bottom:.75rem}}.legal h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem;line-height:1.3}@media(max-width:480px){.legal h3{font-size:1.125rem;margin-top:1.5rem}}.legal p,.legal ul,.legal ol{margin-bottom:1rem;line-height:1.7}@media(max-width:480px){.legal p,.legal ul,.legal ol{font-size:.95rem;margin-bottom:.75rem}}.legal ul,.legal ol{margin-left:2rem}@media(max-width:480px){.legal ul,.legal ol{margin-left:1.5rem}}.legal li{margin-bottom:.5rem}@media(max-width:480px){.legal li{margin-bottom:.5rem}}.legal a{color:#00796b;text-decoration:underline;word-break:break-word}.legal code{background:#eef3f1;padding:.25rem .5rem;border-radius:.4rem;font-family:Courier New,monospace;font-size:.9em;word-break:break-all}.legal__back{display:inline-block;margin-bottom:2rem;color:#00796b}@media(max-width:480px){.legal__back{margin-bottom:1.5rem;font-size:.95rem}}.legal__back:hover{text-decoration:underline}.modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:1.5rem}@media(max-width:480px){.modal{padding:1rem}}.modal.active{display:flex}.modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.modal__content{position:relative;background:#fff;border-radius:.4rem;max-width:600px;width:100%;padding:3rem;box-shadow:0 8px 32px #0003;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@media(max-width:768px){.modal__content{padding:2rem}}@media(max-width:480px){.modal__content{padding:1.5rem}}.modal__content h3{color:#00796b;font-size:1.75rem;margin-bottom:1.5rem}@media(max-width:480px){.modal__content h3{font-size:1.5rem;margin-bottom:1rem}}.modal__content p{color:#3f8060;line-height:1.7;margin-bottom:1rem}@media(max-width:480px){.modal__content p{font-size:.95rem}}.modal__content p strong{color:#1d3c2d}.modal__example{background:linear-gradient(135deg,#eef3f1,#f6fbf9);padding:1.5rem;border-radius:.4rem;margin:1.5rem 0;border-left:4px solid #00796B}@media(max-width:480px){.modal__example{padding:1rem;margin:1rem 0;font-size:.95rem}}.modal__example strong{color:#00796b}.modal__footer{color:#6db893;font-style:italic;text-align:center;margin-top:1.5rem;margin-bottom:0}@media(max-width:480px){.modal__footer{margin-top:1rem;font-size:.9rem}}.modal__close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#3f8060;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}@media(max-width:480px){.modal__close{top:1rem;right:1rem}}.modal__close svg{width:1.5rem;height:1.5rem}@media(max-width:480px){.modal__close svg{width:1.25rem;height:1.25rem}}.modal__close:hover{background:#eef3f1;color:#1d3c2d}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
