.OneEcommerce{min-height:100vh;padding:6rem 4rem;background:linear-gradient(135deg,#0a0424,#050322);border-top-left-radius:4rem;border-top-right-radius:4rem;width:100%;color:white;position:relative;overflow:hidden}.OneEcommerce:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.hero-section{text-align:center;margin-bottom:6rem;max-width:1200px;margin-left:auto;margin-right:auto}.subtext1{font-size:3.5rem;margin-bottom:2rem;font-weight:700;background:linear-gradient(135deg,#ffffff,#a0a0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.phrases-container{font-size:1.8rem;height:80px;position:relative;display:flex;align-items:center;justify-content:center}.phrase{position:absolute;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);font-weight:300;color:#e0e0ff;text-align:center;width:100%}.phrase.active{opacity:1;transform:translateY(0);font-weight:400}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1400px;margin:0 auto 4rem}.service-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.service-card:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.card-header{gap:1rem;margin-bottom:1.5rem}.card-header,.card-icon{display:flex;align-items:center}.card-icon{font-size:2rem;background:rgba(255,255,255,.1);border-radius:12px;width:60px;height:60px;justify-content:center;transition:all .3s ease}.service-card:hover .card-icon{background:rgba(255,255,255,.15);transform:scale(1.1)}.service-card h3{font-size:1.5rem;font-weight:600;color:#ffffff;margin:0}.image-container{width:100%;height:220px;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;position:relative}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(10,4,36,.4),transparent);transition:all .3s ease}.service-card:hover .image-overlay{background:linear-gradient(135deg,rgba(10,4,36,.2),transparent)}.section-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.service-card:hover .section-image{transform:scale(1.08)}.card-content p{color:#e0e0ff;line-height:1.6;margin-bottom:1.5rem;font-size:1rem;font-weight:300}.card-indicators{display:flex;gap:.5rem;justify-content:center}.indicator{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);transition:all .3s ease}.indicator.active{background:#ffffff;transform:scale(1.2)}.cta-section{text-align:center;padding:2rem}.cta-button{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:1.2rem 2.5rem;border-radius:2rem;text-decoration:none;font-size:1.3rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px rgba(102,126,234,.3)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(102,126,234,.4);gap:1.5rem}.cta-arrow{transition:transform .3s ease}.cta-button:hover .cta-arrow{transform:translateX(5px)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.OneEcommerce{padding:4rem 2rem;border-top-left-radius:2rem;border-top-right-radius:2rem}.subtext1{font-size:2.5rem}.phrases-container{font-size:1.4rem;height:60px}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}@media (max-width:480px){.OneEcommerce{padding:3rem 1.5rem}.subtext1{font-size:2rem}.phrases-container{font-size:1.2rem;height:50px}.card-header{flex-direction:column;text-align:center;gap:.5rem}.cta-button{font-size:1.1rem;padding:1rem 2rem}}.modal-content{background:linear-gradient(135deg,#0a0424,#050322);max-width:1200px}.modal-header{gap:1.5rem;margin-bottom:2.5rem}.modal-header,.modal-icon{display:flex;align-items:center}.modal-icon{font-size:3rem;background:rgba(255,255,255,.1);border-radius:1rem;width:80px;height:80px;justify-content:center}.modal-header h2{font-size:2.5rem;background:linear-gradient(135deg,#ffffff,#a0a0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.modal-body{grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem}.modal-main-content{display:flex;flex-direction:column;gap:2.5rem}.description-section h3,.features-section h3,.process-section h3,.projects-section h3,.technologies-section h3{font-size:1.5rem;color:#ffffff;margin-bottom:1rem;font-weight:600}.description-section p{color:#e0e0ff;line-height:1.7;font-size:1.1rem}.features-grid{display:grid;grid-gap:.8rem;gap:.8rem}.feature-item{padding:.8rem;background:rgba(255,255,255,.05);border-radius:.8rem;transition:all .3s ease}.feature-item:hover{background:rgba(255,255,255,.1);transform:translateX(5px)}.feature-bullet{color:#667eea;font-weight:700;font-size:1.2rem}.projects-grid{display:grid;grid-gap:1rem;gap:1rem}.project-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease}.project-card:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);transform:translateY(-3px)}.project-name{font-weight:600;color:#ffffff;margin-bottom:.5rem;font-size:1.1rem}.project-description{color:#e0e0ff;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.project-link{color:#667eea;font-weight:600;font-size:.9rem;transition:all .3s ease}.project-card:hover .project-link{transform:translateX(5px)}.modal-sidebar{display:flex;flex-direction:column;gap:2rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.5rem 1rem;border-radius:2rem}.process-steps{display:flex;flex-direction:column;gap:1rem}.process-step{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:1rem;transition:all .3s ease}.process-step:hover{background:rgba(255,255,255,.1)}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:white;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.step-text{color:#e0e0ff;font-weight:500}.cta-sidebar{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;text-align:center}.cta-sidebar p{color:#e0e0ff;margin-bottom:1rem;font-size:.9rem}.sidebar-cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:.8rem 1.5rem;border-radius:2rem;text-decoration:none;font-weight:600;display:block;transition:all .3s ease}.sidebar-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.3)}.click-indicator{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:white;padding:.5rem 1rem;border-radius:2rem;font-size:.8rem;font-weight:500;opacity:1;transition:all .3s ease;z-index:2}.service-card:hover .click-indicator{opacity:1}@media (max-width:1024px){.modal-body{grid-template-columns:1fr;gap:2rem}.modal-content{padding:2rem}}@media (max-width:768px){.modal-overlay{padding:1rem}.modal-content{padding:1.5rem;border-radius:1.5rem}.modal-header{flex-direction:column;text-align:center;gap:1rem}.modal-header h2,.modal-icon{font-size:2rem}.modal-icon{width:60px;height:60px}}@media (max-width:480px){.modal-header h2{font-size:1.5rem}.description-section h3,.features-section h3,.projects-section h3{font-size:1.3rem}.modal-close{top:1rem;right:1rem;width:35px;height:35px;font-size:1.5rem}}.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 #de8e16;box-shadow:0 5px 15px rgba(76,175,80,.2)}.popular-badge{position:absolute;top:-12px;right:20px;background:#DE8E16;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:#DE8E16;margin-right:.75rem;flex-shrink:0}.cta-button{width:100%;padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.cta-button.primary{background:#DE8E16;color:white}.cta-button.primary:hover{background:#3e8e41;transform:translateY(-2px)}.cta-button.secondary{background:white;color:#DE8E16;border:1px solid #de8e16}.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-showcase{padding:6rem 2rem;background:linear-gradient(135deg,#0a0424,#1a0b2e);color:white;min-height:100vh}.showcase-header{text-align:center;max-width:800px;margin:0 auto 4rem}.header-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);padding:.5rem 1.5rem;border-radius:2rem;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.showcase-header h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#ffffff,#a0a0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1}.header-description{font-size:1.2rem;color:#e0e0ff;line-height:1.6;max-width:600px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto 4rem}.product-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative}.product-card:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.product-image-container{position:relative;width:100%;height:250px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.view-details{color:white;font-weight:600;font-size:1.1rem}.product-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem}.category-badge,.status-badge{padding:.4rem 1rem;border-radius:1rem;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-badge.live{background:rgba(34,197,94,.2);color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-badge.coming-soon{background:rgba(245,158,11,.2);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.status-badge.beta{background:rgba(59,130,246,.2);color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.category-badge{background:rgba(255,255,255,.1);color:#ffffff;border:1px solid rgba(255,255,255,.2)}.product-content{padding:1.5rem}.product-content h3{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:#ffffff}.product-content p{color:#e0e0ff;line-height:1.5;margin-bottom:1rem;font-size:.95rem}.product-features-preview{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:rgba(102,126,234,.2);padding:.3rem .8rem;border-radius:1rem;border:1px solid rgba(102,126,234,.3)}.feature-more,.feature-tag{color:#a0a0ff;font-size:.8rem;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(5,3,34,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#0a0424,#1a0b2e);border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:2.5rem;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 25px 50px rgba(0,0,0,.5)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.1);border:none;color:white;font-size:2rem;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.modal-close:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.modal-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-badges{display:flex;gap:.5rem;margin-bottom:1rem}.modal-header h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#ffffff}.modal-description{font-size:1.1rem;color:#e0e0ff;line-height:1.6}.modal-body{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:2rem}.modal-image-section{border-radius:1rem;overflow:hidden}.modal-image{width:100%;height:300px;object-fit:cover;border-radius:1rem}.modal-details{display:flex;flex-direction:column;gap:2rem}.detail-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#ffffff}.features-list{display:flex;flex-direction:column;gap:.8rem}.feature-item{display:flex;align-items:center;gap:.8rem;color:#e0e0ff}.feature-check{color:#22c55e;font-weight:700}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:rgba(102,126,234,.2);color:#a0a0ff;padding:.4rem 1rem;border-radius:1rem;font-size:.8rem;font-weight:500;border:1px solid rgba(102,126,234,.3)}.pricing-info,.target-audience{color:#e0e0ff;line-height:1.5}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.demo-button,.visit-button{padding:1rem 2rem;border-radius:1rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.visit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.visit-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.4)}.visit-button.disabled{background:rgba(255,255,255,.1);color:#a0a0ff;cursor:not-allowed}.demo-button{background:transparent;color:#667eea;border:2px solid #667eea}.demo-button:hover{background:rgba(102,126,234,.1);transform:translateY(-2px)}.button-arrow{font-size:1.2rem}.showcase-cta{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:4rem;text-align:center;max-width:800px;margin:0 auto}.cta-content h3{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#ffffff}.cta-content>p{font-size:1.1rem;color:#e0e0ff;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:1rem 2rem;border-radius:1rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease}.cta-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.4)}.cta-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.cta-secondary:hover{background:rgba(102,126,234,.1);transform:translateY(-2px)}@media (max-width:1024px){.modal-body{grid-template-columns:1fr;gap:2rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.product-showcase{padding:4rem 1rem}.showcase-header h2{font-size:2.2rem}.modal-content{padding:2rem;margin:1rem}.modal-header h2{font-size:1.8rem}.modal-footer{flex-direction:column}.demo-button,.visit-button{width:100%;justify-content:center}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px}}@media (max-width:480px){.showcase-header h2{font-size:1.8rem}.products-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem}.showcase-cta{padding:2rem}.cta-content h3{font-size:1.8rem}}.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:#0B0937;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:#0B0937;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:#DE8E16;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:#0B0937;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:#DE8E16}.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}}