.product-carousel{position:relative}.product-carousel__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.product-carousel__tabs{display:flex;gap:24px;font-size:20px}.product-carousel__tab{font-weight:600;font-size:25px;color:#154398;cursor:pointer;padding:.5rem}.product-carousel__tab--active{color:#ee1d23;position:relative;padding:.5rem;font-weight:600;font-size:25px}.product-carousel__tab--active:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:100%;background:linear-gradient(90deg,#154398,#ee1d23)}.product-carousel__content{position:relative;overflow:hidden}.product-carousel__list{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}.product-carousel__list::-webkit-scrollbar{display:none}.product-carousel__list{-ms-overflow-style:none;scrollbar-width:none}.product-carousel__button--next,.product-carousel__button--prev{position:absolute;top:60%;transform:translateY(-50%);background:#fff;color:#969696;border:1px solid #969696;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;transition:background .3s ease}.product-carousel__button--next:hover,.product-carousel__button--prev:hover{background:#d8d8d8}.product-carousel__button--prev{left:-18px}.product-carousel__button--next{right:-18px}@media(max-width:1200px){.product-carousel__list{display:flex;width:95vw;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}}@media(max-width:768px){.product-carousel{position:relative;padding:0 1.5rem}.product-carousel__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.product-carousel__tabs{display:flex;gap:10px;font-size:13px}.product-carousel__list{display:flex;width:90vw;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}}.news-section{margin:0 auto;padding:1rem 0}.news-section .news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.news-section .news-header .news-title{background-color:#ff5722;color:#fff;padding:12px 24px;margin:0;font-size:18px;font-weight:600;border-radius:8px;display:inline-block}.news-section .news-header .view-more-btn{background:transparent;border:2px solid #ff5722;color:#ff5722;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.news-section .news-header .view-more-btn:hover{background-color:#ff5722;color:#fff}.news-section .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){.news-section .news-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:1024px)and (min-width:769px){.news-section .news-grid{grid-template-columns:repeat(2,1fr)}}.news-section .news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.news-section .news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.news-section .news-card .news-image{width:100%;height:200px;overflow:hidden}.news-section .news-card .news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-section .news-card .news-image:hover img{transform:scale(1.05)}.news-section .news-card .news-card-title{padding:16px 20px;margin:0;font-size:16px;font-weight:600;line-height:1.4;color:#333;text-align:center}@media(max-width:768px){.news-section .news-card .news-card-title{font-size:14px;padding:12px 16px}}.platform-section .platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px}@media(min-width:768px){.platform-section .platform-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.platform-section .platform-grid{grid-template-columns:repeat(3,1fr)}}.platform-section .platform-item{display:flex;align-items:flex-start;gap:12px;padding:15px 0}.platform-section .platform-item .platform-bullet{color:#ff6b35;font-size:12px;margin-top:2px;flex-shrink:0}.platform-section .platform-item .platform-content{flex:1}.platform-section .platform-item .platform-item-title{font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3}.platform-section .platform-item .platform-item-description{font-size:17px;color:#181818;margin:0;line-height:32px;text-align:center}.cta-section{background:linear-gradient(135deg,#e85a2b,#d14820);padding:60px 20px;margin:40px 0;text-align:center}.cta-section .cta-container{max-width:900px;margin:0 auto}.cta-section .cta-title{color:#fff;font-size:28px;font-weight:700;line-height:1.3;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase}@media(max-width:768px){.cta-section .cta-title{font-size:22px}}@media(max-width:480px){.cta-section .cta-title{font-size:18px}}.cta-section .cta-subtitle{color:#fff;font-size:18px;font-weight:400;margin-bottom:32px;opacity:.95}@media(max-width:768px){.cta-section .cta-subtitle{font-size:16px;margin-bottom:24px}}.cta-section .cta-button{background:#fff;color:#e85a2b;border:2px solid #fff;padding:14px 32px;font-size:16px;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.cta-section .cta-button:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.cta-section .cta-button:active{transform:translateY(0)}@media(max-width:768px){.cta-section .cta-button{padding:12px 24px;font-size:14px}}.card{flex:0 0 auto;min-width:220px;max-width:300px;width:100%;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:box-shadow .3s ease;flex-shrink:0}.card:hover{box-shadow:0 8px 16px rgba(0,0,0,.2)}.card__media{border:1px solid #e9e9e9;border-radius:.5rem;padding:1rem;display:flex;justify-content:center;align-items:center}.card__media img{object-fit:contain;width:200px;height:200px}.card__body{background:#fff;color:#000;padding:1rem}.card__body .card__body-price{font-weight:600;font-size:18px}.card__body p{font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__body .card__button{background:#ff5722;color:#fff;padding:8px 40px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.card__body .card__button:hover{background-color:#e74413}.services{position:relative}.services__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.services__tabs{display:flex;gap:24px;font-size:20px}.services__tab{color:#154398;cursor:pointer}.services__tab,.services__tab--active{font-weight:600;font-size:25px;padding:.5rem}.services__tab--active{color:#ee1d23;position:relative}.services__tab--active:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:100%;background:linear-gradient(90deg,#154398,#ee1d23)}.services__content{position:relative;overflow:hidden}.services__list{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}.services__list::-webkit-scrollbar{display:none}.services__list{-ms-overflow-style:none;scrollbar-width:none}.services__button--next,.services__button--prev{position:absolute;top:60%;transform:translateY(-50%);background:#fff;color:#969696;border:1px solid #969696;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;transition:background .3s ease}.services__button--next:hover,.services__button--prev:hover{background:#d8d8d8}.services__button--prev{left:-18px}.services__button--next{right:-18px}@media(max-width:1200px){.services__list{display:flex;width:95vw;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}}@media(max-width:768px){.services{position:relative;padding:0 1.5rem}.services__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.services__tabs{display:flex;gap:10px;font-size:13px}.services__list{display:flex;width:90vw;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}}.ProductCard_card__GM_GL{flex:0 0 auto;border-radius:1.5rem;min-width:220px;max-width:300px;width:100%;box-shadow:0 6px 10px rgba(0,0,0,.397);transition:box-shadow .3s ease;flex-shrink:0}.ProductCard_card__GM_GL:hover{box-shadow:0 8px 16px rgba(0,0,0,.541)}.ProductCard_media__AoUws{border:1px solid #e9e9e9;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;padding:1rem;display:flex;justify-content:center;align-items:center}.ProductCard_media__AoUws img{object-fit:contain;width:200px;height:200px}.ProductCard_body__wkr7Y{background:#fff;color:#000;padding:1rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.ProductCard_price__l8LqK{font-weight:600;font-size:18px}.ProductCard_body__wkr7Y p{font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ProductCard_button__DRkBe{background:#ff5722;color:#fff;padding:8px 40px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.ProductCard_button__DRkBe:hover{background-color:#e74413}