.ecommerce-page{width:100%;min-height:100vh;overflow-x:hidden}.ecommerce-hero{position:relative;min-height:auto;height:auto;overflow:hidden;background:var(--color-royal-blue);padding-top:2rem;padding-bottom:1rem;display:flex;align-items:center}@media (max-width: 480px){.ecommerce-hero{padding-top:2rem;padding-bottom:1.5rem;min-height:300px;height:auto}}@media (min-width: 481px) and (max-width: 767px){.ecommerce-hero{padding-top:2rem;padding-bottom:1.5rem;min-height:300px;height:auto}}@media (min-width: 768px){.ecommerce-hero{height:320px;padding-top:0;padding-bottom:0}}.ecommerce-hero .container{display:flex;align-items:center;justify-content:center;height:100%}.ecommerce-hero .hero-text{text-align:center;max-width:800px;padding:1rem}.ecommerce-hero .hero-text h1{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (min-width: 768px){.ecommerce-hero .hero-text h1{font-size:3rem}}.ecommerce-hero .hero-text .hero-subtitle{font-size:1.125rem;color:#fff;max-width:700px;margin:0 auto}@media (min-width: 768px){.ecommerce-hero .hero-text .hero-subtitle{font-size:1.25rem}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem;position:relative;z-index:2}@media (max-width: 480px){.container{padding:0 1rem}}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}@media (min-width: 768px){.section-header h2{font-size:2.25rem}}.section-header p{font-size:1rem;color:#4b5563;max-width:700px;margin:0 auto}@media (min-width: 768px){.section-header p{font-size:1.125rem}}.overview-section{padding:3rem 0;background-color:#fff}@media (min-width: 768px){.overview-section{padding:4rem 0}}.overview-section .overview-content{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.overview-section .overview-content{flex-direction:row;align-items:center}}.overview-section .overview-content .overview-image{width:100%}@media (min-width: 768px){.overview-section .overview-content .overview-image{width:40%}}.overview-section .overview-content .overview-image .video-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:.5rem;box-shadow:0 10px 25px #0000001a}.overview-section .overview-content .overview-image .video-wrapper .image-placeholder{width:100%;height:100%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:1rem}.overview-section .overview-content .overview-text{width:100%}@media (min-width: 768px){.overview-section .overview-content .overview-text{width:60%}}@media (min-width: 768px){.overview-section .overview-content .overview-text.full-width{width:100%}}.overview-section .overview-content .overview-text h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.overview-section .overview-content .overview-text p{color:#4b5563;margin-bottom:1.5rem;line-height:1.7;font-size:1rem}@media (min-width: 768px){.overview-section .overview-content .overview-text p{font-size:1.125rem}}.overview-section .overview-content .overview-text p:last-of-type{margin-bottom:2rem}.overview-section .overview-content .overview-text .overview-stats{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 480px){.overview-section .overview-content .overview-text .overview-stats{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.overview-section .overview-content .overview-text .overview-stats{grid-template-columns:repeat(3,1fr)}}.overview-section .overview-content .overview-text .overview-stats .stat{display:flex;flex-direction:column;align-items:center}.overview-section .overview-content .overview-text .overview-stats .stat .stat-number{font-size:1.875rem;font-weight:700;color:var(--color-royal-blue);margin-bottom:.5rem;line-height:1}.overview-section .overview-content .overview-text .overview-stats .stat .stat-text{font-size:.875rem;color:#4b5563;text-align:center;line-height:1.4}.features-section{padding:3rem 0;background-color:#f9fafb}@media (min-width: 768px){.features-section{padding:4rem 0}}.features-section .features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-section .features-grid{grid-template-columns:repeat(3,1fr)}}.features-section .features-grid .feature-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000000d;height:100%;transition:transform .3s ease,box-shadow .3s ease}.features-section .features-grid .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.features-section .features-grid .feature-card .feature-icon{color:var(--color-royal-blue);margin-bottom:1rem}.features-section .features-grid .feature-card .feature-icon svg{width:2.5rem;height:2.5rem}.features-section .features-grid .feature-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.features-section .features-grid .feature-card p{font-size:.95rem;color:#4b5563;line-height:1.6}.platform-section{padding:3rem 0;background-color:#fff}@media (min-width: 768px){.platform-section{padding:4rem 0}}.platform-section .platform-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto}@media (min-width: 768px){.platform-section .platform-grid{grid-template-columns:repeat(2,1fr)}}.platform-section .platform-grid .platform-card{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 10px #0000001a;height:100%;border-top:4px solid var(--color-royal-blue)}.platform-section .platform-grid .platform-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.platform-section .platform-grid .platform-card .platform-description{font-size:.95rem;color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.platform-section .platform-grid .platform-card h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.platform-section .platform-grid .platform-card .benefits-list{list-style:none;padding:0;margin:0}.platform-section .platform-grid .platform-card .benefits-list li{display:flex;align-items:flex-start;margin-bottom:.75rem;color:#4b5563;font-size:.95rem;line-height:1.5}.platform-section .platform-grid .platform-card .benefits-list li .benefit-icon{width:1.25rem;height:1.25rem;color:var(--color-royal-blue);margin-right:.75rem;flex-shrink:0;margin-top:.125rem}.portfolio-section{padding:3rem 0;background-color:#f9fafb}@media (min-width: 768px){.portfolio-section{padding:4rem 0}}.cta-section{padding:3rem 0;background-color:var(--color-royal-blue);color:#fff}.cta-section .cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-section .cta-content h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#fff}@media (min-width: 768px){.cta-section .cta-content h2{font-size:2.25rem}}.cta-section .cta-content p{font-size:1.125rem;margin-bottom:2rem;color:#fff}.cta-section .cta-content .btn-cta{background-color:#fff;color:var(--color-royal-blue);padding:.75rem 1.75rem;border-radius:9999px;font-weight:600;display:inline-block;transition:background-color .2s ease}.cta-section .cta-content .btn-cta:hover{background-color:#f4f4f4}.animate-fadeIn{animation:fadeIn .8s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
