@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#4c5b7b;font-family:Geist,sans-serif;font-weight:400;font-size:16px;line-height:1.5;background-color:inherit;margin:0;min-height:100%;overflow-x:clip}*,.scroll-smooth,a[href^="#"]{scroll-behavior:smooth}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(max-width:2560px){.container{max-width:1600px}}@media(max-width:1600px){.container{max-width:100%;padding:0 64px}}@media(max-width:1400px){.container{padding:0 64px}}@media(max-width:1200px){.container{padding:0 48px}}@media(max-width:992px){.container{padding:0 24px}}@media(max-width:768px){.container{padding:0 24px}}@media(max-width:576px){.container{padding:0 16px}}.header__area{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100;transition:all .3s ease}.header__area.is-sticky{box-shadow:0 4px 12px rgba(181,181,181,.1)}.header__area--wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:8px 0}.header__area--logo{width:100px;height:60px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__area--logo img{width:100%;height:100%;object-fit:contain}.header__area--nav{flex:1 1;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.header__area--cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#007366;color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;padding:.625rem 1.25rem;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer}.header__area--cta-button:hover{background:#006a5e;transform:translateY(-1px);box-shadow:0 4px 12px rgba(58,237,115,.3)}.header__area--cta-button svg{width:16px;height:16px}.header__area--support-link{color:#141414;text-decoration:none;font-weight:500;transition:color .3s ease;font-size:.95rem;background:#fff;padding:.625rem 1.25rem;border-radius:8px;border:1px solid rgba(0,0,0,0)}.header__area--support-link:hover{color:#141414;background:#f5f5f5}.header__area--mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#141414;padding:.5rem}@media(max-width:768px){.header__area--nav{display:none}.header__area--mobile-toggle{display:block}.header__area--logo-text h1{font-size:.95rem}.header__area--logo-text p{font-size:.75rem}}.header__area__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s ease}.header__area__mobile-menu.is-open{pointer-events:all;opacity:1}.header__area__mobile-menu--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.header__area__mobile-menu--content{position:absolute;top:0;right:0;width:80%;max-width:400px;height:100%;background:#fff;box-shadow:-2px 0 12px rgba(0,0,0,.15);transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column}.header__area__mobile-menu.is-open .header__area__mobile-menu--content{transform:translateX(0)}.header__area__mobile-menu--header{padding:1.5rem;display:flex;justify-content:flex-end;border-bottom:1px solid #eceff3}.header__area__mobile-menu--close{background:none;border:none;cursor:pointer;color:#141414;padding:.5rem}.header__area__mobile-menu--nav{flex:1 1;padding:2rem 1.5rem}.header__area__mobile-menu--nav--title{font-size:.95rem;font-weight:600;color:#141414;margin:0 0 1.5rem;padding:0 0 1rem;border-bottom:1px solid #eceff3}.header__area__mobile-menu--nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.header__area__mobile-menu--nav ul li{border-bottom:1px solid #eceff3}.header__area__mobile-menu--nav ul li:last-child{border-bottom:none}.header__area__mobile-menu--nav ul li a{color:#141414;text-decoration:none;font-weight:500;font-size:1.1rem;display:block;padding:1rem;background:#fff;transition:background .2s ease,color .2s ease}.header__area__mobile-menu--nav ul li a:hover{background:#eceff3}.header__area__mobile-menu--nav ul li a.active{background:#4a5568;color:#fff;font-weight:600}.header__area__logo-tree{width:50px;height:50px;background:linear-gradient(135deg,#f5f5dc,#e8e8d8);border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.header__area__logo-tree:before{content:"";position:absolute;width:28px;height:28px;background:gold;border-radius:50%;top:4px;right:4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.header__area__logo-tree:after{content:"";position:absolute;width:18px;height:18px;background:#2d5016;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);bottom:6px;left:50%;transform:translateX(-50%)}.peydo__hero{min-height:90vh;background:linear-gradient(135deg,rgba(0,115,102,.1),white 50%,rgba(0,115,102,.08));padding:4rem 0;display:flex;align-items:center;position:relative;overflow:hidden}.peydo__hero--wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:1024px){.peydo__hero--wrapper{grid-template-columns:1fr;gap:3rem;text-align:center}}.peydo__hero--content{display:flex;flex-direction:column;gap:2rem;z-index:2}.peydo__hero--title{font-size:clamp(2rem,5vw,6rem);font-weight:700;color:#141414;text-transform:uppercase;line-height:1.2;margin:0}@media(max-width:1024px){.peydo__hero--title{font-size:2.5rem}}@media(max-width:768px){.peydo__hero--title{font-size:2rem}}.peydo__hero--description{font-size:1.25rem;color:#141414;line-height:1.6;margin:0}@media(max-width:768px){.peydo__hero--description{font-size:1.1rem}}.peydo__hero--downloads{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.peydo__hero--downloads{justify-content:center}}.peydo__hero--mockup{position:relative;display:flex;justify-content:center;align-items:center;z-index:1}.peydo__hero--mockup--main img{width:100%;height:100%;object-fit:contain}.peydo__hero--mockup .--left-1{top:20%}.peydo__hero--mockup .--left-1,.peydo__hero--mockup .--left-2{position:absolute;left:0;height:50px;width:auto;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.peydo__hero--mockup .--left-2{top:70%}.peydo__hero--mockup .--right-1{right:10%;top:40%}.peydo__hero--mockup .--right-1,.peydo__hero--mockup .--right-2{position:absolute;height:50px;width:auto;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.peydo__hero--mockup .--right-2{right:0;top:60%}@media(max-width:1024px){.peydo__hero--mockup{min-height:500px;margin:2rem 0}}.peydo__statistics{padding:6rem 0;background:#fff}.peydo__statistics--wrapper{margin:0 auto}.peydo__statistics--content{display:flex;flex-direction:column;gap:3rem}.peydo__statistics--headline{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#141414;line-height:1.2;margin:0;max-width:900px}@media(max-width:768px){.peydo__statistics--headline{font-size:1.75rem}}.peydo__statistics--description{font-size:1.25rem;color:#4c5b7b;line-height:1.8;margin:0;max-width:800px}@media(max-width:768px){.peydo__statistics--description{font-size:1.1rem}}.peydo__statistics--blocks{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media(max-width:1024px){.peydo__statistics--blocks{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.peydo__statistics--blocks{grid-template-columns:1fr}}.peydo__statistics--block{padding:2.5rem 2rem;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;transition:transform .3s ease,box-shadow .3s ease}.peydo__statistics--block:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.peydo__statistics--block-green{background:#22d07c;color:#fff}.peydo__statistics--block-gray{background:#4a5568;color:#fff}.peydo__statistics--block-white{background:#fff;color:#141414;border:2px solid #e5e7eb}.peydo__statistics--block-black{background:#000;color:#fff}.peydo__statistics--block-value{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1;margin:0}.peydo__statistics--block-label{font-size:1rem;font-weight:500;line-height:1.4;opacity:.9}@media(max-width:768px){.peydo__statistics--block-label{font-size:.95rem}}.peydo__footer{padding:6rem 0 4rem;background:#eceff3;position:relative}.peydo__footer--top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem;gap:2rem}@media(max-width:1024px){.peydo__footer--top{flex-direction:column;align-items:flex-start;margin-bottom:3rem}}.peydo__footer--headline{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#141414;line-height:1.2;margin:0;max-width:600px}@media(max-width:768px){.peydo__footer--headline{font-size:1.75rem}}.peydo__footer--cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#007366;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border-radius:12px;transition:all .3s ease;white-space:nowrap}.peydo__footer--cta-button:hover{background:#006a5e;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,115,102,.3)}@media(max-width:1024px){.peydo__footer--cta-button{align-self:flex-start}}.peydo__footer--links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;margin-bottom:4rem}@media(max-width:1024px){.peydo__footer--links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.peydo__footer--links{grid-template-columns:1fr;gap:2rem}}.peydo__footer--column{display:flex;flex-direction:column;gap:1rem}.peydo__footer--column-title{font-size:1rem;font-weight:700;color:#141414;margin:0 0 .5rem}.peydo__footer--column-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.peydo__footer--column-list li{margin:0}.peydo__footer--column-list li a{color:#848fa3;text-decoration:none;font-size:.95rem;transition:color .3s ease}.peydo__footer--column-list li a:hover{color:#141414}.peydo__footer--logo{display:flex;justify-content:center;align-items:center;padding-top:3rem;border-top:1px solid rgba(20,20,20,.1)}.peydo__footer--logo-image{width:auto;height:auto;max-width:200px;max-height:80px;object-fit:contain;filter:brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(2000%) hue-rotate(150deg) brightness(.9) contrast(.9)}@media(max-width:768px){.peydo__footer--logo-image{max-width:150px;max-height:60px}}