.home-page{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:2.5rem;font-weight:700}.hero h1,.hero h2{margin-bottom:1rem}.hero h2{font-size:2rem;font-weight:600}.hero-phone{font-size:1.5rem;margin-bottom:2rem;font-weight:600}.hero-cta{display:inline-block;background-color:#fff;color:#667eea;padding:1rem 2rem;border-radius:4px;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15);text-decoration:none}.main-content{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.section{margin-bottom:4rem}.section h2{font-size:2rem;margin-bottom:1.5rem;color:#2c3e50;text-align:center}.divider{width:100px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto 2rem}.section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.partner-card{background:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s}.partner-card:hover{transform:translateY(-5px)}.partner-card h3{color:#2c3e50;margin-bottom:1rem}.partner-card p{color:#666;font-size:1rem}.contact-section{background-color:#f8f9fa;padding:4rem 2rem}.contact-section h2{text-align:center;margin-bottom:2rem;color:#2c3e50}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.contact-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.contact-card h3{margin-bottom:1rem;color:#2c3e50}.contact-card h4{color:#2c3e50}.contact-card p{margin-bottom:.5rem;color:#555;text-align:left}.contact-card a{color:#007bff;text-decoration:none}.contact-card a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.contact-form input,.contact-form textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.contact-form button{background-color:#007bff;color:#fff;padding:.75rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .3s}.contact-form button:hover{background-color:#0056b3}.form-note{font-size:.85rem;color:#666;margin-top:1rem;text-align:left}.hours-table{width:100%;border-collapse:collapse;margin-top:1rem}.hours-table td{padding:.5rem 0;color:#555;border-bottom:1px solid #ddd}.hours-table td:first-child{font-weight:600;width:60px}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.cta-button{display:inline-block;background-color:#fff;color:#667eea;padding:1rem 2rem;border-radius:4px;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:1.5rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15);text-decoration:none}.badge-large{display:inline-block;background-color:hsla(0,0%,100%,.2);color:#fff;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;margin-top:1rem}@media (max-width:768px){.hero h1{font-size:2rem}.hero h2{font-size:1.5rem}.hero-phone{font-size:1.2rem}.section h2{font-size:1.5rem}.contact-grid{grid-template-columns:1fr}}