:root{--bg-color: #050505;--text-color: #ffffff;--text-secondary: #a1a1aa;--gradient-blue: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--gradient-purple: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);--gradient-text: linear-gradient(to right, #60a5fa, #c084fc, #ff90bc);--glass-border: rgba(255, 255, 255, .08);--glass-bg: rgba(255, 255, 255, .03);--glass-bg-hover: rgba(255, 255, 255, .08);--accent-green: #22c55e;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden}.app-container{min-height:100vh;display:flex;flex-direction:column}.navbar{position:fixed;width:100%;z-index:50;top:0;left:0;background-color:#050505b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border)}.nav-content{max-width:80rem;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:1.5rem;font-weight:800;letter-spacing:-.05em;background:var(--gradient-text);-webkit-background-clip:text;color:transparent}.nav-cta{display:none;align-items:center;gap:.5rem;background-color:var(--glass-bg);padding:.5rem 1.2rem;border-radius:9999px;font-size:.875rem;font-weight:500;text-decoration:none;color:#fff;transition:all .3s ease;border:1px solid var(--glass-border)}.nav-cta:hover{background-color:var(--glass-bg-hover);border-color:#fff3}@media (min-width: 768px){.nav-cta{display:flex}}.section-container{max-width:80rem;margin:0 auto;padding:5rem 1.5rem;width:100%;box-sizing:border-box}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;background:linear-gradient(to bottom,#fff,#a1a1aa);-webkit-background-clip:text;color:transparent}.section-subtitle{color:var(--text-secondary);font-size:1.125rem}.google-rating-bar{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem;padding:1rem 1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:1rem;max-width:500px;margin-left:auto;margin-right:auto}.google-rating-left{display:flex;align-items:center;gap:.75rem}.google-g-logo{flex-shrink:0}.google-rating-info{display:flex;flex-direction:column;gap:.15rem}.google-stars{display:flex;align-items:center;gap:.1rem}.star-filled{color:#fbbf24;fill:#fbbf24}.google-rating-text{font-size:.8rem;color:var(--text-secondary);font-weight:500}.directions-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.2rem;background:#4285f41f;border:1px solid rgba(66,133,244,.25);border-radius:9999px;color:#60a5fa;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease}.directions-btn:hover{background:#4285f433;border-color:#4285f466;color:#93c5fd}@media (max-width: 639px){.google-rating-bar{gap:1rem;padding:.85rem 1rem}.google-g-logo{width:24px;height:24px}.star-filled{width:16px;height:16px}}.grid-features{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.grid-features{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-features{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--glass-bg);border:1px solid var(--glass-border);padding:2rem;border-radius:1.5rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);background:var(--glass-bg-hover)}.feature-icon-wrapper{background:#ffffff0d;width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-desc{color:var(--text-secondary);font-size:.9rem}.live-badge{display:inline-flex;align-items:center;gap:.5rem;background:#dc26261a;color:#ef4444;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;border:1px solid rgba(220,38,38,.2)}.live-dot{width:.4rem;height:.4rem;background:#ef4444;border-radius:50%;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.grid-offers{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.grid-offers{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-offers{grid-template-columns:repeat(4,1fr)}}.offer-card{position:relative;background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid var(--glass-border);padding:2rem;border-radius:1.5rem;text-align:center;overflow:hidden;transition:all .3s ease}.offer-card:hover{border-color:#fff3;transform:translateY(-5px)}.offer-icon-bg{width:4rem;height:4rem;border-radius:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.bg-gradient-to-br{background:linear-gradient(135deg,var(--tw-gradient-stops))}.from-pink-500{--tw-gradient-from: #ec4899;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))}.to-rose-500{--tw-gradient-to: #f43f5e}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.to-cyan-500{--tw-gradient-to: #06b6d4}.from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.to-emerald-500{--tw-gradient-to: #10b981}.from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.to-violet-500{--tw-gradient-to: #8b5cf6}.offer-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.offer-desc{color:var(--text-secondary);font-size:.9rem}.urgency-banner{margin-top:3rem;text-align:center;color:#fbbf24;font-weight:500;letter-spacing:.05em}.footer{border-top:1px solid var(--glass-border);padding:4rem 1.5rem 2rem;margin-top:auto;background:#000}.footer-content{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media (min-width: 768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-brand h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;background:var(--gradient-text);-webkit-background-clip:text;color:transparent}.footer-brand p{color:var(--text-secondary);margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:80rem;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--glass-border);text-align:center;color:#52525b;font-size:.8rem}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;overflow:hidden}.hero-glow{position:absolute;top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem;background:linear-gradient(to right,#3b82f6,#9333ea);border-radius:1rem;filter:blur(20px);opacity:.3;transition:opacity 1s}.glow-effect{position:absolute;pointer-events:none;z-index:0}.glow-blue{top:-20%;left:50%;transform:translate(-50%);width:80vw;height:80vh;background:radial-gradient(circle,#3b82f626,#0000 70%)}.glow-purple{bottom:-20%;right:0;width:60vw;height:60vh;background:radial-gradient(circle,#a855f71a,#0000 70%)}.hero-content{position:relative;z-index:10;text-align:center;max-width:60rem;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:5rem}}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;color:transparent;background-size:200% auto;animation:gradient-move 4s linear infinite}@keyframes gradient-move{0%{background-position:0% 50%}to{background-position:200% 50%}}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:40rem;margin:0 auto 2.5rem;line-height:1.6}.cta-group{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media (min-width: 640px){.cta-group{flex-direction:row}}.cta-button{padding:1rem 2.5rem;border-radius:9999px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .2s ease;width:100%;display:flex;justify-content:center}@media (min-width: 640px){.cta-button{width:auto}}.cta-button.primary{background:#fff;color:#000}.cta-button.primary:hover{transform:scale(1.05);box-shadow:0 0 20px #ffffff4d}.cta-button.secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#ffffff1a}.cta-content,.icon,.icon-large{display:flex;align-items:center;gap:.5rem}.hero-image-container{margin-top:4rem;width:100%;max-width:50rem;position:relative;z-index:5}.hero-image{width:100%;border-radius:1rem;box-shadow:0 0 40px #00000080;-webkit-mask-image:linear-gradient(to bottom,black 80%,transparent 100%);mask-image:linear-gradient(to bottom,black 80%,transparent 100%)}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);padding:.3rem .8rem;border-radius:9999px;margin-bottom:2rem}.badge-dot{width:6px;height:6px;background:#22c55e;border-radius:50%}.badge-text{font-size:.8rem;color:#86efac;font-weight:600}.hero-grid-container{flex:1;display:flex;justify-content:center;position:relative;max-width:1200px;width:100%;margin-top:3rem}.hero-glow-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(139,92,246,.3) 0%,rgba(59,130,246,.1) 50%,transparent 70%);filter:blur(40px);z-index:0}.hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;position:relative;z-index:1}.hero-grid-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;transition:transform .3s ease;aspect-ratio:4/3}.hero-grid-item:hover{transform:translateY(-5px);border-color:#fff3;box-shadow:0 10px 30px #0000001a}.hero-grid-item img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 15px rgba(0,0,0,.2))}@media (min-width: 1024px){.hero-grid{gap:2rem;transform:perspective(1000px) rotateY(-5deg)}}.mobile-floating-cta{position:fixed;bottom:2rem;right:2rem;z-index:100}@media (min-width: 768px){.mobile-floating-cta{display:none}}.floating-button{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #22c55e66;transition:transform .2s}.floating-button:hover{transform:scale(1.1)}.page-container{min-height:100vh;display:flex;flex-direction:column}.legal-content{padding:8rem 1.5rem 4rem;max-width:48rem;margin:0 auto;flex:1}.legal-content h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:var(--gradient-text);-webkit-background-clip:text;color:transparent}.legal-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:#fff}.legal-content p{line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}@media (max-width: 639px){.hero-title{font-size:2.5rem}.cta-button{padding:.75rem 1.5rem;font-size:1rem;width:100%}}@media (max-width: 639px){.hero-section{padding-left:.5rem;padding-right:.5rem;overflow-x:hidden}.hero-title{font-size:2rem;line-height:1.2;padding:0;margin-bottom:1rem;width:100%}.hero-subtitle{font-size:1rem;padding:0;margin-bottom:2rem;width:100%}.cta-group{width:100%;align-items:center;gap:.75rem;padding:0}.cta-button{padding:.75rem 1.5rem;font-size:.9rem;width:auto;min-width:180px;max-width:90%}.floating-button{width:3.25rem;height:3.25rem}.floating-button .icon-large{width:1.5rem;height:1.5rem}.logo-text{font-size:1.25rem}.hero-grid-container{overflow:hidden;margin-top:2rem;width:100vw;margin-left:-.5rem;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.hero-grid{display:flex;width:max-content;gap:1rem;animation:scroll 15s linear infinite;grid-template-columns:none}.hero-grid-item{width:75vw;max-width:300px;flex-shrink:0;aspect-ratio:4/3;margin:0}.mobile-clone{display:flex!important}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .5rem))}}.mobile-clone{display:none}.brand-ticker-section{width:100%;overflow:hidden;background:#000;padding:2rem 0;margin-bottom:0;position:relative;border-bottom:1px solid rgba(255,255,255,.1)}.brand-track{display:flex;white-space:nowrap;gap:4rem;width:max-content;animation:scroll-brands 20s linear infinite}.brand-item{display:flex;align-items:center;justify-content:center;min-width:100px}.brand-logo{height:40px;width:auto;object-fit:contain;filter:grayscale(100%) brightness(1.5);opacity:.7;transition:all .3s ease}.brand-logo:hover{filter:grayscale(0%) brightness(1);opacity:1}@keyframes scroll-brands{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-track:hover{animation-play-state:paused}@media (max-width: 639px){.brand-logo{height:30px;opacity:.9}.brand-track{gap:3rem;animation-duration:10s}}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:popup-fade-in .3s ease}.popup-container{position:relative;background:linear-gradient(160deg,#14141ef2,#0a0a14fa);border:1px solid rgba(255,255,255,.12);border-radius:1.5rem;padding:2.5rem 2rem;max-width:420px;width:100%;text-align:center;box-shadow:0 0 60px #8b5cf626,0 0 120px #3b82f614,0 25px 50px #00000080;animation:popup-scale-in .4s cubic-bezier(.16,1,.3,1)}.popup-close{position:absolute;top:1rem;right:1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#a1a1aa;cursor:pointer;transition:all .2s ease}.popup-close:hover{background:#ffffff1f;color:#fff}.popup-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#a855f726,#3b82f626);border:1px solid rgba(168,85,247,.25);padding:.4rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#c4b5fd;margin-bottom:1.5rem}.popup-headline{font-size:2.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.1;margin:0 0 .75rem;color:#fff}.popup-highlight{background:linear-gradient(to right,#f97316,#ef4444,#ec4899);-webkit-background-clip:text;color:transparent;background-size:200% auto;animation:gradient-move 3s linear infinite}.popup-subtext{color:#a1a1aa;font-size:1rem;line-height:1.5;margin:0 0 1.5rem}.popup-timer-section{margin-bottom:1.75rem}.popup-timer-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#71717a;margin-bottom:.75rem;font-weight:600}.popup-timer{display:flex;align-items:center;justify-content:center;gap:.5rem}.popup-timer-block{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.6rem 1.2rem;min-width:70px;display:flex;flex-direction:column;align-items:center}.popup-timer-digit{font-size:1.75rem;font-weight:800;color:#fbbf24;line-height:1;font-variant-numeric:tabular-nums}.popup-timer-unit{font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:#71717a;margin-top:.25rem;font-weight:600}.popup-timer-colon{font-size:1.75rem;font-weight:800;color:#fbbf24;line-height:1;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.popup-call-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:1rem;font-weight:700;border-radius:9999px;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 20px #22c55e59}.popup-call-btn:hover{transform:scale(1.03);box-shadow:0 6px 30px #22c55e80}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popup-scale-in{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 639px){.popup-container{padding:2rem 1.5rem;border-radius:1.25rem}.popup-headline{font-size:2rem}.popup-timer-digit{font-size:1.5rem}.popup-timer-block{min-width:60px;padding:.5rem 1rem}.popup-call-btn{font-size:1rem;padding:.85rem 1.5rem}}
