.ec-hero{position:relative;overflow:hidden;padding:160px 0 100px;background:linear-gradient(135deg,var(--color-dark) 0,var(--secondary-dark) 55%,var(--primary-dark) 100%)}.ec-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(620px circle at 92% 8%,rgba(var(--brand-primary-rgb),.3),transparent 60%),radial-gradient(520px circle at 4% 95%,rgba(var(--brand-secondary-rgb),.3),transparent 60%);pointer-events:none}.ec-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:56px}.ec-eyebrow{display:inline-block;margin-bottom:16px;padding:6px 14px;border-radius:999px;background:rgba(var(--brand-white-rgb),.1);border:1px solid rgba(var(--brand-white-rgb),.16);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--primary) 35%,#fff)}.ec-hero-title{font-size:2.6rem;font-weight:800;line-height:1.2;color:var(--color-text-inverse);margin-bottom:22px}.ec-hero-accent{background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 45%,#fff) 0,color-mix(in srgb,var(--secondary) 45%,#fff) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.ec-hero-desc{font-size:1.05rem;line-height:1.75;color:var(--color-text-inverse-muted);max-width:520px;margin-bottom:32px}.ec-hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:36px}.ec-hero-actions .btn{height:54px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 30px;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.ec-hero-actions .btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(var(--brand-primary-rgb),.4)}.ec-btn-outline-dark{border:1.5px solid rgba(var(--brand-white-rgb),.28);background:rgba(var(--brand-white-rgb),.06);color:var(--color-text-inverse)}.ec-btn-outline-dark:hover{border-color:rgba(var(--brand-white-rgb),.55);background:rgba(var(--brand-white-rgb),.12);color:var(--color-text-inverse);transform:translateY(-3px)}.ec-hero-badges{display:flex;flex-wrap:wrap;gap:12px}.ec-hero-badge{display:inline-flex;align-items:center;gap:10px;padding:9px 16px 9px 9px;border-radius:999px;background:rgba(var(--brand-white-rgb),.06);border:1px solid rgba(var(--brand-white-rgb),.14);font-size:.82rem;font-weight:600;color:var(--color-text-inverse)}.ec-hero-badge-icon{width:28px;height:28px;border-radius:50%;background:var(--gradient-primary);color:var(--color-on-primary);font-size:.85rem;flex-shrink:0}.ec-hero-badge-icon,.ec-hero-visual{display:flex;align-items:center;justify-content:center}.ec-hero-visual{position:relative;min-height:440px}.ec-store{position:relative;z-index:1;width:100%;max-width:420px;margin-right:60px;background:var(--color-white);border-radius:18px;box-shadow:0 30px 70px rgba(0,0,0,.45);overflow:hidden;animation:ecFloat 6s ease-in-out infinite}.ec-store-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--color-border-light);font-size:.68rem;font-weight:700;color:var(--color-dark)}.ec-store-nav-links{display:flex;gap:12px;color:var(--color-text-secondary);font-weight:600}.ec-store-cart-icon{position:relative;width:26px;height:26px;border-radius:8px;background:var(--color-surface);color:var(--color-dark);font-size:.85rem}.ec-store-cart-badge,.ec-store-cart-icon{display:flex;align-items:center;justify-content:center}.ec-store-cart-badge{position:absolute;top:-5px;right:-5px;width:15px;height:15px;border-radius:50%;background:var(--brand-error);color:var(--color-white);font-size:.55rem;font-weight:800}.ec-store-search{margin:12px 16px 0;padding:8px 12px;border-radius:10px;background:var(--color-surface);color:var(--color-text-secondary);font-size:.7rem;font-weight:600}.ec-store-banner{margin:12px 16px;padding:16px;border-radius:14px;background:var(--gradient-primary);color:var(--color-on-primary);display:flex;align-items:center;justify-content:space-between;gap:10px}.ec-store-banner-text strong{display:block;font-size:.95rem;font-weight:800;margin-bottom:2px}.ec-store-banner-text span{font-size:.68rem;font-weight:600;opacity:.9}.ec-store-banner-cta{margin-top:8px;display:inline-block;padding:5px 12px;border-radius:999px;background:var(--color-white);color:var(--color-primary);font-size:.65rem;font-weight:800}.ec-store-banner-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(var(--brand-white-rgb),.2);font-size:1.3rem;flex-shrink:0}.ec-store-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:0 16px 16px}.ec-store-cat{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 4px;border-radius:10px;background:var(--color-surface);font-size:.56rem;font-weight:700;color:var(--color-text-secondary);text-align:center}.ec-store-cat span{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:var(--color-white);color:var(--color-primary);font-size:.8rem;box-shadow:var(--shadow-sm)}.ec-cart-phone{position:absolute;z-index:2;right:-6%;bottom:-8%;width:210px;padding:12px;background:var(--color-dark);border-radius:24px;box-shadow:var(--shadow-lg);animation:ecFloat 6s ease-in-out infinite;animation-delay:.4s}.ec-cart-phone-screen{background:var(--color-white);border-radius:16px;padding:12px}.ec-cart-phone-head{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;font-weight:800;color:var(--color-dark);margin-bottom:10px}.ec-cart-item{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid var(--color-border-light)}.ec-cart-item-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:var(--color-primary-light);color:var(--color-primary);font-size:.75rem;flex-shrink:0}.ec-cart-item-name{flex:1;font-size:.64rem;font-weight:700;color:var(--color-dark)}.ec-cart-item-price{font-size:.62rem;font-weight:700;color:var(--color-text-secondary)}.ec-cart-subtotal{display:flex;align-items:center;justify-content:space-between;padding:10px 0 8px;font-size:.7rem;font-weight:800;color:var(--color-dark)}.ec-cart-checkout{display:block;text-align:center;padding:8px;border-radius:10px;background:var(--gradient-primary);color:var(--color-on-primary);font-size:.68rem;font-weight:800}.ec-float{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:rgba(var(--brand-white-rgb),.08);border:1px solid rgba(var(--brand-white-rgb),.18);backdrop-filter:blur(6px);color:var(--color-text-inverse);font-size:1.2rem;box-shadow:var(--shadow);animation:ecBubbleFloat 6s ease-in-out infinite}.ec-float-1{top:2%;left:-2%;animation-delay:0s}.ec-float-2{top:34%;left:-10%;animation-delay:.6s}.ec-float-3{bottom:26%;left:-4%;animation-delay:1.2s}.ec-float-4{top:4%;right:-2%;animation-delay:1.8s}.ec-float-5{bottom:4%;right:26%;animation-delay:2.4s}@keyframes ecFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ecBubbleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (prefers-reduced-motion:reduce){.ec-cart-phone,.ec-float,.ec-store{animation:none}}.ec-about-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px}.ec-about-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px}.ec-laptop{position:relative;z-index:1;width:100%;max-width:320px}.ec-laptop-screen{padding:14px;background:var(--color-dark);border-radius:14px 14px 4px 4px}.ec-laptop-inner{background:linear-gradient(160deg,var(--color-white) 0,var(--color-surface) 100%);border-radius:8px;padding:16px;text-align:center}.ec-laptop-shop-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:10px;border-radius:14px;background:var(--gradient-primary);color:var(--color-on-primary);font-size:1.4rem}.ec-laptop-shop-tag{display:inline-block;padding:6px 16px;border-radius:999px;background:var(--gradient-secondary);color:var(--color-on-primary);font-size:.68rem;font-weight:800}.ec-laptop-base{height:14px;background:linear-gradient(180deg,var(--color-border-strong),var(--color-border));border-radius:0 0 10px 10px;margin:0 -6px}.ec-about-badge{position:absolute;z-index:2;display:flex;align-items:center;gap:8px;padding:9px 14px 9px 9px;background:var(--color-white);border:1px solid var(--color-border-light);border-radius:999px;box-shadow:var(--shadow);font-size:.74rem;font-weight:700;color:var(--color-dark);white-space:nowrap;animation:ecBubbleFloat 6s ease-in-out infinite}.ec-about-badge-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.75rem;color:var(--color-white)}.ec-badge-color-success{background:var(--brand-success)}.ec-badge-color-primary{background:var(--primary)}.ec-badge-color-warning{background:var(--brand-warning)}.ec-badge-color-secondary{background:var(--secondary)}.ec-badge-1{top:-2%;left:-14%;animation-delay:0s}.ec-badge-2{top:6%;right:-16%;animation-delay:.5s}.ec-badge-3{bottom:14%;right:-18%;animation-delay:1s}.ec-badge-4{bottom:-4%;left:-8%;animation-delay:1.5s}@media (prefers-reduced-motion:reduce){.ec-about-badge{animation:none}}.ec-about-eyebrow{display:inline-block;margin-bottom:14px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary)}.ec-about-title{font-size:2.1rem;font-weight:800;color:var(--color-dark);margin-bottom:20px}.ec-about-para{font-size:1rem;line-height:1.8;color:var(--color-text-secondary);margin-bottom:16px}.ec-about-para:last-of-type{margin-bottom:24px}.ec-highlight{color:var(--color-dark);font-weight:700}.ec-about-points{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin:0 0 32px;padding:0}.ec-about-points li{display:flex;align-items:flex-start;gap:10px;font-weight:600;color:var(--color-dark);line-height:1.5;font-size:.93rem}.ec-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin-top:1px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);font-size:.9rem}.reveal-visible .ec-check{animation:ecCheckPop .5s ease both}@keyframes ecCheckPop{0%{transform:scale(.4);opacity:0}70%{transform:scale(1.12);opacity:1}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.reveal-visible .ec-check{animation:none}}.ec-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:18px}.ec-stat{gap:10px}.ec-stat,.ec-stat-icon{display:flex;align-items:center}.ec-stat-icon{justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--color-white);color:var(--color-primary);font-size:1.05rem;box-shadow:var(--shadow-sm);flex-shrink:0}.ec-stat-value{display:block;font-size:1.15rem;font-weight:800;color:var(--color-dark);line-height:1.1}.ec-stat-label{display:block;font-size:.72rem;font-weight:600;color:var(--color-text-secondary)}.ec-services-section{background:var(--color-surface)}.ec-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.ec-service-card{display:flex;flex-direction:column;height:100%;padding:26px 24px;background:var(--color-white);border:1px solid var(--color-border-light);border-radius:18px;box-shadow:var(--shadow-sm);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.ec-service-card:hover{transform:translateY(-8px);border-color:var(--color-border);box-shadow:var(--shadow-hover)}.ec-service-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:18px;border-radius:14px;color:var(--color-white);font-size:1.3rem;transition:transform .35s ease}.ec-service-card:hover .ec-service-icon{transform:scale(1.08) rotate(-4deg)}.ec-service-icon.g1{background:linear-gradient(135deg,var(--primary),var(--secondary))}.ec-service-icon.g2{background:linear-gradient(135deg,var(--brand-success),var(--primary))}.ec-service-icon.g3{background:linear-gradient(135deg,var(--brand-warning),var(--brand-error))}.ec-service-icon.g4{background:linear-gradient(135deg,var(--secondary),var(--brand-error))}.ec-service-icon.g5{background:linear-gradient(135deg,var(--brand-error),var(--secondary))}.ec-service-icon.g6{background:linear-gradient(135deg,var(--primary),var(--brand-success))}.ec-service-title{font-size:.98rem;font-weight:700;color:var(--color-dark);margin-bottom:8px}.ec-service-desc{flex:1;font-size:.85rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.ec-why-section{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--color-dark) 0,var(--secondary-dark) 65%,var(--primary-dark) 100%)}.ec-why-section:before{content:"";position:absolute;inset:0;background:radial-gradient(480px circle at 10% 20%,rgba(var(--brand-primary-rgb),.16),transparent 65%),radial-gradient(520px circle at 90% 80%,rgba(var(--brand-secondary-rgb),.16),transparent 65%);pointer-events:none}.ec-why-grid{position:relative;z-index:1;display:grid;grid-template-columns:.8fr 2.2fr;gap:48px;align-items:center}.ec-why-intro-title{font-size:1.7rem;font-weight:800;color:var(--color-text-inverse);margin-bottom:14px}.ec-why-intro-text{font-size:.94rem;line-height:1.7;color:var(--color-text-inverse-muted);margin-bottom:22px}.ec-why-intro-cta{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border-radius:var(--radius-sm);background:var(--gradient-primary);color:var(--color-on-primary);font-weight:600;font-size:.9rem;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease}.ec-why-intro-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(var(--brand-white-rgb),.35) 48%,transparent 66%);transform:translateX(-130%);transition:transform .65s ease}.ec-why-intro-cta:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 32px rgba(var(--brand-primary-rgb),.45);color:var(--color-on-primary)}.ec-why-intro-cta:hover:after{transform:translateX(130%)}.ec-why-cta-arrow{position:relative;z-index:1;transition:transform .3s ease}.ec-why-intro-cta:hover .ec-why-cta-arrow{transform:translateX(4px)}.ec-why-list{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.ec-why-card{padding:22px 18px;border-radius:18px;background:rgba(var(--brand-white-rgb),.05);border:1px solid rgba(var(--brand-white-rgb),.12);transition:transform .35s ease,border-color .35s ease,background .35s ease;animation:ecCardFloat 6s ease-in-out infinite}.ec-why-card:hover{animation-play-state:paused;transform:translateY(-6px);background:rgba(var(--brand-white-rgb),.08);border-color:rgba(var(--why-glow),.5);box-shadow:0 16px 32px rgba(var(--why-glow),.2)}.ec-why-card.accent-blue{--why-a:var(--primary);--why-b:var(--primary-dark);--why-glow:var(--primary-rgb)}.ec-why-card.accent-purple{--why-a:var(--secondary);--why-b:var(--secondary-dark);--why-glow:var(--brand-secondary-rgb)}.ec-why-card.accent-orange{--why-a:var(--brand-warning);--why-b:var(--brand-error);--why-glow:var(--brand-warning-rgb)}.ec-why-card.accent-green{--why-a:var(--brand-success);--why-b:color-mix(in srgb,var(--brand-success) 60%,#000);--why-glow:var(--brand-success-rgb)}.ec-why-card.accent-pink{--why-a:var(--brand-error);--why-b:var(--secondary);--why-glow:var(--brand-error-rgb)}@keyframes ecCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.ec-why-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:16px;border-radius:14px;background:linear-gradient(135deg,var(--why-a) 0,var(--why-b) 100%);box-shadow:0 8px 20px rgba(var(--why-glow),.4),inset 0 1px 0 rgba(var(--brand-white-rgb),.35);color:var(--color-text-inverse);font-size:1.3rem}.ec-why-card:hover .ec-why-icon{animation:ecIconJingle .6s ease}@keyframes ecIconJingle{0%,to{transform:scale(1.08) rotate(0deg)}30%{transform:scale(1.12) rotate(-8deg)}60%{transform:scale(1.12) rotate(6deg)}}.ec-why-card-title{font-size:.98rem;font-weight:700;color:var(--color-text-inverse);margin-bottom:8px}.ec-why-card-desc{font-size:.82rem;line-height:1.6;color:var(--color-text-inverse-muted);margin:0}@media (prefers-reduced-motion:reduce){.ec-why-card,.ec-why-card:hover .ec-why-icon{animation:none}}.ec-process-list{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.ec-process-item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.ec-process-connector{position:absolute;top:26px;left:calc(50% + 34px);width:calc(100% - 68px);border-top:2px dashed var(--color-border)}.ec-process-item:last-child .ec-process-connector{display:none}.ec-process-icon-wrap{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--color-border-light);color:var(--color-primary);font-size:1.3rem;box-shadow:var(--shadow-sm);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.ec-process-item:hover .ec-process-icon-wrap{transform:translateY(-4px);border-color:var(--color-primary);box-shadow:var(--shadow)}.ec-process-number{position:absolute;top:-6px;right:-6px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--gradient-primary);color:var(--color-on-primary);font-size:.62rem;font-weight:800;border:2px solid var(--color-white)}.ec-process-title{font-size:.92rem;font-weight:700;color:var(--color-dark);margin-bottom:8px}.ec-process-desc{font-size:.78rem;line-height:1.55;color:var(--color-text-secondary);margin:0}.ec-final-cta{position:relative;overflow:hidden;background:var(--gradient-primary);padding:72px 0;color:var(--color-white)}.ec-final-cta:after,.ec-final-cta:before{content:"";position:absolute;border-radius:50%;background:hsla(0,0%,100%,.08);pointer-events:none}.ec-final-cta:before{width:320px;height:320px;top:-140px;right:-80px}.ec-final-cta:after{width:220px;height:220px;bottom:-120px;left:-60px}.ec-final-cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:48px}.ec-final-cart{display:flex;align-items:center;justify-content:center;width:140px;height:140px;border-radius:28px;background:rgba(var(--brand-white-rgb),.12);border:1px solid rgba(var(--brand-white-rgb),.2);color:var(--color-white);font-size:3.2rem;flex-shrink:0;animation:ecFloat 6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.ec-final-cart{animation:none}}.ec-final-cta-heading{font-size:2.1rem;font-weight:800;margin-bottom:14px}.ec-final-cta-text{font-size:1.05rem;line-height:1.7;opacity:.92;max-width:640px;margin-bottom:26px}.ec-final-cta-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px}.ec-final-cta-actions .btn{height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.ec-final-cta-actions .btn-light:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.ec-final-cta-outline{border:1.5px solid hsla(0,0%,100%,.5);color:var(--color-white);background:transparent}.ec-final-cta-outline:hover{background:hsla(0,0%,100%,.12);border-color:var(--color-white);color:var(--color-white);transform:translateY(-3px)}.ec-final-cta-features{display:flex;flex-wrap:wrap;gap:20px 32px}.ec-final-cta-feature{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}@media (max-width:1280px){.ec-services-grid,.ec-why-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:1199px){.ec-why-grid{gap:32px}.ec-process-list{gap:8px}}@media (max-width:1150px){.ec-hero-title{font-size:2.2rem}.ec-about-title,.ec-final-cta-heading{font-size:1.9rem}}@media (max-width:991px){.ec-hero{padding:140px 0 80px}.ec-hero-grid{grid-template-columns:1fr;gap:100px;text-align:center}.ec-hero-desc{max-width:100%;margin-left:auto;margin-right:auto}.ec-hero-actions,.ec-hero-badges{justify-content:center}.ec-hero-visual{min-height:380px}.ec-store{margin-right:0}.ec-about-grid{grid-template-columns:1fr;gap:100px}.ec-about-para{max-width:620px}.ec-about-para,.ec-about-points{margin-left:auto;margin-right:auto}.ec-about-points{grid-template-columns:1fr;text-align:left;max-width:420px}.ec-services-grid{grid-template-columns:repeat(2,1fr)}.ec-why-grid{grid-template-columns:1fr;text-align:center}.ec-why-intro-cta{margin:0 auto}.ec-why-list{grid-template-columns:repeat(2,1fr)}.ec-process-list{grid-template-columns:repeat(3,1fr);row-gap:40px}.ec-process-item:nth-child(3) .ec-process-connector{display:none}.ec-final-cta-grid{grid-template-columns:1fr;text-align:center}.ec-final-cart{margin:0 auto}.ec-final-cta-actions,.ec-final-cta-features{justify-content:center}}@media (max-width:767px){.ec-services-grid{grid-template-columns:1fr}.ec-stats-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.ec-hero{padding:120px 0 60px}.ec-hero-title{font-size:1.8rem}.ec-hero-desc{font-size:1rem}.ec-final-cta-actions,.ec-hero-actions{flex-direction:column;width:100%}.ec-final-cta-actions .btn,.ec-hero-actions .btn{width:100%}.ec-store{max-width:300px}.ec-about-badge,.ec-cart-phone,.ec-float{display:none}.ec-about-title,.ec-final-cta-heading{font-size:1.6rem}.ec-process-list,.ec-why-list{grid-template-columns:1fr}.ec-process-list{row-gap:32px}.ec-process-connector{display:none}.ec-stats-strip{grid-template-columns:1fr}}