.products-page{min-height:100vh;padding-top:80px;overflow-x:hidden}.filter-tabs-section{z-index:var(--z-10);background:var(--white);border-bottom:1px solid var(--gray-200);padding:var(--space-4)0;box-shadow:var(--shadow-sm);position:sticky;top:80px;overflow-x:hidden}.filter-tabs{gap:var(--space-4);-webkit-overflow-scrolling:touch;flex-wrap:wrap;justify-content:center;align-items:center;max-width:100%;display:flex;overflow-x:auto}.filter-tab{padding:var(--space-3)var(--space-6);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--gray-600);border:2px solid var(--gray-300);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;background:0 0;flex-shrink:0;font-weight:600}.filter-tab:hover{color:var(--primary-900);border-color:var(--primary-900);background:var(--gray-50)}.filter-tab.active{color:var(--white);background:var(--primary-900);border-color:var(--primary-900)}.section-header{text-align:center;margin-bottom:var(--space-12);max-width:800px;margin-left:auto;margin-right:auto}.section-title{font-size:var(--text-3xl);font-family:var(--font-display);color:var(--primary-900);margin-bottom:var(--space-4)}.section-description{font-size:var(--text-lg);color:var(--gray-600);line-height:var(--leading-relaxed)}.presentation-badge{background:#fff3}.products-hero{background:linear-gradient(135deg,var(--primary-900)0%,var(--primary-800)100%);padding:var(--space-16)0;position:relative;overflow:hidden}.products-hero:before{content:"";background-image:repeating-linear-gradient(45deg,#0000,#0000 50px,#ffffff05 50px 100px);position:absolute;inset:0}.products-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative}.products-title{font-size:var(--text-5xl);color:var(--white);margin-bottom:var(--space-4);font-family:var(--font-display);font-weight:400}.products-subtitle{font-size:var(--text-xl);color:var(--gray-300);font-weight:300;line-height:var(--leading-relaxed);max-width:700px;margin:0 auto}.products-showcase{padding:var(--space-20)0}.products-grid{gap:var(--space-12);grid-template-columns:repeat(2,1fr);max-width:1200px;margin:0 auto;display:grid}.product-card-large{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:all var(--transition-base);overflow:hidden}.product-card-large:hover{box-shadow:var(--shadow-2xl);transform:translateY(-4px)}.product-header-large{padding:var(--space-12);text-align:center;position:relative}.product-gradient-primary{background:linear-gradient(135deg,var(--primary-900)0%,var(--primary-800)100%)}.product-gradient-secondary{background:linear-gradient(135deg,var(--accent-700)0%,var(--accent-600)100%)}.product-badge{padding:var(--space-2)var(--space-4);color:var(--white);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-widest);border-radius:var(--radius-full);margin-bottom:var(--space-6);background:#ffffff26;font-weight:600;display:inline-block}.product-name-large{font-size:var(--text-4xl);color:var(--white);margin-bottom:var(--space-3);font-family:var(--font-display);font-weight:400}.product-tagline-large{font-size:var(--text-lg);color:#ffffffe6;font-weight:300;line-height:var(--leading-relaxed)}.product-content-large{padding:var(--space-10);text-align:center}.product-description-large{font-size:var(--text-base);color:var(--gray-700);line-height:var(--leading-relaxed);margin-bottom:var(--space-8)}.product-btn{min-width:200px}.products-footer-section{background:var(--gray-50);padding:var(--space-16)0}.section-alt{background:var(--gray-50)}.products-footer-content{text-align:center;max-width:800px;margin:0 auto}.products-footer-content h2{font-size:var(--text-3xl);color:var(--primary-900);margin-bottom:var(--space-6);font-family:var(--font-display)}.products-footer-content p{font-size:var(--text-lg);color:var(--gray-700);line-height:var(--leading-relaxed);margin-bottom:var(--space-8)}@media (max-width:992px){.products-grid{gap:var(--space-8);grid-template-columns:1fr}.products-title,.product-name-large{font-size:var(--text-3xl)}}@media (max-width:640px){.filter-tabs-section{padding:var(--space-3)0}.filter-tabs{gap:var(--space-2);padding:0 var(--space-4);justify-content:flex-start}.filter-tab{padding:var(--space-2)var(--space-4);flex-shrink:1;min-width:fit-content;font-size:.75rem}.product-header-large,.product-content-large{padding:var(--space-8)}.products-subtitle{font-size:var(--text-lg)}.product-tagline-large{font-size:var(--text-base)}}
