@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--bg:#181818;--bg-dark:#101010;--bg-card:#1e1e1e;--bg-card-alt:#252525;--white:#fff;--red:#d32727;--yellow:#fde02a;--gray:#999;--gray-light:#ccc;--border:#ffffff1f;--font:"Outfit", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.red{color:var(--red)}.yellow{color:var(--yellow)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--red)}.site-nav{z-index:100;background:linear-gradient(#000000b3 0%,#0000 100%);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4%;display:flex;position:absolute;top:0;left:0}.nav-logo{flex-direction:column;display:flex}.logo-text{letter-spacing:.04em;font-size:1.6rem;font-weight:900}.logo-sub{letter-spacing:.35em;color:var(--gray);margin-top:-2px;font-size:.65rem;font-weight:500}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{letter-spacing:.12em;color:var(--gray-light);font-size:.8rem;font-weight:700;transition:color .3s}.nav-links a:hover{color:var(--white)}.nav-cta{border-radius:6px;padding:.6rem 1.6rem;box-shadow:0 4px 20px #d3272759;background:var(--red)!important;color:var(--white)!important;transition:transform .3s,box-shadow .3s!important}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #d3272780!important}.hero{background-position:100%;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative}.hero-overlay{background:linear-gradient(100deg,#101010f7 0%,#101010d9 35%,#10101066 65%,#10101033 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;position:relative}.hero-tag{letter-spacing:.35em;color:var(--yellow);margin-bottom:1rem;font-size:.75rem;font-weight:700}.hero-title{margin-bottom:1.5rem;font-size:clamp(3.5rem,9vw,6rem);font-weight:900;line-height:.9}.hero-desc{color:var(--gray-light);max-width:480px;margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.hero-desc strong{color:var(--white)}.hero-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;max-width:460px;padding:2.5rem;box-shadow:0 20px 50px #00000080}.card-row{flex-direction:column;gap:.4rem;display:flex}.card-label{letter-spacing:.25em;color:var(--gray);font-size:.65rem;font-weight:700}.card-phone{color:var(--red);letter-spacing:.02em;font-size:2.2rem;font-weight:900;transition:color .3s}.card-phone:hover{color:#ff3b3b}.card-address{color:var(--yellow);font-size:1rem;font-weight:600}.card-email{color:var(--white);font-size:.95rem;font-weight:500}.card-divider{background:var(--border);height:1px;margin:1.2rem 0}.packages-section{background:var(--bg-dark);padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{margin-bottom:.8rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.section-header p{color:var(--gray);letter-spacing:.1em;font-size:.85rem}.packages-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pkg-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;padding:2.5rem 2rem;transition:border-color .3s,transform .3s;display:flex}.pkg-card:hover{border-color:var(--red);transform:translateY(-6px)}.pkg-top{margin-bottom:1.5rem}.pkg-num{color:var(--red);letter-spacing:.1em;background:#d327271a;border-radius:4px;margin-bottom:.8rem;padding:.3rem .7rem;font-size:.7rem;font-weight:800;display:inline-block}.pkg-title{color:var(--white);margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.pkg-price{color:var(--red);font-size:1.8rem;font-weight:900}.pkg-list{flex:1}.pkg-list li{color:var(--gray-light);border-bottom:1px solid #ffffff0a;align-items:flex-start;gap:.6rem;padding:.5rem 0;font-size:.9rem;display:flex}.pkg-list li:before{content:"✓";color:var(--red);flex-shrink:0;margin-top:1px;font-weight:700}.pkg-list li:last-child{border-bottom:none}.pricing-section{background:var(--bg);padding:8rem 0}.pricing-grid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.pricing-col h2{margin-bottom:2.5rem;font-size:2.2rem;font-weight:900}.pricing-table{flex-direction:column;display:flex}.price-row{border-bottom:1px solid var(--border);align-items:baseline;padding:1rem 0;display:flex}.price-name{color:var(--white);white-space:nowrap;font-size:1rem;font-weight:600}.price-dots{border-bottom:2px dotted #ffffff26;flex:1;min-width:20px;margin:0 1rem}.price-value{white-space:nowrap;font-size:1.2rem;font-weight:900}.pricing-note{margin-top:1.5rem;font-size:.8rem;font-style:italic;font-weight:600}.carousel-section{background:var(--bg-dark);padding:8rem 0 4rem;overflow:hidden}.carousel-wrapper{justify-content:center;align-items:center;min-height:420px;padding:3rem 0;display:flex;position:relative}.carousel-track{justify-content:center;align-items:center;width:100%;max-width:700px;display:flex;position:relative}.carousel-item{cursor:pointer;border:2px solid #0000;border-radius:16px;width:520px;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),filter .5s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden;box-shadow:0 10px 40px #0006}.carousel-item-active{cursor:default;border-color:var(--red);box-shadow:0 20px 60px #d3272740,0 0 80px #d3272714}.carousel-item video{aspect-ratio:16/9;object-fit:cover;background:#000;width:100%;display:block}.carousel-label{pointer-events:none;background:linear-gradient(#0000,#000c);justify-content:flex-end;padding:1rem 1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-counter{letter-spacing:.15em;color:var(--red);background:#0009;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.carousel-arrow{z-index:20;background:var(--bg-card);border:2px solid var(--border);width:56px;height:56px;color:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:var(--red);border-color:var(--red);transform:translateY(-50%)scale(1.1)}.carousel-arrow-left{left:max(2rem,50% - 400px)}.carousel-arrow-right{right:max(2rem,50% - 400px)}.carousel-dots{justify-content:center;gap:.6rem;padding:2rem 0;display:flex}.carousel-dot{border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot:hover{border-color:var(--white)}.carousel-dot-active{background:var(--red);border-color:var(--red);transform:scale(1.3)}.map-section{background:var(--bg-dark);padding:8rem 0 0}.map-wrapper{border-top:3px solid var(--red);border-bottom:3px solid var(--red);margin-top:3rem;position:relative;overflow:hidden}.map-wrapper iframe{filter:grayscale(.6)contrast(1.1)brightness(.8);transition:filter .5s;display:block}.map-wrapper:hover iframe{filter:grayscale(0)contrast()brightness()}.map-info{padding:2.5rem 2rem}.map-info-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.map-btn{border:2px solid var(--border);letter-spacing:.05em;color:var(--white);border-radius:8px;padding:1rem 2.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-block}.map-btn:hover{border-color:var(--white);background:#ffffff0d}.map-btn-red{border-color:var(--red);color:var(--red)}.map-btn-red:hover{background:var(--red);color:var(--white)}.site-footer{background:var(--bg-dark);border-top:1px solid var(--border);padding-top:5rem}.footer-content{grid-template-columns:1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.footer-logo{margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.footer-brand p{color:var(--gray);font-size:.9rem}.footer-cta{flex-direction:column;gap:.8rem;display:flex}.footer-phone{color:var(--red);font-size:1.6rem;font-weight:900;transition:color .3s}.footer-phone:hover{color:#ff3b3b}.footer-email{color:var(--gray-light);font-size:.9rem}.footer-info p{color:var(--gray);margin-bottom:.3rem;font-size:.9rem}.footer-bottom{border-top:1px solid var(--border);text-align:center;padding:1.5rem 0}.footer-bottom span{color:var(--gray);font-size:.75rem}@media (width<=1024px){.carousel-item{width:420px}.carousel-arrow-left{left:1rem}.carousel-arrow-right{right:1rem}}@media (width<=900px){.packages-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr;gap:4rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.footer-cta{align-items:center}.footer-info{text-align:center}.hero-card{max-width:100%}.carousel-item{width:340px}}@media (width<=600px){.container{padding:0 1.2rem}.site-nav{background:#000000d9;flex-direction:column;gap:.8rem;padding:1rem 1.2rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:.8rem;font-size:.7rem}.nav-cta{padding:.4rem 1rem!important;font-size:.75rem!important}.hero-title{font-size:2.8rem}.hero-desc{font-size:.95rem}.hero-card{max-width:100%;padding:1.8rem}.card-phone{font-size:1.6rem}.card-address{font-size:.9rem}section,.packages-section,.pricing-section,.carousel-section{padding:5rem 0}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem}.packages-grid{grid-template-columns:1fr;gap:1.2rem}.pkg-card{padding:2rem 1.5rem}.pkg-title{font-size:1.2rem}.pkg-price{font-size:1.4rem}.pricing-col h2{margin-bottom:1.5rem;font-size:1.8rem}.carousel-wrapper{min-height:280px;padding:2rem 0}.carousel-item{width:280px}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:18px;height:18px}.carousel-arrow-left{left:.5rem}.carousel-arrow-right{right:.5rem}.map-wrapper iframe{height:300px}.map-info-grid{flex-direction:column;align-items:center;gap:1rem}.map-btn{text-align:center;width:100%;padding:.8rem 1.5rem}.footer-logo{font-size:1.4rem}.footer-phone{font-size:1.3rem}.footer-content{text-align:center}.footer-cta{align-items:center}}@media (width<=400px){.hero-title{font-size:2.2rem}.hero-tag{font-size:.65rem}.card-phone{font-size:1.3rem}.carousel-item{width:230px}.section-header h2{font-size:1.6rem}}
