.brands-carousel-section{padding:60px 0;background:var(--background,#ffffff);overflow:hidden;position:relative}.brands-carousel-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.brands-carousel-section .brands-carousel-wrapper{display:flex;align-items:center;gap:24px;overflow:hidden}.brands-carousel-section .brands-header{flex-shrink:0;white-space:nowrap}.brands-carousel-section .brands-header .brands-label{font-size:16px;font-weight:500;color:var(--text-secondary,#666);letter-spacing:.3px}.brands-carousel-section .brands-carousel-container{flex:1 1;overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent 0,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 5%,black 95%,transparent)}.brands-carousel-section .brands-track{display:flex;align-items:center;gap:48px;animation:scroll 80s linear infinite;will-change:transform}.brands-carousel-section .brands-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.brands-carousel-section .brand-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 12px}.brands-carousel-section .brand-logo-wrapper{display:flex;align-items:center;justify-content:center;height:60px;width:120px;transition:all .3s ease}.brands-carousel-section .brand-logo-wrapper:hover{transform:scale(1.1)}.brands-carousel-section .brand-logo-wrapper:hover .brand-logo{filter:grayscale(0) opacity(1)}.brands-carousel-section .brand-logo{max-width:100%;max-height:100%;object-fit:contain;transition:all .3s ease;filter:grayscale(100%) opacity(.6)}.brands-carousel-section .brand-logo:hover{filter:grayscale(0) opacity(1)}@media(max-width:768px){.brands-carousel-section{padding:40px 0}.brands-carousel-section .brands-carousel-wrapper{flex-direction:column;gap:16px}.brands-carousel-section .brands-header{text-align:center;width:100%}.brands-carousel-section .brands-header .brands-label{font-size:14px}.brands-carousel-section .brands-track{gap:32px;animation-duration:40s}.brands-carousel-section .brand-logo-wrapper{height:50px;width:100px}}@media(max-width:480px){.brands-carousel-section .brands-header .brands-label{font-size:13px}.brands-carousel-section .brands-track{gap:24px;animation-duration:35s}.brands-carousel-section .brand-logo-wrapper{height:40px;width:80px}}.articles-preview-section{padding:60px 20px;background:var(--background,#f8f9fa)}.articles-preview-section .container{max-width:1200px;margin:0 auto}.articles-preview-section .articles-preview-header{text-align:center;margin-bottom:40px}.articles-preview-section .articles-preview-title{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary,#1a1a1a)}.articles-preview-section .articles-preview-subtitle{font-size:1.1rem;color:var(--text-secondary,#666);max-width:600px;margin:0 auto;line-height:1.6}.articles-preview-section .articles-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:30px;gap:30px;margin-top:40px}.articles-preview-section .article-preview-card{background:var(--card-bg,#fff);border-radius:12px;padding:30px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid var(--border-color,#e5e5e5)}.articles-preview-section .article-preview-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.articles-preview-section .article-preview-link{text-decoration:none;color:inherit;display:block;height:100%}.articles-preview-section .article-preview-title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:var(--text-primary,#1a1a1a);line-height:1.3}.articles-preview-section .article-preview-description{font-size:1rem;color:var(--text-secondary,#666);margin-bottom:16px;line-height:1.6}.articles-preview-section .article-preview-date{display:block;font-size:.875rem;color:var(--text-muted,#999);margin-bottom:16px}.articles-preview-section .article-preview-read-more{display:inline-block;color:var(--primary-color,#3253fa);font-weight:500;font-size:.95rem;transition:transform .2s}.article-preview-card:hover .articles-preview-section .article-preview-read-more{transform:translateX(4px)}@media(max-width:768px){.articles-preview-section{padding:40px 16px}.articles-preview-section .articles-preview-title{font-size:2rem}.articles-preview-section .articles-preview-subtitle{font-size:1rem}.articles-preview-section .articles-preview-grid{grid-template-columns:1fr;gap:20px}.articles-preview-section .article-preview-card{padding:24px}}