*{box-sizing:border-box}body{margin:0;padding:0;color:#333;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.main-content,header,section{padding:40px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.contactBubble_contactBubbleWrapper__NsYO_{position:fixed;bottom:2rem;right:2rem;z-index:1000}.contactBubble_bubble__OHBjT{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#606c38,#283618);border:none;color:#fefae0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(40,54,24,.3);transition:all .3s ease;animation:contactBubble_pulse__yYshZ 2s ease-in-out infinite}.contactBubble_bubble__OHBjT:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(40,54,24,.4)}.contactBubble_bubble__OHBjT.contactBubble_hidden__CeiIQ{opacity:0;pointer-events:none;transform:scale(0)}.contactBubble_bubble__OHBjT svg{width:28px;height:28px}@keyframes contactBubble_pulse__yYshZ{0%,to{box-shadow:0 4px 12px rgba(40,54,24,.3)}50%{box-shadow:0 4px 12px rgba(40,54,24,.3),0 0 0 10px rgba(96,108,56,.2)}}.contactBubble_messageBox__UfHQ6{position:absolute;bottom:0;right:0;width:320px;background:#fefae0;border-radius:16px;padding:1.5rem;box-shadow:0 8px 24px rgba(40,54,24,.2);transform:scale(0);transform-origin:bottom right;opacity:0;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);pointer-events:none;border:2px solid rgba(96,108,56,.2)}.contactBubble_messageBox__UfHQ6.contactBubble_open__lLE43{transform:scale(1);opacity:1;pointer-events:all}.contactBubble_messageBox__UfHQ6 .contactBubble_closeButton__MnGey{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.contactBubble_messageBox__UfHQ6 .contactBubble_closeButton__MnGey:hover{background:rgba(40,54,24,.1);color:#283618}.contactBubble_messageBox__UfHQ6 h3{font-size:1.2rem;color:#283618;font-weight:700;margin-bottom:.75rem;margin-top:0}.contactBubble_messageBox__UfHQ6 p{color:#333;line-height:1.6;margin-bottom:1.25rem;font-size:.95rem}.contactBubble_messageBox__UfHQ6 .contactBubble_contactButton__FSTon{display:block;width:100%;background:linear-gradient(135deg,#606c38,#283618);color:#fefae0;text-align:center;padding:.85rem 1.5rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:none}.contactBubble_messageBox__UfHQ6 .contactBubble_contactButton__FSTon:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(96,108,56,.3)}@media(max-width:480px){.contactBubble_contactBubbleWrapper__NsYO_{bottom:1.5rem;right:1.5rem}.contactBubble_bubble__OHBjT{width:55px;height:55px}.contactBubble_bubble__OHBjT svg{width:24px;height:24px}.contactBubble_messageBox__UfHQ6{width:280px;padding:1.25rem}.contactBubble_messageBox__UfHQ6 h3{font-size:1.1rem}.contactBubble_messageBox__UfHQ6 p{font-size:.9rem}}@media(max-width:360px){.contactBubble_messageBox__UfHQ6{width:calc(100vw - 3rem);right:-1rem}}