@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}section[id]{scroll-margin-top:84px}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;gap:.5rem}@media(max-width:480px){.header__logo{font-size:1.25rem}}.header__logo-icon{display:block;width:26px;height:26px;border-radius:7px;box-shadow:0 2px 8px #00000038;margin-bottom:2px}@media(max-width:480px){.header__logo-icon{width:21px;height:21px;border-radius:6px}}.header__logo-word{display:block;height:28px;width:auto}@media(max-width:480px){.header__logo-word{height:23px}}.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}}@media(max-width:900px){.header__nav-extra{display:none}}@media(max-width:640px){.header__lang-select{display:none}}.header__lang-select,.footer__lang-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#ffffff1f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:14px;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:.4rem;padding:.5rem 3rem .5rem .75rem;font-weight:500;font-size:.9rem;cursor:pointer}.header__lang-select option,.footer__lang-select option{color:#fff}.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{position:relative;overflow:hidden;padding:4rem 0;background:linear-gradient(180deg,#fff,#eef3f1)}@media(max-width:768px){.hero{padding:3rem 0}}@media(max-width:480px){.hero{padding:2rem 0 3rem}}.hero__decor{position:absolute;top:-25%;right:-10%;bottom:-25%;left:-10%;z-index:0;pointer-events:none;background:radial-gradient(closest-side,rgba(0,211,160,.3),transparent) 80% 22%/48% 62% no-repeat,radial-gradient(closest-side,rgba(168,230,207,.55),transparent) 8% 72%/44% 58% no-repeat;animation:heroDrift 20s ease-in-out infinite alternate;will-change:transform}@media(prefers-reduced-motion:reduce){.hero__decor{animation:none}}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,320px);align-items:center;gap:4rem}@media(max-width:980px){.hero__inner{grid-template-columns:1fr;gap:3rem;text-align:center;justify-items:center}}.hero__title{font-size:3.25rem;font-weight:700;margin-bottom:1.5rem;color:#1d3c2d;line-height:1.15}@media(max-width:1100px){.hero__title{font-size:2.75rem}}@media(max-width:768px){.hero__title{font-size:2.5rem}}@media(max-width:480px){.hero__title{font-size:2rem;margin-bottom:1rem}}.hero__accent{background:linear-gradient(45deg,#00d3a0,#00796b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:1.25rem;color:#2e5e46;margin-bottom:2rem;max-width:34em;line-height:1.55}@media(max-width:980px){.hero__subtitle{margin-left:auto;margin-right:auto}}@media(max-width:480px){.hero__subtitle{font-size:1.0625rem;margin-bottom:1.5rem}}.hero__ai{color:#00796b;font-weight:700}.hero__cta{display:flex;gap:1.5rem;flex-wrap:wrap}@media(max-width:980px){.hero__cta{justify-content:center}}@media(max-width:480px){.hero__cta{flex-direction:column;align-items:stretch;gap:1rem}}.hero__points{list-style:none;display:flex;flex-wrap:wrap;gap:.75rem 2rem;margin-top:2rem;color:#3f8060}@media(max-width:980px){.hero__points{justify-content:center}}.hero__points li{display:flex;align-items:center;gap:.5rem}.hero__points li:before{content:"✓";color:#00796b;font-weight:700}.hero__visual{width:100%;max-width:320px;justify-self:center}.hero__phone{position:relative;padding:5px;border-radius:28px;background:linear-gradient(118deg,#ffffff52,#ffffff0f 22%,#fff0 42%),linear-gradient(155deg,#2e7566,#124a3e 42%,#06251f);box-shadow:0 0 0 1px #93a79d,inset 0 0 0 1px #ffffff38,0 10px 40px #003c2d38}.hero__phone img{display:block;width:100%;height:auto;border-radius:22px;position:relative;z-index:1}.hero__phone:before,.hero__phone:after{content:"";position:absolute;width:3px;background:linear-gradient(90deg,#465c53,#22332c)}.hero__phone:before{left:-2px;top:17%;height:15%;border-radius:2px 0 0 2px;background-image:linear-gradient(180deg,#3E534A 0%,#3E534A 44%,transparent 44%,transparent 56%,#3E534A 56%,#3E534A 100%)}.hero__phone:after{right:-2px;top:26%;height:9%;border-radius:0 2px 2px 0}.hero__phone{width:100%;max-width:290px;margin:0 auto;animation:heroFloat 7s ease-in-out infinite}.hero__phone img{aspect-ratio:1236/2460}@media(prefers-reduced-motion:reduce){.hero__phone{animation:none}}@keyframes heroDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-3%,3%,0) scale(1.08)}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.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--tint{background:linear-gradient(180deg,#fff,#eef3f1 18%,#eef3f1 82%,#fff)}.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}}.features__item--highlight{border-color:#00796b99;background:linear-gradient(135deg,#a8e6cf4d,#00d3a02e)}.features--collapsed{max-height:36rem;overflow:hidden;padding:0 12px;margin-left:-12px;margin-right:-12px;mask-image:linear-gradient(180deg,#000 72%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,#000 72%,transparent 100%)}@media(max-width:768px){.features--collapsed{max-height:40rem}}@media(max-width:640px){.features--collapsed{max-height:26rem}}.features__more{display:none;justify-content:center;margin-top:2rem}.features__more--ready{display:flex}.steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media(max-width:860px){.steps{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}}.steps__item{background:#fff;border:1px solid rgba(0,211,160,.15);border-radius:.4rem;box-shadow:.25rem .25rem .5rem #293a330d;padding:2rem}@media(max-width:480px){.steps__item{padding:1.5rem}}.steps__item h3{font-size:1.25rem;color:#1d3c2d;margin:1rem 0 .75rem}@media(max-width:480px){.steps__item h3{font-size:1.125rem}}.steps__item p{color:#3f8060;line-height:1.6}.steps__num{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(45deg,#00d3a0,#00796b);color:#fff;font-weight:700;font-size:1.125rem}.usecases{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:3rem}@media(max-width:768px){.usecases{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}}.usecases__item{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,211,160,.15);border-radius:.4rem;box-shadow:.25rem .25rem .5rem #293a330d;padding:2rem}@media(max-width:480px){.usecases__item{padding:1.5rem}}.usecases__item h3{font-size:1.25rem;color:#00796b;margin-bottom:.75rem}@media(max-width:480px){.usecases__item h3{font-size:1.125rem}}.usecases__item p{color:#3f8060;line-height:1.6}.usecases__tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1.5rem}.usecases__tags li{background:#00d3a01a;border:1px solid rgba(0,211,160,.2);color:#00796b;border-radius:2em;padding:.25rem .75rem;font-size:.95rem;white-space:nowrap}.faq{margin-top:3rem}@media(max-width:768px){.faq{margin-top:2rem}}.faq__item{border-bottom:1px solid rgb(177.734375,217.265625,197.5)}.faq__item:first-child{border-top:1px solid rgb(177.734375,217.265625,197.5)}.faq__question{display:flex;align-items:center;gap:.75rem;cursor:pointer;list-style:none;padding:1.5rem 0;font-size:1.125rem;font-weight:600;color:#1d3c2d}.faq__question::-webkit-details-marker{display:none}.faq__question:before{content:"";width:1rem;height:1rem;flex-shrink:0;background:url(/assets/images/icons/icons8-collapse-arrow-100.svg) center/contain no-repeat;transform:rotate(180deg);transition:transform .2s ease}.faq__question:hover{color:#00796b}@media(max-width:480px){.faq__question{font-size:1.0625rem;padding:1rem 0}}.faq__item[open] .faq__question:before{transform:rotate(0)}.faq__answer{padding:0 0 1.5rem 1.75rem}.faq__answer p{color:#3f8060;line-height:1.7}.cta{background:linear-gradient(135deg,#01534a,#004d45,#003d38);border-radius:.4rem;padding:4rem 2rem;text-align:center}@media(max-width:768px){.cta{padding:3rem 1.5rem}}@media(max-width:480px){.cta{padding:2rem 1rem}}.cta__title{color:#fff;font-size:2.5rem;line-height:1.2;margin-bottom:1rem}@media(max-width:768px){.cta__title{font-size:2rem}}@media(max-width:480px){.cta__title{font-size:1.75rem}}.cta__text{color:#ffffffd9;font-size:1.125rem;max-width:40em;margin:0 auto 2rem;line-height:1.6}@media(max-width:480px){.cta__text{font-size:1rem;margin-bottom:1.5rem}}.cta__actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:480px){.cta__actions{flex-direction:column;align-items:stretch;gap:1rem}}.screenshots__gallery{position:relative;margin-top:3rem}.screenshots__track{display:flex;gap:3rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2.5rem 2rem 1.5rem;scroll-padding-inline:2rem;scrollbar-width:none;justify-content:safe center}.screenshots__track::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:reduce){.screenshots__track{scroll-behavior:auto}}@media(max-width:768px){.screenshots__track{gap:2rem;padding-inline:1.5rem;scroll-padding-inline:1.5rem}}.screenshots__card{display:flex;flex-direction:column;align-items:center;text-align:center;flex:0 0 320px;scroll-snap-align:start}@media(max-width:768px){.screenshots__card{flex-basis:260px}}.screenshots__nav{position:absolute;top:38%;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(0,211,160,.4);border-radius:50%;background:#ffffffeb;box-shadow:0 4px 16px #003c2d2e;color:#00796b;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.screenshots__nav svg{width:22px;height:22px}.screenshots__nav:hover{transform:scale(1.08)}.screenshots__nav[disabled]{opacity:0;pointer-events:none}.screenshots__nav--prev{left:.5rem}.screenshots__nav--next{right:.5rem}@media(hover:none),(max-width:768px){.screenshots__nav{display:none}}.screenshots__phone{position:relative;padding:5px;border-radius:28px;background:linear-gradient(118deg,#ffffff52,#ffffff0f 22%,#fff0 42%),linear-gradient(155deg,#2e7566,#124a3e 42%,#06251f);box-shadow:0 0 0 1px #93a79d,inset 0 0 0 1px #ffffff38,0 10px 40px #003c2d38}.screenshots__phone img{display:block;width:100%;height:auto;border-radius:22px;position:relative;z-index:1}.screenshots__phone:before,.screenshots__phone:after{content:"";position:absolute;width:3px;background:linear-gradient(90deg,#465c53,#22332c)}.screenshots__phone:before{left:-2px;top:17%;height:15%;border-radius:2px 0 0 2px;background-image:linear-gradient(180deg,#3E534A 0%,#3E534A 44%,transparent 44%,transparent 56%,#3E534A 56%,#3E534A 100%)}.screenshots__phone:after{right:-2px;top:26%;height:9%;border-radius:0 2px 2px 0}.screenshots__phone{width:100%;max-width:320px;margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.screenshots__phone{max-width:260px;border-radius:24px}.screenshots__phone img{border-radius:18px}}.screenshots__phone:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #93a79d,inset 0 0 0 1px #ffffff38,0 16px 50px #003c2d4d}.screenshots__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);z-index:2;background:#00796b;color:#fff;font-size:.8125rem;font-weight:600;line-height:1;white-space:nowrap;padding:.55em 1.2em;border-radius:2em;box-shadow:0 4px 14px #003c2d47}.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(2,minmax(280px,400px));justify-content:center;gap:2rem;max-width:840px;margin:2rem auto 0}.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__pro-pill{display:inline-block;color:#fff;background:linear-gradient(45deg,#e60073,#d3008d,#b000d3);padding:.25em .4em;border-radius:.2em;font-size:.8em;font-weight:300;text-transform:uppercase;line-height:1.2;vertical-align:.1em}.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{display:flex;align-items:flex-start;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;flex-shrink:0;width:1ch;margin-right:.5rem}.pricing__feature-text{flex:1;min-width:0}.pricing__feature-hint{display:inline-block;margin-left:.5rem;padding:2px .5rem;border-radius:6px;background:#00d3a01f;border:1px solid rgba(0,211,160,.25);color:#00796b;font-size:.75rem;font-weight:600;letter-spacing:.01em;line-height:1.4;vertical-align:baseline;white-space:nowrap}.pricing__features>.pricing__feature-group{padding:.25rem 0 0!important;border-bottom:none!important}.pricing__features>.pricing__feature-group:before{content:none;margin-right:0}.pricing__feature-details summary{cursor:pointer;color:#3f8060;font-size:.9rem;list-style:none;display:inline-flex;align-items:center;padding:.25rem 0}.pricing__feature-details summary::-webkit-details-marker{display:none}.pricing__feature-details summary:before{content:"";width:1ch;height:1ch;background:url(/assets/images/icons/icons8-collapse-arrow-100.svg) center/contain no-repeat;transform:rotate(180deg);transition:transform .2s ease;flex-shrink:0;margin-right:.5rem}.pricing__feature-details[open] summary:before{transform:rotate(0)}.pricing__feature-sublist{list-style:none;margin:.25rem 0 0;padding:0}.pricing__feature-sublist li{display:flex;align-items:flex-start;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__feature-sublist li{font-size:.9rem;padding:.5rem 0}}.pricing__feature-sublist li:last-child{border-bottom:none}.pricing__feature-sublist li:before{content:"✓ ";color:#00796b;font-weight:600;flex-shrink:0;width:1ch;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)}}
