.Header-module__GYPd_G__header{z-index:1000;background-color:#fff;padding:1.25rem 1rem;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.Header-module__GYPd_G__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.Header-module__GYPd_G__logo{color:#000;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s}.Header-module__GYPd_G__logo:hover{color:#9d5a40}.Header-module__GYPd_G__loginButton{background-color:var(--secondary-color);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-weight:500;transition:all .2s;display:flex}.Header-module__GYPd_G__loginButton:hover{background-color:#9d5a40;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}
.HeroSection-module__n0ib0G__hero{background-color:#f9f9f7;padding:80px 0;position:relative;overflow:hidden}.HeroSection-module__n0ib0G__container{justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;position:relative}.HeroSection-module__n0ib0G__content{flex:1;max-width:600px}.HeroSection-module__n0ib0G__title{color:#1a1a1a;margin-bottom:20px;font-size:3.2em;font-weight:600;line-height:1.2}.HeroSection-module__n0ib0G__subtitle{color:#888;margin-bottom:40px;font-size:1.3em;line-height:1.6}.HeroSection-module__n0ib0G__ctaButton{color:#fff;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:1.1em;font-weight:500;text-decoration:none;transition:background-color .2s,transform .1s;display:inline-flex}.HeroSection-module__n0ib0G__ctaButton:hover{background-color:#333;transform:translateY(-1px)}.HeroSection-module__n0ib0G__illustration{flex:1;justify-content:center;align-items:center;max-width:600px;margin-left:auto;margin-right:auto;display:flex;position:relative}.HeroSection-module__n0ib0G__mockupGrid{z-index:1;background-color:#fff;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;max-width:400px;padding:15px;display:grid;position:relative;box-shadow:0 10px 30px #00000014}.HeroSection-module__n0ib0G__mockupDevice{z-index:2;background-color:#1a1a1a;border:2px solid #333;border-radius:20px;justify-content:center;align-items:center;width:200px;height:350px;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translateY(-50%);box-shadow:0 15px 40px #0003}.HeroSection-module__n0ib0G__mockupGrid img{aspect-ratio:1;object-fit:cover;border-radius:4px;width:100%;height:auto}.HeroSection-module__n0ib0G__mockupScreen{background-color:#fff;border-radius:15px;justify-content:center;align-items:center;width:calc(100% - 10px);height:calc(100% - 10px);display:flex;overflow:hidden}.HeroSection-module__n0ib0G__mockupScreen img{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.HeroSection-module__n0ib0G__container{text-align:center;flex-direction:column}.HeroSection-module__n0ib0G__illustration{width:100%;margin-top:40px}.HeroSection-module__n0ib0G__mockupGrid{margin:0 auto}}@media (max-width:768px){.HeroSection-module__n0ib0G__hero{padding:60px 0}.HeroSection-module__n0ib0G__container{text-align:center;flex-direction:column}.HeroSection-module__n0ib0G__mockupGrid{width:100%;max-width:400px;margin:40px auto 0}.HeroSection-module__n0ib0G__mockupDevice{width:auto;margin:0 10px;left:calc(50% - 10px);right:10px;transform:translate(calc(5px - 50%))translateY(-50%)}.HeroSection-module__n0ib0G__title{font-size:2.5em}.HeroSection-module__n0ib0G__subtitle{font-size:1.1em}}@media (max-width:480px){.HeroSection-module__n0ib0G__title{font-size:2em}.HeroSection-module__n0ib0G__subtitle{font-size:1em}}
.BenefitsSection-module__mL0FFW__benefitsSection{background-color:var(--background-color);border-radius:8px;max-width:1200px;margin-left:auto;margin-right:auto;padding:80px 20px}.BenefitsSection-module__mL0FFW__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.BenefitsSection-module__mL0FFW__benefitCard{text-align:center;background:#fff;border-radius:8px;flex-direction:column;align-items:center;padding:25px 20px;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000000d}.BenefitsSection-module__mL0FFW__benefitCard:hover{background:linear-gradient(145deg,#fff,#f8f8f8);transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.BenefitsSection-module__mL0FFW__benefitCard:hover .BenefitsSection-module__mL0FFW__icon{transition:transform .3s;transform:scale(1.1)}.BenefitsSection-module__mL0FFW__benefitCard:hover .BenefitsSection-module__mL0FFW__benefitTitle{color:var(--secondary-color);transition:color .3s}.BenefitsSection-module__mL0FFW__icon{width:40px;height:40px;color:var(--secondary-color);fill:currentColor;margin-bottom:15px}.BenefitsSection-module__mL0FFW__benefitTitle{color:#1a1a1a;margin-bottom:10px;font-size:1.3rem;font-weight:600}.BenefitsSection-module__mL0FFW__benefitDescription{color:#888;margin:0;font-size:.95rem;line-height:1.6}@media (max-width:768px){.BenefitsSection-module__mL0FFW__benefitsSection{padding:40px 20px}.BenefitsSection-module__mL0FFW__benefitsGrid{grid-template-columns:1fr;max-width:500px;margin:20px auto 0}}
.UseCasesSection-module__nFgF1a__useCasesSection{text-align:center;max-width:1200px;margin:0 auto;padding:80px 20px}.UseCasesSection-module__nFgF1a__sectionTitle{color:#1a1a1a;margin-bottom:60px;font-size:2.5em}.UseCasesSection-module__nFgF1a__useCasesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px;display:grid}.UseCasesSection-module__nFgF1a__useCaseCard{text-align:center;background-color:#fff;border-radius:8px;padding:30px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 15px #00000008}.UseCasesSection-module__nFgF1a__useCaseCard:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.UseCasesSection-module__nFgF1a__useCaseCard:hover .UseCasesSection-module__nFgF1a__useCaseIcon{transition:transform .3s;transform:scale(1.1)}.UseCasesSection-module__nFgF1a__useCaseCard:hover .UseCasesSection-module__nFgF1a__useCaseTitle{color:var(--secondary-color);transition:color .3s}.UseCasesSection-module__nFgF1a__useCaseIcon{width:60px;height:60px;color:var(--secondary-color);margin:0 auto 20px}.UseCasesSection-module__nFgF1a__useCaseTitle{color:#1a1a1a;margin-bottom:10px;font-size:1.3em;font-weight:600}.UseCasesSection-module__nFgF1a__useCaseDescription{color:#888;font-size:.95em;line-height:1.6}@media (max-width:768px){.UseCasesSection-module__nFgF1a__useCasesSection{padding:60px 20px}.UseCasesSection-module__nFgF1a__sectionTitle{margin-bottom:40px;font-size:2em}.UseCasesSection-module__nFgF1a__useCasesGrid{grid-template-columns:1fr;max-width:500px;margin:30px auto 0}}
.Footer-module__re4UKG__footer{color:#f8f9fa;font-family:var(--font-inter);background-color:#1a1a1a;margin-top:4rem;padding:4rem 2rem 0}.Footer-module__re4UKG__footerContent{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;display:grid}.Footer-module__re4UKG__footerSection{padding:0 1rem}.Footer-module__re4UKG__footerTitle{color:#fff;font-size:1.5rem;font-weight:700;font-family:var(--font-montserrat);margin-bottom:1.5rem}.Footer-module__re4UKG__footerDescription{color:#adb5bd;margin-bottom:1.5rem;line-height:1.6}.Footer-module__re4UKG__sectionTitle{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.Footer-module__re4UKG__sectionTitle:after{content:"";background-color:var(--secondary-color);width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__re4UKG__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__re4UKG__footerLinks li{align-items:center;gap:10px;margin-bottom:.8rem;display:flex}.Footer-module__re4UKG__linkIcon{color:var(--secondary-color);font-size:.7rem;transition:transform .3s}.Footer-module__re4UKG__footerLink{color:#adb5bd;font-size:.95rem;text-decoration:none;transition:color .3s;position:relative}.Footer-module__re4UKG__footerLink:hover{color:#fff}.Footer-module__re4UKG__footerLink:hover+.Footer-module__re4UKG__linkIcon,.Footer-module__re4UKG__footerLink:hover~.Footer-module__re4UKG__linkIcon{transform:translate(3px)}.Footer-module__re4UKG__socialLinks{gap:1rem;margin-top:1.5rem;display:flex}.Footer-module__re4UKG__socialLink{color:#adb5bd;background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .3s;display:flex}.Footer-module__re4UKG__socialLink:hover{color:#fff;background-color:var(--secondary-color);transform:translateY(-2px)}.Footer-module__re4UKG__socialIcon{width:16px;height:16px}.Footer-module__re4UKG__contactInfo{color:#adb5bd;font-style:normal;line-height:1.8}.Footer-module__re4UKG__contactInfo p{align-items:center;gap:10px;margin:.5rem 0;display:flex}.Footer-module__re4UKG__contactIcon{width:16px;height:16px;color:var(--secondary-color)}.Footer-module__re4UKG__footerBottom{text-align:center;color:#6c757d;border-top:1px solid #ffffff1a;margin-top:2rem;padding:1.5rem 0;font-size:.9rem}@media (max-width:768px){.Footer-module__re4UKG__footerContent{grid-template-columns:1fr;gap:2rem}.Footer-module__re4UKG__footerSection{text-align:center;padding:0}.Footer-module__re4UKG__sectionTitle:after{left:50%;transform:translate(-50%)}.Footer-module__re4UKG__footerLinks li,.Footer-module__re4UKG__socialLinks,.Footer-module__re4UKG__contactInfo p{justify-content:center}}
