:root{--primary-color:#1a3c34;--text-white:#fff;--text-dark:#111;--text-gray:#666;--bg-dark-overlay:#0006;--bg-light:#f5f5f5}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);scroll-behavior:smooth;background-color:#fff;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}.text-center{text-align:center}.hero-section{min-height:100vh;color:var(--text-white);background-image:url(/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex;position:relative}.hero-section:before{content:"";background:var(--bg-dark-overlay);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-wrapper{z-index:2;flex-direction:column;flex:1;width:100%;display:flex;position:relative}.navbar{justify-content:space-between;align-items:center;width:100%;padding:2rem 5%;display:flex}.nav-brand{letter-spacing:-.5px;align-items:center;font-size:1.8rem;font-weight:700;display:flex}.nav-brand span{color:var(--primary-color);margin-left:4px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{padding-bottom:2px;font-size:1rem;font-weight:500;transition:all .3s;position:relative}.nav-link:hover{color:#ccc}.nav-link.active:after{content:"";background-color:var(--primary-color);width:100%;height:2px;position:absolute;bottom:0;left:0}.btn-primary{background-color:var(--primary-color);color:var(--text-white);cursor:pointer;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .3s,transform .2s}.btn-primary:hover{background-color:#275a4f;transform:translateY(-2px)}.hero-main{text-align:center;flex:1;justify-content:center;align-items:center;padding:0 5%;display:flex}.hero-title{text-shadow:0 2px 10px #0000004d;max-width:800px;font-size:4rem;font-weight:700;line-height:1.2}.services-section{background-color:#fff;padding:6rem 5%}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-desc{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.service-card{background:#fff;border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000000d}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0000001a}.service-img{object-fit:cover;width:100%;height:250px}.service-content{flex-direction:column;flex:1;padding:2.5rem 2rem;display:flex}.service-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.service-text{color:var(--text-gray);flex:1;margin-bottom:2rem;font-size:1.05rem}.service-btn{color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;text-align:center;background:0 0;border-radius:50px;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.service-btn:hover{background:var(--primary-color);color:var(--text-white)}.booking-section{background-color:var(--bg-light);padding:6rem 5%}.booking-container{background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;max-width:1000px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 20px 60px #00000014}.booking-info{background-color:var(--primary-color);color:#fff;flex-direction:column;justify-content:center;padding:4rem 3rem;display:flex}.booking-info h3{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.booking-info p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.booking-form{padding:4rem 3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-control{border:1px solid #ddd;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-control:focus{border-color:var(--primary-color);outline:none}.submit-btn{border-radius:6px;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}.how-it-works{background-color:#fff;padding:6rem 5%}.hiw-container{text-align:center;max-width:1200px;margin:0 auto}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:4rem;display:grid}.step-card{background:var(--bg-light);text-align:left;border-radius:12px;padding:2.5rem 2rem;position:relative;box-shadow:0 5px 15px #00000005}.step-number{background:var(--primary-color);color:var(--text-white);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;display:flex}.step-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.step-desc{color:var(--text-gray);font-size:1rem}.features-split{grid-template-columns:1fr 1fr;display:grid}.feature-block{align-items:center;min-height:500px;padding:6rem 5%;display:flex;position:relative}.bg-dark{background:var(--text-dark);color:#fff}.office-bg{color:#fff;background-image:url(/office-bg.png);background-position:50%;background-size:cover}.feature-overlay{z-index:1;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.feature-content{z-index:2;max-width:500px;position:relative}.feature-title{margin-bottom:1.5rem;font-size:3rem;font-weight:700}.feature-desc{opacity:.9;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.community-section{background:#fff;padding:6rem 5%}.community-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.sparkler-profile-card{background:var(--bg-light);border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #0000000d}.sparkler-img{object-fit:cover;width:100%;height:400px}.sparkler-info{padding:2.5rem}.sparkler-name{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.sparkler-bio{color:var(--text-gray);font-size:1.1rem;font-style:italic;line-height:1.6}.testimonials-section{background:var(--bg-light);padding:6rem 5%}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:3rem auto 0;display:grid}.testimonial-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px #00000008}.stars{color:var(--primary-color);letter-spacing:2px;margin-bottom:1rem;font-size:1.25rem}.testimonial-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.testimonial-text{color:var(--text-gray);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.testimonial-author{color:var(--primary-color);font-weight:600}.footer{background:var(--text-dark);color:#fff;padding:6rem 5% 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto 4rem;display:grid}.footer-desc{color:#999;max-width:300px;margin-top:1.5rem;font-size:1rem}.footer-col h4{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.footer-col ul{flex-direction:column;gap:1rem;display:flex}.footer-col ul li a{color:#999;transition:color .3s}.footer-col ul li a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;color:#666;border-top:1px solid #ffffff1a;padding-top:2rem}@media (width<=992px){.features-split,.community-container,.booking-container{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.nav-links{display:none}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.footer-grid{grid-template-columns:1fr}.booking-info,.booking-form{padding:2.5rem 1.5rem}}
