*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5e6d3,#f9f0e5,#fef8f1);min-height:100vh;overflow-x:hidden}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}.container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.paw-print{position:absolute;font-size:3rem;opacity:.1;animation:float 6s ease-in-out infinite;-webkit-user-select:none;user-select:none;pointer-events:none}.paw-1{top:10%;left:15%;animation-delay:0s}.paw-2{top:20%;right:10%;animation-delay:1.5s}.paw-3{bottom:15%;left:10%;animation-delay:3s}.paw-4{bottom:25%;right:20%;animation-delay:4.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.content{max-width:800px;width:100%;text-align:center;opacity:0;transform:translateY(30px);transition:all 1s ease-out}.content.visible{opacity:1;transform:translateY(0)}.logo-container{margin-bottom:3rem;animation:fadeInScale 1.2s ease-out .2s both}.logo{width:300px;height:300px;max-width:90vw;border-radius:50%;box-shadow:0 10px 40px #65432126;transition:transform .3s ease;animation:gentleBounce 3s ease-in-out infinite}.logo:hover{transform:scale(1.05)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes gentleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.message-container{margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.title{font-size:4rem;font-weight:800;color:#654321;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(101,67,33,.1);letter-spacing:-1px}.subtitle{font-size:1.5rem;color:#8b6f47;margin-bottom:2rem;font-weight:400;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.decorative-line{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem auto;max-width:300px}.dot{width:8px;height:8px;background:#d4a574;border-radius:50%;animation:pulse 2s ease-in-out infinite}.line{flex:1;height:2px;background:linear-gradient(90deg,transparent,#D4A574,transparent)}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.5);opacity:1}}.contact-section{margin-bottom:3rem;animation:fadeInUp 1s ease-out .6s both}.contact-title{font-size:2rem;color:#654321;margin-bottom:1.5rem;font-weight:700}.contact-info{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#fff9;border-radius:50px;text-decoration:none;color:#654321;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #65432114;width:360px;max-width:90vw;justify-content:flex-start}.contact-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #65432126;background:#fffc}.contact-item .icon{font-size:1.5rem}.contact-item .text{font-family:inherit}.footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(101,67,33,.1);animation:fadeIn 1s ease-out .8s both}.footer p{color:#8b6f47;font-size:.9rem;opacity:.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.title{font-size:2.5rem}.subtitle{font-size:1.2rem}.logo{width:200px;height:200px}.contact-title{font-size:1.5rem}.contact-item{width:360px;max-width:90vw;font-size:1rem}.paw-print{font-size:2rem}}@media(max-width:480px){.container{padding:1rem}.title{font-size:2rem}.subtitle{font-size:1rem}.logo{width:180px;height:180px}.contact-item{padding:.8rem 1.5rem;font-size:.95rem}.paw-print{font-size:1.5rem}}
