@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--bg-primary:#060b19;--bg-secondary:#0c152b;--bg-card:#132247;--bg-card-hover:#1b2d5c;--accent-gold:#c5a059;--accent-gold-hover:#e0b86c;--accent-gold-rgb:197, 160, 89;--text-primary:#fff;--text-secondary:#a0aec0;--text-muted:#718096;--border-color:#c5a05926;--border-color-hover:#c5a05959;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 2px 8px #00000026;--shadow-md:0 4px 20px #00000040;--shadow-lg:0 10px 30px #0006;--radius-sm:6px;--radius-md:12px;--radius-lg:20px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-primary);height:100%;font-size:16px}body{min-height:100%;color:var(--text-secondary);background-color:var(--bg-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;line-height:1.6;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-weight:700;line-height:1.25}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}@media (max-width:768px){.section-padding{padding:3.5rem 0}}.glass{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#13224799}.glass-hover:hover{border-color:var(--border-color-hover);box-shadow:var(--shadow-lg);background:#132247bf;transform:translateY(-4px)}.btn-gold{background-color:var(--accent-gold);color:var(--bg-primary);font-family:var(--font-heading);border-radius:var(--radius-sm);border:1px solid var(--accent-gold);cursor:pointer;transition:var(--transition-smooth);letter-spacing:.03em;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-gold:hover{background-color:var(--accent-gold-hover);border-color:var(--accent-gold-hover);transform:translateY(-2px);box-shadow:0 0 15px #c5a05966}.btn-outline{color:var(--accent-gold);font-family:var(--font-heading);border-radius:var(--radius-sm);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition-smooth);letter-spacing:.03em;background-color:#0000;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-outline:hover{border-color:var(--accent-gold);background-color:#c5a0590d;transform:translateY(-2px)}.nav-link{font-family:var(--font-heading);letter-spacing:.02em;color:var(--text-secondary);font-weight:500}.nav-link:hover,.nav-link.active{color:var(--accent-gold)}.title-gradient{background:linear-gradient(135deg,#fff 40%,#e2d1a6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.accent-text{color:var(--accent-gold);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:block}
.Navbar-module__cJzEcG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);transition:var(--transition-smooth);background:#060b19d9;position:sticky;top:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;height:80px;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-primary);font-size:1.6rem;font-weight:800}.Navbar-module__cJzEcG__logo:hover{opacity:.95}.Navbar-module__cJzEcG__goldText{color:var(--accent-gold);letter-spacing:.05em;font-weight:400}.Navbar-module__cJzEcG__nav{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navList{gap:1.75rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-heading);color:var(--text-secondary);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--accent-gold);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLinkActive{color:var(--accent-gold)!important}.Navbar-module__cJzEcG__navLinkActive:after,.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__navActions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__phoneLink{font-family:var(--font-heading);color:var(--accent-gold);font-size:.95rem;font-weight:600}.Navbar-module__cJzEcG__phoneLink:hover{color:var(--accent-gold-hover);text-decoration:underline}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--text-primary);width:100%;height:2px;transition:var(--transition-smooth);border-radius:2px}@media (max-width:991px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__nav{background-color:var(--bg-secondary);border-left:1px solid var(--border-color);width:300px;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;align-items:flex-start;gap:3rem;padding:100px 2.5rem 2.5rem;transition:right .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__navOpen{right:0}.Navbar-module__cJzEcG__navList{flex-direction:column;gap:1.5rem;width:100%}.Navbar-module__cJzEcG__navLink{width:100%;font-size:1.1rem;display:block}.Navbar-module__cJzEcG__navActions{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.Navbar-module__cJzEcG__navActions>a{width:100%}.Navbar-module__cJzEcG__hamburgerActive .Navbar-module__cJzEcG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerActive .Navbar-module__cJzEcG__bar:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerActive .Navbar-module__cJzEcG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}
.layout-module__L5FxyW__layout{flex-direction:column;min-height:100vh;display:flex}.layout-module__L5FxyW__main{flex:1}.layout-module__L5FxyW__footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);color:var(--text-secondary);padding:4rem 0 2rem;font-size:.9rem}.layout-module__L5FxyW__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}@media (max-width:991px){.layout-module__L5FxyW__footerGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:576px){.layout-module__L5FxyW__footerGrid{grid-template-columns:1fr;gap:2rem}}.layout-module__L5FxyW__footerCol{flex-direction:column;gap:1.25rem;display:flex}.layout-module__L5FxyW__footerLogo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.layout-module__L5FxyW__gold{color:var(--accent-gold);font-weight:400}.layout-module__L5FxyW__footerDesc{color:var(--text-secondary);line-height:1.6}.layout-module__L5FxyW__footerTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.02em;margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.layout-module__L5FxyW__footerLinks{flex-direction:column;gap:.75rem;list-style:none;display:flex}.layout-module__L5FxyW__footerLink{color:var(--text-secondary);transition:var(--transition-smooth)}.layout-module__L5FxyW__footerLink:hover{color:var(--accent-gold);transform:translate(3px)}.layout-module__L5FxyW__footerContactList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.layout-module__L5FxyW__footerContactItem{line-height:1.5}.layout-module__L5FxyW__boldLabel{color:var(--text-primary);margin-bottom:.15rem;font-weight:600;display:block}.layout-module__L5FxyW__badgeContainer{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.layout-module__L5FxyW__badge{border-radius:var(--radius-sm);background-color:var(--bg-card);border:1px solid var(--border-color);font-family:var(--font-heading);color:var(--accent-gold);letter-spacing:.05em;text-transform:uppercase;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.layout-module__L5FxyW__badgeOwmbe{background:#c5a0590d;border-color:#e0b86c66}.layout-module__L5FxyW__footerBottom{border-top:1px solid var(--border-color);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;font-size:.8rem;display:flex}@media (max-width:576px){.layout-module__L5FxyW__footerBottom{text-align:left;flex-direction:column;align-items:flex-start}}
