:root{--red: #662525;--red-hover: #7d2d2d;--nav-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:#000;font-family:"Exo 2",system-ui,-apple-system,sans-serif;scroll-behavior:smooth}nav{position:fixed;inset:0 0 auto;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 2.5rem;height:var(--nav-h);background:#00000059;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border-bottom:1px solid rgba(255,255,255,.08)}.nav-logo{height:38px;padding:0 1rem;background:var(--red);border-radius:6px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;text-decoration:none;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:#ffffffd9;text-decoration:none;font-size:.98rem;font-weight:500;letter-spacing:.03em;padding:.45rem .85rem;border-radius:6px;white-space:nowrap;transition:color .2s,background .2s}.nav-links a:hover{color:#fff;background:#ffffff1a}.nav-phone{flex-shrink:0;display:inline-flex;align-items:center;padding:.6rem 1.4rem;background:var(--red);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.05em;text-decoration:none;border-radius:999px;white-space:nowrap;transition:background .2s,transform .15s}.nav-phone:hover{background:var(--red-hover);transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:var(--nav-h);left:0;right:0;height:auto;z-index:99;flex-direction:column;gap:.25rem;padding:1rem 2rem 1.5rem;background:#080808bf;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-bottom:1px solid rgba(255,255,255,.08)}.mobile-menu.open{display:flex}.mobile-menu a{color:#ffffffd9;text-decoration:none;font-size:1rem;font-weight:500;padding:.65rem .5rem;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu-phone{display:inline-flex!important;align-self:center;background:var(--red)!important;color:#fff!important;font-weight:700;font-size:.9rem;letter-spacing:.05em;padding:.55rem 1.25rem!important;border-radius:999px;border-bottom:none!important;margin-top:.75rem}.hero{position:relative;width:100%;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:#000}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0003,#000000a6)}.hero-bg{position:absolute;top:-120px;left:0;right:0;width:100%;height:100vh;object-fit:cover;object-position:center center;filter:brightness(.7)}.hero-content{top:11vh;position:relative;z-index:1;padding:0 1.5rem;max-width:800px}.hero-title{font-size:clamp(1.4rem,5vw,4rem);font-weight:300;color:#fff;line-height:1.1;letter-spacing:-.01em;margin-bottom:1rem;text-shadow:0 2px 24px rgba(0,0,0,.6)}.hero-subtitle{font-size:clamp(.95rem,2.5vw,1.2rem);color:#ffffffb3;line-height:1.6;max-width:480px;margin:0 auto 2.5rem}.hero-ctas{display:flex;padding-top:1rem;gap:2rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;font-size:1.1rem;font-weight:600;letter-spacing:.04em;border-radius:999px;text-decoration:none;min-width:160px;transition:transform .18s,background .2s,border-color .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--red);color:#fff;border:2px solid var(--red)}.btn-primary:hover{background:var(--red-hover);border-color:var(--red-hover)}.btn-outline{background:#ffffff14;color:#fff;border:2px solid rgba(255,255,255,.35);backdrop-filter:blur(6px)}.btn-outline:hover{background:#ffffff29;border-color:#fff9}.section-label{display:block;text-align:center;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:600;color:var(--red);margin-bottom:.75rem}.section-title{text-align:center;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;letter-spacing:-.01em;margin-bottom:3.5rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .35s ease,transform .35s ease}.reveal.visible{opacity:1;transform:none}.reveal[data-delay="1"]{transition-delay:.08s}.reveal[data-delay="2"]{transition-delay:.18s}.reveal[data-delay="3"]{transition-delay:.28s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}@media(max-width:768px){nav{padding:0 1.25rem}.nav-links,.nav-phone{display:none}.hamburger{display:flex}}@media(max-width:480px){.hero-ctas{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px}}.services[data-astro-cid-satlbe6z]{background:#080808;padding:6rem 1.5rem}.services-inner[data-astro-cid-satlbe6z]{max-width:1100px;margin:0 auto}.cards-grid[data-astro-cid-satlbe6z]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:1.5rem}.card[data-astro-cid-satlbe6z]{position:relative;background:#111;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.75rem;display:flex;flex-direction:column}.card--featured[data-astro-cid-satlbe6z]{border-color:var(--red)}.card-badge[data-astro-cid-satlbe6z]{position:absolute;top:-1px;right:1.25rem;background:var(--red);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .75rem;border-radius:0 0 8px 8px}.card-name[data-astro-cid-satlbe6z]{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1rem}.card-price[data-astro-cid-satlbe6z]{font-size:1.35rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.25rem}.card-tiers[data-astro-cid-satlbe6z]{font-size:.68rem;color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}.card-duration[data-astro-cid-satlbe6z]{font-size:.8rem;color:#fff6;margin-bottom:1.25rem}.card-divider[data-astro-cid-satlbe6z]{border:none;border-top:1px solid rgba(255,255,255,.07);margin-bottom:1.25rem}.card-features[data-astro-cid-satlbe6z]{list-style:disc;padding-left:1.1rem;display:flex;flex-direction:column;gap:.5rem}.card-features[data-astro-cid-satlbe6z] li[data-astro-cid-satlbe6z]{font-size:.85rem;color:#fff9}.card-features[data-astro-cid-satlbe6z] li[data-astro-cid-satlbe6z]::marker{color:var(--red)}.addons[data-astro-cid-satlbe6z]{background:#0f0f0f;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:2rem;margin-top:1.25rem;margin-bottom:3rem}.addons-title[data-astro-cid-satlbe6z]{font-size:.75rem;font-weight:700;color:#ffffff80;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem}.addons-grid[data-astro-cid-satlbe6z]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0 2.5rem}.addon-item[data-astro-cid-satlbe6z]{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#fff9;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.addon-price[data-astro-cid-satlbe6z]{color:#ffffff4d;font-size:.8rem;white-space:nowrap;margin-left:1rem}.services-cta[data-astro-cid-satlbe6z]{text-align:center}.about[data-astro-cid-x2lc2h5w]{position:relative;width:100%;min-height:80vh;background:#000;overflow:hidden;display:flex;align-items:flex-start;padding:6rem 4rem}.about[data-astro-cid-x2lc2h5w]:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000 35%,rgba(0,0,0,.3) 65%,transparent 100%),linear-gradient(to bottom,rgba(0,0,0,.4) 0%,transparent 30%);pointer-events:none;z-index:1}.about-img[data-astro-cid-x2lc2h5w]{position:absolute;bottom:0;right:0;height:95%;width:auto;object-fit:cover;object-position:left center;filter:brightness(.55)}.about-content[data-astro-cid-x2lc2h5w]{position:relative;z-index:2;max-width:480px;display:flex;flex-direction:column;gap:1.5rem}.about-heading[data-astro-cid-x2lc2h5w]{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.01em;line-height:1.1}.about-body[data-astro-cid-x2lc2h5w]{font-size:1rem;color:#fff9;line-height:1.75}.about-stats[data-astro-cid-x2lc2h5w]{display:flex;gap:2.5rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.about-stat[data-astro-cid-x2lc2h5w]{display:flex;flex-direction:column;gap:.2rem}.about-stat-value[data-astro-cid-x2lc2h5w]{font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:-.02em}.about-stat-label[data-astro-cid-x2lc2h5w]{font-size:.72rem;font-weight:500;color:#fff6;text-transform:uppercase;letter-spacing:.1em}@media(max-width:768px){.about[data-astro-cid-x2lc2h5w]{padding:5rem 1.5rem;min-height:unset}.about-img[data-astro-cid-x2lc2h5w]{height:50%;width:100%;object-position:center top;opacity:.4}.about[data-astro-cid-x2lc2h5w]:after{background:linear-gradient(to bottom,#000 10%,#00000080 60%,#000)}.about-stats[data-astro-cid-x2lc2h5w]{gap:1.5rem}}.reviews[data-astro-cid-lgm6qr3x]{background:#080808;padding:6rem 1.5rem}.reviews-inner[data-astro-cid-lgm6qr3x]{max-width:820px;margin:0 auto}.reviews-carousel[data-astro-cid-lgm6qr3x]{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.reviews-arrow[data-astro-cid-lgm6qr3x]{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff9;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.reviews-arrow[data-astro-cid-lgm6qr3x]:hover{background:#ffffff1a;color:#fff;border-color:#ffffff40}.reviews-track[data-astro-cid-lgm6qr3x]{flex:1;position:relative;min-height:260px}.review-slide[data-astro-cid-lgm6qr3x]{position:absolute;inset:0;display:flex;flex-direction:column;gap:1.75rem;opacity:0;pointer-events:none;transition:opacity .4s ease}.review-slide[data-astro-cid-lgm6qr3x].active{position:relative;opacity:1;pointer-events:auto}.review-quote[data-astro-cid-lgm6qr3x]{color:var(--red);opacity:.5;width:36px;height:auto}.review-text[data-astro-cid-lgm6qr3x]{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffd9;line-height:1.75;font-style:italic}.review-author[data-astro-cid-lgm6qr3x]{display:flex;align-items:center;gap:1rem}.review-avatar[data-astro-cid-lgm6qr3x]{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#1e1e1e;border:1px solid rgba(255,255,255,.1);overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.review-avatar[data-astro-cid-lgm6qr3x] svg[data-astro-cid-lgm6qr3x]{width:100%;height:100%}.review-name[data-astro-cid-lgm6qr3x]{font-size:.95rem;font-weight:700;color:#fff}.review-location[data-astro-cid-lgm6qr3x]{font-size:.8rem;color:#fff6;margin-top:.1rem}.reviews-dots[data-astro-cid-lgm6qr3x]{display:flex;justify-content:center;gap:.5rem}.reviews-dot[data-astro-cid-lgm6qr3x]{width:8px;height:8px;border-radius:50%;background:#ffffff26;border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}.reviews-dot[data-astro-cid-lgm6qr3x].active{background:var(--red);transform:scale(1.25)}@media(max-width:600px){.reviews-carousel[data-astro-cid-lgm6qr3x]{gap:.75rem}.reviews-arrow[data-astro-cid-lgm6qr3x]{width:36px;height:36px}.reviews-track[data-astro-cid-lgm6qr3x]{min-height:320px}}.faq[data-astro-cid-hqz3ghsx]{background:#000;padding:6rem 1.5rem}.faq-inner[data-astro-cid-hqz3ghsx]{max-width:760px;margin:0 auto}.faq-list[data-astro-cid-hqz3ghsx]{list-style:none;display:flex;flex-direction:column;gap:.5rem}.faq-item[data-astro-cid-hqz3ghsx]{border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;background:#0d0d0d;transition:border-color .2s}.faq-item[data-astro-cid-hqz3ghsx].open{border-color:#ffffff26}.faq-question[data-astro-cid-hqz3ghsx]{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;color:#fff;font-family:inherit;font-size:.95rem;font-weight:600;letter-spacing:.01em}.faq-chevron[data-astro-cid-hqz3ghsx]{flex-shrink:0;color:#fff6;transition:transform .3s ease,color .2s}.faq-item[data-astro-cid-hqz3ghsx].open .faq-chevron[data-astro-cid-hqz3ghsx]{transform:rotate(180deg);color:var(--red)}.faq-answer[data-astro-cid-hqz3ghsx]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item[data-astro-cid-hqz3ghsx].open .faq-answer[data-astro-cid-hqz3ghsx]{grid-template-rows:1fr}.faq-answer-inner[data-astro-cid-hqz3ghsx]{overflow:hidden}.faq-answer-inner[data-astro-cid-hqz3ghsx] p[data-astro-cid-hqz3ghsx]{padding:1rem 1.5rem 1.25rem;font-size:.9rem;color:#ffffff8c;line-height:1.75;border-top:1px solid rgba(255,255,255,.06)}.gallery[data-astro-cid-aozjdial]{background:#080808;padding:6rem 1.5rem}.gallery-inner[data-astro-cid-aozjdial]{max-width:1100px;margin:0 auto}.gallery-grid[data-astro-cid-aozjdial]{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.gallery-item[data-astro-cid-aozjdial]{position:relative;aspect-ratio:4 / 3;overflow:hidden;border-radius:10px;background:#111;border:none;cursor:pointer;padding:0}.gallery-item[data-astro-cid-aozjdial] img[data-astro-cid-aozjdial]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}.gallery-item-overlay[data-astro-cid-aozjdial]{position:absolute;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .3s ease}.gallery-item[data-astro-cid-aozjdial]:hover img[data-astro-cid-aozjdial]{transform:scale(1.06);filter:brightness(.7)}.gallery-item[data-astro-cid-aozjdial]:hover .gallery-item-overlay[data-astro-cid-aozjdial]{opacity:1}.lightbox[data-astro-cid-aozjdial]{position:fixed;inset:0;z-index:200;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.lightbox[data-astro-cid-aozjdial].active{opacity:1;pointer-events:auto}.lightbox-img[data-astro-cid-aozjdial]{max-width:100%;max-height:88vh;border-radius:8px;object-fit:contain;box-shadow:0 24px 80px #000c}.lightbox-close[data-astro-cid-aozjdial]{position:absolute;top:1.25rem;right:1.25rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#fff;cursor:pointer;transition:background .2s}.lightbox-close[data-astro-cid-aozjdial]:hover{background:#ffffff29}.lightbox-arrow[data-astro-cid-aozjdial]{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#fff;cursor:pointer;transition:background .2s,transform .2s;z-index:1}.lightbox-arrow--prev[data-astro-cid-aozjdial]{left:2rem}.lightbox-arrow--next[data-astro-cid-aozjdial]{right:2rem}.lightbox-arrow[data-astro-cid-aozjdial]:hover{background:#ffffff29;transform:translateY(-50%) scale(1.08)}.lightbox-counter[data-astro-cid-aozjdial]{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);font-size:.8rem;color:#ffffff73;letter-spacing:.08em}@media(max-width:768px){.gallery-grid[data-astro-cid-aozjdial]{grid-template-columns:repeat(2,1fr)}.lightbox[data-astro-cid-aozjdial]{padding:1rem;gap:.5rem}.lightbox-img[data-astro-cid-aozjdial]{max-width:calc(100% - 100px)}.lightbox-arrow[data-astro-cid-aozjdial]{width:40px;height:40px}}@media(max-width:480px){.gallery-grid[data-astro-cid-aozjdial]{grid-template-columns:1fr}}.contact[data-astro-cid-jjagjrbk]{background:#000;padding:6rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.contact-inner[data-astro-cid-jjagjrbk]{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}.contact-heading[data-astro-cid-jjagjrbk]{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.01em;line-height:1.1;margin:.75rem 0 1rem}.contact-subheading[data-astro-cid-jjagjrbk]{font-size:.95rem;color:#ffffff80;line-height:1.7;margin-bottom:2rem}.contact-cards[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;gap:.75rem}.contact-card[data-astro-cid-jjagjrbk]{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#0d0d0d;border:1px solid rgba(255,255,255,.07);border-radius:10px;text-decoration:none;transition:border-color .2s,background .2s}.contact-card[data-astro-cid-jjagjrbk]:hover{border-color:#ffffff26;background:#141414}.contact-card-icon[data-astro-cid-jjagjrbk]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#66252533;border-radius:8px;color:var(--red);flex-shrink:0}.contact-card-label[data-astro-cid-jjagjrbk]{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin-bottom:.15rem}.contact-card-value[data-astro-cid-jjagjrbk]{font-size:.95rem;font-weight:600;color:#fff}.contact-form-wrap[data-astro-cid-jjagjrbk]{background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:2rem}.contact-form[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;gap:1.25rem}.form-row[data-astro-cid-jjagjrbk]{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;gap:.4rem}.form-group[data-astro-cid-jjagjrbk] label[data-astro-cid-jjagjrbk]{font-size:.78rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em}.form-group[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk],.form-group[data-astro-cid-jjagjrbk] select[data-astro-cid-jjagjrbk],.form-group[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]{background:#161616;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:inherit;font-size:.9rem;padding:.75rem 1rem;outline:none;transition:border-color .2s;width:100%}.form-group[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk]::placeholder,.form-group[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]::placeholder{color:#fff3}.form-group[data-astro-cid-jjagjrbk] select[data-astro-cid-jjagjrbk] option[data-astro-cid-jjagjrbk]{background:#1a1a1a}.form-group[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk]:focus,.form-group[data-astro-cid-jjagjrbk] select[data-astro-cid-jjagjrbk]:focus,.form-group[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]:focus{border-color:#662525b3}.form-group[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]{resize:vertical;min-height:110px}.form-submit[data-astro-cid-jjagjrbk]{width:100%}.form-success[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;gap:1rem}.form-success-icon[data-astro-cid-jjagjrbk]{margin-bottom:.5rem}.form-success-title[data-astro-cid-jjagjrbk]{font-size:1.3rem;font-weight:800;color:#fff}.form-success-body[data-astro-cid-jjagjrbk]{font-size:.88rem;color:#ffffff73;line-height:1.7;max-width:320px;border:1px dashed rgba(255,255,255,.12);border-radius:8px;padding:.85rem 1rem}.form-success-reset[data-astro-cid-jjagjrbk]{background:none;border:none;color:#ffffff59;font-family:inherit;font-size:.82rem;cursor:pointer;text-decoration:underline;padding:0;margin-top:.25rem}.form-success-reset[data-astro-cid-jjagjrbk]:hover{color:#fff9}@media(max-width:860px){.contact-inner[data-astro-cid-jjagjrbk]{grid-template-columns:1fr;gap:3rem}}@media(max-width:480px){.form-row[data-astro-cid-jjagjrbk]{grid-template-columns:1fr}.contact-form-wrap[data-astro-cid-jjagjrbk]{padding:1.25rem}}
