:root{--primary-color: #d4af37;--primary-hover: #b5952f;--bg-color: #1a1a1a;--card-bg: #ffffff;--text-color: #ffffff;--text-dark: #333333;--text-muted: #888888;--nav-bg: #111111;--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}[data-theme=light]{--bg-color: #f5f5f5;--text-color: #333333;--nav-bg: #ffffff;--card-bg: #ffffff;--text-muted: #666666}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;width:100%;position:relative}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(.95rem,1vw + .5rem,1.1rem)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s}ul{list-style:none}button{cursor:pointer;border:none;font-family:inherit}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 max(1rem,3vw)}.text-primary{color:var(--primary-color)}.bg-primary{background-color:var(--primary-color)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.grid{display:grid}.gap-4{gap:1rem}.p-4{padding:1rem}.rounded{border-radius:8px}.glass{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.2)}@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))){.glass{background:#ffffff1f}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:480px){.container{padding:0 12px}body{font-size:.95rem}}.whatsapp-float-btn{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d;z-index:1000;transition:transform .3s ease,box-shadow .3s ease;animation:pulse-whatsapp 2s infinite}.whatsapp-float-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #0006;background-color:#20ba5b}.whatsapp-float-btn img{width:35px;height:35px}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media(max-width:768px){.whatsapp-float-btn{bottom:20px;right:20px;width:50px;height:50px}.whatsapp-float-btn img{width:28px;height:28px}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 max(1rem,4vw)}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}img,video,canvas,svg{max-width:100%;height:auto;display:block}iframe{max-width:100%}@media(max-width:768px){.hide-mobile{display:none!important}}.show-mobile{display:none!important}@media(max-width:768px){.show-mobile{display:block!important}}.fluid-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--min-width, 300px),1fr));width:100%}.responsive-image{width:100%;height:auto;object-fit:cover}.section-padding{padding:clamp(2rem,8vw,6rem) 0}.video-wrapper{position:relative;width:100%;max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000059;aspect-ratio:16 / 9;background:#000}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;display:block}[data-testid=embed-iframe]{display:block;width:100%;border:none}
