/* Homepage - styles moved from inline for hint compliance */

.home-nav-logo { height: 5rem; width: auto; }

.home-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.home-container-narrow { max-width: 800px; margin: 0 auto; padding: 0 2rem; }

.home-section-warm { background-color: #FAF5F0; padding: 5rem 0; }
.home-section-cool { background-color: #F8FAFC; padding: 5rem 0; }
.home-section-cool-sm { background-color: #F8FAFC; padding: 4rem 0; }
.home-section-quote { padding: 3rem 0; }
.home-section-cta { background: linear-gradient(135deg, #8884FF, #5D576B); color: white; padding: 4rem 0; }

.home-grid-2 { align-items: center; gap: 3rem; }
.home-grid-2-problems { gap: 2rem; max-width: 900px; margin: 0 auto; }

.home-heading-lg { font-size: 2.25rem; font-weight: 700; color: #0F172A; margin-bottom: 1.5rem; line-height: 1.2; }
.home-heading-lg-center { font-size: 2.25rem; font-weight: 700; color: #0F172A; margin-bottom: 1.5rem; text-align: center; }
.home-heading-md { font-size: 2.25rem; font-weight: 700; color: #0F172A; margin-bottom: 1rem; text-align: center; }
.home-heading-sm { font-size: 1.25rem; font-weight: 600; color: #0F172A; margin-bottom: 0.75rem; }
.home-heading-card { font-size: 1.5rem; font-weight: 700; color: #0F172A; margin-bottom: 0.75rem; }

.home-text { font-size: 1.125rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem; }
.home-text-center { font-size: 1.125rem; color: #475569; max-width: 800px; margin: 0 auto 2rem; line-height: 1.7; text-align: center; }
.home-text-center-narrow { font-size: 1.125rem; color: #475569; max-width: 700px; margin: 0 auto 3rem; line-height: 1.6; text-align: center; }
.home-text-640 { font-size: 1.125rem; color: #475569; max-width: 640px; margin: 0 auto 1.5rem; line-height: 1.7; text-align: center; }

.home-list { list-style: none; padding: 0; color: #475569; line-height: 1.8; }

.home-founder-wrap { text-align: center; }
.home-founder-img { max-width: 100%; height: auto; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }

.home-products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.home-product-card { padding: 2rem; text-align: center; }
.home-product-icon { margin-bottom: 1rem; }
.home-product-icon-rounded { margin-bottom: 1rem; border-radius: 0.5rem; }
.home-product-desc { color: #475569; margin-bottom: 1.5rem; line-height: 1.6; }

.home-link-center { text-align: center; margin-top: 2rem; }
.home-btn-center { text-align: center; }
.home-quote { font-size: 1.375rem; font-weight: 600; color: #0F172A; line-height: 1.5; text-align: center; margin-bottom: 0.75rem; }
.home-quote-attrib { text-align: center; color: #475569; margin-bottom: 1.5rem; }

.home-cta-inner { text-align: center; }
.home-cta-title { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; color: white; }
.home-cta-text { font-size: 1.125rem; margin-bottom: 1.5rem; max-width: 520px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,0.9); }
.home-cta-btn { background: white; color: #8884FF; padding: 1rem 2rem; border-radius: 0.75rem; font-weight: 600; text-decoration: none; }

.home-footer-logo-wrap { display: flex; align-items: center; margin-bottom: 1rem; }
.home-footer-logo { height: 3.5rem; width: auto; margin-right: 0.5rem; max-width: 180px; }
.home-footer-tagline { color: #9CA3AF; font-size: 0.875rem; }
.home-footer-connect-intro { color: #9CA3AF; font-size: 0.875rem; margin-bottom: 1rem; }
.home-footer-connect { color: #9CA3AF; font-size: 0.875rem; }
.home-footer-connect p { margin-bottom: 0.5rem; }
.home-footer-connect a { color: #9CA3AF; text-decoration: none; }
.home-footer-connect a:hover { text-decoration: underline; }
