.OneEcommerce{min-height:100vh;padding:4rem;background-color:#041E18;border-top-left-radius:4rem;border-top-right-radius:4rem;width:100%;color:white}.subtext1{font-size:2.5rem;margin-bottom:3rem;text-align:center}.phrases-container{font-size:2rem;text-align:center;margin-bottom:4rem}.phrase{opacity:.6;transition:all .3s ease;font-weight:400}.phrase.active{opacity:1;font-weight:700;color:var(--active-color);transform:scale(1.05)}.phrase:hover{color:var(--hover-color);opacity:1;cursor:pointer;transform:scale(1.1)}.info-sections{display:flex;justify-content:center;gap:2rem;width:100%;flex-wrap:wrap;margin-top:2rem}.info-card{flex:1 1;min-width:300px;max-width:400px;background:rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .5s ease;cursor:pointer}.info-card:hover{background:rgba(255,255,255,.2);transform:translateY(-5px)}.image-container{width:100%;height:200px;overflow:hidden;border-radius:.5rem;margin-bottom:1.5rem}.section-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.info-card:hover .section-image{transform:scale(1.05)}.info-card h3{font-size:1.5rem;margin-bottom:1rem;color:#ffffff}.info-card p{font-size:1rem;line-height:1.5;color:rgba(255,255,255,.8)}@media (max-width:1024px){.info-sections{flex-direction:column;align-items:center}.info-card{max-width:100%}}@media (max-width:768px){.subtext1{font-size:2rem}.phrases-container{font-size:1.5rem}.OneEcommerce{padding:2rem;border-top-left-radius:2rem;border-top-right-radius:2rem}.info-card{min-width:100%}}@media (max-width:480px){.subtext1{font-size:1.5rem}.phrases-container{font-size:1.2rem;gap:1rem}.info-card h3{font-size:1.3rem}}.pricing-section{padding:6rem 2rem;background:#f9fafb;text-align:center}.pricing-header{max-width:800px;margin:0 auto 4rem}.pricing-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#212b36}.pricing-header .subtitle{font-size:1.25rem;color:#637381;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{background:white;border-radius:12px;padding:2.5rem;box-shadow:0 5px 15px rgba(0,0,0,.05);position:relative;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e1e5eb}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.pricing-card.popular{border:1px solid #4caf50;box-shadow:0 5px 15px rgba(76,175,80,.2)}.popular-badge{position:absolute;top:-12px;right:20px;background:#4CAF50;color:white;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.package-header{margin-bottom:2rem}.package-header h3{font-size:1.5rem;margin-bottom:1rem;color:#212b36}.price{margin-bottom:1rem}.price .amount{font-size:2.5rem;font-weight:700;color:#212b36}.price .period{font-size:1rem;color:#637381;margin-left:.25rem}.description{color:#637381;line-height:1.6}.features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.features li{margin-bottom:.75rem;display:flex;align-items:flex-start;color:#212b36}.check-icon{width:1.25rem;height:1.25rem;color:#4CAF50;margin-right:.75rem;flex-shrink:0}.cta-button{width:100%;padding:1rem;border-radius:8px;font-size:1rem}.cta-button.primary{background:#4CAF50;color:white}.cta-button.primary:hover{background:#3e8e41;transform:translateY(-2px)}.cta-button.secondary{background:white;color:#4CAF50;border:1px solid #4caf50}.cta-button.secondary:hover{background:#f5f5f5;transform:translateY(-2px)}@media (max-width:1024px){.pricing-section{padding:5rem 2rem}.pricing-header h2{font-size:2.25rem}}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:500px}.pricing-header h2{font-size:2rem}.pricing-header .subtitle{font-size:1.1rem}}@media (max-width:480px){.pricing-section{padding:4rem 1rem}.pricing-header h2{font-size:1.75rem}.pricing-card{padding:2rem 1.5rem}.price .amount{font-size:2rem}}.product-features{padding:6rem 4rem;background:#f9fafb;color:#212b36;text-align:center}.features-header{max-width:800px;margin:0 auto 4rem}.features-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.features-header .subheader{font-size:1.25rem;color:#637381;line-height:1.6}.main-feature{position:relative;max-width:1200px;margin:0 auto 4rem;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.main-feature-image{width:100%;height:auto;display:block;transition:transform .5s ease}.main-feature:hover .main-feature-image{transform:scale(1.02)}.main-feature-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);padding:3rem;text-align:left;color:white}.main-feature-overlay h3{font-size:1.75rem;margin-bottom:1rem}.main-feature-overlay p{font-size:1.1rem;opacity:.9;max-width:600px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:white;border-radius:.5rem;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.feature-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.feature-card:hover .feature-image{transform:scale(1.05)}.image-hover-effect{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent);opacity:0;transition:opacity .3s ease}.feature-card:hover .image-hover-effect{opacity:1}.feature-card h3{font-size:1.25rem;margin:1.5rem 1.5rem .5rem}.feature-card p{color:#637381;padding:0 1.5rem 1.5rem;line-height:1.5}.dark-section{padding:6rem 4rem;background:#061B1C;color:white;margin-top:4rem}.giant-images-row{display:flex;gap:2rem;max-width:1400px;margin:0 auto 4rem}.giant-image-container{flex:1 1;position:relative;border-radius:1rem;overflow:hidden}.giant-image{width:100%;height:500px;object-fit:cover;transition:transform .5s ease}.giant-image-container:hover .giant-image{transform:scale(1.03)}.image-caption{position:absolute;bottom:2rem;left:2rem;font-size:1.5rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}.final-feature-image{position:relative;max-width:1400px;margin:0 auto;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2)}.main-bottom-image{width:100%;height:600px;object-fit:cover;display:block}.image-overlay-text{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(0,0,0,.3);color:white;text-align:center}.image-overlay-text h3{font-size:2.5rem;margin-bottom:2rem;max-width:600px}.cta-button{background:#ffffff;color:#061B1C;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}@media (max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}.giant-images-row{flex-direction:column}.giant-image{height:400px}.main-bottom-image{height:500px}.image-overlay-text h3{font-size:2rem}}@media (max-width:768px){.dark-section,.product-features{padding:4rem 2rem}.features-header h2{font-size:2rem}.features-header .subheader{font-size:1.1rem}.feature-grid{grid-template-columns:1fr;max-width:500px}.giant-image{height:350px}.main-bottom-image{height:400px}.image-caption{font-size:1.25rem;bottom:1.5rem;left:1.5rem}.image-overlay-text h3{font-size:1.75rem;margin-bottom:1.5rem;padding:0 1rem}}@media (max-width:480px){.dark-section,.product-features{padding:3rem 1.5rem}.features-header h2{font-size:1.75rem}.giant-image{height:250px}.main-bottom-image{height:300px}.image-overlay-text h3{font-size:1.5rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}}.innovative-testimonials{padding:5rem 2rem;background:#f9fafb;text-align:center;position:relative;overflow:hidden}.testimonial-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#046A38;position:relative;display:inline-block}.testimonial-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FCD116;border-radius:2px}.testimonial-header .subtitle{font-size:1.1rem;color:#637381;max-width:600px;margin:0 auto 3rem;line-height:1.6}.testimonial-stack-container{max-width:900px;margin:0 auto;position:relative;min-height:400px}.card-stack{position:relative;height:100%;perspective:1000px;margin-bottom:3rem}.testimonial-card{position:absolute;width:100%;background:white;border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .6s cubic-bezier(.23,1,.32,1);transform:rotate(var(--rotation)) scale(var(--scale)) translateY(var(--translate-y)) translateX(var(--translate-x));opacity:var(--opacity);z-index:var(--z-index);cursor:pointer;top:0;left:0}.testimonial-card.active{cursor:default}.testimonial-card:hover:not(.active){transform:rotate(calc(var(--rotation) * .5)) scale(calc(var(--scale) * 1.05)) translateY(calc(var(--translate-y) * .8))}.card-content{position:relative;height:100%}.quote-mark{font-size:5rem;line-height:1;color:var(--accent-color);opacity:.2;position:absolute;top:-1.5rem;left:0;font-family:serif}.quote{font-size:1.3rem;line-height:1.6;color:#333;margin-bottom:2rem;position:relative;padding-top:1rem}.author-section{display:flex;align-items:center;text-align:left}.avatar{width:70px;height:70px;border-radius:50%;border:3px solid;padding:3px;margin-right:1.5rem;flex-shrink:0}.avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.author-info h4{font-size:1.2rem;margin:0 0 .25rem;color:#222}.role{color:#666;font-size:.9rem;margin:0 0 .5rem}.rating{font-size:1.2rem;letter-spacing:2px}.active-indicator{position:absolute;bottom:0;left:0;width:100%;height:4px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;animation:progress 8s linear}@keyframes progress{0%{width:0}to{width:100%}}.navigation-dots{display:flex;justify-content:center;gap:12px;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease;opacity:.7}.dot.active{opacity:1;transform:scale(1.2)}@media (max-width:768px){.innovative-testimonials{padding:3rem 1.5rem}.testimonial-header h2{font-size:2rem}.quote{font-size:1.1rem}.testimonial-card{padding:2rem 1.5rem}.avatar{width:60px;height:60px}}@media (max-width:480px){.testimonial-header h2{font-size:1.8rem}.quote,.testimonial-header .subtitle{font-size:1rem}.quote{margin-bottom:1.5rem}.author-section{flex-direction:column;text-align:center}.avatar{margin-right:0;margin-bottom:1rem}}.why-choose-hydot{padding:6rem 4rem;color:white}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-header h2{font-weight:700}.section-header .subtitle{line-height:1.6}.feature-section{display:flex;align-items:center;gap:4rem;margin-bottom:6rem;max-width:1200px;margin-left:auto;margin-right:auto}.feature-section.reversed{flex-direction:row-reverse}.feature-text{flex:1 1;text-align:left}.feature-text h3{font-size:1.75rem;margin-bottom:1.5rem;font-weight:600}.feature-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;opacity:.9}.feature-list{list-style-type:none;padding:0}.feature-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1.05rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:#4CAF50;font-weight:700}.feature-image{flex:1 1;border-radius:.5rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2)}.feature-img{width:100%;height:auto;display:block;transition:transform .5s ease}.feature-image:hover .feature-img{transform:scale(1.03)}.globe-section{margin:6rem auto}.globe-container,.globe-section{display:flex;justify-content:center;align-items:center;position:relative}.globe-container{width:100%}.globe-overlay{z-index:10}.store-website-section{padding:4rem 2rem;background:#041E18;color:white}.store-container{max-width:1400px;margin:0 auto;text-align:center}.section-header h2{font-size:2.5rem;margin-bottom:1rem}.section-header .subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.iframe-container{position:relative;width:100%;height:800px;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1)}.store-iframe{width:100%;height:100%;border:none;background:white}.iframe-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(4,30,24,.8);z-index:10}.spinner{width:50px;height:50px;border-radius:50%;border:5px solid rgba(255,255,255,.3);border-top-color:#00e0ff;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1024px){.iframe-container{height:600px}.section-header h2{font-size:2rem}}@media (max-width:768px){.iframe-container{height:500px}.section-header h2{font-size:1.75rem}.section-header .subtitle{font-size:1.1rem}}@media (max-width:480px){.store-website-section{padding:3rem 1rem}.iframe-container{height:400px}.section-header h2{font-size:1.5rem}}@media (max-width:1024px){.globe-overlay{width:250px;height:250px;padding:1.5rem}}@media (max-width:768px){.globe-overlay{width:200px;height:200px}.globe-overlay h3{font-size:1.25rem}.globe-overlay p{font-size:.9rem}}@media (max-width:480px){.globe-overlay{width:180px;height:180px;padding:1rem}.globe-overlay h3{font-size:1.1rem;margin-bottom:.5rem}.globe-overlay p{font-size:.8rem}}.world-map{width:100%;height:100%;object-fit:contain;transition:transform .1s linear;transform-style:preserve-3d}.globe-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:rgba(4,30,24,.8);padding:2rem;border-radius:50%;width:300px;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.globe-overlay h3{font-size:1.5rem;margin-bottom:1rem}.globe-overlay p{font-size:1rem;opacity:.9;max-width:80%}.stats-section{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:4rem auto 0}.stat-card{background:rgba(255,255,255,.1);border-radius:.5rem;padding:2rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.15)}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#4CAF50}.stat-label{font-size:1.1rem;opacity:.9}@media (max-width:1024px){.feature-section{gap:2rem;margin-bottom:4rem}.stats-section{grid-template-columns:repeat(2,1fr)}.globe-container{height:350px}.globe-overlay{width:250px;height:250px}}@media (max-width:768px){.why-choose-hydot{padding:4rem 2rem}.feature-section,.feature-section.reversed{flex-direction:column}.feature-image,.feature-text{width:100%}.section-header h2{font-size:2rem}.globe-container{height:300px}.globe-overlay{width:200px;height:200px;padding:1.5rem}.globe-overlay h3{font-size:1.25rem}.stat-value{font-size:2rem}}@media (max-width:480px){.why-choose-hydot{padding:3rem 1.5rem}.stats-section{grid-template-columns:1fr}.section-header h2{font-size:1.75rem}.feature-text h3{font-size:1.5rem}.globe-container{height:250px}.globe-overlay{width:180px;height:180px;padding:1rem}.globe-overlay h3{font-size:1.1rem;margin-bottom:.5rem}.globe-overlay p{font-size:.9rem}}