.crm-section{width:100%;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.crm-hero{background:var(--colors--blue-light);align-items:center;display:flex}.crm-hero__container{align-items:center;gap:var(--spacing-2xl);width:100%;max-width:80rem;margin:0 auto;display:flex}.crm-hero__content{flex:1;max-width:600px;animation:.8s ease-out fadeInUp}.crm-hero__title{font-family:var(--font-family-archivo);font-size:var(--font-size-5xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0 0 var(--spacing-lg)0;line-height:1.15;animation:.8s ease-out .2s both fadeInUp}.crm-hero__title-highlight{color:var(--color-accent);font-weight:var(--font-weight-medium)}.crm-hero__description{font-family:var(--font-family-inter);font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);color:var(--colors--dark-grey);margin:0 0 var(--spacing-2xl)0;line-height:1.6;animation:.8s ease-out .4s both fadeInUp}.crm-hero__buttons{gap:var(--spacing-lg);flex-wrap:wrap;animation:.8s ease-out .6s both fadeInUp;display:flex}.crm-hero__btn{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-md);transition:all var(--transition-base);padding:.875rem 2rem}.crm-hero__btn--primary{background:var(--color-accent);color:#fff;border:none}.crm-hero__btn--primary:hover{background:#0a4fc7;transform:translateY(-2px);box-shadow:0 4px 12px #0d61f84d}.crm-hero__btn--secondary{background:var(--color-bg-white);color:var(--color-accent);border:2px solid var(--color-accent)}.crm-hero__btn--secondary:hover{background:var(--color-accent);color:#fff}.crm-hero__visual{flex:1;min-height:500px;animation:1s ease-out .3s both fadeInRight;position:relative}.crm-hero__image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;min-height:500px;animation:1s ease-out .5s both scaleIn;display:flex;position:relative;overflow:hidden}.crm-featured{background:var(--color-bg-white);border-top:1px solid #e2e4e9;border-bottom:1px solid #e2e4e9;padding:2rem}.crm-featured__container{text-align:center;max-width:80rem;margin:0 auto}.crm-featured__title{font-family:var(--font-family-inter);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--colors--grey);margin:0 0 var(--spacing-2xl)0;text-transform:uppercase;letter-spacing:1px;animation:.6s ease-out both fadeIn}.crm-featured__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:100px;display:flex}.crm-featured__logo{opacity:.6;transition:opacity var(--transition-base),transform var(--transition-base);justify-content:center;align-items:center;min-width:120px;min-height:40px;animation:.6s ease-out both fadeInUp;display:flex}.crm-featured__logo:first-child{animation-delay:.1s}.crm-featured__logo:nth-child(2){animation-delay:.2s}.crm-featured__logo:nth-child(3){animation-delay:.3s}.crm-featured__logo:nth-child(4){animation-delay:.4s}.crm-featured__logo:hover{opacity:1;transform:translateY(-5px)}.crm-featured__logo-placeholder{font-family:var(--font-family-inter);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--colors--grey);padding:var(--spacing-sm)var(--spacing-lg);border-radius:var(--radius-md);border:1px dashed #e2e4e9}.crm-featured__logo img{object-fit:contain;width:115px;height:50px}.crm-features{background:var(--color-bg-white);padding:2.5rem}.crm-features__container{align-items:center;gap:var(--spacing-2xl);max-width:80rem;margin:0 auto;display:flex}.crm-features__visual{flex:1;align-items:stretch;height:100%;animation:1s ease-out both fadeInLeft;display:flex;position:relative}.crm-features__dashboard-image{border-radius:var(--radius-xl);background:var(--color-bg-white);width:100%;height:100%;box-shadow:var(--shadow-md);border:1px solid #e2e4e9;justify-content:center;align-items:center;animation:.8s ease-out .2s both scaleIn;display:flex;position:relative;overflow:hidden}.crm-features__content{flex-direction:column;flex:1;justify-content:center;max-width:500px;animation:1s ease-out .3s both fadeInRight;display:flex}.crm-features__title{font-family:var(--font-family-archivo);font-size:var(--font-size-4xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0 0 var(--spacing-md)0;line-height:1.25;animation:.8s ease-out .4s both fadeInUp}.crm-features__description{font-family:var(--font-family-inter);font-size:var(--font-size-md);font-weight:var(--font-weight-normal);color:var(--colors--dark-grey);margin:0 0 var(--spacing-2xl)0;line-height:1.6;animation:.8s ease-out .5s both fadeInUp}.crm-features__list{flex-direction:column;gap:20px;margin:0 0 10px;padding:0;list-style:none;display:flex}.crm-features__item{align-items:center;gap:var(--spacing-lg);transition:transform var(--transition-base);animation:.6s ease-out both slideInUp;display:flex}.crm-features__item:first-child{animation-delay:.6s}.crm-features__item:nth-child(2){animation-delay:.7s}.crm-features__item:nth-child(3){animation-delay:.8s}.crm-features__item:nth-child(4){animation-delay:.9s}.crm-features__item:hover{transform:translate(10px)}.crm-features__item-icon{width:2.5rem;height:2.5rem;color:var(--color-accent);background:var(--colors--blue-light);border-radius:var(--radius-md);transition:transform var(--transition-base),background var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.crm-features__item:hover .crm-features__item-icon{background:var(--color-accent);color:#fff;transform:scale(1.1)rotate(5deg)}.crm-features__item-icon svg{width:1.5rem;height:1.5rem}.crm-features__item-text{font-family:var(--font-family-archivo);font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--color-text-primary)}.crm-features__cta{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--color-accent);animation:.8s ease-out 1s both fadeInUp}@media (max-width:1024px){.crm-hero__container,.crm-features__container{gap:var(--spacing-3xl);flex-direction:column}.crm-hero__visual,.crm-hero__image-wrapper{min-height:400px}}@media (max-width:768px){.crm-features{padding:2rem 16px}.crm-featured__title{margin-bottom:.5rem}.crm-hero{min-height:auto;padding:2rem 16px}.crm-hero__title{font-size:var(--font-size-4xl)}.crm-hero__description{font-size:var(--font-size-md)}.crm-hero__visual,.crm-hero__image-wrapper{min-height:300px}.crm-featured{padding:2rem 1.5rem}.crm-featured__logos{gap:var(--spacing-2xl)}.crm-features__title{font-size:2rem}.crm-features__dashboard{padding:var(--spacing-lg)}}@media (max-width:480px){.crm-hero__title{font-size:var(--font-size-3xl)}.crm-hero__buttons{flex-direction:column}.crm-hero__btn{text-align:center;width:100%}.crm-featured__logos{gap:var(--spacing-lg)}.crm-features__title{font-size:var(--font-size-2xl)}}.crm-features__dashboard-image img{object-fit:contain;width:100%;height:100%;display:block}.crm-ai-section{background:var(--color-bg-white);padding:5rem 2.5rem}.crm-ai-section__container{text-align:center;max-width:80rem;margin:0 auto}.crm-ai-section__title{font-family:var(--font-family-archivo);font-size:var(--font-size-5xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0 0 var(--spacing-2xl)0;line-height:1.2;animation:.8s ease-out both fadeInUp}.crm-ai-section__description{font-family:var(--font-family-inter);font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);color:var(--colors--dark-grey);text-align:left;max-width:800px;margin:0 auto;line-height:1.6;animation:.8s ease-out .2s both fadeInUp}@media (max-width:768px){.crm-ai-section{padding:2rem 16px}.crm-ai-section__title{margin-bottom:15px;font-size:2rem}.crm-ai-section__description{font-size:1rem}.crm-features{padding:2rem 16px}.crm-features__container{gap:1rem}.crm-features__description{margin-bottom:1rem;font-size:1rem}.crm-features__list{gap:.9rem;margin-bottom:10px}.crm-features__item-icon{width:2rem;height:2rem}.crm-features__item-icon svg{width:1rem;height:1rem}}@media (max-width:480px){.crm-ai-section__title{font-size:var(--font-size-3xl)}}
.product-hero.section-feature-v1-hero{padding:4rem var(--spacing-2xl);text-align:center}.product-hero__padding{width:100%;max-width:64rem;margin:0 auto}.product-hero__container{max-width:100%;margin:0 auto}.product-hero__content.align-center{margin-left:auto;margin-right:auto}.product-hero__heading{max-width:60rem;margin:0 auto;font-family:Archivo,sans-serif;font-size:3.2rem;font-weight:500;line-height:1.1}.product-hero__desc.max-width-medium{max-width:40rem;font-size:var(--font-size-lg);color:var(--colors--dark-grey);margin:0 auto;font-weight:400;line-height:1.6}.product-hero__spacer--small{height:var(--spacing-md)}.product-hero__spacer--medium{height:var(--spacing-xl)}.product-hero__spacer--xsmall{height:var(--spacing-sm)}.product-hero__button-group{gap:var(--spacing-md);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.product-hero__gallery-wrap{border-radius:var(--radius-xl,1rem);width:100%;overflow:hidden}.product-hero__video{aspect-ratio:16/9;object-fit:cover;vertical-align:middle;width:100%;height:auto;display:block}.product-hero__lottie-wrap{aspect-ratio:16/9;width:100%;display:block;position:relative}.product-hero__lottie-wrap>*{width:100%;height:100%;position:absolute;inset:0}@media (max-width:768px){.product-hero.section-feature-v1-hero{padding:2rem 16px}.product-hero__heading{font-size:2.5rem}.product-hero__desc.max-width-medium{font-size:1rem}.product-hero__spacer--medium{height:.5rem}}@media (max-width:576px){.product-hero__heading{font-size:2rem}.product-hero__desc.max-width-medium{font-size:.9rem}}
.porter-section{width:100%;padding:3rem var(--spacing-4xl);background-color:var(--color-bg-white);justify-content:center;align-items:center;display:flex}.porter-container{width:100%;max-width:var(--container-max-width);gap:var(--spacing-2xl);flex-direction:column;margin:0 auto;display:flex}.porter-top-section{gap:var(--spacing-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.porter-content{gap:var(--spacing-lg);flex-direction:column;display:flex}.porter-badge{background:var(--gradient-green-primary);padding:var(--spacing-sm)var(--spacing-lg);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:var(--font-weight-extrabold);color:var(--color-text-white);text-transform:uppercase;letter-spacing:1px;width:fit-content;display:inline-block}.porter-title{font-family:var(--font-family-archivo);margin:0;font-size:3rem;font-weight:500;line-height:1.2}.gradient-text{background:var(--gradient-green-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.porter-subtitle{font-size:var(--font-size-2xl);font-weight:var(--font-weight-extrabold);font-family:var(--font-family-orbitron);color:var(--color-text-primary);margin:0}.porter-description{max-width:35rem;color:var(--colors--dark-grey);font-size:1rem;font-weight:400;line-height:1.6}.porter-image-wrapper{border-radius:var(--radius-xl);width:100%;overflow:hidden}.porter-image{object-fit:cover;width:100%;height:auto;transition:transform .3s;display:block}.porter-image:hover{transform:scale(1.02)}.porter-cards-heading{font-size:var(--font-size-2xl,1.5rem);font-weight:var(--font-weight-bold,700);color:var(--color-primary,#000);margin:0 0 var(--spacing-lg,1rem);text-align:center}.porter-cards-section{gap:var(--spacing-lg);grid-template-columns:repeat(4,1fr);display:grid}.porter-card{background:var(--color-bg-primary,#fff);padding:var(--spacing-xl,1.5rem);border:1px solid #e2e4e9;border-radius:16px;max-width:320px;transition:box-shadow .2s,transform .2s;box-shadow:0 4px 24px #0000000f}.porter-card:hover{box-shadow:var(--shadow-lg)}.porter-card-header{align-items:center;gap:var(--spacing-md);display:flex}.porter-card-icon{background:var(--color-accent,#0d61f8);width:48px;height:48px;color:var(--color-bg-primary);border-radius:var(--radius-md);font-size:var(--font-size-xl);flex-shrink:0;justify-content:center;align-items:center;display:flex}.porter-card-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);font-family:var(--font-family-orbitron);color:var(--color-text-primary);text-transform:uppercase;margin:0}.porter-card-text{color:var(--colors--dark-grey);margin:0;font-size:15px;font-weight:500;line-height:1.5}@media (max-width:1140px){.porter-top-section{gap:var(--spacing-2xl)}.porter-cards-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.porter-section{padding:var(--spacing-2xl)var(--spacing-2xl)}.porter-top-section{gap:var(--spacing-2xl);grid-template-columns:1fr}.porter-title{font-size:var(--font-size-3xl)}.porter-card-header{flex-direction:column;align-items:flex-start;margin-bottom:0}.porter-card-icon{width:32px;height:32px;font-size:var(--font-size-lg)}.porter-description{font-size:.9rem}}@media (max-width:480px){.porter-section{padding:var(--spacing-lg)var(--spacing-md)}.porter-cards-section{gap:.7rem}.porter-card-title{font-size:var(--font-size-sm)}.porter-card-text{font-size:var(--font-size-xs)}.porter-card-header{align-items:flex-start;margin-bottom:0}.porter-card{padding:var(--spacing-lg)}.porter-card-icon{width:24px;height:24px;font-size:var(--font-size-md)}}
.eracom-ecommerce-section{width:100%;padding:3rem var(--spacing-4xl);background-color:var(--color-bg-white);justify-content:center;align-items:center;max-width:1280px;margin:0 auto;padding:3rem 1.5rem;display:flex;position:relative}.eracom-ecommerce-container{gap:var(--spacing-xl);flex-direction:column;width:100%;max-width:100%;margin:0 auto;display:flex}.eracom-ecommerce-title{color:var(--color-text-primary);text-transform:uppercase;font-size:2.5rem;font-weight:500;line-height:1.2;font-family:var(--font-family-archivo)}.eracom-ecommerce-header{text-align:center;align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-lg);flex-direction:column;display:flex}.eracom-ecommerce-header-dot{background:var(--color-accent);width:12px;height:12px;margin-bottom:var(--spacing-xs);border-radius:50%}.eracom-ecommerce-header-text{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--colors--dark-grey);text-transform:uppercase;letter-spacing:2px}.eracom-ecommerce-main-title{font-size:var(--font-size-5xl);font-weight:var(--font-weight-extrabold);font-family:var(--font-family-orbitron);color:var(--color-accent);text-transform:uppercase;margin:0;line-height:1.2}.eracom-ecommerce-middle-section{gap:var(--spacing-xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.eracom-ecommerce-left-side{flex-direction:column;gap:20px;display:flex}.eracom-ecommerce-image-left{border-radius:var(--radius-xl);width:100%;height:auto;overflow:hidden}.eracom-ecommerce-image{object-fit:cover;width:100%;height:100%;display:block}.eracom-ecommerce-benefits-container,.eracom-ecommerce-right-side,.eracom-ecommerce-content-right{gap:var(--spacing-md);flex-direction:column;display:flex}.eracom-ecommerce-image-right{border-radius:var(--radius-xl);width:100%;height:auto;overflow:hidden;box-shadow:0 10px 30px #0000001a}.eracom-ecommerce-section-title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-extrabold);font-family:var(--font-family-orbitron);color:var(--color-text-primary);text-transform:uppercase;margin:0}.eracom-ecommerce-description{color:var(--colors--dark-grey);margin:0;font-size:15px;font-weight:400;line-height:1.7}.eracom-ecommerce-cta{margin:var(--spacing-md)0}.eracom-ecommerce-benefits-list{gap:var(--spacing-md);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.eracom-ecommerce-benefit-item{align-items:center;gap:var(--spacing-md);font-size:var(--font-size-base);color:var(--color-text-secondary);line-height:1.6;display:flex}.eracom-ecommerce-benefit-dot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.eracom-ecommerce-feature-box{align-items:center;gap:var(--spacing-md);background:var(--color-accent);border-radius:var(--radius-2xl);padding:var(--spacing-lg);transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0acc9533}.eracom-ecommerce-feature-box:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0acc954d}.eracom-ecommerce-feature-icon-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:80px;min-width:80px;height:80px;display:none}.eracom-ecommerce-feature-icon{color:#fff;stroke-width:2.5px;width:40px;height:40px}.eracom-ecommerce-feature-content{gap:var(--spacing-sm);flex-direction:column;flex:1;display:flex}.eracom-ecommerce-feature-title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:#fff;font-family:var(--font-family-primary);margin:0;line-height:1.3}.eracom-ecommerce-feature-description{font-size:var(--font-size-base);color:#fff;opacity:.95;margin:0;line-height:1.7}@media (max-width:1024px){.eracom-ecommerce-section{padding:var(--spacing-2xl)var(--spacing-2xl)}.eracom-ecommerce-main-title{font-size:var(--font-size-4xl)}}@media (max-width:768px){.eracom-ecommerce-section{padding:var(--spacing-xl)var(--spacing-lg)}.eracom-ecommerce-middle-section{gap:var(--spacing-2xl);grid-template-columns:1fr}.eracom-ecommerce-main-title{font-size:var(--font-size-3xl)}.eracom-ecommerce-section-title{font-size:var(--font-size-xl)}.eracom-ecommerce-feature-box{align-items:flex-start;gap:var(--spacing-lg);padding:var(--spacing-xl);flex-direction:column}.eracom-ecommerce-feature-icon-wrapper{width:70px;min-width:70px;height:70px}.eracom-ecommerce-feature-icon{width:35px;height:35px}.eracom-ecommerce-feature-title{font-size:var(--font-size-xl)}.eracom-ecommerce-feature-description{font-size:var(--font-size-sm)}}@media (max-width:480px){.eracom-ecommerce-section{padding:var(--spacing-lg)var(--spacing-md)}.eracom-ecommerce-main-title{font-size:var(--font-size-2xl)}.eracom-ecommerce-description{font-size:var(--font-size-sm)}.eracom-ecommerce-feature-box{padding:var(--spacing-lg);gap:var(--spacing-md)}.eracom-ecommerce-feature-icon-wrapper{width:60px;min-width:60px;height:60px}.eracom-ecommerce-feature-icon{width:30px;height:30px}.eracom-ecommerce-feature-title{font-size:var(--font-size-lg)}.eracom-ecommerce-feature-description{font-size:var(--font-size-xs)}}
