:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e0e0e0;--gold-primary:#d4af37;--gold-light:#ffea99;--gold-dark:#8c7322;--gold-glow:#d4af3766;--bg-dark:#030303;--panel-bg:#0f0f0f66;--input-bg:#ffffff08;--border-color:#d4af3733;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#030303;font-family:Outfit,system-ui,-apple-system,sans-serif;font-weight:300;line-height:1.6}body{background:var(--bg-dark);min-width:320px;min-height:100vh;margin:0;position:relative;overflow-x:hidden}body:before,body:after{content:"";filter:blur(120px);z-index:-1;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:fixed}body:before{background:#d4af3714;width:400px;height:400px;top:-100px;left:-100px}body:after{background:#d4af370d;width:500px;height:500px;animation-delay:-10s;bottom:-150px;right:-100px}@keyframes float{0%{transform:translate(0)}50%{transform:translate(50px,30px)}to{transform:translate(-30px,80px)}}h1,h2,h3,h4{color:var(--gold-light);letter-spacing:.5px;margin:0;font-family:Playfair Display,serif;font-weight:600}p{color:#a3a3a3;font-size:1.1rem}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009,inset 0 1px #ffffff0d}.glass-panel:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#d4af371a,#0000);width:50%;height:100%;animation:6s linear infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{to{left:200%}}.gold-gradient-text{background:linear-gradient(to right, var(--gold-light), var(--gold-primary), var(--gold-light));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shine}@keyframes shine{to{background-position:200%}}@media (width<=768px){body:before,body:after{filter:blur(80px);width:250px;height:250px}}.app-container{flex-direction:column;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:flex}.header{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.header-banner{object-fit:cover;width:100%;height:100%;display:block}.header h1{font-size:3.5rem;line-height:1.1}.subtitle{max-width:600px;font-size:1.25rem;font-weight:300;line-height:1.8}.main-content{justify-content:center;width:100%;display:flex}.footer-section.floating-section{z-index:10;flex-direction:column;align-items:center;gap:2rem;width:100%;margin-top:-50px;display:flex;position:relative}.footer-section h2{font-size:2.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:1s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@media (width<=768px){.app-container{gap:3rem;padding:2rem 1rem}.header h1{font-size:2.2rem}.subtitle{font-size:1.1rem}.header-banner{border-radius:0}}.form-section{box-sizing:border-box;width:100%;max-width:550px;padding:3rem}.form-header-text{text-align:center;margin-bottom:2.5rem}.form-main-title{margin-bottom:1rem;font-size:2.5rem;line-height:1.1}.form-subtitle{font-size:1.1rem;font-weight:300;line-height:1.6}.custom-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{position:relative}.form-group input{border:1px solid var(--border-color);background:var(--input-bg);color:#fff;box-sizing:border-box;border-radius:12px;outline:none;width:100%;padding:1.2rem 1.2rem 1.2rem 1.5rem;font-family:inherit;font-size:1.05rem;transition:all .3s cubic-bezier(.25,.8,.25,1)}.form-group input::placeholder{color:#777;font-weight:300}.form-group input:focus{border-color:var(--gold-primary);background:#ffffff0d;transform:translateY(-2px);box-shadow:0 0 0 4px #d4af371a}.submit-btn{background:linear-gradient(135deg, var(--gold-primary), var(--gold-dark));color:#000;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:12px;margin-top:1.5rem;padding:1.2rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 20px #0003}.submit-btn:hover:not(:disabled){box-shadow:0 15px 30px var(--gold-glow);background:linear-gradient(135deg, var(--gold-light), var(--gold-primary));transform:translateY(-4px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}.error-msg{color:#ff6b6b;background:#ff6b6b1a;border-left:4px solid #ff6b6b;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem}@media (width<=768px){.form-section{padding:2rem 1.5rem}.form-main-title{margin-bottom:.8rem;font-size:2rem}}.business-card{border-top:2px solid var(--gold-primary);box-sizing:border-box;background:linear-gradient(#141414cc 0%,#050505f2 100%);flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:450px;padding:4rem 2.5rem 2.5rem;display:flex;position:relative}.card-profile-logo{border:2px solid var(--gold-primary);box-sizing:border-box;z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;padding:10px;display:flex;position:absolute;top:-45px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 5px 15px #00000080,0 0 10px #d4af374d}.card-profile-logo img{object-fit:contain;width:100%;height:auto}.card-header{text-align:center;width:100%}.card-header h3{margin-bottom:.3rem;font-size:2.2rem}.card-header p{color:var(--gold-primary);text-transform:uppercase;letter-spacing:2px;margin:0;font-size:1rem;font-weight:700}.card-icons{grid-template-columns:repeat(4,1fr);gap:1.2rem;width:100%;display:grid}.icon-btn{aspect-ratio:1;color:var(--gold-primary);background:#ffffff08;border:1px solid #d4af3726;border-radius:16px;justify-content:center;align-items:center;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.icon-btn svg{width:24px;height:24px}.icon-btn:hover{background:var(--gold-primary);color:#000;box-shadow:0 10px 20px var(--gold-glow);transform:translateY(-5px)}.icon-btn.wp:hover{color:#fff;background:#25d366;border-color:#25d366;box-shadow:0 10px 20px #25d36666}.icon-btn.map:hover{color:#fff;background:#ea4335;border-color:#ea4335;box-shadow:0 10px 20px #ea433566}.vcf-btn{width:100%;color:var(--gold-light);border:1px solid var(--gold-primary);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:1rem;padding:1.2rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;transition:all .4s;display:flex;position:relative;overflow:hidden}.vcf-btn:before{content:"";background:var(--gold-primary);transform-origin:100%;z-index:-1;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.vcf-btn:hover:before{transform-origin:0;transform:scaleX(1)}.vcf-btn:hover{color:#000;box-shadow:0 10px 25px var(--gold-glow)}.btn-icon{width:22px;height:22px}@media (width<=480px){.business-card{padding:4rem 1.5rem 2rem}.card-icons{gap:.8rem}.card-header h3{font-size:1.8rem}.icon-btn svg{width:20px;height:20px}}.coupon-card{text-align:center;border:1px solid var(--gold-primary);box-sizing:border-box;background:linear-gradient(135deg,#1e1905e6 0%,#0a0a0af2 100%);width:100%;max-width:500px;padding:4rem 2rem;position:relative}.coupon-card:before{content:"";pointer-events:none;border:2px dashed #d4af374d;border-radius:12px;position:absolute;inset:15px}.coupon-card h3{color:var(--gold-primary);text-shadow:0 0 20px var(--gold-glow);margin-bottom:1rem;font-size:3rem}.coupon-box{border:1px solid var(--gold-primary);cursor:pointer;z-index:1;background:#00000080;border-radius:16px;justify-content:center;align-items:center;gap:1.5rem;margin:2.5rem 0;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.coupon-box:hover{box-shadow:0 15px 30px var(--gold-glow);background:#d4af371a;transform:scale(1.05)}.coupon-text{letter-spacing:4px;color:#fff;text-transform:uppercase;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800}.icon{color:var(--gold-primary);width:28px;height:28px;transition:all .3s}.icon.success{color:#4caf50;filter:drop-shadow(0 0 10px #4caf5066)}.copy-status{color:var(--gold-light);letter-spacing:1px;height:24px;font-size:1rem;font-weight:600}@media (width<=480px){.coupon-card{padding:3rem 1.5rem}.coupon-card h3{font-size:2.2rem}.coupon-text{font-size:1.8rem}.coupon-box{padding:1.5rem 1rem}}.preloader-container{z-index:9999;background-color:#030303;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s ease-out,visibility .5s ease-out;display:flex;position:fixed;top:0;left:0}.preloader-container.fade-out{opacity:0;visibility:hidden}.preloader-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.preloader-logo{filter:drop-shadow(0 0 15px #d4af3766);max-width:200px;animation:2s ease-in-out infinite alternate pulse-logo}.preloader-spinner{border:3px solid #d4af3733;border-top-color:var(--gold-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-logo{0%{opacity:.8;transform:scale(.95)}to{opacity:1;filter:drop-shadow(0 0 25px #d4af37cc);transform:scale(1.05)}}
