@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--cream: #FDF8F3;--dark: #1A1612;--gold: #C8973A;--teal: #2A7B7C;--soft: #F5EDE0;--text: #2C2420;--muted: #7A6A5A;--white: #FFFFFF}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}.hero{min-height:auto;display:flex;align-items:flex-start;position:relative;overflow:hidden;padding:.5rem 2rem 3rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--cream) 0%,#EAF4F4 50%,var(--cream) 100%)}.hero-circle{position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(42,123,124,.15) 0%,transparent 70%)}.hero-circle2{position:absolute;left:-150px;bottom:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(200,151,58,.1) 0%,transparent 70%)}.hero-content{position:relative;max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#2a7b7c1a;border:1px solid rgba(42,123,124,.3);padding:.4rem 1rem;border-radius:30px;font-size:.8rem;color:var(--teal);font-weight:500;margin-bottom:1.5rem;letter-spacing:.5px}.hero-badge:before{content:"●";font-size:.5rem;color:var(--teal);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}h1{font-family:Playfair Display,serif;font-size:3.5rem;line-height:1.15;color:var(--dark);margin-bottom:1.5rem;font-weight:700}h1 .accent{color:var(--gold);font-style:italic}.hero-desc{font-size:1.05rem;color:var(--muted);line-height:1.8;margin-bottom:2.5rem;max-width:440px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--teal);color:#fff;padding:.85rem 2rem;border-radius:30px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s;border:none;cursor:pointer;display:inline-block}.btn-primary:hover{background:#1e6364;transform:translateY(-2px);box-shadow:0 8px 25px #2a7b7c4d}.btn-secondary{background:transparent;color:var(--teal);padding:.85rem 2rem;border-radius:30px;font-size:.9rem;font-weight:500;border:1.5px solid var(--teal);text-decoration:none;transition:all .3s;cursor:pointer;display:inline-block}.btn-secondary:hover{background:var(--teal);color:#fff}.hero-visual{display:flex;flex-direction:column;gap:1rem}.hero-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 10px 40px #0000000f;transition:transform .3s}.hero-card:hover{transform:translateY(-4px)}.hero-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.8rem}.hero-card h3{font-size:.95rem;font-weight:500;color:var(--dark);margin-bottom:.3rem}.hero-card p{font-size:.82rem;color:var(--muted)}.stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{background:#fff;border-radius:16px;padding:1.2rem;text-align:center;box-shadow:0 4px 20px #0000000d}.stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--teal)}.stat-label{font-size:.78rem;color:var(--muted);margin-top:.2rem}section{padding:5rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-tag{font-size:.78rem;font-weight:500;color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:.8rem}.section-title{font-family:Playfair Display,serif;font-size:2.4rem;color:var(--dark);line-height:1.3;margin-bottom:1rem}.section-sub{color:var(--muted);font-size:1rem;line-height:1.8;max-width:520px}.services{background:var(--soft)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.service-card{background:#fff;border-radius:20px;padding:2rem;transition:all .3s;cursor:pointer;border:1px solid transparent}.service-card:hover{border-color:var(--teal);transform:translateY(-6px);box-shadow:0 20px 50px #2a7b7c1f}.svc-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.2rem}.svc-blue{background:#eaf4f4}.svc-gold{background:#fdf3e3}.svc-pink{background:#fde8e8}.service-card h3{font-size:1.05rem;font-weight:500;color:var(--dark);margin-bottom:.6rem}.service-card p{font-size:.85rem;color:var(--muted);line-height:1.7}.why-us{background:var(--dark);color:#fff}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.why-text .section-title{color:#fff}.why-text .section-sub{color:#ffffffa6}.why-points{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem}.why-point{display:flex;align-items:flex-start;gap:1rem}.why-check{width:32px;height:32px;min-width:32px;border-radius:50%;background:#c8973a33;border:1px solid rgba(200,151,58,.4);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.85rem;margin-top:2px}.why-point-text h4{font-size:.95rem;font-weight:500;color:#fff;margin-bottom:.25rem}.why-point-text p{font-size:.83rem;color:#ffffff8c;line-height:1.6}.why-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.why-visual-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:center;transition:all .3s}.why-visual-card:hover{background:#ffffff1a}.why-visual-card .num{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--gold)}.why-visual-card .lbl{font-size:.78rem;color:#ffffff8c;margin-top:.3rem}.testimonials{background:var(--cream)}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.test-card{background:#fff;border-radius:20px;padding:1.8rem;box-shadow:0 4px 20px #0000000d;transition:transform .3s}.test-card:hover{transform:translateY(-4px)}.test-stars{color:var(--gold);font-size:.85rem;margin-bottom:1rem;letter-spacing:2px}.test-text{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:1.2rem;font-style:italic}.test-author{display:flex;align-items:center;gap:.8rem}.test-avatar{width:38px;height:38px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:500}.test-name{font-size:.88rem;font-weight:500;color:var(--dark)}.contact{background:var(--soft)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;align-items:start}.contact-info-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 8px 30px #0000000f}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid #F0E8DF}.contact-item:last-child{border-bottom:none}.contact-icon{width:42px;height:42px;border-radius:12px;background:#eaf4f4;display:flex;align-items:center;justify-content:center;font-size:1.1rem;min-width:42px}.contact-item h4{font-size:.85rem;font-weight:500;color:var(--dark);margin-bottom:.25rem}.contact-item p,.contact-item a{font-size:.82rem;color:var(--muted);text-decoration:none;line-height:1.5}.contact-item a:hover{color:var(--teal)}.appt-form{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 8px 30px #0000000f}.appt-form h3{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1.5rem;color:var(--dark)}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.8rem;font-weight:500;color:var(--muted);margin-bottom:.4rem;letter-spacing:.3px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #E8DDD5;border-radius:10px;font-size:.88rem;color:var(--dark);font-family:DM Sans,sans-serif;transition:border-color .3s;background:#fff;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal)}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{width:100%;background:var(--teal);color:#fff;padding:1rem;border:none;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .3s}.submit-btn:hover{background:#1e6364;transform:translateY(-1px)}.submit-btn.success{background:#1e6364}footer{background:var(--dark);color:#fff;padding:3rem 2rem;text-align:center}.footer-logo{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-logo span{color:var(--gold)}.footer-tagline{font-size:.85rem;color:#ffffff73;margin-bottom:2rem}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer-links a{text-decoration:none;color:#ffffff80;font-size:.82rem;transition:color .3s}.footer-links a:hover{color:var(--gold)}.footer-copy{font-size:.78rem;color:#ffffff40;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.fade-in{opacity:0;transform:translateY(30px);transition:all .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){section{padding:3.5rem 1.25rem}.section-inner{padding-left:0;padding-right:0}.section-title{font-size:2rem}.section-sub{max-width:100%}}@media(max-width:768px){.hero{padding:1.5rem 1.25rem 3rem;min-height:auto}.hero-content{grid-template-columns:1fr;gap:1.75rem}.hero-left{order:1}.hero-right{order:2;display:block}h1{font-size:2.1rem;line-height:1.2;margin-bottom:1rem}.hero-desc{max-width:100%;font-size:.95rem;margin-bottom:1.75rem}.hero-btns{flex-direction:column;align-items:stretch;gap:.75rem}.hero-btns .btn-primary,.hero-btns .btn-secondary{text-align:center;width:100%;padding:.9rem 1.5rem;font-size:.92rem}.services-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr;gap:2rem}.why-visual-grid{grid-template-columns:1fr 1fr}.test-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info-card{padding:1.5rem}.nav-links{display:none}.section-title{font-size:1.75rem}}@media(max-width:480px){section{padding:2.5rem 1rem}.hero{padding:1.25rem 1rem 2.5rem}h1{font-size:1.85rem}.section-tag{font-size:.72rem;letter-spacing:1.2px}.section-title{font-size:1.5rem}.why-visual-grid{grid-template-columns:1fr 1fr}.contact-item{flex-wrap:wrap}.appt-form{padding:1.5rem}}@media(max-width:360px){h1{font-size:1.65rem}.section-title{font-size:1.35rem}.btn-primary,.btn-secondary{font-size:.85rem;padding:.8rem 1.2rem}}
