html{scroll-behavior:smooth}@keyframes gradient-shift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.hero-gradient{background:linear-gradient(-45deg,#1a1118,#2d1f2d,#1a1118,#2a1525);background-size:400% 400%;animation:14s infinite gradient-shift}@keyframes bubble-rise{0%{transform:translateY(100vh) scale(.4);opacity:0}10%{opacity:1}90%{opacity:.6}100%{transform:translateY(-10vh) scale(1);opacity:0}}.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(232,180,184,.25),rgba(212,184,150,.08));border:1px solid rgba(232,180,184,.12);pointer-events:none}.bubble-1{width:18px;height:18px;left:8%;animation:8s ease-in-out infinite bubble-rise}.bubble-2{width:12px;height:12px;left:22%;animation:10s ease-in-out 2s infinite bubble-rise}.bubble-3{width:24px;height:24px;left:38%;animation:12s ease-in-out 1s infinite bubble-rise}.bubble-4{width:10px;height:10px;left:55%;animation:9s ease-in-out 4s infinite bubble-rise}.bubble-5{width:20px;height:20px;left:68%;animation:11s ease-in-out .5s infinite bubble-rise}.bubble-6{width:14px;height:14px;left:82%;animation:13s ease-in-out 3s infinite bubble-rise}.bubble-7{width:16px;height:16px;left:92%;animation:9s ease-in-out 5s infinite bubble-rise}.bubble-8{width:8px;height:8px;left:15%;animation:14s ease-in-out 6s infinite bubble-rise}.bubble-9{width:22px;height:22px;left:45%;animation:10s ease-in-out 3.5s infinite bubble-rise}.bubble-10{width:11px;height:11px;left:75%;animation:12s ease-in-out 7s infinite bubble-rise}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16, 1, .3, 1),transform .8s cubic-bezier(.16, 1, .3, 1)}.reveal.visible{opacity:1;transform:translateY(0)}.nav-scrolled{background-color:rgba(26,17,24,.92)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 3px rgba(0,0,0,.3)}.glow-btn{position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s}.glow-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(217,70,239,.3)}.glow-btn::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .3s}.glow-btn:hover::after{opacity:1}.service-card{transition:transform .35s cubic-bezier(.16, 1, .3, 1),box-shadow .35s,border-color .35s}.service-card:hover{transform:translateY(-6px);border-color:#e8b4b8;box-shadow:0 20px 40px rgba(183,110,121,.15)}.pricing-card{transition:transform .35s cubic-bezier(.16, 1, .3, 1),box-shadow .35s}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.25)}@keyframes pulse-border{0%,100%{border-color:#b76e79}50%{border-color:#d946ef}}.pulse-border{animation:3s ease-in-out infinite pulse-border}.review-card{transition:transform .3s}.review-card:hover{transform:translateY(-3px)}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16, 1, .3, 1)}.mobile-menu.open{max-height:500px}.pride-line{height:3px;background:linear-gradient(90deg,#e40303,#ff8c00,#ffed00,#008026,#004dff,#750787);opacity:.6}@keyframes tail-wag{0%,100%{transform:rotate(0)}25%{transform:rotate(3deg)}75%{transform:rotate(-3deg)}}.dog-card:hover .dog-icon{animation:.4s ease-in-out 3 tail-wag}input:focus,textarea:focus{outline:0;border-color:#b76e79!important;box-shadow:0 0 0 3px rgba(183,110,121,.2)}@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}.shimmer-text{background:linear-gradient(90deg,#e8b4b8,#d4b896,#d946ef,#e8b4b8);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:4s linear infinite shimmer}.hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(183,110,121,.15) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}