.hero-container{height:100vh;padding:20px;box-sizing:border-box;display:flex;align-items:center}.hero-wrapper{width:100%;height:100%;max-width:1440px;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:linear-gradient(135deg,#000,#1a1a1a)}.hero__content{text-align:left;position:relative;padding-top:60px;padding-bottom:40px}.hero__title{font-size:3.8rem;font-weight:700;color:#ffffffde;margin-bottom:20px;line-height:1.2}.hero__subtitle{font-size:1.25rem;line-height:1.6;color:white;margin-bottom:40px;opacity:.9}.hero__cta{margin-top:30px;margin-bottom:40px;display:flex;justify-content:left}.store-button{display:flex;align-items:center;transition:all .2s ease;border-radius:8px}.store-button:hover{transform:translateY(-2px);filter:brightness(1.05)}.store-badge{height:60px;width:auto}.hero__image{margin-top:20px;position:relative;max-width:100%;display:flex;justify-content:center;padding-bottom:60px}.hero__image img{max-width:100%;height:auto;max-height:400px;min-height:400px;object-fit:contain}.navigation{width:100%;position:relative;display:flex;justify-content:space-between;align-items:center}@media (min-width:1536px){.hero-wrapper{max-width:none;border-radius:32px}.hero-container{padding:32px}.navigation{padding:48px 0 24px}.hero__content{padding-top:80px;padding-bottom:60px}.hero__image img{max-height:700px}}@media (min-width:1280px) and (max-width:1535px){.hero-wrapper{max-width:1400px;border-radius:28px}.hero-container{padding:28px}.navigation{padding:44px 0 22px}.hero__content{padding-top:70px;padding-bottom:50px}.hero__image img{max-height:500px}}@media (max-width:1024px){.hero-container{padding:16px}.hero-wrapper{border-radius:20px}.navigation{padding:32px 0 20px}}@media (max-width:768px){.hero-container{padding:12px;height:auto;min-height:100vh}.hero-wrapper{border-radius:16px;height:auto;min-height:calc(100vh - 24px)}.navigation{padding:24px 0 16px}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1rem}.hero__content{padding-top:40px;padding-bottom:20px}.hero__cta{margin-top:0;margin-bottom:20px;flex-direction:row;gap:12px;justify-content:flex-start}.hero__image{margin-top:20px;padding-bottom:30px}.hero__image img{max-height:none;min-height:auto;height:auto;width:100%}.store-badge{height:48px}}@media (max-width:480px){.hero-container{padding:8px;height:auto;min-height:100vh}.hero-wrapper{border-radius:12px;height:auto;min-height:calc(100vh - 16px)}.navigation{padding:20px 0 12px}.hero__content{padding-top:20px;padding-bottom:10px}.hero__cta{flex-direction:row;align-items:center;gap:8px;justify-content:flex-start;flex-wrap:wrap}.hero__image{margin-top:15px;padding-bottom:20px}.hero__image img{max-height:none;min-height:auto;height:auto;width:100%}.store-badge{height:44px;flex:1;min-width:140px}}.features{padding:100px 20px;max-width:1280px;margin:0 auto}.features__title{font-size:48px;font-weight:700;margin-bottom:20px;color:#000;animation:slideUp .8s ease-out forwards}.features__subtitle,.features__title{text-align:center;opacity:0;transform:translateY(20px)}.features__subtitle{font-size:18px;line-height:1.6;color:#666;max-width:800px;margin:0 auto 60px;animation:slideUp .8s ease-out .2s forwards}.features__cards{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:60px}.features__card{padding:40px;padding-bottom:0!important;border-radius:24px;position:relative;overflow:hidden;opacity:0;transform:translateY(40px)}.features__card--left{background-color:#C3F809;animation:slideUp .8s ease-out .4s forwards}.features__card--right{background-color:#F9F9F9;animation:slideUp .8s ease-out .6s forwards}.card__circle-bg{position:absolute;top:0;right:0;width:35%;height:50%;z-index:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.card__circle-bg img{width:100%;height:100%;object-fit:contain;opacity:1}.card__icon{margin-bottom:30px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.card__icon img{width:100%;height:100%;object-fit:contain}.features__card h3{font-size:24px;font-weight:600;margin-bottom:16px;color:#000}.features__card p{font-size:16px;line-height:1.6;color:#666;margin-bottom:30px}.card__image{position:relative;width:100%;z-index:10;margin-top:30px;overflow:hidden}.card__image img{position:relative;z-index:1;width:100%;height:auto;display:block}.card__demo{background:rgba(255,255,255,.9);padding:20px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.demo__tag{display:inline-block;padding:6px 12px;border-radius:20px;background:white;margin-right:10px;margin-bottom:10px;font-size:14px}.demo__tag--dark{background:#333;color:white}.demo__transaction{background:white;padding:12px;border-radius:8px;margin-bottom:10px;display:flex;align-items:center;gap:10px}.gmail-icon{font-size:20px}.demo__amount{background:#f5f5f5;padding:8px 12px;border-radius:6px;font-size:14px}.card__chart{background:white;padding:24px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.card__chart h4{font-size:18px;font-weight:600;margin-bottom:8px}.chart__total{color:#666;font-size:14px;margin-bottom:20px}.chart__items{display:flex;flex-direction:column;gap:16px}.chart__item{display:flex;align-items:center;gap:12px;padding:12px;background:#f9f9f9;border-radius:12px}.item__icon{font-size:24px}.item__details{flex:1}.item__details span{display:block;font-weight:500}.item__details small{color:#666;font-size:12px}.item__amount{font-weight:600}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.features__cards{grid-template-columns:1fr}.features{padding:60px 20px}.features__title{font-size:36px}.features__subtitle{font-size:16px}}.features2{padding:100px 20px;max-width:1400px;margin:0 auto}.features2__header{text-align:center;margin-bottom:80px}.features2__header h2{font-size:48px;font-weight:700;color:#000;margin-bottom:20px;line-height:1.2}.features2__header p{font-size:18px;line-height:1.6;color:#666;max-width:600px;margin:0 auto}.features2__accordion{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start}.features2__accordion-left{display:flex;flex-direction:column;gap:24px}.features2__accordion-item{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer;background:#fff}.features2__accordion-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.05)}.features2__accordion-item.active{border-color:#000;box-shadow:0 8px 25px rgba(0,0,0,.1)}.features2__accordion-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;background:#fff;transition:all .3s ease}.features2__accordion-item.active .features2__accordion-header{background:#f9fafb;border-bottom:1px solid #e5e7eb}.features2__accordion-header h3{font-size:20px;font-weight:600;color:#111827;margin:0;transition:color .3s ease}.features2__accordion-item.active .features2__accordion-header h3{color:#000}.features2__accordion-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f3f4f6;border-radius:50%;transition:all .3s ease}.features2__accordion-item.active .features2__accordion-icon{background:#000;color:#fff}.features2__accordion-icon svg{transition:transform .3s ease;color:#6b7280}.features2__accordion-item.active .features2__accordion-icon svg{color:#fff}.features2__accordion-icon svg.rotated{transform:rotate(180deg)}.features2__accordion-content{max-height:0;overflow:hidden;transition:all .4s ease;padding:0 28px;background:#fff}.features2__accordion-content.expanded{max-height:300px;padding:0 28px 28px}.features2__accordion-content p{font-size:16px;line-height:1.6;color:#6b7280;margin:0 0 24px}.features2__button{display:inline-flex;align-items:center;gap:8px;background:#000;color:white;padding:12px 24px;border-radius:30px;text-decoration:none;font-weight:500;font-size:14px;width:fit-content;transition:all .3s ease}.features2__button:hover{background:#333;transform:translateY(-2px)}.features2__button svg{transition:transform .3s ease}.features2__button:hover svg{transform:translateX(4px)}.features2__accordion-right{position:sticky;top:100px;height:fit-content}.features2__image-container{width:100%;height:600px;border-radius:24px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px rgba(0,0,0,.1)}.features2__dynamic-image{width:100%;height:100%;object-fit:cover;transition:all .5s ease;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.features2{padding:80px 20px}.features2__accordion{gap:60px}.features2__header h2{font-size:40px}.features2__image-container{height:500px}}@media (max-width:768px){.features2{padding:60px 20px}.features2__header h2{font-size:32px}.features2__header p{font-size:16px}.features2__accordion{grid-template-columns:1fr;gap:40px}.features2__accordion-right{position:static;order:-1}.features2__image-container{height:400px;margin-bottom:20px}.features2__accordion-header{padding:20px 24px}.features2__accordion-header h3{font-size:18px}.features2__accordion-content.expanded{padding:0 24px 24px}.features2__accordion-content p{font-size:15px}.features2__button{padding:10px 20px;font-size:13px}}@media (max-width:480px){.features2{padding:50px 16px}.features2__header h2{font-size:28px}.features2__accordion{gap:32px}.features2__image-container{height:300px;border-radius:16px}.features2__accordion-item{border-radius:12px}.features2__accordion-header{padding:18px 20px}.features2__accordion-header h3{font-size:16px}.features2__accordion-content.expanded{padding:0 20px 20px}.features2__accordion-icon{width:28px;height:28px}}.automated-cta{background:#1d1d1d;padding:100px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1400px;border-radius:24px;margin:0 auto}.automated-cta__content{color:white}.automated-cta__content h2{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:60px}.automated-cta__steps{display:flex;flex-direction:column;gap:32px}.automated-cta__step{display:flex;align-items:flex-start;gap:16px}.step-icon{flex-shrink:0;margin-top:4px}.automated-cta__step p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.9)}.automated-cta__image{position:relative;display:flex;justify-content:center;align-items:center}.automated-cta__image img{width:80%;height:auto;border-radius:24px;max-width:500px}@media (max-width:1024px){.automated-cta{padding:80px 30px;gap:60px}.automated-cta__content h2{font-size:40px;margin-bottom:50px}.automated-cta__image img{width:90%}}@media (max-width:768px){.automated-cta{grid-template-columns:1fr;padding:60px 20px;gap:40px;border-radius:16px;margin:0 16px}.automated-cta__content h2{font-size:32px;margin-bottom:40px;text-align:left}.automated-cta__steps{gap:24px}.automated-cta__step{align-items:flex-start;text-align:left;flex-direction:row;gap:12px}.automated-cta__step p{font-size:16px;line-height:1.5}.automated-cta__image{order:-1}.automated-cta__image img{width:100%;max-width:350px}}@media (max-width:480px){.automated-cta{padding:40px 16px;margin:0 8px;border-radius:12px}.automated-cta__content h2{font-size:28px;margin-bottom:32px;line-height:1.3}.automated-cta__steps{gap:20px}.automated-cta__step{gap:10px}.automated-cta__step p{font-size:15px}.step-icon{margin-top:2px}.automated-cta__image img{max-width:300px}}.testimonials{padding:100px 20px;max-width:1400px;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:80px}.testimonials__header h2{font-size:48px;font-weight:700;color:#000;margin-bottom:20px;line-height:1.2}.testimonials__header p{font-size:18px;line-height:1.6;color:#666;max-width:800px;margin:0 auto}.testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.testimonial-card{background:#F9F9F9;padding:40px;border-radius:24px;display:flex;flex-direction:column;gap:20px}.testimonial-card__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#E0E0E0}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__stars{display:flex;gap:4px}.testimonial-card h3{font-size:24px;font-weight:600;color:#000;line-height:1.4}.testimonial-card__quote{font-size:18px;line-height:1.6;color:#666}.testimonial-card__author{margin-top:auto}.testimonial-card__author h4{font-size:18px;font-weight:600;color:#000;margin-bottom:4px}.testimonial-card__author p{font-size:16px;color:#666}@media (max-width:968px){.testimonials{padding:60px 20px}.testimonials__header h2{font-size:36px}.testimonials__header p{font-size:16px}.testimonials__grid{grid-template-columns:1fr}.testimonial-card{padding:30px}.testimonial-card h3{font-size:20px}.testimonial-card__quote{font-size:16px}}.cta{background:#000;border-radius:32px;padding:0 0 0 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1400px;margin:20px auto;overflow:hidden;position:relative}.cta__threads-background{position:absolute;top:50;left:0;width:50%;height:0;z-index:1;opacity:.3;pointer-events:none}.cta__content{color:white;position:relative;z-index:2}.cta__content h2{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px}.cta__content p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:40px}.cta__button-container{margin-top:40px}.cta__store-buttons{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-start}.cta__store-button{display:inline-block;transition:transform .3s ease;position:relative;z-index:3}.cta__store-button:hover{transform:translateY(-2px) scale(1.05)}.cta__store-badge{height:60px;width:auto;transition:transform .3s ease}.cta__button{display:inline-flex;align-items:center;gap:12px;background:white;color:black;padding:16px 32px;border-radius:100px;font-size:18px;font-weight:500;text-decoration:none;transition:transform .3s ease;position:relative;z-index:3}.cta__button:hover{transform:translateY(-2px)}.cta__button-arrow{width:48px;height:48px;transition:transform .3s ease}.cta__button:hover .cta__button-arrow{transform:translateX(4px)}.cta__image{position:relative;width:100%;height:100%;object-fit:cover;z-index:2}.cta__image img{width:100%;height:auto;border-radius:24px;object-fit:cover}@media (max-width:968px){.cta{grid-template-columns:1fr;padding:40px 20px;text-align:center;gap:40px}.cta__threads-background{width:100%;opacity:.2}.cta__content h2{font-size:36px}.cta__content p{font-size:16px}.cta__content p br{display:none}.cta__store-buttons{align-items:center;flex-direction:row;gap:12px;justify-content:center;flex-wrap:wrap}.cta__store-badge{height:50px;flex:1;min-width:140px}.cta__button{width:100%;justify-content:center;padding:14px 24px}.cta__button-arrow{width:40px;height:40px}}@media (max-width:480px){.cta__store-buttons{flex-direction:row;align-items:center;gap:8px;justify-content:center;flex-wrap:wrap}.cta__store-badge{height:45px;flex:1;min-width:130px}}@media (max-width:1024px) and (min-width:769px){.cta__threads-background{opacity:.25}}.footer{background:#000;padding:80px 20px 40px;color:white;margin-top:100px}.footer__content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:60px}.footer__brand{max-width:300px}.footer__logo{height:32px;margin-bottom:20px}.footer__brand p{font-size:16px;line-height:1.6;color:rgba(255,255,255,.8)}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer__column h3{font-size:18px;font-weight:600;margin-bottom:24px;color:white}.footer__column a{display:block;color:rgba(255,255,255,.8);text-decoration:none;margin-bottom:16px;font-size:16px;transition:color .2s ease;cursor:pointer}.footer__column a:hover{color:white}.footer__social{display:flex;gap:16px;margin-top:20px}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:50%;transition:background-color .2s ease}.social-link:hover{background:rgba(255,255,255,.2)}.social-link img{width:20px;height:20px}.footer__bottom{max-width:1400px;margin:60px auto 0;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.footer__bottom p{color:rgba(255,255,255,.6);font-size:14px}.footer__legal{display:flex;gap:24px}.footer__legal a{color:rgba(255,255,255,.6);text-decoration:none;font-size:14px;transition:color .2s ease}.footer__legal a:hover{color:white}@media (max-width:1024px){.footer{padding:70px 20px 35px;margin-top:80px}.footer__content{gap:50px}.footer__links{gap:30px}}@media (max-width:768px){.footer{padding:60px 20px 30px;margin-top:60px}.footer__content{grid-template-columns:1fr;gap:40px}.footer__brand{max-width:100%;text-align:left}.footer__links{grid-template-columns:repeat(2,1fr);gap:32px;text-align:left}.footer__column h3{font-size:16px;margin-bottom:20px}.footer__column a{font-size:15px;margin-bottom:12px}.footer__social{justify-content:flex-start;margin-top:16px}.footer__bottom{flex-direction:column;text-align:center;gap:20px;margin-top:50px;padding-top:30px}.footer__legal{justify-content:center;gap:20px}}@media (max-width:480px){.footer{padding:50px 16px 25px;margin-top:50px}.footer__content{gap:32px}.footer__brand p{font-size:15px;line-height:1.5}.footer__links{grid-template-columns:1fr;gap:28px}.footer__column h3{font-size:15px;margin-bottom:16px}.footer__column a{font-size:14px;margin-bottom:10px}.footer__social{gap:12px;margin-top:12px}.social-link{width:36px;height:36px}.social-link img{width:18px;height:18px}.footer__bottom{gap:16px;margin-top:40px;padding-top:25px}.footer__bottom p{font-size:13px}.footer__legal{flex-direction:column;gap:12px}.footer__legal a{font-size:13px}}