@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;700;900&display=swap";
:root{--primary:#d4af37;--primary-glow:#d4af3733;--secondary:#0a162b;--accent:#f1d27c;--background:#050b14;--surface:#0f172a;--surface-hover:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#ffffff1a;--border-primary:#d4af374d;--font-heading:"Playfair Display",serif;--font-body:"Outfit",sans-serif;--transition-fast:.2s ease;--transition-slow:.5s cubic-bezier(.4,0,.2,1);--max-width:1200px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--text-primary);font-family:var(--font-body);overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.glass{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);background:#0f172a99}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:var(--secondary);cursor:pointer;transition:var(--transition-fast);border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;display:inline-flex}.btn-primary:hover{box-shadow:0 4px 20px var(--primary-glow);transform:translateY(-2px)}.text-gold{color:var(--primary);background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width:768px){:root{--section-padding:3.5rem}h1{font-size:2.25rem!important}h2{font-size:1.75rem!important}h3{font-size:1.5rem!important}.container{padding:0 1rem}}.section-padding{padding:var(--section-padding,6rem)0}details[open] summary span:last-child{transform:rotate(45deg)}summary span:last-child{font-size:1.5rem;transition:transform .2s}
.Navbar-module__hsyRjW__nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#050b14cc;align-items:center;height:100px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__hsyRjW__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__hsyRjW__logo{align-items:center;gap:.75rem;display:flex}.Navbar-module__hsyRjW__logoIcon{object-fit:contain;width:auto;height:60px}.Navbar-module__hsyRjW__logoText{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.02em;font-size:1.75rem;font-weight:900;line-height:1}.Navbar-module__hsyRjW__gold{color:var(--primary)}.Navbar-module__hsyRjW__links{gap:2.5rem;display:flex}.Navbar-module__hsyRjW__links a{color:var(--text-secondary);transition:var(--transition-fast);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;font-weight:500}.Navbar-module__hsyRjW__links a:hover{color:var(--primary)}.Navbar-module__hsyRjW__mobileBtn{display:none}.Navbar-module__hsyRjW__desktopBtn{display:block}.Navbar-module__hsyRjW__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.Navbar-module__hsyRjW__hamburger span{background:var(--primary);border-radius:3px;width:100%;height:3px;transition:all .3s}@media (max-width:992px){.Navbar-module__hsyRjW__links{background:var(--background);z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100vh;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.Navbar-module__hsyRjW__links.Navbar-module__hsyRjW__active{right:0}.Navbar-module__hsyRjW__links a{font-size:1.5rem}.Navbar-module__hsyRjW__mobileBtn{margin-top:1rem;padding:1rem 2rem;color:#000!important;font-size:1.1rem!important;display:inline-flex!important}.Navbar-module__hsyRjW__hamburger{display:flex}.Navbar-module__hsyRjW__desktopBtn{display:none}.Navbar-module__hsyRjW__hamburgerActive span:first-child{transform:translateY(9px)rotate(45deg)}.Navbar-module__hsyRjW__hamburgerActive span:nth-child(2){opacity:0}.Navbar-module__hsyRjW__hamburgerActive span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Navbar-module__hsyRjW__logoText{font-size:1.25rem}.Navbar-module__hsyRjW__logoIcon{height:45px}.Navbar-module__hsyRjW__nav{height:80px}}
.Footer-module__y_mvga__footer{background:var(--surface);border-top:1px solid var(--border);margin-top:5rem;padding-top:5rem}.Footer-module__y_mvga__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__y_mvga__logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Footer-module__y_mvga__footerIcon{object-fit:contain;width:auto;height:50px}.Footer-module__y_mvga__logoText{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.02em;font-size:1.5rem;font-weight:900;line-height:1}.Footer-module__y_mvga__gold{color:var(--primary)}.Footer-module__y_mvga__tagline{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.Footer-module__y_mvga__socials{gap:1rem;display:flex}.Footer-module__y_mvga__socials a{color:#fff;width:36px;height:36px;transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__y_mvga__socials a:hover{transform:translateY(-2px)}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__whatsapp{background:#25d366}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__whatsapp:hover{background:#1eb956}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__facebook{background:#1877f2}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__facebook:hover{background:#166fe5}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__instagram:hover{transform:translateY(-2px)scale(1.1)}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__twitter{background:#000;border:1px solid #ffffff1a}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__twitter:hover{background:#222}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__tiktok{background:#000;border:1px solid #ffffff1a}.Footer-module__y_mvga__socials a.Footer-module__y_mvga__tiktok:hover{background:#222}.Footer-module__y_mvga__linksColumn h4,.Footer-module__y_mvga__contactColumn h4{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem}.Footer-module__y_mvga__linksColumn a,.Footer-module__y_mvga__contactColumn p{color:var(--text-secondary);transition:var(--transition-fast);margin-bottom:.8rem;font-size:.95rem;display:block}.Footer-module__y_mvga__linksColumn a:hover{color:var(--primary);padding-left:5px}.Footer-module__y_mvga__bottom{border-top:1px solid var(--border);color:var(--text-muted);padding:2rem 0;font-size:.9rem}.Footer-module__y_mvga__bottomContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:992px){.Footer-module__y_mvga__grid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.Footer-module__y_mvga__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__y_mvga__bottomContainer{text-align:center;flex-direction:column;justify-content:center}}
.FloatingSocials-module__HZqfBq__floatingContainer{z-index:9999;position:fixed;top:50%;right:20px;transform:translateY(-50%)}.FloatingSocials-module__HZqfBq__desktopIcons{flex-direction:column;gap:15px;display:flex}.FloatingSocials-module__HZqfBq__mobileTab{display:none}.FloatingSocials-module__HZqfBq__socialIcon{background:var(--surface);width:50px;height:50px;color:var(--text-primary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #0006}.FloatingSocials-module__HZqfBq__socialIcon:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:scale(1.1)}.FloatingSocials-module__HZqfBq__whatsapp{color:#fff;background:#25d366;border-color:#25d366}.FloatingSocials-module__HZqfBq__whatsapp:hover{background:#1eb956;border-color:#1eb956}.FloatingSocials-module__HZqfBq__facebook{color:#fff;background:#1877f2;border-color:#1877f2}.FloatingSocials-module__HZqfBq__facebook:hover{background:#166fe5;border-color:#166fe5}.FloatingSocials-module__HZqfBq__instagram{color:#fff;background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-color:#0000}.FloatingSocials-module__HZqfBq__instagram:hover{border-color:#0000;transform:scale(1.1);box-shadow:0 4px 15px #e4405f80}.FloatingSocials-module__HZqfBq__twitter{color:#fff;background:#000;border-color:#000}.FloatingSocials-module__HZqfBq__twitter:hover{background:#333;border-color:#333}.FloatingSocials-module__HZqfBq__tiktok{color:#fff;background:#000;border-color:#000}.FloatingSocials-module__HZqfBq__tiktok:hover{background:#333;border-color:#333}@media (max-width:768px){.FloatingSocials-module__HZqfBq__floatingContainer{width:100vw;inset:auto 0 0;transform:none}.FloatingSocials-module__HZqfBq__desktopIcons{display:none}.FloatingSocials-module__HZqfBq__mobileTab{background:var(--surface);border-top:1px solid var(--border);width:100%;display:flex;box-shadow:0 -4px 15px #00000080}.FloatingSocials-module__HZqfBq__mobileAction{color:var(--text-primary);flex-direction:row;flex:1;justify-content:center;align-items:center;gap:8px;padding:16px 0;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.FloatingSocials-module__HZqfBq__mobileAction span{font-family:var(--font-heading);letter-spacing:.05em}.FloatingSocials-module__HZqfBq__divider{background:var(--border);width:1px;margin:10px 0}}
