*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#4caf50;--primary-dark:#45a049;--secondary-color:#2196f3;--text-dark:#333;--text-light:#666;--bg-light:#f8f9fa;--bg-white:#fff;--border-color:#e0e0e0;--shadow:0 2px 8px #0000001a;--shadow-hover:0 4px 12px #00000026}body{color:var(--text-dark);background-color:var(--bg-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.container-small{max-width:920px;margin:0 auto;padding:0 20px}.container-legal{max-width:900px;margin:0 auto;padding:0 20px}.navbar{background-color:var(--bg-white);box-shadow:var(--shadow);z-index:1000;padding:1rem 0;position:sticky;top:0}.nav-wrapper{justify-content:space-between;align-items:center;display:flex}.logo img{width:auto;height:50px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-dark);padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.hero{background:linear-gradient(135deg,#f5f7fa 0%,#e8f0f7 100%);padding:80px 0}.hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-content h1{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.8rem;line-height:1.2}.hero-subtitle{color:var(--text-light);margin-bottom:2rem;font-size:1.2rem}.hero-image{justify-content:center;align-items:center;display:flex}.hero-image img{box-shadow:var(--shadow);border-radius:8px}.hero-image .image-placeholder{background-color:var(--bg-white);border:2px dashed var(--border-color);height:400px;color:var(--text-light);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;padding:12px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{box-shadow:var(--shadow-hover);background-color:#1976d2;transform:translateY(-2px)}.btn-large{width:100%;padding:16px 32px;font-size:1.1rem}.services{background-color:var(--bg-white);padding:80px 0}.services h2{text-align:center;color:var(--text-dark);margin-bottom:3rem;font-size:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background-color:var(--bg-light);text-align:center;border-radius:8px;padding:2rem;transition:transform .3s,box-shadow .3s}.service-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.service-icon{margin-bottom:1rem;font-size:3rem}.icon-placeholder{font-size:3rem}.service-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--text-light);line-height:1.8}.why-choose{background:linear-gradient(135deg,#e8f0f7 0%,#f5f7fa 100%);padding:80px 0}.why-choose-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.why-choose-text h2{color:var(--text-dark);margin-bottom:2rem;font-size:2.5rem}.benefits-list{margin-bottom:2rem;list-style:none}.benefits-list li{color:var(--text-dark);padding:.8rem 0;font-size:1.1rem}.why-choose-image{justify-content:center;align-items:center;display:flex}.why-choose-image img{box-shadow:var(--shadow);border-radius:8px}.why-choose-image .image-placeholder{background-color:var(--bg-white);border:2px dashed var(--border-color);height:400px;color:var(--text-light);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.cta-section{background:linear-gradient(135deg,var(--primary-color)0%,#45a049 100%);color:#fff;text-align:center;padding:80px 0}.cta-section h2{margin-bottom:1rem;font-size:2.5rem}.cta-section p{opacity:.95;margin-bottom:2rem;font-size:1.2rem}.cta-section .btn-primary{color:var(--primary-color);background-color:#fff}.cta-section .btn-primary:hover{background-color:var(--bg-light)}.contact-section{background-color:var(--bg-light);padding:80px 0}.contact-section h1{text-align:left;color:var(--text-dark);margin-bottom:2rem;font-size:2.5rem}.contact-form{background-color:var(--bg-white);box-shadow:var(--shadow);border-radius:8px;padding:3rem}.form-group{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-weight:600;display:block}.form-group input{border:1px solid var(--border-color);border-radius:6px;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:var(--primary-color);outline:none}.form-hint{color:var(--text-light);margin-top:.5rem;font-size:.9rem}.sms-preferences{background-color:var(--bg-light);border-radius:8px;margin:2rem 0;padding:2rem}.sms-preferences h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.3rem}.checkbox-group{margin-bottom:1.5rem}.checkbox-container{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;padding:1.5rem}.checkbox-label{cursor:pointer;align-items:flex-start;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:4px;margin-right:12px}.checkbox-text{color:var(--text-dark);font-size:.95rem;line-height:1.6}.checkbox-text a{color:var(--secondary-color);text-decoration:none}.checkbox-text a:hover{text-decoration:underline}.form-info{color:var(--text-dark);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.form-disclaimer{color:var(--text-light);margin-top:1.5rem;font-size:.9rem;line-height:1.6}.about-hero{text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#e8f0f7 100%);padding:80px 0}.about-hero h1{color:var(--text-dark);margin-bottom:1rem;font-size:3rem}.subtitle{color:var(--text-light);font-size:1.3rem}.about-content{padding:80px 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-text h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem}.about-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-image .image-placeholder{background-color:var(--bg-light);border:2px dashed var(--border-color);height:350px;color:var(--text-light);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.our-focus{background-color:var(--bg-light);padding:80px 0}.our-focus h2{text-align:center;color:var(--text-dark);margin-bottom:3rem;font-size:2.5rem}.focus-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.focus-item{background-color:var(--bg-white);box-shadow:var(--shadow);border-radius:8px;padding:2rem}.focus-item h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.focus-item p{color:var(--text-light);line-height:1.8}.our-values{padding:80px 0}.our-values h2{text-align:center;color:var(--text-dark);margin-bottom:3rem;font-size:2.5rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.value-card{text-align:center;background-color:var(--bg-light);border-radius:8px;padding:2rem;transition:transform .3s}.value-card:hover{transform:translateY(-5px)}.value-icon{margin-bottom:1rem;font-size:3rem}.value-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.value-card p{color:var(--text-light);line-height:1.6}.location-section{background:linear-gradient(135deg,#e8f0f7 0%,#f5f7fa 100%);padding:80px 0}.location-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.location-text h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem}.location-text p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.location-details h4{color:var(--text-dark);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem}.location-details p{color:var(--text-light);font-size:1rem;line-height:1.8}.location-details a{color:var(--primary-color);text-decoration:none}.location-details a:hover{text-decoration:underline}.location-image .image-placeholder{background-color:var(--bg-white);border:2px dashed var(--border-color);height:400px;color:var(--text-light);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.legal-content{background-color:var(--bg-white);padding:80px 0}.legal-content h1{color:var(--text-dark);margin-bottom:1rem;font-size:2.8rem}.last-updated{color:var(--text-light);margin-bottom:2rem;font-size:1rem;font-style:italic}.legal-content h2{color:var(--text-dark);margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem}.legal-content h3{color:var(--text-dark);margin-top:2rem;margin-bottom:.8rem;font-size:1.4rem}.legal-content h4{color:var(--text-dark);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem}.legal-content p{color:var(--text-dark);margin-bottom:1rem;font-size:1rem;line-height:1.8}.legal-content ul{margin-bottom:1rem;margin-left:2rem}.legal-content li{color:var(--text-dark);margin-bottom:.5rem;line-height:1.8}.legal-content a{color:var(--primary-color);text-decoration:none}.legal-content a:hover{text-decoration:underline}.footer{background-color:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:#fffc;line-height:1.8}.footer-section a{color:var(--primary-color);text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-links{text-align:center;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;padding:1.5rem 0}.footer-links a{color:#fffc;margin:0 .5rem;text-decoration:none}.footer-links a:hover{color:#fff}.footer-links span{color:#fff6}.footer-bottom{text-align:center;color:#fff9;padding-top:1.5rem}@media (max-width:768px){.hero .container,.why-choose-content,.about-grid,.location-content{grid-template-columns:1fr}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1rem}.nav-links{gap:1rem}.nav-links a{padding:.5rem;font-size:.9rem}.services h2,.why-choose-text h2,.about-hero h1,.our-focus h2,.our-values h2,.location-text h2,.cta-section h2{font-size:2rem}.contact-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.footer-content{text-align:center;grid-template-columns:1fr}}@media (max-width:480px){.container,.container-small,.container-legal{padding:0 15px}.hero,.services,.why-choose,.about-content,.our-focus,.our-values,.location-section,.cta-section,.contact-section{padding:40px 0}.logo img{height:40px}}
