.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color);background-color:#081c15f2;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__nav a{letter-spacing:1px;text-transform:uppercase;font-size:.9rem}.Header-module__hBw1pG__nav a:hover:not(.Header-module__hBw1pG__btn-primary){color:var(--accent)}.Header-module__hBw1pG__btnRoleta{background:linear-gradient(135deg, var(--accent) 0%, #4ade80 100%);text-transform:uppercase;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #d9f99d4d;color:var(--bg-primary)!important}.Header-module__hBw1pG__btnRoleta:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 12px #d9f99d66}@media (max-width:768px){.Header-module__hBw1pG__nav{gap:0}.Header-module__hBw1pG__nav a:not(.Header-module__hBw1pG__promoBtn){display:none}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__background{z-index:-2;position:absolute;inset:0}.Hero-module__ZARIfG__bgImage{object-fit:cover;object-position:center 30%}.Hero-module__ZARIfG__overlay{z-index:-1;background:linear-gradient(#081c1566 0%,#081c15e6 100%);position:absolute;inset:0}.Hero-module__ZARIfG__content{text-align:center;max-width:800px;padding:0 20px}.Hero-module__ZARIfG__title{text-shadow:0 4px 12px #00000080;margin-bottom:2rem;font-size:4rem}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.25rem}.Hero-module__ZARIfG__actions{justify-content:center;gap:1.5rem;display:flex}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__actions{flex-direction:column}}
.About-module__vAULUW__about{background-color:var(--bg-primary)}.About-module__vAULUW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__imageColumn{position:relative}.About-module__vAULUW__imageWrapper{aspect-ratio:4/5;z-index:1;width:100%;max-width:500px;position:relative}.About-module__vAULUW__image{object-fit:cover;border-radius:4px}.About-module__vAULUW__accentBox{border:1px solid var(--accent);z-index:-1;position:absolute;inset:-20px 20px 20px -20px}.About-module__vAULUW__title{color:var(--text-primary);margin-bottom:2rem;font-size:3rem}.About-module__vAULUW__bio{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}@media (max-width:900px){.About-module__vAULUW__grid{grid-template-columns:1fr}}
.Services-module__dpHhBa__services{background-color:#061510}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{background:var(--bg-primary);border:1px solid var(--border-color);text-align:center;border-radius:8px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s}.Services-module__dpHhBa__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.Services-module__dpHhBa__iconWrapper{width:80px;height:80px;color:var(--accent);background:#5c726e1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:inline-flex}.Services-module__dpHhBa__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Services-module__dpHhBa__cardDesc{color:var(--text-secondary);font-size:1rem}
.Lightbox-module___Nu4OG__backdrop{z-index:9999;opacity:0;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s forwards Lightbox-module___Nu4OG__fadeIn;display:flex;position:fixed;top:0;left:0}.Lightbox-module___Nu4OG__imageWrapper{cursor:default;max-width:90vw;max-height:85vh;animation:.3s forwards Lightbox-module___Nu4OG__scaleIn;position:relative}.Lightbox-module___Nu4OG__image{object-fit:contain;border-radius:6px;max-width:90vw;max-height:85vh;box-shadow:0 8px 40px #0009}.Lightbox-module___Nu4OG__closeBtn{color:#fff;cursor:pointer;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:background .2s,transform .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.Lightbox-module___Nu4OG__closeBtn:hover{background:#ffffff40;transform:scale(1.1)}@keyframes Lightbox-module___Nu4OG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Lightbox-module___Nu4OG__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.Gallery-module__3QxX8q__gallerySection{background-color:var(--bg-primary)}.Gallery-module__3QxX8q__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.Gallery-module__3QxX8q__filterBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;letter-spacing:.5px;background:0 0;border-radius:25px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .25s}.Gallery-module__3QxX8q__filterBtn:hover{border-color:var(--accent);color:var(--accent)}.Gallery-module__3QxX8q__filterActive{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);font-weight:600}.Gallery-module__3QxX8q__filterActive:hover{color:var(--bg-primary);filter:brightness(1.1)}.Gallery-module__3QxX8q__carouselWrapper{padding:0 3.5rem;position:relative}.Gallery-module__3QxX8q__arrow{border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-primary);cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#061510d9;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__3QxX8q__arrow:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:#061510f2}.Gallery-module__3QxX8q__arrow:disabled{opacity:.3;cursor:not-allowed}.Gallery-module__3QxX8q__arrowLeft{left:-.5rem}.Gallery-module__3QxX8q__arrowRight{right:-.5rem}.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:992px){.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(2,1fr)}.Gallery-module__3QxX8q__carouselWrapper{padding:0 2.5rem}}@media (max-width:576px){.Gallery-module__3QxX8q__grid{grid-template-columns:1fr}.Gallery-module__3QxX8q__carouselWrapper{padding:0}.Gallery-module__3QxX8q__arrow{width:36px;height:36px}.Gallery-module__3QxX8q__arrowLeft{left:-.25rem}.Gallery-module__3QxX8q__arrowRight{right:-.25rem}}.Gallery-module__3QxX8q__item{aspect-ratio:1;cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.Gallery-module__3QxX8q__image{object-fit:cover;transition:transform .5s}.Gallery-module__3QxX8q__overlay{opacity:0;text-align:center;background:#081c15cc;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__3QxX8q__item:hover .Gallery-module__3QxX8q__image{transform:scale(1.05)}.Gallery-module__3QxX8q__item:hover .Gallery-module__3QxX8q__overlay{opacity:1}.Gallery-module__3QxX8q__overlay h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;transition:transform .3s;transform:translateY(20px)}.Gallery-module__3QxX8q__overlay span{color:var(--accent);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;transition:transform .3s;transform:translateY(20px)}.Gallery-module__3QxX8q__item:hover .Gallery-module__3QxX8q__overlay h3,.Gallery-module__3QxX8q__item:hover .Gallery-module__3QxX8q__overlay span{transform:translateY(0)}.Gallery-module__3QxX8q__pagination{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.Gallery-module__3QxX8q__dot{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:all .25s}.Gallery-module__3QxX8q__dot:hover{border-color:var(--accent)}.Gallery-module__3QxX8q__dotActive{background:var(--accent);border-color:var(--accent)}
.Roulette-module__X5sZ8W__roletteSection{padding:4rem 1rem}.Roulette-module__X5sZ8W__container{width:100%;max-width:1100px;margin:0 auto}.Roulette-module__X5sZ8W__title{font-family:var(--font-heading);color:var(--accent);text-align:center;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.Roulette-module__X5sZ8W__subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.Roulette-module__X5sZ8W__roletaGrid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}@media (max-width:992px){.Roulette-module__X5sZ8W__roletaGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.Roulette-module__X5sZ8W__title{font-size:1.75rem}.Roulette-module__X5sZ8W__roletaGrid{flex-direction:column-reverse;gap:1.5rem;display:flex}.Roulette-module__X5sZ8W__formSection{padding:1.5rem}.Roulette-module__X5sZ8W__wheelContainer{max-width:320px!important}.Roulette-module__X5sZ8W__sliceText{font-size:.6rem;transform:translate(15px)translateY(-50%)rotate(-22.5deg)}.Roulette-module__X5sZ8W__pointer{border-top:15px solid #0000;border-bottom:15px solid #0000;border-right:30px solid var(--accent)}.Roulette-module__X5sZ8W__wheelCenterBtn{border:3px solid var(--accent);width:50px;height:50px;font-size:1rem}}@media (max-width:480px){.Roulette-module__X5sZ8W__roletteSection{padding:2rem 1rem}.Roulette-module__X5sZ8W__title{margin-bottom:.75rem;font-size:1.5rem}.Roulette-module__X5sZ8W__subtitle{margin-bottom:2rem;font-size:.95rem}.Roulette-module__X5sZ8W__roletaGrid{gap:1rem;width:100%;padding:0 .5rem}.Roulette-module__X5sZ8W__wheelSection{justify-content:center;width:100%;padding:0;display:flex}.Roulette-module__X5sZ8W__formSection{width:100%;padding:1.25rem}.Roulette-module__X5sZ8W__captureForm h3{margin-bottom:1rem;font-size:1.25rem}.Roulette-module__X5sZ8W__wheelContainer{width:280px!important;max-width:280px!important;height:280px!important}.Roulette-module__X5sZ8W__sliceText{font-size:.55rem;transform:translate(12px)translateY(-50%)rotate(-22.5deg)}.Roulette-module__X5sZ8W__pointer{border-top:12px solid #0000;border-bottom:12px solid #0000;border-right:25px solid var(--accent);right:-8px}.Roulette-module__X5sZ8W__wheelCenterBtn{border:2px solid var(--accent);width:45px;height:45px;font-size:.9rem}.Roulette-module__X5sZ8W__btnSpin{padding:.8rem;font-size:1rem}.Roulette-module__X5sZ8W__successBox h3{font-size:1.5rem}.Roulette-module__X5sZ8W__prizeHighlight{padding:.75rem;font-size:1rem}}.Roulette-module__X5sZ8W__formSection{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;padding:2.5rem;box-shadow:0 10px 40px #0003}.Roulette-module__X5sZ8W__captureForm h3{font-family:var(--font-heading);text-align:center;color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem}.Roulette-module__X5sZ8W__btnShowPrizes{width:100%;color:var(--accent);cursor:pointer;background:#d9f99d1a;border:1px solid #d9f99d4d;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .3s}.Roulette-module__X5sZ8W__btnShowPrizes:hover{border-color:var(--accent);background:#d9f99d26}.Roulette-module__X5sZ8W__prizesList{background:#d9f99d0d;border:1px solid #d9f99d33;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.Roulette-module__X5sZ8W__prizesTitle{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.Roulette-module__X5sZ8W__prizesList ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Roulette-module__X5sZ8W__prizesList li{color:var(--text-secondary);padding-left:1rem;font-size:.85rem;position:relative}.Roulette-module__X5sZ8W__prizesList li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.Roulette-module__X5sZ8W__prizeWarning{background:#ffc1071a;border-left:3px solid #ffc107;border-radius:4px;margin-top:1rem;padding:.75rem}.Roulette-module__X5sZ8W__prizeWarning p{color:#ffc107;margin:0;font-size:.85rem;font-weight:600;line-height:1.4}.Roulette-module__X5sZ8W__voucherAlert{background:#f4433614;border-left:3px solid #f44336;border-radius:4px;margin-top:.75rem;padding:.85rem}.Roulette-module__X5sZ8W__voucherAlert p{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.5}.Roulette-module__X5sZ8W__voucherAlert strong{color:#f44336;font-weight:700}.Roulette-module__X5sZ8W__formGroup{margin-bottom:1.5rem}.Roulette-module__X5sZ8W__formGroup label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.Roulette-module__X5sZ8W__formGroup input{background:var(--bg-primary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:6px;padding:.85rem 1rem;font-size:1rem;transition:all .2s}.Roulette-module__X5sZ8W__formGroup input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #d9f99d1a}.Roulette-module__X5sZ8W__formGroup input:disabled{opacity:.6;cursor:not-allowed}.Roulette-module__X5sZ8W__btnSpin{background:var(--accent);width:100%;color:var(--bg-primary);text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Roulette-module__X5sZ8W__btnSpin:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 5px 20px #d9f99d4d}.Roulette-module__X5sZ8W__btnSpin:disabled{color:#666;cursor:not-allowed;background:#333}.Roulette-module__X5sZ8W__successBox{text-align:center;padding:1rem 0}.Roulette-module__X5sZ8W__successIcon{margin-bottom:1rem;animation:.5s cubic-bezier(.18,.89,.32,1.28) forwards Roulette-module__X5sZ8W__popIn}@keyframes Roulette-module__X5sZ8W__popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.Roulette-module__X5sZ8W__successBox h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.Roulette-module__X5sZ8W__successBox p{color:var(--text-secondary)}.Roulette-module__X5sZ8W__prizeHighlight{color:#4ade80;text-transform:uppercase;letter-spacing:1px;background:#22c55e26;border:1px solid #22c55e4d;border-radius:8px;margin:1.5rem 0;padding:1rem;font-size:1.25rem;font-weight:700}.Roulette-module__X5sZ8W__successDesc{margin-bottom:2rem;font-size:.9rem}.Roulette-module__X5sZ8W__btnSuccess{color:#fff;background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Roulette-module__X5sZ8W__btnSuccess:hover{background:#1ebc5a;transform:translateY(-2px);box-shadow:0 5px 20px #25d36666}.Roulette-module__X5sZ8W__wheelSection{justify-content:center;align-items:center;display:flex}.Roulette-module__X5sZ8W__wheelContainer{aspect-ratio:1;background:#fff;border-radius:50%;width:100%;max-width:450px;position:relative;overflow:hidden;box-shadow:0 0 0 12px #ffffff1a,0 10px 50px #00000080}.Roulette-module__X5sZ8W__pointer{border-top:20px solid #0000;border-bottom:20px solid #0000;border-right:40px solid var(--accent);z-index:10;filter:drop-shadow(-2px 2px 2px #0006);width:0;height:0;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.Roulette-module__X5sZ8W__wheel{background:conic-gradient(#0d2f21 0deg 36deg,#134430 36deg 72deg,#0d2f21 72deg 108deg,#134430 108deg 144deg,#0d2f21 144deg 180deg,#134430 180deg 216deg,#0d2f21 216deg 252deg,#134430 252deg 288deg,#0d2f21 288deg 324deg,#134430 324deg 360deg);border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.Roulette-module__X5sZ8W__sliceGroup{position:absolute;inset:0}.Roulette-module__X5sZ8W__slice{width:100%;height:100%}.Roulette-module__X5sZ8W__sliceEven{opacity:.8}.Roulette-module__X5sZ8W__sliceOdd{opacity:1}.Roulette-module__X5sZ8W__sliceText{transform-origin:0%;text-align:center;color:#fff;text-transform:uppercase;z-index:3;white-space:normal;word-wrap:break-word;justify-content:center;align-items:center;width:50%;height:auto;padding:0 10px;font-size:.65rem;font-weight:700;line-height:1.1;display:flex;position:absolute;top:50%;left:50%;transform:translate(20px)translateY(-50%)rotate(-18deg)}.Roulette-module__X5sZ8W__wheelCenterBtn{border:4px solid var(--accent);z-index:5;width:60px;height:60px;color:var(--accent);font-size:1.2rem;font-weight:700;font-family:var(--font-heading);background:#081c15;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #00000080}
.Promotions-module__ZciKvG__promotionsSection{background:linear-gradient(135deg,#22c55e0d 0%,#081c1580 100%);border-top:1px solid #d9f99d33;padding:4rem 1rem}.Promotions-module__ZciKvG__container{max-width:1100px;margin:0 auto}.Promotions-module__ZciKvG__title{font-family:var(--font-heading);color:var(--text-primary);text-align:center;background:linear-gradient(135deg, var(--accent) 0%, #4ade80 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem}.Promotions-module__ZciKvG__subtitle{color:var(--text-secondary);text-align:center;margin-bottom:2rem;font-size:1rem}.Promotions-module__ZciKvG__alertBox{background:#f4433614;border-left:3px solid #f44336;border-radius:8px;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding:1.25rem}.Promotions-module__ZciKvG__alertBox p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.Promotions-module__ZciKvG__alertBox strong{color:#f44336;font-weight:700}.Promotions-module__ZciKvG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.Promotions-module__ZciKvG__card{background:#ffffff05;border:1px solid #d9f99d33;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.Promotions-module__ZciKvG__card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 15px 35px #d9f99d26}.Promotions-module__ZciKvG__imageWrapper{background:#000;height:240px;position:relative;overflow:hidden}.Promotions-module__ZciKvG__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Promotions-module__ZciKvG__card:hover .Promotions-module__ZciKvG__image{transform:scale(1.05)}.Promotions-module__ZciKvG__badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f44336 0%,#ff6b6b 100%);border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #f4433666}.Promotions-module__ZciKvG__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.Promotions-module__ZciKvG__cardTitle{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .75rem;font-size:1.3rem;line-height:1.3}.Promotions-module__ZciKvG__description{color:var(--text-secondary);flex:1;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.Promotions-module__ZciKvG__button{background:linear-gradient(135deg, var(--accent) 0%, #4ade80 100%);color:var(--bg-primary);text-align:center;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #d9f99d33}.Promotions-module__ZciKvG__button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #d9f99d4d}@media (max-width:768px){.Promotions-module__ZciKvG__promotionsSection{padding:3rem 1rem}.Promotions-module__ZciKvG__title{font-size:2rem}.Promotions-module__ZciKvG__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.Promotions-module__ZciKvG__imageWrapper{height:200px}.Promotions-module__ZciKvG__content{padding:1.25rem}.Promotions-module__ZciKvG__cardTitle{font-size:1.1rem}}@media (max-width:480px){.Promotions-module__ZciKvG__promotionsSection{padding:2rem 1rem}.Promotions-module__ZciKvG__title{font-size:1.5rem}.Promotions-module__ZciKvG__subtitle{margin-bottom:2rem;font-size:.9rem}.Promotions-module__ZciKvG__grid{grid-template-columns:1fr;gap:1rem}.Promotions-module__ZciKvG__imageWrapper{height:180px}.Promotions-module__ZciKvG__badge{padding:.4rem .8rem;font-size:.75rem}.Promotions-module__ZciKvG__content{padding:1rem}.Promotions-module__ZciKvG__cardTitle{font-size:1rem}.Promotions-module__ZciKvG__description{margin-bottom:1rem;font-size:.85rem}.Promotions-module__ZciKvG__button{padding:.65rem 1.25rem;font-size:.85rem}}
.AvailableArt-module__vxdpvG__section{background-color:var(--bg-primary)}.AvailableArt-module__vxdpvG__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.AvailableArt-module__vxdpvG__filterBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;letter-spacing:.5px;background:0 0;border-radius:25px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .25s}.AvailableArt-module__vxdpvG__filterBtn:hover{border-color:var(--accent);color:var(--accent)}.AvailableArt-module__vxdpvG__filterActive{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);font-weight:600}.AvailableArt-module__vxdpvG__filterActive:hover{color:var(--bg-primary);filter:brightness(1.1)}.AvailableArt-module__vxdpvG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.AvailableArt-module__vxdpvG__card{border:1px solid var(--border-color);background:#061510;border-radius:10px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.AvailableArt-module__vxdpvG__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.AvailableArt-module__vxdpvG__imageWrapper{aspect-ratio:3/4;cursor:pointer;position:relative;overflow:hidden}.AvailableArt-module__vxdpvG__image{object-fit:cover;transition:transform .5s}.AvailableArt-module__vxdpvG__card:hover .AvailableArt-module__vxdpvG__image{transform:scale(1.05)}.AvailableArt-module__vxdpvG__badge{text-transform:uppercase;letter-spacing:.5px;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.AvailableArt-module__vxdpvG__available{color:#4ade80;background:#22c55e33;border:1px solid #22c55e4d}.AvailableArt-module__vxdpvG__reserved{color:#fbbf24;background:#facc1533;border:1px solid #facc154d}.AvailableArt-module__vxdpvG__info{padding:1.25rem}.AvailableArt-module__vxdpvG__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.25rem;font-size:1.15rem}.AvailableArt-module__vxdpvG__meta{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.AvailableArt-module__vxdpvG__category{color:var(--accent);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.AvailableArt-module__vxdpvG__size{color:var(--text-secondary);font-size:.8rem}.AvailableArt-module__vxdpvG__description{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.AvailableArt-module__vxdpvG__ctaButton{border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.AvailableArt-module__vxdpvG__ctaAvailable{background:var(--accent);color:var(--bg-primary)}.AvailableArt-module__vxdpvG__ctaAvailable:hover{filter:brightness(1.15);transform:translateY(-1px)}.AvailableArt-module__vxdpvG__ctaReserved{color:var(--text-secondary);border:1px solid var(--border-color);pointer-events:none;opacity:.6;background:0 0}.AvailableArt-module__vxdpvG__emptyState{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.AvailableArt-module__vxdpvG__emptyState p{margin-bottom:1.5rem;font-size:1.1rem}.AvailableArt-module__vxdpvG__carouselWrapper{padding:0;position:relative}@media (max-width:576px){.AvailableArt-module__vxdpvG__carouselWrapper{padding:0 2rem}}.AvailableArt-module__vxdpvG__arrow{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-primary);cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#061510d9;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.AvailableArt-module__vxdpvG__arrow:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:#061510f2}.AvailableArt-module__vxdpvG__arrow:disabled{opacity:.3;cursor:not-allowed}.AvailableArt-module__vxdpvG__arrowLeft{left:-.5rem}.AvailableArt-module__vxdpvG__arrowRight{right:-.5rem}.AvailableArt-module__vxdpvG__pagination{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.AvailableArt-module__vxdpvG__dot{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:all .25s}.AvailableArt-module__vxdpvG__dot:hover{border-color:var(--accent)}.AvailableArt-module__vxdpvG__dotActive{background:var(--accent);border-color:var(--accent)}
.Testimonials-module__ItA9Ha__testimonials{background-color:#061510}.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Testimonials-module__ItA9Ha__card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:3rem;position:relative}.Testimonials-module__ItA9Ha__imageOnly{padding:1.5rem}.Testimonials-module__ItA9Ha__imageOnly .Testimonials-module__ItA9Ha__testimonialImage{margin-bottom:0}.Testimonials-module__ItA9Ha__quoteIcon{color:var(--accent);opacity:.2;position:absolute;top:2rem;left:2rem}.Testimonials-module__ItA9Ha__text{color:var(--text-secondary);z-index:1;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.8;position:relative}.Testimonials-module__ItA9Ha__authorGroup{flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__name{color:var(--text-primary);font-weight:700;font-family:var(--font-heading);font-size:1.2rem}.Testimonials-module__ItA9Ha__service{color:var(--accent);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.Testimonials-module__ItA9Ha__testimonialImage{border:1px solid var(--border-color);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.Testimonials-module__ItA9Ha__testimonialImg{object-fit:contain;width:100%;height:auto;max-height:300px;display:block}.Testimonials-module__ItA9Ha__carouselWrapper{padding:0;position:relative}@media (max-width:576px){.Testimonials-module__ItA9Ha__carouselWrapper{padding:0 2rem}}.Testimonials-module__ItA9Ha__arrow{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-primary);cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#061510d9;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Testimonials-module__ItA9Ha__arrow:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:#061510f2}.Testimonials-module__ItA9Ha__arrow:disabled{opacity:.3;cursor:not-allowed}.Testimonials-module__ItA9Ha__arrowLeft{left:-.5rem}.Testimonials-module__ItA9Ha__arrowRight{right:-.5rem}.Testimonials-module__ItA9Ha__pagination{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.Testimonials-module__ItA9Ha__dot{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:all .25s}.Testimonials-module__ItA9Ha__dot:hover{border-color:var(--accent)}.Testimonials-module__ItA9Ha__dotActive{background:var(--accent);border-color:var(--accent)}
.Process-module__RmMdVa__processSection{background-color:var(--bg-primary)}.Process-module__RmMdVa__timeline{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex;position:relative}.Process-module__RmMdVa__step{text-align:center;flex:1;position:relative}.Process-module__RmMdVa__iconBox{border:1px solid var(--border-color);width:80px;height:80px;color:var(--accent);z-index:2;background-color:#061510;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;position:relative}.Process-module__RmMdVa__stepTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.Process-module__RmMdVa__stepDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Process-module__RmMdVa__line{background-color:var(--border-color);z-index:1;width:100%;height:1px;position:absolute;top:40px;left:50%}@media (max-width:900px){.Process-module__RmMdVa__timeline{flex-direction:column;align-items:center}.Process-module__RmMdVa__step{width:100%;max-width:300px;margin-bottom:3rem}.Process-module__RmMdVa__line{width:1px;height:3rem;top:100%;left:50%}}
.Contact-module__hcVmEa__contactSection{background-color:#061510}.Contact-module__hcVmEa__content{text-align:center;max-width:800px}.Contact-module__hcVmEa__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem}.Contact-module__hcVmEa__text{color:var(--text-secondary);margin-bottom:3rem;font-size:1.15rem;line-height:1.8}.Contact-module__hcVmEa__infoCards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Contact-module__hcVmEa__card{background:var(--bg-primary);border:1px solid var(--border-color);text-align:center;border-radius:8px;padding:2rem}.Contact-module__hcVmEa__card h4{color:var(--text-primary);font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.1rem}.Contact-module__hcVmEa__card p,.Contact-module__hcVmEa__card a{color:var(--text-secondary);font-size:.95rem}.Contact-module__hcVmEa__card a:hover{color:var(--accent)}.Contact-module__hcVmEa__iconWrap{width:50px;height:50px;color:var(--accent);background:#5c726e1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.Contact-module__hcVmEa__whatsappBtn{color:#fff;letter-spacing:.5px;background-color:#25d366;border-radius:50px;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:1.15rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #25d3664d}.Contact-module__hcVmEa__whatsappBtn:hover{background-color:#1ebe5d;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}@media (max-width:768px){.Contact-module__hcVmEa__title{font-size:2rem}.Contact-module__hcVmEa__infoCards{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);background-color:#040e0a;padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand{max-width:400px}.Footer-module__S6Hkya__logo{margin-bottom:1rem}.Footer-module__S6Hkya__brandName{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Footer-module__S6Hkya__brandDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__links h4,.Footer-module__S6Hkya__instagram h4{color:var(--text-primary);font-family:var(--font-heading);margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__links ul{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__links a{color:var(--text-secondary);font-size:.95rem;transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:var(--accent)}.Footer-module__S6Hkya__igHandle{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.Footer-module__S6Hkya__igHandle:hover{color:var(--accent)}.Footer-module__S6Hkya__igGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.Footer-module__S6Hkya__igItem{aspect-ratio:1;border-radius:4px;display:block;position:relative;overflow:hidden}.Footer-module__S6Hkya__igImage{object-fit:cover;transition:transform .3s}.Footer-module__S6Hkya__igOverlay{color:var(--text-primary);opacity:0;background:#081c1599;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Footer-module__S6Hkya__igItem:hover .Footer-module__S6Hkya__igImage{transform:scale(1.1)}.Footer-module__S6Hkya__igItem:hover .Footer-module__S6Hkya__igOverlay{opacity:1}.Footer-module__S6Hkya__copy{text-align:center;color:var(--text-secondary);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.85rem}@media (max-width:900px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:3rem}}
.WhatsAppButton-module__V-0EQa__floatButton{z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #0000004d}.WhatsAppButton-module__V-0EQa__floatButton:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36666}.WhatsAppButton-module__V-0EQa__tooltip{background-color:var(--bg-primary);color:var(--text-primary);white-space:nowrap;opacity:0;pointer-events:none;border:1px solid var(--border-color);border-radius:4px;padding:8px 12px;font-size:.85rem;transition:all .3s;position:absolute;right:75px;transform:translate(10px)}.WhatsAppButton-module__V-0EQa__floatButton:hover .WhatsAppButton-module__V-0EQa__tooltip{opacity:1;transform:translate(0)}@media (max-width:768px){.WhatsAppButton-module__V-0EQa__floatButton{width:55px;height:55px;bottom:20px;right:20px}}
