*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Bellfair,serif;background:none;color:#2f3e3a;line-height:1.7}h1,h2,h3{font-family:Caudex,serif;color:#2f3e3a;letter-spacing:-.01em}h1{font-size:2.9rem;font-weight:700;line-height:1.2}h2{font-size:2.1rem;font-weight:600}h3{font-size:1.2rem;font-weight:600}p{font-size:1rem;color:#4a5c57}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 3rem;background-color:#e6f0eb;transition:all .3s ease}.navbar-scrolled{padding:.8rem 3rem;background-color:#e6f0ebf2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 10px #0000000d}.brand span{font-family:Caudex,serif;font-size:1.35rem;font-weight:600;color:#2f3e3a}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links li{font-size:.95rem;cursor:pointer}.why-choose{background:linear-gradient(180deg,#e4efe9,#dceae3 40%,#d5e6df,#d0e3db);padding:4.5rem 3rem}.why-content{max-width:800px;margin:auto;text-align:center}.why-content h2{margin-bottom:1rem}.why-content h3{font-family:Bellfair,serif;font-weight:400;font-size:1.2rem;margin-bottom:1.5rem;color:#3f524c}.why-intro{font-size:1rem;margin-bottom:2.5rem;color:#4a5c57}.why-marquee{width:100%;overflow:hidden;margin-top:2.5rem;padding:1.2rem 0}.why-track{display:flex;gap:1.5rem;width:max-content;animation:scroll-left 35s linear infinite}.why-pill{display:flex;align-items:center;gap:.6rem;background-color:#eebeca;padding:1rem 1.6rem;border-radius:999px;font-weight:600;font-size:1.05rem;color:#2f3e3a;white-space:nowrap;box-shadow:0 4px 12px #0000000a}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.why-marquee:hover .why-track{animation-play-state:paused}.services{background:linear-gradient(180deg,#fdecef,#f7dfe6 35%,#f3e9ec,#e9f2ee 85%,#e4efe9);padding:3.5rem 3rem;text-align:center}.services h2{margin-bottom:1rem;font-size:1.5rem;font-weight:1000}.service-cards{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:1rem}.card{background-color:#f2b5c4;padding:2.5rem;width:300px;border-radius:14px;text-align:center;transition:transform .3s ease}.card p{font-size:1.15rem;line-height:1.6}.card:hover{transform:translateY(-10px)}.card-image{width:100%;height:170px;border-radius:10px;overflow:hidden;margin-bottom:1rem}.card-image img{width:100%;height:140%;object-fit:cover;filter:brightness(.95) contrast(.9);transition:transform .4s ease}.card:hover .card-image img{transform:scale(1.05)}.footer{background-color:#e6f0eb;text-align:center;padding:1.5rem;font-size:.85rem;color:#2f3e3a}.contact{background:linear-gradient(180deg,#d0e3db);padding:5rem 3rem;text-align:center}.contact-container{max-width:700px;margin:auto}.contact-intro{margin:1.2rem 0 3rem;color:#3f524c;font-size:1.15rem}.contact-links{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.contact-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.6rem;border-radius:999px;background:linear-gradient(135deg,#f6c1cd,#eebeca);color:#2f3e3a;font-weight:600;font-size:1rem;box-shadow:0 6px 18px #0000000f;transition:all .3s ease}.contact-item:hover{transform:translateY(-4px);box-shadow:0 10px 22px #0000001a}.contact-item svg{color:#6b8f82}.page-wrapper{position:relative;min-height:100vh;overflow-x:hidden}.global-bubbles{position:fixed;inset:0;pointer-events:none;z-index:2}.page-wrapper>*:not(.global-bubbles){position:relative;z-index:3}.g-bubble{position:absolute;border-radius:50%;opacity:.5;background:radial-gradient(circle at 30% 30%,#ffffffe6,#d2e6dc66,#b4d2c84d);box-shadow:inset -12px -12px 25px #ffffff80,inset 10px 10px 20px #0000000d;animation:floatAmbient 40s ease-in-out infinite}.b1{width:220px;height:220px;top:10%;left:8%}.b2{width:300px;height:300px;top:50%;left:70%;animation-delay:-8s}.b3{width:150px;height:150px;top:30%;left:40%;animation-delay:-15s}.b4{width:180px;height:180px;top:75%;left:15%;animation-delay:-20s}.b5{width:260px;height:260px;top:85%;left:60%;animation-delay:-25s}.b6{width:120px;height:120px;top:15%;left:85%;animation-delay:-30s}@keyframes floatAmbient{0%{transform:translate(0)}25%{transform:translate(20px,-30px)}50%{transform:translate(-25px,-60px)}75%{transform:translate(15px,-30px)}to{transform:translate(0)}}.page-wrapper{position:relative;min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,#fdecef,#f7dfe6 20%,#f3e9ec,#e9f2ee,#e4efe9,#dceae3 80%,#d0e3db)}.hero{background:linear-gradient(180deg,#cfe3da,#eef3ee 55%,#fdecef);padding:8rem 3rem;text-align:center}.hero-content{max-width:850px;margin:auto}.hero h1{font-size:4rem;font-weight:600;margin-bottom:1.5rem}.hero h3{font-family:Bellfair,serif;font-size:1.5rem;font-weight:400;color:#3f524c}.hero p{font-size:1.15rem;max-width:1000px;margin:0 auto 3rem;color:#4a5c57}.hero-buttons{display:flex;justify-content:center;gap:3rem}.primary-btn,.secondary-btn{background-color:#f2b5c4;font-family:Bellfair,serif;font-size:1.15rem;font-weight:400;border:none;padding:.9rem 1.6rem;border-radius:30px;cursor:pointer}.primary-btn,.secondary-btn{display:inline-block;cursor:pointer;font-family:inherit}.primary-btn:hover,.secondary-btn:hover{opacity:.9}.primary-btn:focus,.secondary-btn:focus{outline:none;box-shadow:0 0 0 3px #6b8f8259}a{color:inherit;text-decoration:none}@media(max-width:600px){.hero-buttons{flex-direction:column}}.hero{position:relative;overflow:hidden}.hero-bubbles{position:absolute;inset:0;z-index:0;pointer-events:none}.bubble{position:absolute;border-radius:50%;opacity:40;animation-name:bubbleDrift;animation-timing-function:ease-in-out;animation-iteration-count:infinite;box-shadow:inset -10px -10px 25px #ffffff59,inset 8px 8px 20px #00000014,0 12px 40px #00000014}.bubble-blush{background:radial-gradient(circle at 30% 25%,#fffffff2,#fdecef73 40%,#f2cdd659,#e6bec840)}.bubble-1{width:240px;height:240px;top:10%;left:6%;animation-duration:26s}.bubble-2{width:340px;height:340px;bottom:6%;right:6%;animation-duration:34s;animation-direction:alternate}.bubble-3{width:180px;height:180px;top:42%;right:28%;animation-duration:22s}.bubble-4{width:140px;height:140px;bottom:24%;left:24%;animation-duration:30s;animation-direction:alternate-reverse}.bubble-5{width:100px;height:100px;top:22%;right:46%;animation-duration:18s}@keyframes bubbleDrift{0%{transform:translate(0) scale(1) rotate(0)}25%{transform:translate(18px,-28px) scale(1.03) rotate(2deg)}50%{transform:translate(-22px,-46px) scale(.97) rotate(-3deg)}75%{transform:translate(14px,-26px) scale(1.02) rotate(1deg)}to{transform:translate(0) scale(1) rotate(0)}}.hero-content{position:relative;z-index:1}@media(max-width:768px){.bubble-2,.bubble-5{display:none}}
