.products{width:100%;min-height:100vh;background:var(--color-bg-primary);margin-bottom:4rem}.products__hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#006e9e1a,#adc82f1a);position:relative;overflow:hidden}.products__hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,var(--color-primary-alpha-10) 0%,transparent 50%),radial-gradient(circle at 80% 70%,var(--color-secondary-alpha-10) 0%,transparent 50%);pointer-events:none}@media(max-width:1150px){.products__hero{margin-top:60px}}@media(max-width:768px){.products__hero{padding:6rem 1.5rem 3rem}}.products__hero-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:1}.products__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:var(--font-weight-extrabold);font-family:var(--font-family-secondary);color:var(--color-text-darker);margin-bottom:1.5rem;line-height:var(--line-height-tight);position:relative}.products__title:after{content:"";display:block;width:120px;height:5px;background:var(--gradient-primary-secondary);margin:1.5rem auto 0;border-radius:var(--border-radius-full)}.products__subtitle{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--color-text);line-height:var(--line-height-relaxed);max-width:800px;margin:0 auto;font-weight:var(--font-weight-normal)}.products__catalog-section{padding:2rem;background:var(--color-white);position:relative;overflow-y:hidden}@media(max-width:768px){.products__catalog-section{padding:1.5rem}}.products__catalog-content{max-width:1000px;margin:0 auto;contain:layout;will-change:transform,opacity}.products__catalog-info{display:flex;flex-direction:column;gap:1rem}.products__catalog-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:.5rem}@media(max-width:640px){.products__catalog-features{grid-template-columns:1fr;gap:.75rem}}.products__catalog-feature{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#fffffff2,#fffffffa);border-radius:var(--border-radius-lg);border:1px solid rgba(0,110,158,.08);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.products__catalog-feature:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gradient-primary-secondary);opacity:0;transition:opacity .4s ease}.products__catalog-feature:hover{border-color:#006e9e33;box-shadow:0 8px 24px #006e9e1f;transform:translateY(-4px);background:linear-gradient(135deg,#fff 0% 100%)}.products__catalog-feature:hover:before{opacity:1}.products__catalog-feature:hover .products__catalog-feature-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 4px 12px #adc82f4d}.products__catalog-feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--border-radius-full);background:var(--gradient-primary-secondary);flex-shrink:0;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #006e9e26;position:relative;overflow:hidden}.products__catalog-feature-icon-wrapper:after{content:"";position:absolute;inset:0;border-radius:var(--border-radius-full);background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3) 0%,transparent 70%);pointer-events:none}.products__catalog-feature-icon{font-size:1.25rem;color:var(--color-white);flex-shrink:0;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.products__catalog-feature span{font-size:clamp(.9375rem,1.2vw,1rem);color:var(--color-text-darker);font-weight:var(--font-weight-semibold);line-height:var(--line-height-normal);letter-spacing:-.2px}.products__brands-section{padding:5rem 2rem;background:var(--color-bg-secondary);scroll-margin-top:120px}@media(max-width:768px){.products__brands-section{padding:3rem 1.5rem;scroll-margin-top:80px}}.products__brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto;padding:14px}@media(max-width:968px){.products__brands-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}}@media(max-width:640px){.products__brands-grid{grid-template-columns:1fr;gap:1.5rem}}.products__brand-card{cursor:pointer;position:relative;border-radius:var(--border-radius-xl);overflow:hidden;background:var(--color-white);box-shadow:var(--shadow-lg);border:2px solid var(--color-gray-200);transition:all var(--transition-smooth)}.products__brand-card:hover{box-shadow:var(--shadow-2xl);border-color:var(--color-primary)}.products__brand-card:hover .products__brand-overlay{opacity:1;transform:translateY(0)}.products__brand-card:hover .products__brand-logo-wrapper{transform:scale(1.05)}.products__brand-card:hover .products__brand-catalog-button{opacity:1;transform:translate(0) scale(1)}.products__brand-card:hover .products__brand-catalog-button span,.products__brand-card:hover .products__brand-catalog-button .products__brand-catalog-icon{opacity:1}.products__brand-card-inner{position:relative;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;min-height:320px;overflow:visible}.products__brand-featured-badge{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:var(--gradient-primary-secondary);border-radius:var(--border-radius-full);font-size:.65rem;font-weight:var(--font-weight-bold);color:var(--color-white);font-family:var(--font-family-secondary);text-transform:uppercase;letter-spacing:.35px;box-shadow:var(--shadow-lg);z-index:3;animation:pulse-glow 2s ease-in-out infinite}@media(max-width:640px){.products__brand-featured-badge{top:.5rem;right:.5rem;padding:.3rem .6rem;font-size:.55rem;gap:.25rem}}@keyframes pulse-glow{0%,to{box-shadow:var(--shadow-lg)}50%{box-shadow:0 0 20px #006e9e66,var(--shadow-lg)}}.products__brand-featured-icon{font-size:.875rem}.products__brand-logo-wrapper{width:180px;height:180px;border-radius:var(--border-radius-full);background:var(--color-gray-50);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:1.5rem;border:3px solid var(--color-primary-alpha-20);transition:all var(--transition-smooth);position:relative;overflow:hidden}.products__brand-logo-wrapper:before{content:"";position:absolute;inset:-2px;border-radius:var(--border-radius-full);background:var(--gradient-primary-secondary);opacity:0;transition:opacity var(--transition-smooth);z-index:0}.products__brand-card:hover .products__brand-logo-wrapper{border-color:var(--color-primary)}.products__brand-card:hover .products__brand-logo-wrapper:before{opacity:.1}.products__brand-logo{max-width:85%;max-height:85%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.products__brand-info{flex:1;display:flex;flex-direction:column;width:100%}.products__brand-title{font-size:clamp(1.375rem,2vw,1.625rem);font-weight:var(--font-weight-bold);font-family:var(--font-family-secondary);color:var(--color-text-darker);margin-bottom:.75rem;line-height:var(--line-height-snug)}.products__brand-keytext{font-size:clamp(.9375rem,1.2vw,1rem);color:var(--color-text);line-height:var(--line-height-relaxed);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.products__brand-overlay{position:absolute;bottom:0;left:0;right:0;background:var(--gradient-primary-secondary);padding:1.25rem;opacity:0;transform:translateY(10px);transition:all var(--transition-smooth);z-index:2}.products__brand-cta{color:var(--color-white);font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-family-secondary)}.products__brand-catalog-button{position:absolute;top:0;left:0;display:flex;align-items:center;gap:.4rem;text-decoration:none;padding:.6rem 1.1rem .6rem .85rem;background:var(--gradient-primary-secondary);color:var(--color-white);border:2px solid var(--color-gray-200);border-right:none;border-bottom:none;border-radius:var(--border-radius-xl) 0 0 0;font-size:.8rem;font-weight:var(--font-weight-semibold);font-family:var(--font-family-secondary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;opacity:0;transform:translate(-100%) scale(.9);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:4;box-shadow:0 4px 16px #006e9e59;white-space:nowrap;overflow:hidden;width:auto;min-width:0}.products__brand-catalog-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-primary);opacity:0;transition:opacity var(--transition-smooth);border-radius:var(--border-radius-xl) 0 0 0}.products__brand-catalog-button span,.products__brand-catalog-button .products__brand-catalog-icon{position:relative;z-index:1;opacity:0;transition:opacity .3s ease .1s}.products__brand-catalog-button:link,.products__brand-catalog-button:visited{color:var(--color-white)}.products__brand-catalog-button:hover{color:var(--color-white);transform:translate(0) scale(1);box-shadow:0 6px 24px #006e9e73;padding-right:1.3rem}.products__brand-catalog-button:hover:before{opacity:1}.products__brand-catalog-button:hover span,.products__brand-catalog-button:hover .products__brand-catalog-icon{opacity:1}.products__brand-catalog-button:active{color:var(--color-white);transform:translate(0) scale(.98)}@media(max-width:640px){.products__brand-catalog-button{padding:.55rem 1rem .55rem .75rem;font-size:.7rem;gap:.35rem}.products__brand-catalog-button:hover{padding-right:1.1rem}}.products__brand-catalog-icon{font-size:.875rem}.products__brand-skeleton{border-radius:var(--border-radius-xl);background:var(--color-white);box-shadow:var(--shadow-lg);border:2px solid var(--color-gray-200);min-height:320px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;overflow:hidden}.products__skeleton-circle{width:180px;height:180px;border-radius:var(--border-radius-full);background:linear-gradient(90deg,var(--color-gray-200) 25%,var(--color-gray-100) 50%,var(--color-gray-200) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;flex-shrink:0}.products__skeleton-lines{width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:center}.products__skeleton-line{height:14px;border-radius:var(--border-radius-full);background:linear-gradient(90deg,var(--color-gray-200) 25%,var(--color-gray-100) 50%,var(--color-gray-200) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.products__skeleton-line--title{width:60%;height:20px}.products__skeleton-line--text{width:85%}.products__skeleton-line--text-short{width:70%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.products__brands-error{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:1rem}.products__brands-error-icon{font-size:3rem;color:var(--color-primary-alpha-50)}.products__brands-error-title{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:var(--font-weight-bold);font-family:var(--font-family-secondary);color:var(--color-text-darker);margin:0}.products__brands-error-subtitle{font-size:var(--font-size-base);color:var(--color-text);margin:0}.products__brands-retry-button{margin-top:.5rem;padding:.75rem 2rem;background:var(--gradient-primary-secondary);color:var(--color-white);border:none;border-radius:var(--border-radius-full);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);font-family:var(--font-family-secondary);cursor:pointer;transition:all var(--transition-smooth);box-shadow:var(--shadow-lg)}.products__brands-retry-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}
