.home-page{min-height:100vh;background:var(--background);color:var(--foreground);display:flex;flex-direction:column}.trust-section{padding:5rem 1rem;background:#fff}.dark .trust-section{background:#111827}.trust-container{max-width:96rem;margin:0 auto}.trust-header{text-align:center;margin-bottom:4rem}.trust-title{font-size:2.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.dark .trust-title{color:#fff}.trust-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.dark .trust-desc{color:#d1d5db}.trust-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(3,1fr)}}.trust-card{padding:2rem;border:none;background:rgba(255,255,255,.9);border-radius:1.5rem;box-shadow:0 4px 32px rgba(0,0,0,.08);transition:box-shadow .5s,transform .5s}.dark .trust-card{background:rgba(17,24,39,.9)}.trust-card-header{display:flex;align-items:center;margin-bottom:1.5rem}.trust-card-icon-placeholder{width:4rem;height:4rem;border-radius:9999px;background:#e5e7eb;margin-right:1rem}.dark .trust-card-icon-placeholder{background:#1e293b}.trust-card-title{font-weight:700;font-size:1.125rem;color:var(--foreground)}.dark .trust-card-title{color:#fff}.trust-card-location{color:var(--muted-foreground)}.dark .trust-card-location{color:#d1d5db}.trust-card-testimonial{color:var(--muted-foreground);font-size:1.125rem;margin-bottom:1rem}.dark .trust-card-testimonial{color:#d1d5db}.trust-card-rating{display:flex}.trust-card-star{width:1.25rem;height:1.25rem;color:#fbbf24;fill:currentColor}.trust-footer{text-align:center}.trust-footer-desc{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.dark .trust-footer-desc{color:#d1d5db}.trust-footer-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.trust-footer-badge{padding:1rem 2rem;font-size:1.125rem;font-weight:600}