.blog-section{padding:28px 0 44px;background:linear-gradient(180deg,#f8faf9,#fff);font-family:var(--font-base);overflow:hidden}.blog-section__title{margin-bottom:26px}.blog-section__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px;justify-content:start;justify-items:stretch;align-items:stretch}.blog-section__more{display:flex;justify-content:center;margin-top:28px}.blog-section__grid--skeleton{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.blog-card-skeleton{border-radius:16px;overflow:hidden;background:#fff;border:1px solid #eef2f0;padding-bottom:16px}.blog-card-skeleton__media{aspect-ratio:16/10}.blog-card-skeleton__line,.blog-card-skeleton__media{background:linear-gradient(90deg,#e8ece9,#f4f6f5 50%,#e8ece9);background-size:200% 100%;animation:blog-shimmer 1.2s ease infinite}.blog-card-skeleton__line{height:12px;margin:14px 16px 0;border-radius:6px}.blog-card-skeleton__line--lg{height:18px;width:85%}.blog-card-skeleton__line--sm{width:55%}@keyframes blog-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1200px){.blog-section__grid,.blog-section__grid--skeleton{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:992px){.blog-section__grid,.blog-section__grid--skeleton{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media (max-width:576px){.blog-section{padding:24px 0 36px}.blog-section__grid,.blog-section__grid--skeleton{grid-template-columns:1fr;gap:16px}}.brand-section{padding:30px 20px;font-family:var(--font-base)}.brand-swiper{padding:20px 10px}.brand-card{height:110px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:transform .25s ease}.brand-card:hover{transform:translateY(-4px)}.brand-card img{max-width:95%;max-height:85px;object-fit:contain}.swiper-button-next,.swiper-button-prev{color:#111}.brand-section .swiper-button-next,.brand-section .swiper-button-prev{width:28px;height:28px;margin-top:0;top:50%;transform:translateY(-50%);background:var(--color-primary);color:var(--color-text-white);border-radius:999px;box-shadow:0 2px 10px rgba(0,0,0,.12)}.brand-section .swiper-button-next:after,.brand-section .swiper-button-prev:after{font-size:12px;font-weight:700}.brand-section .swiper-button-prev{left:0}.brand-section .swiper-button-next{right:0}.brand-section .brand-swiper{padding-left:34px;padding-right:34px}@media (max-width:480px){.brand-card{height:70px}.brand-header h3{font-size:18px}.brand-section{padding:30px 10px}}.brand-trust-section{padding:8px 0 24px;background:#fff;font-family:var(--font-base)}.brand-trust-label{margin:0 0 14px;text-align:center;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary,#007f3d)}.brand-trust-marquee{overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.brand-trust-track{display:flex;align-items:stretch;gap:16px;width:max-content;animation:bt-marquee 36s linear infinite;will-change:transform}.brand-trust-item{display:flex;align-items:flex-start;gap:12px;flex:0 0 300px;width:300px;padding:16px 14px;background:linear-gradient(180deg,#fff8f5,#fff3ee);border:1px solid #f0e4de;border-radius:14px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.brand-trust-item:hover{transform:translateY(-3px);border-color:rgba(0,127,61,.25);box-shadow:0 8px 20px rgba(0,127,61,.1)}.brand-trust-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:#fff;color:var(--color-primary,#007f3d);box-shadow:0 2px 10px rgba(0,127,61,.14)}.brand-trust-item:hover .brand-trust-icon{background:var(--color-primary,#007f3d);color:#fff}.bt-icon{width:19px;height:19px;stroke-width:2.2px}.brand-trust-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.brand-trust-title{font-size:14px;font-weight:700;color:#1a2e24;line-height:1.25}.brand-trust-desc{font-size:12px;font-weight:500;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:3em;min-height:3em;max-height:3em}@keyframes bt-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:767px){.brand-trust-item{flex:0 0 280px;width:280px}.brand-trust-track{animation-duration:28s}}@media (max-width:479px){.brand-trust-section{padding-bottom:20px}.brand-trust-item{flex:0 0 268px;width:268px;padding:14px 12px}}@media (prefers-reduced-motion:reduce){.brand-trust-track{animation:none;flex-wrap:wrap;width:100%}.brand-trust-marquee{mask-image:none;-webkit-mask-image:none}}