.min-h-screen{min-height:100vh}.bold-text{font-weight:500;font-size:1.125rem}.hero-section{position:relative;background-color:#f9fafb;padding:96px 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-section h1{font-size:2.5rem;font-weight:700;margin-bottom:16px}.subtitle{font-size:1.5rem;margin-bottom:24px;color:#4b5563}.divider{width:96px;height:4px;background-color:#1f2937;margin:0 auto 32px}.description{font-size:1.125rem;color:#4b5563}.scroll-indicator{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}.chevron-down{width:32px;height:32px;color:#9ca3af}.values-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:24px;margin-bottom:48px}.value-icon img{width:40px;height:40px;object-fit:contain}@media (min-width:640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.hero-section h1{font-size:3rem}}@media (min-width:1024px){.values-grid{grid-template-columns:repeat(3,1fr)}}