.proof-bar-section{border-bottom:1px solid hsl(var(--border));padding:4rem 2rem}.proof-bar-container{margin:0 auto;max-width:72rem}.proof-bar-content{text-align:center}.logos-section{margin-bottom:3rem}.trusted-text{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;margin-bottom:2rem}.logo-scroll-container{height:10rem;overflow:hidden;position:relative}.logo-scroll-inner{animation:scroll-logos 25s linear infinite;display:flex;flex-direction:column;gap:1rem}@keyframes scroll-logos{0%{transform:translateY(0)}to{transform:translateY(-75rem)}}.logo-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.logo-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.logo-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.logo-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1280px){.logo-grid{grid-template-columns:repeat(6,1fr)}}.logo-card{align-items:center;background:hsl(var(--muted)/.3);border:1px solid hsl(var(--border));border-radius:.5rem;display:flex;height:5rem;justify-content:center;min-height:3.75rem;opacity:.6;overflow:hidden;padding:.75rem;position:relative;transition:all .3s ease}.logo-card:hover{background:hsl(var(--muted)/.5);opacity:1}.logo-image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;object-position:center;width:auto}.logo-text{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500;line-height:1.25;text-align:center}.gradient-fade{height:2rem;left:0;pointer-events:none;position:absolute;right:0}.gradient-fade-top{background:linear-gradient(to bottom,hsl(var(--background)),transparent);top:0}.gradient-fade-bottom{background:linear-gradient(to top,hsl(var(--background)),transparent);bottom:0}.comparison-section{border-top:1px solid hsl(var(--border));opacity:0;padding-top:3rem;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.comparison-section.visible{opacity:1;transform:translateY(0)}.comparison-title{color:hsl(var(--foreground));font-size:1.875rem;font-weight:700;margin-bottom:.5rem;text-align:center}@media (min-width:768px){.comparison-title{font-size:2.25rem}}.comparison-subtitle{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:2rem;text-align:center}.comparison-wrapper{margin:0 auto;max-width:56rem}.comparison-headers{background:hsl(var(--background));display:grid;gap:0;grid-template-columns:1fr 1fr;margin-bottom:.75rem;position:sticky;top:0;z-index:10}.header-competitor,.header-tpg{border-bottom:2px solid;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.5rem .75rem;text-align:center;text-transform:uppercase}.header-competitor{border-bottom-color:#cbd5e1;color:#475569}.header-tpg{border-bottom-color:#f97415;color:#f97415}.comparison-table{border:1px solid #e2e8f0;border-radius:.5rem;opacity:0;overflow:hidden;transform:translateY(16px);transition:opacity .6s ease .3s,transform .6s ease .3s}.comparison-table.visible{opacity:1;transform:translateY(0)}.comparison-row{display:grid;grid-template-columns:1fr 1fr}.comparison-row:nth-child(2n){background:rgba(248,250,252,.5)}.comparison-row:nth-child(odd){background:#fff}.comparison-row:not(:last-child){border-bottom:1px solid #e2e8f0}.cell-competitor,.cell-tpg{align-items:start;display:flex;gap:.5rem;min-height:3rem;padding:.75rem}@media (min-width:768px){.cell-competitor,.cell-tpg{padding:1rem}}.cell-competitor{border-right:1px solid #e2e8f0}.cell-tpg{background:rgba(249,116,21,.02)}.icon-check,.icon-x{flex-shrink:0;height:.875rem;margin-top:.125rem;width:.875rem}.icon-x{color:#dc2626}.icon-check{color:#f97415}.cell-competitor p,.cell-tpg p{font-size:.875rem;line-height:1.25;margin:0}.cell-competitor p{color:#475569}.cell-tpg p{color:#1e293b}.cell-tpg .highlight{font-weight:600}