@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Inter:wght@400;500;700&display=swap";
.vsl-container{--primary-green:#065f46;--secondary-green:#10b981;--accent-gold:#c3a164;--soft-shadow:0 10px 50px -12px #00000026;font-family:var(--font-inter),sans-serif;background-color:#fff;flex-direction:column;min-height:100vh;margin:0;padding:0;display:flex}.gated-content{background-color:#f8fafc;flex-direction:column;flex-grow:1;display:flex}.gated-content section,.gated-content footer{width:100%}footer{color:#a7f3d099;margin-top:auto;background-color:#043d2e!important}.heading-fancy{font-family:var(--font-outfit),sans-serif;letter-spacing:-.02em}.attention-bar{text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(90deg,#991b1b,#dc2626,#991b1b) 0 0/200% 100%;border-bottom:1px solid #fff3;animation:2s linear infinite bar-shine,1s ease-in-out infinite alternate bar-pulse;box-shadow:0 4px 15px #dc262666}@keyframes bar-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bar-pulse{0%{transform:scale(1)}to{transform:scale(1.02)}}.video-section{perspective:1000px;max-width:1000px;margin:0 auto}.glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--soft-shadow);background:#ffffffb3;border:1px solid #ffffff4d;transition:transform .3s}.glass-card:hover{transform:translateY(-5px)}.gated-content{opacity:0;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}.gated-content.revealed{opacity:1;transform:translateY(0)}.cta-button{background:linear-gradient(135deg,#10b981,#059669);transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 0 20px #10b98166}.cta-button:hover{transform:scale(1.05);box-shadow:0 0 30px #10b98199}.testimonial-avatar{background:linear-gradient(135deg,#065f46,#10b981)}.pillar-icon{color:#065f46;background:#065f461a}.badge-premium{color:#c3a164;background:#c3a1641a;border:1px solid #c3a1644d}.price-old{opacity:.6;text-decoration:line-through}.price-new{color:#065f46;font-weight:800}
