@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;background-color:#f8f5f2;font-family:Montserrat,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.highlight{background:linear-gradient(135deg,#d2af8e 0%,#c3956a 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}:focus-visible{outline-offset:2px;outline:3px solid #d2af8e80}.skip-to-content{color:#fff;z-index:9999;background:#d2af8e;padding:8px 16px;text-decoration:none;position:absolute;top:-40px;left:0}.skip-to-content:focus{top:0}.prosper-header{z-index:1000;box-shadow:none;background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.prosper-header.scrolled{background:#f7f4f0;box-shadow:0 4px 20px #25545614}.prosper-header .prosper-nav{background:0 0;padding:1rem}.prosper-header .prosper-nav .nav-container{justify-content:space-between;align-items:center;display:flex}.prosper-header .prosper-nav .nav-container .brand-logo{flex-direction:column;gap:.25rem;display:flex}.prosper-header .prosper-nav .nav-container .brand-logo .logo-image-container{align-items:center;height:60px;display:flex}.prosper-header .prosper-nav .nav-container .brand-logo .logo-image-container .logo-image{object-fit:contain;width:auto;height:100%;transition:opacity .2s ease-in-out}.prosper-header .prosper-nav .nav-container .brand-logo .logo-subtitle{color:#666;letter-spacing:.5px;margin-top:.25rem;font-size:.8rem}.prosper-header .prosper-nav .nav-container .nav-menu{gap:2rem;margin-left:2rem;display:flex}@media (max-width:1024px){.prosper-header .prosper-nav .nav-container .nav-menu{opacity:0;visibility:hidden;z-index:999;background:#f7f4f0;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;position:fixed;top:120px;left:0;right:0;transform:translateY(-100%);box-shadow:0 8px 30px #2554561f}.prosper-header .prosper-nav .nav-container .nav-menu.open{opacity:1;visibility:visible;transform:translateY(0)}}.prosper-header .prosper-nav .nav-container .nav-menu .nav-item{color:#333;padding:.5rem 0;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.prosper-header .prosper-nav .nav-container .nav-menu .nav-item.active{color:#d2af8e}.prosper-header .prosper-nav .nav-container .nav-menu .nav-item.active:after{content:"";background:linear-gradient(135deg,#d2af8e 0%,#c3956a 100%);height:2px;position:absolute;bottom:0;left:0;right:0}.prosper-header .prosper-nav .nav-container .nav-menu .nav-item:hover{color:#d2af8e}.prosper-header .prosper-nav .nav-container .nav-menu .nav-item:focus-visible{outline-offset:4px;outline:2px solid #d2af8e}.prosper-header .prosper-nav .nav-container .nav-actions{align-items:center;gap:1rem;display:flex}.prosper-header .prosper-nav .nav-container .nav-actions .btn-prosper{cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.prosper-header .prosper-nav .nav-container .nav-actions .btn-prosper.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d2af8e 0%,#c3956a 100%);border:none;border-radius:4px;font-weight:600;transition:all .3s}.prosper-header .prosper-nav .nav-container .nav-actions .btn-prosper.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2554561f}.prosper-header .prosper-nav .nav-container .nav-actions .btn-prosper.btn-primary:focus{outline-offset:2px;outline:3px solid #d2af8e4d}.prosper-header .prosper-nav .nav-container .nav-actions .btn-prosper.btn-secondary{color:#d2af8e;cursor:pointer;background:0 0;border:2px solid #d2af8e;border-radius:4px;font-weight:600;transition:all .3s}.prosper-header .prosper-nav .nav-container .nav-actions .btn-prosper.btn-secondary:hover{color:#fff;background:#255456}.prosper-header .prosper-nav .nav-container .nav-actions .btn-prosper.btn-secondary:focus{outline-offset:2px;outline:3px solid #2554564d}.prosper-header .prosper-nav .nav-container .nav-actions .menu-toggle{display:none}@media (max-width:1024px){.prosper-header .prosper-nav .nav-container .nav-actions .menu-toggle{cursor:pointer;color:#255456;background:0 0;border:none;padding:.5rem;display:block}.prosper-header .prosper-nav .nav-container .nav-actions .menu-toggle:focus-visible{border-radius:4px;outline:2px solid #d2af8e}}.prosper-footer{color:#fff;background:#255456}.prosper-footer .footer-top{border-bottom:1px solid #ffffff1a;padding:2rem 0}@media (max-width:768px){.prosper-footer .footer-top{padding:3rem 0}}.prosper-footer .footer-top .footer-content{grid-template-columns:1fr 2fr;gap:4rem;display:grid}@media (max-width:1024px){.prosper-footer .footer-top .footer-content{grid-template-columns:1fr;gap:3rem}}.prosper-footer .footer-top .footer-content .footer-brand .brand-logo{margin-bottom:.4rem}.prosper-footer .footer-top .footer-content .footer-brand .brand-logo .logo-image-container{align-items:center;height:60px;display:flex}.prosper-footer .footer-top .footer-content .footer-brand .brand-logo .logo-image-container .logo-image{object-fit:contain;width:auto;height:80%}.prosper-footer .footer-top .footer-content .footer-brand .footer-tagline{color:#d2af8e;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.prosper-footer .footer-top .footer-content .footer-brand .footer-description{color:#fffc;line-height:1.6}.prosper-footer .footer-top .footer-content .footer-links{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:1024px){.prosper-footer .footer-top .footer-content .footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.prosper-footer .footer-top .footer-content .footer-links{grid-template-columns:1fr;gap:2rem}}.prosper-footer .footer-top .footer-content .footer-links .link-group h4{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.prosper-footer .footer-top .footer-content .footer-links .link-group a{color:#ffffffb3;margin-bottom:.75rem;text-decoration:none;transition:all .3s;display:block}.prosper-footer .footer-top .footer-content .footer-links .link-group a:hover{color:#d2af8e;transform:translate(5px)}.prosper-footer .footer-top .footer-content .footer-links .link-group a:focus-visible{outline-offset:2px;outline:2px solid #d2af8e}.prosper-footer .footer-bottom{padding:.4rem 0}.prosper-footer .footer-bottom .footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.prosper-footer .footer-bottom .footer-bottom-content{text-align:center;flex-direction:column}}.prosper-footer .footer-bottom .footer-bottom-content .copyright{color:#ffffffb3;font-size:.9rem}.prosper-footer .footer-bottom .footer-bottom-content .legal-links{gap:2rem;display:flex}@media (max-width:768px){.prosper-footer .footer-bottom .footer-bottom-content .legal-links{gap:1rem}}.prosper-footer .footer-bottom .footer-bottom-content .legal-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:all .3s}.prosper-footer .footer-bottom .footer-bottom-content .legal-links a:hover{color:#d2af8e}.prosper-footer .footer-bottom .footer-bottom-content .footer-badges{gap:1rem;display:flex}@media (max-width:768px){.prosper-footer .footer-bottom .footer-bottom-content .footer-badges{flex-direction:column;align-items:center}}.prosper-footer .footer-bottom .footer-bottom-content .footer-badges .badge{background:#ffffff1a;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.prosper-footer .footer-bottom .footer-bottom-content .footer-badges .badge svg{color:#d2af8e}.floating-actions{z-index:1000;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}@media (max-width:768px){.floating-actions{bottom:1rem;right:1rem}}.floating-actions .floating-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;box-shadow:0 8px 30px #2554561f}@media (max-width:768px){.floating-actions .floating-btn{width:50px;height:50px}}.floating-actions .floating-btn.whatsapp{color:#fff;background:#255456}.floating-actions .floating-btn.whatsapp:hover{background:#163132;transform:scale(1.1)}.floating-actions .floating-btn.whatsapp:focus-visible{outline:3px solid #25545680}.floating-actions .floating-btn.phone{color:#fff;background:#d2af8e}.floating-actions .floating-btn.phone:hover{background:#c3956a;transform:scale(1.1)}.floating-actions .floating-btn.phone:focus-visible{outline:3px solid #d2af8e80}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8f5f2}::-webkit-scrollbar-thumb{background:#d2af8e;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#c3956a}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
