.top-bar{background:#0F3B5E;color:rgba(255,255,255,0.8);font-size:14px;padding:10px 0;}.top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;max-width:1200px;margin:0 auto;padding:0 20px;}.top-bar-left{flex-shrink:0;}.top-bar-center{flex:1;display:flex;justify-content:flex-start;}.top-bar-right{flex-shrink:0;display:flex;gap:4px;}.top-bar-right .lang-btn{padding:6px 14px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.8);border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all 0.2s;min-width:50px;text-align:center;}.top-bar-right .lang-btn:hover{background:rgba(255,255,255,0.15);color:#fff;}.top-bar-right .lang-btn.active{background:#f97316;border-color:#f97316;color:#fff;}.top-bar-emails{display:flex;gap:16px;justify-content:flex-end;}.email-item{display:flex;align-items:center;gap:4px;}.email-icon{color:#f97316;font-size:16px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;filter:none;}.email-icon img{width:16px;height:16px;object-fit:contain;filter:brightness(0) saturate(100%) invert(53%) sepia(96%) saturate(1587%) hue-rotate(348deg) brightness(100%) contrast(96%);}.email-link{color:rgba(255,255,255,0.8);text-decoration:none;font-size:14px;}.email-link:hover{color:#fff;text-decoration:underline;}.hero-banner{position:relative;width:100%;min-height:400px;overflow:hidden;}.hero-banner .banner-slider{width:100%;height:100%;position:relative;}.hero-banner .banner-slide{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:none;align-items:center;justify-content:center;}.hero-banner .banner-slide.active{display:flex;}.hero-banner .banner-slide h1{font-size:2.8rem;margin-bottom:1rem;}.hero-banner .banner-slide p{font-size:1.2rem;opacity:0.9;}.hero-banner .banner-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.3);color:#fff;border:none;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all 0.3s;z-index:2;}.hero-banner .banner-arrow:hover{background:rgba(255,255,255,0.6);transform:translateY(-50%) scale(1.1);}.hero-banner .banner-prev{left:20px;}.hero-banner .banner-next{right:20px;}.hero-banner .banner-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2;}.hero-banner .dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.4);cursor:pointer;transition:all 0.3s;}.hero-banner .dot.active{background:#fff;transform:scale(1.3);}.cert-bar{display:flex;justify-content:center;gap:2rem;padding:1.5rem 2rem;background:#fff;flex-wrap:wrap;}.cert-item{display:flex;align-items:center;gap:0.5rem;color:var(--primary);font-weight:600;font-size:0.95rem;}.section-about{padding:5rem 2rem;background:#fff;}.section-about h2{text-align:center;font-size:2.2rem;color:var(--primary);margin-bottom:2rem;}.about-content{display:flex;gap:3rem;max-width:1200px;margin:0 auto;align-items:center;flex-wrap:wrap;}.about-media{flex:1;min-width:300px;}.about-media video,.about-media img{width:100%;max-height:413px;object-fit:cover;border-radius:12px;}.about-text{flex:1;min-width:300px;}.about-text p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:1.5rem;}.btn-learn-more{display:inline-block;padding:0.6rem 1.5rem;background:var(--primary);color:#fff;border-radius:20px;text-decoration:none;font-size:0.85rem;font-weight:600;transition:all 0.3s;}.btn-learn-more:hover{opacity:0.85;transform:translateY(-2px);}.section-why{padding:5rem 2rem;background:#f5f6f8;}.section-why h2{text-align:center;font-size:2.2rem;color:var(--primary);margin-bottom:0.5rem;}.section-subtitle{text-align:center;color:#64748b;max-width:700px;margin:0 auto 2rem;}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:2rem;max-width:1200px;margin:0 auto;}.why-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;transition:all 0.3s;cursor:default;box-shadow:0 4px 12px rgba(0,0,0,0.04);}.why-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.1);}.why-card:hover .why-img{transform:scale(1.02);}.why-img{width:330px;height:380px;object-fit:cover;border-radius:12px;margin-bottom:1rem;transition:transform 0.3s;}.why-card h3{font-size:1.3rem;color:var(--primary);margin-bottom:0.5rem;}.why-card p{color:#64748b;line-height:1.6;max-width:330px;margin:0 auto;}.section-products{padding:5rem 2rem;background:#fff;}.section-products h2{text-align:center;font-size:2.2rem;color:var(--primary);margin-bottom:2rem;}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;}.category-card{text-align:center;padding:2rem 1rem;background:#f8fafc;border-radius:12px;text-decoration:none;transition:all 0.3s;}.category-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.1);}.category-icon{font-size:3rem;margin-bottom:0.5rem;display:block;}.category-card h3{color:var(--primary);font-size:1rem;}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-height:520px;overflow-y:auto;padding-right:0.5rem;}.product-grid::-webkit-scrollbar{width:6px;}.product-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;}.product-item{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #94a3b8;text-align:center;padding:1rem;cursor:pointer;transition:all 0.3s;display:block;color:inherit;}.product-item:hover{border-color:var(--primary);transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.1);}.product-item:hover img{transform:scale(1.03);}.product-item img{width:100%;height:200px;object-fit:cover;border-radius:8px;transition:transform 0.3s;}.product-item h4{color:#0f172a;margin-top:0.5rem;}.pagination{display:flex;justify-content:center;align-items:center;gap:0.5rem;margin-top:2rem;flex-wrap:wrap;}.pagination button{padding:0.5rem 1rem;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer;font-size:0.9rem;transition:all 0.15s;color:#475569;}.pagination button:hover:not(:disabled){background:#f1f5f9;border-color:var(--primary);color:var(--primary);}.pagination button.active{background:var(--primary);color:#fff;border-color:var(--primary);}.pagination button:disabled{opacity:0.4;cursor:not-allowed;}.pagination .page-info{color:#64748b;font-size:0.85rem;margin-left:0.5rem;}.section-news{padding:5rem 2rem;background:#f5f6f8;}.section-news h2{text-align:center;font-size:2.2rem;color:var(--primary);margin-bottom:2rem;}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;}.news-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all 0.3s;display:block;box-shadow:0 4px 12px rgba(0,0,0,0.04);text-align:left !important;}.news-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.1);}.news-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;}.news-info{padding:1.5rem;text-align:left !important;}.news-info h3{color:var(--primary);margin-bottom:0.5rem;font-size:1.1rem;text-align:left !important;}.news-info p{color:#64748b;font-size:0.9rem;line-height:1.5;margin-bottom:0.5rem;text-align:left !important;}.news-info time{color:#94a3b8;font-size:0.8rem;text-align:left !important;}.module-news-list .news-grid{text-align:left !important;}.module-news-list .news-card{text-align:left !important;}.module-news-list .news-content{text-align:left !important;}.module-news-list .news-content h3{text-align:left !important;margin:0 0 0.5rem 0;}.module-news-list .news-content p{text-align:left !important;margin:0;line-height:1.5;}.module-news-list .news-content div{text-align:left !important;}.section-how{padding:5rem 2rem;background:#fff;}.section-how h2{text-align:center;font-size:2.2rem;color:var(--primary);margin-bottom:0.5rem;}.steps-container{display:flex;justify-content:center;align-items:stretch;gap:1rem;flex-wrap:wrap;max-width:1200px;margin:2rem auto 0;}.step-card{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:12px;position:relative;transition:all 0.3s;box-shadow:0 4px 12px rgba(0,0,0,0.04);display:flex;flex-direction:column;justify-content:flex-start;}.step-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.1);}.step-card:hover .step-number{color:var(--primary);transform:scale(1.1);}.step-number{font-size:2.5rem;font-weight:800;color:#94a3b8;margin-bottom:0.5rem;transition:all 0.3s;}.step-card h3{font-size:1rem;color:var(--primary);margin-bottom:0.5rem;}.step-card p{font-size:0.85rem;color:#64748b;}.step-arrow{position:absolute;right:-1rem;top:50%;font-size:1.5rem;color:var(--primary);transform:translateY(-50%);}.section-contact{padding:5rem 2rem;background:#f5f6f8;display:flex;align-items:center;justify-content:center;}.section-contact .container{width:100%;}.section-contact h2{text-align:center;font-size:2.2rem;color:var(--primary);margin-bottom:0.5rem;}.contact-layout{display:flex;gap:3rem;max-width:1000px;margin:2rem auto 0;flex-wrap:wrap;}.contact-info{flex:1;min-width:250px;}.contact-info .info-row{display:flex;align-items:flex-start;gap:0.8rem;margin-bottom:0.2rem;color:#475569;font-size:1rem;}.contact-info .info-row .info-icon{flex-shrink:0;width:20px;text-align:center;}.contact-info .info-row .info-icon.orange-icon{color:#f97316;}.contact-info .info-row .info-icon-img{flex-shrink:0;width:20px;height:20px;object-fit:contain;}.contact-info .info-row .info-text{flex:1;line-height:1.6;}.contact-info .info-row .info-text a{color:#475569;text-decoration:none;}.contact-info .info-row .info-text a:hover{color:var(--primary);}.contact-form{flex:1;min-width:300px;display:flex;flex-direction:column;gap:1rem;}.contact-form input,.contact-form textarea{padding:0.8rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;transition:border-color 0.3s;}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);}.contact-form textarea{resize:vertical;}.contact-form-btn-wrapper{margin-top:0.5rem;}.contact-form-message{margin-top:0.5rem;margin-bottom:0.25rem;display:none;}.contact-form-success{color:#155724;font-weight:500;font-size:0.9rem;padding:0.8rem 1rem;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;line-height:1.6;}.contact-form-success i{color:#27ae60;margin-right:0.4rem;}.contact-form-error{color:#721c24;font-weight:500;font-size:0.9rem;padding:0.8rem 1rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;line-height:1.6;}.contact-form-error i{color:#e74c3c;margin-right:0.4rem;}.btn-submit{padding:0.8rem;background:var(--primary);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all 0.3s;}.btn-submit:hover{opacity:0.85;}.btn-submit.orange-btn{background:#f97316;}.btn-submit.orange-btn:hover{background:#c96215;}.info-icon.orange-icon{color:#f97316;}.products-layout{display:flex;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;}.sidebar{width:auto;min-width:200px;max-width:300px;flex-shrink:0;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,0.04);position:sticky;top:100px;align-self:flex-start;max-height:calc(100vh - 120px);overflow-y:auto;}.sidebar a{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 1rem;text-decoration:none;color:#475569;border-radius:6px;margin-bottom:0.2rem;transition:all 0.15s;white-space:nowrap;}.sidebar a:hover{background:#F9EEEB;color:#f97316;}.sidebar a.active{background:#eff6ff;color:var(--primary);}.sidebar a.all-products{background:#0F3B5E;color:#fff;}.sidebar a.all-products:hover{background:#0F3B5E;color:#fff;}.sidebar a.all-products .cat-count{background:rgba(255,255,255,0.2);color:#fff;}.sidebar .cat-count{background:#e2e8f0;padding:2px 8px;border-radius:12px;font-size:0.75rem;color:#64748b;}.sidebar a.active .cat-count{background:var(--primary);color:#fff;}.product-content{flex:1;min-width:0;}.product-content h2{margin-bottom:1.5rem;color:var(--primary);}.product-content .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-height:none;overflow-y:visible;}#product-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,0.04);flex-wrap:wrap;gap:1rem;}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:0.8rem;}.toolbar-label{color:#64748b;font-size:0.9rem;font-weight:500;}.view-toggle{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:8px;}.view-btn{padding:8px 10px;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#64748b;transition:all 0.15s;display:flex;align-items:center;justify-content:center;}.view-btn:hover{background:#fff;color:var(--primary);}.view-btn.active{background:#fff;color:var(--primary);box-shadow:0 1px 3px rgba(0,0,0,0.1);}.product-sort-select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:0.9rem;color:#475569;background:#fff;cursor:pointer;transition:border-color 0.15s;}.product-sort-select:hover,.product-sort-select:focus{border-color:var(--primary);outline:none;}.product-grid-view{grid-template-columns:repeat(auto-fill,minmax(250px,1fr)) !important;gap:1.5rem !important;}.product-grid-view .product-item{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;text-align:center;padding:0;cursor:pointer;transition:all 0.3s;display:flex;flex-direction:column;}.product-grid-view .product-item:hover{border-color:var(--primary);transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.1);}.product-grid-view .product-image-wrapper{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:#f8fafc;}.product-grid-view .product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s,opacity 0.3s;}.product-grid-view .product-item:hover .product-image-wrapper img{transform:scale(1.08);}.product-grid-view .product-info{padding:1rem;flex:1;display:flex;flex-direction:column;}.product-grid-view .product-info h4{color:#0f172a;margin:0 0 0.5rem 0;font-size:1rem;}.product-grid-view .product-info .product-desc{color:#64748b;font-size:0.85rem;margin:0 0 0.5rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.product-grid-view .product-info .product-category{display:inline-block;background:#f1f5f9;padding:4px 10px;border-radius:20px;font-size:0.75rem;color:#64748b;margin-top:auto;}.product-views{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,0.6);color:#fff;padding:4px 8px;border-radius:12px;font-size:0.75rem;}.product-no-image{width:100%;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;background:#e2e8f0;font-size:3rem;}.product-list-view{grid-template-columns:1fr !important;gap:1rem !important;}.product-list-view .product-item{flex-direction:row;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;padding:0;cursor:pointer;transition:all 0.3s;display:flex;}.product-list-view .product-item:hover{border-color:var(--primary);box-shadow:0 8px 20px rgba(0,0,0,0.08);}.product-list-view .product-image-wrapper{width:200px;min-width:200px;aspect-ratio:auto;height:150px;overflow:hidden;background:#f8fafc;}.product-list-view .product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s;}.product-list-view .product-item:hover .product-image-wrapper img{transform:scale(1.05);}.product-list-view .product-info{flex:1;padding:1rem;display:flex;flex-direction:column;justify-content:center;}.product-list-view .product-info h4{color:#0f172a;margin:0 0 0.5rem 0;font-size:1.1rem;}.product-list-view .product-info .product-desc{color:#64748b;font-size:0.9rem;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.product-list-view .product-info .product-category{display:inline-block;background:#f1f5f9;padding:4px 10px;border-radius:20px;font-size:0.75rem;color:#64748b;margin-top:0.5rem;align-self:flex-start;}.product-empty{text-align:center;padding:4rem 2rem;color:#64748b;font-size:1.1rem;background:#fff;border-radius:12px;}.product-mobile-selector{display:none;}.mobile-cat-select{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:0.95rem;color:#475569;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;}.mobile-cat-select:focus{outline:none;border-color:var(--primary);}.lazy-img{opacity:0;transition:opacity 0.4s;}.lazy-img.loaded{opacity:1;}.product-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.92);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn 0.3s;}.product-lightbox-overlay.fade-out{animation:fadeOut 0.3s forwards;}.product-lightbox-content{position:relative;display:flex;flex-direction:column;max-width:95vw;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,0.5);}.lightbox-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0.5);color:#fff;border:none;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background 0.2s;}.lightbox-close:hover{background:rgba(0,0,0,0.8);}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,0.9);color:#333;border:none;font-size:1.8rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all 0.2s;box-shadow:0 4px 15px rgba(0,0,0,0.2);}.lightbox-prev{left:15px;}.lightbox-next{right:15px;}.lightbox-prev:hover,.lightbox-next:hover{background:#fff;transform:translateY(-50%) scale(1.1);}.lightbox-image-container{flex:1;display:flex;align-items:center;justify-content:center;background:#1a1a1a;min-height:300px;max-height:60vh;}.lightbox-main-image{max-width:100%;max-height:60vh;object-fit:contain;}.lightbox-no-image{width:300px;height:300px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;font-size:4rem;}.lightbox-info{padding:1.5rem;text-align:center;background:#fff;}.lightbox-info h3{color:#0f172a;margin:0 0 0.5rem 0;font-size:1.3rem;}.lightbox-desc{color:#64748b;font-size:0.95rem;margin:0.5rem 0;line-height:1.6;}.lightbox-category{display:inline-block;background:#f1f5f9;padding:4px 12px;border-radius:20px;font-size:0.8rem;color:#64748b;margin-right:0.5rem;}.lightbox-views{display:inline-block;color:#64748b;font-size:0.85rem;}.lightbox-counter{margin-top:0.8rem;color:#94a3b8;font-size:0.85rem;}.pagination-ellipsis{padding:0.5rem;color:#94a3b8;}.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.85);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn 0.3s;}.lightbox-overlay.fade-out{animation:fadeOut 0.3s forwards;}.lightbox-content{position:relative;display:flex;flex-direction:column;max-width:95vw;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,0.5);}.lightbox-content img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.5);}.lightbox-content .lightbox-name{color:#fff;margin-top:1rem;font-size:1.2rem;font-weight:600;}.lightbox-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0.5);color:#fff;border:none;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background 0.2s;}.lightbox-close:hover{background:rgba(0,0,0,0.8);}.lightbox-info{padding:1.5rem;text-align:center;background:#fff;}.lightbox-info h3{color:#0f172a;margin:0 0 0.5rem 0;font-size:1.3rem;}.lightbox-desc{color:#64748b;font-size:0.95rem;margin:0.5rem 0;line-height:1.6;}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@keyframes fadeOut{from{opacity:1;}to{opacity:0;}}.page-content{max-width:1200px;margin:0 auto;padding:3rem 2rem;}.page-content h2{font-size:2.2rem;color:var(--primary);margin-bottom:1.5rem;}.page-content .body{font-size:1.05rem;line-height:1.9;color:#475569;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.page-module{width:100%;min-width:100%;}section.bg-white,section.bg-gray,section.bg-primary,section.bg-orange{width:100%;min-width:100%;margin:0;padding:0;}.bg-white{background-color:#ffffff;}.bg-gray{background-color:#f5f6f8;}.bg-primary{background-color:#0F3B5E;}.bg-orange{background-color:#f97316;}.animate-on-scroll,.fade-in-up,.fade-in,.slide-in-left,.slide-in-right{opacity:0;transition:opacity 0.6s ease,transform 0.6s ease;}.fade-in-up{transform:translateY(30px);}.slide-in-left{transform:translateX(-30px);}.slide-in-right{transform:translateX(30px);}.animate-on-scroll.in-view,.fade-in-up.in-view,.fade-in.in-view,.slide-in-left.in-view,.slide-in-right.in-view{opacity:1;transform:translate(0,0);}.fade-in-up.in-view{transform:translateY(0);}.slide-in-left.in-view,.slide-in-right.in-view{transform:translateX(0);}.delay-100{transition-delay:0.1s;}.delay-200{transition-delay:0.2s;}.delay-300{transition-delay:0.3s;}.delay-400{transition-delay:0.4s;}.delay-500{transition-delay:0.5s;}.counter-number{font-variant-numeric:tabular-nums;}.counter-wrapper{display:inline-flex;align-items:baseline;}.counter-value{font-size:2.5rem;font-weight:700;color:var(--primary,#0F3B5E);line-height:1;}.counter-suffix{font-size:1.5rem;font-weight:600;color:var(--accent,#f97316);margin-left:4px;}