.Header-module__shRR_q__header{width:100%;height:var(--header-height);z-index:1000;transition:var(--transition);align-items:center;display:flex;position:fixed;top:0;left:0}.Header-module__shRR_q__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;box-shadow:0 4px 30px #0000000d}.Header-module__shRR_q__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__shRR_q__logo{font-family:var(--font-heading);letter-spacing:2px;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:800;text-decoration:none;display:flex}.Header-module__shRR_q__logo img{object-fit:contain;width:auto;max-height:60px}.Header-module__shRR_q__logo span{color:var(--primary);font-weight:400}.Header-module__shRR_q__desktopNav{align-items:center;gap:2.5rem;display:flex}.Header-module__shRR_q__navLink{text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.Header-module__shRR_q__navLink:hover{color:var(--primary)}.Header-module__shRR_q__mobileToggle{color:var(--foreground);display:none}.Header-module__shRR_q__mobileOverlay{top:var(--header-height);width:100%;height:calc(100vh - var(--header-height));background:var(--background);z-index:999;padding:2rem;position:fixed;left:0}.Header-module__shRR_q__mobileNav{flex-direction:column;align-items:center;gap:2rem;display:flex}.Header-module__shRR_q__mobileNavLink{font-size:1.5rem;font-family:var(--font-heading);font-weight:700}.Header-module__shRR_q__mobileActions{flex-direction:column;gap:1rem;width:100%;margin-top:2rem;display:flex}@media (max-width:1024px){.Header-module__shRR_q__desktopNav{display:none}.Header-module__shRR_q__mobileToggle{display:block}}
.Footer-module__FkErBa__footer{background:var(--foreground);color:#fff;padding:100px 0 30px}.Footer-module__FkErBa__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:50px;margin-bottom:80px;display:grid}.Footer-module__FkErBa__logo{font-family:var(--font-heading);letter-spacing:2px;margin-bottom:25px;font-size:2rem;font-weight:800;display:block}.Footer-module__FkErBa__logo span{color:var(--primary);font-weight:400}.Footer-module__FkErBa__description{color:#999;margin-bottom:30px;line-height:1.8}.Footer-module__FkErBa__socials{gap:15px;display:flex}.Footer-module__FkErBa__socials a{width:40px;height:40px;transition:var(--transition);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__FkErBa__socials a:hover{background:var(--primary);color:#000;transform:translateY(-3px)}.Footer-module__FkErBa__linksCol h3,.Footer-module__FkErBa__contactCol h3{font-size:1.2rem;font-family:var(--font-body);margin-bottom:30px;font-weight:600}.Footer-module__FkErBa__linksCol ul{flex-direction:column;gap:15px;display:flex}.Footer-module__FkErBa__linksCol a{color:#999}.Footer-module__FkErBa__linksCol a:hover{color:var(--primary);padding-left:5px}.Footer-module__FkErBa__contactItem{color:#999;align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.Footer-module__FkErBa__bottom{color:#666;border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:30px;font-size:.9rem;display:flex}.Footer-module__FkErBa__bottomLinks{gap:25px;display:flex}.Footer-module__FkErBa__bottomLinks a:hover{color:#fff}@media (max-width:1024px){.Footer-module__FkErBa__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__FkErBa__grid{grid-template-columns:1fr}.Footer-module__FkErBa__bottom{text-align:center;flex-direction:column;gap:20px}.Footer-module__FkErBa__bottomLinks{justify-content:center}}
.WhatsAppButton-module__5PGxSW__button{color:#fff;z-index:1000;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #0003}.WhatsAppButton-module__5PGxSW__tooltip{color:#333;white-space:nowrap;opacity:0;visibility:hidden;transition:var(--transition);background:#fff;border-radius:8px;padding:8px 15px;font-size:.85rem;font-weight:600;position:absolute;right:70px;box-shadow:0 2px 10px #0000001a}.WhatsAppButton-module__5PGxSW__button:hover .WhatsAppButton-module__5PGxSW__tooltip{opacity:1;visibility:visible}@media (max-width:768px){.WhatsAppButton-module__5PGxSW__button{width:50px;height:50px;bottom:20px;right:20px}}
:root{--primary:#fcb318;--background:#fff;--foreground:#1a1a1a;--text-muted:#666;--border:#eee;--accent:#fdf4e3;--font-heading:"Playfair Display",serif;--font-body:"Poppins",sans-serif;--header-height:80px;--container-width:1400px;--radius:12px;--transition:all .3s cubic-bezier(.4,0,.2,1);--shadow:0 4px 20px #0000000d;--shadow-hover:0 10px 40px #0000001a}@media (prefers-color-scheme:dark){:root{--foreground:#1a1a1a;--background:#fff}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.section-padding{padding:100px 0}.text-gold{color:var(--primary)}.text-center{text-align:center}.heading-xl{font-size:clamp(3rem,8vw,6rem)}.heading-lg{font-size:clamp(2.5rem,6vw,4rem)}.heading-md{font-size:clamp(2rem,4vw,3rem)}.heading-sm{font-size:1.5rem}.btn{transition:var(--transition);text-transform:uppercase;letter-spacing:1px;border-radius:50px;align-items:center;gap:10px;padding:1rem 2.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:#000}.btn-primary:hover{background:#e5a216;transform:translateY(-2px);box-shadow:0 10px 30px #fcb3184d}.btn-outline{border:1px solid var(--primary);color:var(--foreground)}.btn-outline:hover{background:var(--primary);color:#000}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}.mask-clip-path{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.special-font b{font-family:Zentry,sans-serif;font-weight:900}.hero-heading{font-family:var(--font-heading);text-transform:uppercase;font-size:clamp(3rem,10vw,10rem);font-weight:900;line-height:.9}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.flex-center{justify-content:center;align-items:center;display:flex}.three-body{--uib-size:35px;--uib-speed:.8s;--uib-color:#5d3fd3;height:var(--uib-size);width:var(--uib-size);animation:spin78236 calc(var(--uib-speed)*2.5)infinite linear;display:inline-block;position:relative}.three-body__dot{width:30%;height:100%;position:absolute}.three-body__dot:after{content:"";background-color:var(--uib-color);border-radius:50%;width:100%;height:0%;padding-bottom:100%;position:absolute}.three-body__dot:first-child{transform-origin:50% 85%;bottom:5%;left:0;transform:rotate(60deg)}.three-body__dot:first-child:after{animation:wobble1 var(--uib-speed)infinite ease-in-out;animation-delay:calc(var(--uib-speed)*-.3);bottom:0;left:0}.three-body__dot:nth-child(2){transform-origin:50% 85%;bottom:5%;right:0;transform:rotate(-60deg)}.three-body__dot:nth-child(2):after{animation:wobble1 var(--uib-speed)infinite calc(var(--uib-speed)*-.15)ease-in-out;bottom:0;left:0}.three-body__dot:nth-child(3){bottom:-5%;left:0;transform:translate(116.666%)}.three-body__dot:nth-child(3):after{animation:wobble2 var(--uib-speed)infinite ease-in-out;top:0;left:0}@keyframes spin78236{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wobble1{0%,to{opacity:1;transform:translateY(0%)scale(1)}50%{opacity:.8;transform:translateY(-66%)scale(.65)}}@keyframes wobble2{0%,to{opacity:1;transform:translateY(0%)scale(1)}50%{opacity:.8;transform:translateY(66%)scale(.65)}}.bg-violet-50{background-color:#f5f3ff}.bg-blue-75{background-color:#dfdff0}.text-blue-75{color:#dfdff0}.text-blue-100{color:#dbeafe}
