:root{--yellow: #F5C500;--yellow-gold: #FFD700;--bg-dark: #0A0A0A;--bg-card: #111111;--text-light: #FFFFFF;--text-muted: #AAAAAA}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text-light);overflow-x:hidden}.vp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .3s ease-in-out,border-bottom .3s ease-in-out;background:transparent;border-bottom:2px solid transparent}.vp-nav.scrolled{background:#0a0a0a;border-bottom:2px solid var(--yellow)}.vp-nav-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between}.vp-logo{font-family:Bebas Neue,sans-serif;font-size:28px;color:var(--yellow);text-decoration:none;display:flex;align-items:center;gap:10px;letter-spacing:1px}.vp-logo-icon{width:40px;height:40px;flex-shrink:0;object-fit:contain;border-radius:50%}.vp-nav-links{display:flex;align-items:center;gap:32px}.vp-nav-links a{color:var(--text-light);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.5px;transition:color .3s ease-in-out}.vp-nav-links a:hover{color:var(--yellow)}.vp-cta-btn{background:var(--yellow);color:#000;font-family:Inter,sans-serif;font-weight:700;font-size:13px;padding:10px 22px;border-radius:2px;text-decoration:none;display:inline-block;border:none;cursor:pointer;transition:background .3s ease-in-out,transform .15s ease-in-out;letter-spacing:.5px}.vp-cta-btn:hover{background:var(--yellow-gold);transform:translateY(-1px)}.nav-cta{margin-left:8px}.vp-outline-btn{border:2px solid var(--yellow);color:var(--yellow);font-weight:700;font-size:14px;padding:10px 24px;border-radius:2px;text-decoration:none;display:inline-block;transition:background .3s ease-in-out,color .3s ease-in-out}.vp-outline-btn:hover{background:var(--yellow);color:#000}.vp-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.vp-hamburger span{display:block;width:24px;height:2px;background:var(--text-light);transition:all .3s ease-in-out;transform-origin:center}.vp-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.vp-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.vp-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.vp-hamburger{display:flex}.vp-nav-links{position:fixed;top:72px;left:0;right:0;background:#0a0a0a;border-bottom:2px solid var(--yellow);flex-direction:column;align-items:flex-start;gap:0;padding:0 24px 24px;transform:translateY(-110%);opacity:0;transition:transform .35s ease-in-out,opacity .35s ease-in-out;pointer-events:none}.vp-nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.vp-nav-links a{padding:14px 0;border-bottom:1px solid #222;width:100%}.nav-cta{margin:16px 0 0;width:100%;text-align:center}}.vp-hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.vp-hero-bg{position:absolute;inset:-20%;background-size:cover;background-position:center 30%;background-repeat:no-repeat;will-change:transform}.vp-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000000b8,#0009,#000c);z-index:1}.vp-hero-grain{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.25;pointer-events:none;z-index:1}.vp-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 24px}.vp-hero-title{font-family:Bebas Neue,sans-serif;font-size:clamp(52px,9vw,100px);line-height:1;color:var(--text-light);letter-spacing:3px;margin-bottom:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:0 18px}.vp-hero-word{display:inline-block;opacity:0;transform:translateY(40px);animation:wordReveal .7s ease forwards}@keyframes wordReveal{to{opacity:1;transform:translateY(0)}}.vp-hero-content.visible .vp-hero-word{animation-play-state:running}.vp-hero-sub{font-size:clamp(14px,2vw,18px);color:var(--text-muted);margin-bottom:40px;line-height:1.6;opacity:0;animation:fadeUp .8s ease .9s forwards}.vp-hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeUp .8s ease 1.1s forwards}.vp-hero-btns .vp-cta-btn{font-size:15px;padding:14px 32px}.vp-hero-btns .vp-outline-btn{font-size:15px;padding:12px 32px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.vp-stats-bar{background:var(--yellow);padding:40px 24px}.vp-stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}@media(max-width:900px){.vp-stats-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.vp-stats-inner{grid-template-columns:1fr}}.vp-stat-item{display:flex;flex-direction:column;align-items:center;gap:6px}.vp-stat-icon{font-size:28px;color:#000;margin-bottom:4px}.vp-stat-num{font-family:Bebas Neue,sans-serif;font-size:48px;color:#000;line-height:1}.vp-counter-number{display:inline}.vp-stat-label{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:1px}.vp-section{padding:100px 0;opacity:0;transform:translateY(40px);transition:opacity .7s ease-in-out,transform .7s ease-in-out}.vp-section.vp-visible{opacity:1;transform:translateY(0)}.vp-container{max-width:1200px;margin:0 auto;padding:0 24px}.vp-section-heading{margin-bottom:56px}.vp-section-heading h2{font-family:Bebas Neue,sans-serif;font-size:clamp(36px,6vw,64px);letter-spacing:3px;color:var(--text-light);line-height:1}.vp-underline{width:60px;height:4px;background:var(--yellow);margin-top:12px;border-radius:0}.vp-watermark{position:absolute;font-family:Bebas Neue,sans-serif;font-size:500px;color:var(--text-light);opacity:.03;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1;z-index:0}.vp-services-section{background:var(--bg-dark);position:relative}.vp-services-section .vp-container{position:relative;z-index:1}.vp-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.vp-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.vp-services-grid{grid-template-columns:1fr}}.vp-service-card{background:var(--bg-card);padding:36px 28px;border:1px solid #1e1e1e;border-radius:2px;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out,border-color .3s ease-in-out;cursor:default}.vp-service-card:hover{box-shadow:0 0 20px #f5c50080;transform:scale(1.04);border-color:var(--yellow)}.vp-service-icon{font-size:32px;color:var(--yellow);margin-bottom:16px;display:block}.vp-service-name{font-family:Bebas Neue,sans-serif;font-size:24px;color:var(--text-light);letter-spacing:1px;margin-bottom:10px}.vp-service-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.vp-why-section{background:var(--bg-dark)}.vp-why-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:768px){.vp-why-inner{grid-template-columns:1fr}}.vp-why-list{list-style:none;display:flex;flex-direction:column;gap:18px;margin-top:8px}.vp-why-item{display:flex;align-items:center;gap:14px;font-size:17px;font-weight:500;color:var(--text-light)}.vp-check-icon{color:var(--yellow);font-size:16px;flex-shrink:0}.vp-why-right{display:flex;justify-content:center;align-items:center}.vp-logo-emblem{width:300px;height:300px;display:flex;align-items:center;justify-content:center}.vp-emblem-img{width:100%;height:100%;object-fit:contain;border-radius:50%;filter:drop-shadow(0 0 40px rgba(245,197,0,.3));animation:emblemPulse 4s ease-in-out infinite}@keyframes emblemPulse{0%,to{filter:drop-shadow(0 0 30px rgba(245,197,0,.2))}50%{filter:drop-shadow(0 0 55px rgba(245,197,0,.5))}}.vp-process-section{background:#111}.vp-process-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;align-items:start;padding-top:40px}@media(max-width:768px){.vp-process-track{grid-template-columns:1fr;padding-left:40px}}.vp-process-line{position:absolute;top:24px;left:10%;width:0%;height:3px;background:var(--yellow);transition:width 1.5s ease-in-out;z-index:0}.vp-process-line.animated{width:80%}@media(max-width:768px){.vp-process-line{display:none}}.vp-process-step{position:relative;z-index:1;text-align:center}@media(max-width:768px){.vp-process-step{text-align:left;display:flex;flex-direction:column;align-items:flex-start}}.vp-step-circle{width:52px;height:52px;background:var(--yellow);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;font-size:22px;margin:0 auto 16px;position:relative;z-index:2}@media(max-width:768px){.vp-step-circle{margin:0 0 12px}}.vp-step-title{font-family:Bebas Neue,sans-serif;font-size:20px;letter-spacing:1px;color:var(--text-light);margin-bottom:10px}.vp-step-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.vp-gallery-section{background:var(--bg-dark);position:relative}.vp-gallery-section .vp-container{position:relative;z-index:1}.vp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:64px}@media(max-width:768px){.vp-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.vp-gallery-grid{grid-template-columns:1fr}}.vp-gallery-item{position:relative;overflow:hidden;cursor:pointer;border-radius:2px;aspect-ratio:4/3}.vp-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-in-out}.vp-gallery-item:hover img{transform:scale(1.06)}.vp-gallery-overlay{position:absolute;inset:0;background:#f5c500d1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;opacity:0;transition:opacity .3s ease-in-out;padding:1rem;text-align:center}.vp-gallery-item:hover .vp-gallery-overlay{opacity:1}.vp-gallery-desc{font-family:Bebas Neue,sans-serif;font-size:22px;color:#000;letter-spacing:2px;line-height:1}.vp-gallery-loc{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#111;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:4px}.vp-gallery-featured{grid-column:span 1;border:2px solid var(--yellow);box-shadow:0 0 24px #f5c50040}.vp-gallery-location{position:absolute;bottom:12px;left:12px;background:#000000d1;color:var(--yellow);font-family:Bebas Neue,sans-serif;font-size:15px;letter-spacing:1.5px;padding:5px 12px;border-radius:2px;border-left:3px solid var(--yellow);display:flex;align-items:center;gap:6px;z-index:2;pointer-events:none}.vp-gallery-location i{font-size:11px}.vp-ba-section{margin-top:16px}.vp-ba-title{font-family:Bebas Neue,sans-serif;font-size:28px;letter-spacing:2px;color:var(--yellow);margin-bottom:20px}.vp-before-after{position:relative;width:100%;max-width:800px;height:400px;overflow:hidden;border-radius:2px;cursor:ew-resize;border:2px solid #222;background:#111}@media(max-width:600px){.vp-before-after{height:260px}}.vp-before-img,.vp-after-img{position:absolute;inset:0}.vp-before-img img,.vp-after-img img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.vp-ba-label{position:absolute;bottom:12px;left:12px;background:#000000b3;color:var(--text-light);font-family:Bebas Neue,sans-serif;font-size:14px;letter-spacing:2px;padding:4px 10px;border-radius:2px}.vp-ba-label.after{left:auto;right:12px}.vp-ba-divider{position:absolute;top:0;bottom:0;width:3px;background:var(--yellow);transform:translate(-50%);cursor:ew-resize;z-index:10}.vp-ba-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-size:16px;box-shadow:0 2px 12px #00000080;cursor:ew-resize}.vp-lightbox{position:fixed;inset:0;background:#000000ed;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.vp-lightbox img{max-width:90vw;max-height:85vh;border-radius:2px;box-shadow:0 0 60px #000c}.vp-lightbox-close{position:absolute;top:24px;right:24px;background:var(--yellow);color:#000;border:none;width:40px;height:40px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.vp-testimonials-section{background:var(--bg-dark);position:relative}.vp-testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,var(--yellow),transparent)}.vp-testimonial-slider{max-width:720px;margin:0 auto;text-align:center}.vp-testimonial-card{background:var(--bg-card);border:1px solid #1e1e1e;border-radius:2px;padding:48px 40px;margin-bottom:32px;animation:fadeIn .5s ease}.vp-stars{display:flex;gap:6px;justify-content:center;margin-bottom:20px;color:var(--yellow);font-size:18px}.vp-testimonial-quote{font-size:18px;line-height:1.7;color:var(--text-light);margin-bottom:24px;font-style:italic}.vp-testimonial-author{display:flex;flex-direction:column;gap:4px}.vp-testimonial-name{font-family:Bebas Neue,sans-serif;font-size:20px;color:var(--yellow);letter-spacing:1px}.vp-testimonial-role{font-size:13px;color:var(--text-muted)}.vp-testimonial-dots{display:flex;gap:10px;justify-content:center}.vp-dot{width:10px;height:10px;border-radius:50%;background:#444;border:none;cursor:pointer;transition:background .3s ease-in-out,transform .3s ease-in-out}.vp-dot.active{background:var(--yellow);transform:scale(1.2)}.vp-contact-section{background:#111}.vp-contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:start}@media(max-width:768px){.vp-contact-grid{grid-template-columns:1fr;gap:40px}}.vp-contact-info{display:flex;flex-direction:column;gap:20px}.vp-contact-item{display:flex;align-items:center;gap:14px;font-size:15px;color:var(--text-light)}.vp-contact-item i{color:var(--yellow);font-size:18px;width:20px;text-align:center;flex-shrink:0}.vp-contact-item a{color:var(--text-light);text-decoration:none;transition:color .3s ease-in-out}.vp-contact-item a:hover{color:var(--yellow)}.vp-form{display:flex;flex-direction:column;gap:16px}.vp-form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:600px){.vp-form-row{grid-template-columns:1fr}}.vp-field{display:flex;flex-direction:column;gap:4px}.vp-field input,.vp-field select,.vp-field textarea{background:var(--bg-dark);border:1px solid #333;color:var(--text-light);padding:12px 16px;border-radius:2px;font-family:Inter,sans-serif;font-size:14px;width:100%;outline:none;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;-webkit-appearance:none}.vp-field input::placeholder,.vp-field textarea::placeholder{color:#555}.vp-field select{cursor:pointer;color:#555}.vp-field select option{color:var(--text-light);background:var(--bg-dark)}.vp-field input:focus,.vp-field select:focus,.vp-field textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 2px #f5c50026}.vp-field input.error,.vp-field select.error,.vp-field textarea.error{border-color:#e53e3e}.vp-field textarea{resize:vertical}.vp-error{font-size:12px;color:#e53e3e}.vp-radio-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.vp-radio-label{font-size:14px;color:var(--text-muted)}.vp-radio{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-light);cursor:pointer}.vp-radio input[type=radio]{accent-color:var(--yellow);width:16px;height:16px;cursor:pointer}.vp-submit-btn{background:var(--yellow);color:#000;font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:2px;padding:16px;border:none;border-radius:2px;cursor:pointer;width:100%;transition:background .3s ease-in-out,transform .15s ease-in-out;margin-top:8px}.vp-submit-btn:hover{background:var(--yellow-gold);transform:translateY(-1px)}.vp-success-msg{background:var(--bg-dark);border:2px solid var(--yellow);border-radius:2px;padding:48px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.vp-success-msg i{font-size:48px;color:var(--yellow)}.vp-success-msg h3{font-family:Bebas Neue,sans-serif;font-size:24px;letter-spacing:1px;color:var(--text-light)}.vp-footer{background:var(--bg-dark);border-top:3px solid var(--yellow);padding-top:64px}.vp-footer-inner{max-width:1200px;margin:0 auto 48px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:48px}@media(max-width:768px){.vp-footer-inner{grid-template-columns:1fr;gap:32px}}.vp-footer-logo{font-family:Bebas Neue,sans-serif;font-size:28px;color:var(--yellow);letter-spacing:2px;margin-bottom:10px}.vp-footer-tagline{font-size:13px;color:var(--text-muted);margin-bottom:20px;line-height:1.6}.vp-footer-socials{display:flex;gap:16px}.vp-footer-socials a{color:var(--text-muted);font-size:20px;text-decoration:none;transition:color .3s ease-in-out}.vp-footer-socials a:hover{color:var(--yellow)}.vp-footer-heading{font-family:Bebas Neue,sans-serif;font-size:16px;letter-spacing:2px;color:var(--yellow);margin-bottom:20px}.vp-footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.vp-footer-links a{color:var(--text-muted);text-decoration:none;font-size:14px;transition:color .3s ease-in-out}.vp-footer-links a:hover{color:var(--yellow)}.vp-footer-bottom{border-top:1px solid #222;text-align:center;padding:20px 24px;font-size:13px;color:var(--text-muted)}.vp-hr{height:3px;background:var(--yellow);border:none;margin:0}
