.landing-page{--bg:#fff;--bg-warm:#faf9f7;--bg-section:#f5f3f0;--text:#1a1a1a;--text-secondary:#4b5563;--muted:#6b7280;--stroke:#e5e7eb;--stroke-hover:#d1d5db;--blue:#2563eb;--teal:#0d9488;--red:#ef4444;--amber:#d89a00;--radius:16px;--radius-lg:24px;--font:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box;margin:0;padding:0}.landing-page a{color:inherit;text-decoration:none}.landing-page a.landing-hero-cta-fan{color:var(--teal)}.landing-page img{max-width:100%;display:block}.landing-page button,.landing-page input,.landing-page textarea,.landing-page select{font:inherit}.landing-page .container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.landing-navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #0000000f;padding:12px 20px;transition:background .3s,box-shadow .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.landing-navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom-color:#0000;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.landing-navbar-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;display:flex}.landing-brand{letter-spacing:-.02em;color:var(--text);flex-shrink:0;align-items:center;gap:3px;font-size:18px;font-weight:700;display:flex}.landing-brand svg{width:32px;height:32px}.landing-nav-links{align-items:center;gap:4px;display:none}.landing-nav-links a{color:var(--muted);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500;transition:color .2s,background .2s}.landing-nav-links a:hover{color:var(--text);background:#0000000a}.landing-nav-cta-outline{margin-left:12px;border:1.5px solid var(--stroke)!important;color:var(--text)!important;background:0 0!important;padding:8px 18px!important;font-weight:600!important}.landing-nav-cta-outline:hover{border-color:var(--stroke-hover)!important;background:#00000008!important}.landing-nav-cta{margin-left:6px;background:var(--text)!important;color:#fff!important;padding:8px 18px!important;font-weight:600!important}.landing-nav-cta:hover{opacity:.88}.landing-burger{border:1px solid var(--stroke);cursor:pointer;z-index:101;background:0 0;border-radius:12px;flex-direction:column;gap:5px;padding:10px;display:flex}.landing-burger span{background:var(--text);border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.landing-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.landing-burger.open span:nth-child(2){opacity:0}.landing-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-mobile-menu{-webkit-backdrop-filter:blur(24px);z-index:99;opacity:0;pointer-events:none;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:opacity .3s;display:flex;position:fixed;inset:0}.landing-mobile-menu.open{opacity:1;pointer-events:auto}.landing-mobile-menu a{color:var(--text);border-radius:16px;padding:14px 28px;font-size:20px;font-weight:600;transition:background .2s}.landing-mobile-menu a:hover{background:#0000000a}@media (min-width:768px){.landing-burger{display:none}.landing-nav-links{display:flex}}.landing-hero{background:radial-gradient(ellipse 800px 500px at 20% 20%,#2563eb0f,transparent 60%),radial-gradient(ellipse 600px 400px at 80% 80%,#0d94880d,transparent 60%),var(--bg);align-items:center;min-height:100dvh;padding:100px 0 60px;display:flex}.landing-hero-grid{grid-template-columns:1fr;align-items:center;gap:40px;width:100%;display:grid}.landing-hero-content{text-align:center}.landing-hero h1{letter-spacing:-.03em;color:var(--text);margin-bottom:16px;font-size:clamp(36px,8vw,64px);font-weight:800;line-height:1.05}.landing-gradient-text{background:linear-gradient(135deg,var(--blue),var(--teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-hero-sub{color:var(--text-secondary);max-width:520px;margin:0 auto 28px;font-size:clamp(16px,2.5vw,19px);line-height:1.6}.landing-hero-cta-input{border:2px solid var(--stroke);background:var(--bg);border-radius:16px;gap:0;max-width:560px;margin:0 auto 12px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.landing-hero-cta-input:focus-within{border-color:var(--teal);box-shadow:0 0 0 4px #0d94881a}.landing-hero-cta-input input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:16px 20px;font-size:15px}.landing-hero-cta-input input::placeholder{color:#9ca3af}.landing-hero-cta-input button{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:16px 28px;font-size:15px;font-weight:700;transition:background .2s}.landing-hero-cta-input button:hover{background:#111}@media (max-width:500px){.landing-hero-cta-input{background:0 0;border:none;border-radius:0;flex-direction:column;gap:10px;overflow:visible}.landing-hero-cta-input:focus-within{box-shadow:none}.landing-hero-cta-input input{border:2px solid var(--stroke);background:var(--bg);border-radius:14px;padding:14px 16px}.landing-hero-cta-input input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #0d94881a}.landing-hero-cta-input button{border-radius:14px;padding:14px 20px}}.landing-hero-cta-fan-wrap{text-align:center}.landing-hero-cta-fan{color:var(--teal);font-size:14px;font-weight:600;transition:color .2s}.landing-hero-cta-fan:hover{color:var(--blue)}.landing-hero-visual{border-radius:var(--radius-lg);aspect-ratio:4/3;background:#e5e7eb;max-height:520px;position:relative;overflow:hidden;box-shadow:0 25px 80px #0000001f,0 1px 3px #0000000f,0 0 60px 10px #7c3aed1f,0 0 120px 40px #38bdf814}.landing-slide{opacity:0;transition:none;position:absolute;inset:0}.landing-slide.active{opacity:1;z-index:1}.landing-slide.leaving{opacity:1;z-index:2;animation:.8s ease-in-out forwards landing-slide-leave}.landing-slide img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}@keyframes landing-slide-leave{0%{opacity:1;filter:brightness();transform:scale(1)}35%{opacity:1;filter:brightness(1.6)blur(2px);transform:scale(1.08)}50%{opacity:.4;filter:brightness(2)blur(6px);transform:scale(1.12)}to{opacity:0;filter:brightness()blur();transform:scale(1.15)}}.landing-hero-visual .landing-flash{z-index:5;opacity:0;pointer-events:none;background:radial-gradient(circle at 50% 55%,#ffffffe6,#0000 70%);position:absolute;inset:0}.landing-hero-visual .landing-flash.go{animation:.7s ease-out forwards landing-flash-burst}@keyframes landing-flash-burst{0%{opacity:0;transform:scale(.5)}20%{opacity:.85;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}.landing-hero-visual:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#00000008 0%,#0000 30% 50%,#00000040 100%);position:absolute;inset:0}.landing-hero-location{z-index:8;white-space:nowrap;pointer-events:none;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:8px 20px 8px 12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 24px #00000040}.landing-hero-location-pin{flex-shrink:0;width:26px;height:26px}.landing-hero-location-text{text-align:center;flex-direction:column;gap:3px;display:flex}.landing-hero-location-city{color:var(--text);letter-spacing:-.01em;font-size:16px;font-weight:750;line-height:1}.landing-hero-location-country{color:var(--muted);font-size:11px;font-weight:500;line-height:1}.landing-hero-location.switching{animation:.45s ease-out landing-label-switch}@keyframes landing-label-switch{0%{opacity:0;transform:translate(-50%,-50%)translateY(6px)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)translateY(0)scale(1)}}.landing-slide-dots{z-index:7;gap:6px;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}.landing-slide-dot{cursor:pointer;background:#fff6;border:1px solid #ffffff80;border-radius:50%;width:6px;height:6px;transition:background .3s,transform .3s}.landing-slide-dot.active{background:#fff;transform:scale(1.3);box-shadow:0 0 8px #ffffff80}@media (min-width:768px){.landing-slide-dot{width:10px;height:10px}}.landing-video-card{z-index:7;-webkit-backdrop-filter:blur(12px);white-space:nowrap;opacity:0;background:#ffffffd9;border:1px solid #ffffff80;border-radius:10px;align-items:center;gap:8px;padding:7px 12px;transition:opacity .4s,transform .4s;display:flex;position:absolute;transform:translateY(10px)scale(.95);box-shadow:0 4px 20px #00000026}.landing-video-card.show{opacity:1;transform:translateY(0)scale(1)}.landing-video-card.pos-tl{top:6%;left:3%}.landing-video-card.pos-tr{top:10%;right:4%}.landing-video-card.pos-ml{top:32%;left:5%}.landing-video-card.pos-mr{top:44%;right:3%}.landing-video-card.pos-bl{bottom:14%;left:4%}.landing-video-card.pos-br{bottom:20%;right:5%}.landing-video-card-play{background:var(--red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.landing-video-card-play svg{fill:#fff;width:12px;height:12px}.landing-video-card-info{flex-direction:column;gap:1px;display:flex}.landing-video-card-title{color:var(--text);font-size:11px;font-weight:700;line-height:1.2}.landing-video-card-meta{color:var(--muted);align-items:center;gap:6px;font-size:9px;display:flex}@media (max-width:767px){.landing-video-card:nth-child(n+6){display:none}.landing-video-card{border-radius:8px;gap:6px;padding:4px 8px}.landing-video-card-play{width:22px;height:22px}.landing-video-card-play svg{width:9px;height:9px}.landing-video-card-title{font-size:9px}.landing-video-card-meta{font-size:8px}.landing-video-card.pos-tl{top:4%;left:2%}.landing-video-card.pos-tr{top:5%;right:2%}.landing-video-card.pos-ml{top:28%;left:2%}.landing-video-card.pos-mr{top:38%;right:2%}.landing-video-card.pos-bl{bottom:16%;left:2%}.landing-video-card.pos-br{bottom:18%;right:2%}}@media (max-width:400px){.landing-video-card:nth-child(n+5){display:none}}@media (min-width:768px){.landing-hero-grid{grid-template-columns:1fr 1.1fr;gap:48px}.landing-hero-content{text-align:left}.landing-hero-sub,.landing-hero-cta-input{margin-left:0}.landing-hero-cta-fan-wrap{text-align:left}}.landing-page section{padding:80px 0;position:relative}.landing-reveal{text-align:center}.landing-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:600;display:inline-flex}.landing-section-label:before{content:"";background:var(--teal);border-radius:2px;width:24px;height:2px}.landing-section-title{letter-spacing:-.02em;color:var(--text);margin-bottom:16px;font-size:clamp(28px,5vw,42px);font-weight:800;line-height:1.1}.landing-section-desc{color:var(--text-secondary);max-width:560px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.6}.landing-how{background:var(--bg-warm)}.landing-steps-grid{grid-template-columns:1fr;gap:8px;margin-top:40px;display:grid}.landing-step-card{text-align:center;padding:16px 20px}.landing-step-number{background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 16px;font-size:20px;font-weight:800;display:flex}.landing-step-card h3{color:var(--text);margin-bottom:8px;font-size:18px;font-weight:700}.landing-step-card p{color:var(--text-secondary);max-width:280px;margin:0 auto;font-size:15px;line-height:1.5}.landing-step-arrow{color:var(--stroke-hover);justify-content:center;align-items:center;font-size:24px;display:none}@media (min-width:768px){.landing-steps-grid{grid-template-columns:1fr auto 1fr auto 1fr;align-items:flex-start;gap:16px}.landing-step-arrow{padding-top:48px;display:flex}}.landing-benefits{background:var(--bg-section)}.landing-benefits-grid{grid-template-columns:1fr;gap:12px;margin-top:56px;display:grid}.landing-benefit-card{border-radius:var(--radius);background:var(--bg);text-align:center;border:1px solid #0000000f;padding:24px;transition:border-color .3s,box-shadow .3s,transform .3s}.landing-benefit-card:hover{border-color:var(--stroke-hover);transform:translateY(-2px);box-shadow:0 8px 24px #0000000d}.landing-benefit-icon{border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 14px;font-size:22px;display:flex}.landing-benefit-icon.blue{background:#2563eb14;border:1px solid #2563eb1f}.landing-benefit-icon.teal{background:#0d948814;border:1px solid #0d94881f}.landing-benefit-icon.amber{background:#d89a0014;border:1px solid #d89a001f}.landing-benefit-icon.mixed{background:linear-gradient(135deg,#2563eb14,#0d94880f);border:1px solid #2563eb1f}.landing-benefit-card h3{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:700}.landing-benefit-card p{color:var(--text-secondary);font-size:14px;line-height:1.5}@media (min-width:540px){.landing-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.landing-benefits-grid{grid-template-columns:repeat(4,1fr)}}.landing-form-section{padding-bottom:100px}.landing-form-wrapper{border-radius:var(--radius-lg);border:1px solid var(--stroke);background:var(--bg);max-width:680px;margin-top:48px;margin-left:auto;margin-right:auto;padding:32px 24px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000000a}.landing-form-wrapper:before{content:"";background:linear-gradient(90deg,var(--blue),var(--teal));border-radius:3px 3px 0 0;height:3px;position:absolute;top:-1px;left:0;right:0}.landing-form-wrapper:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d94880d,#0000 70%);width:250px;height:250px;position:absolute;top:-40px;right:-40px}.landing-form-grid{grid-template-columns:1fr;gap:16px;display:grid}.landing-form-group{position:relative}.landing-form-group label{color:var(--text-secondary);letter-spacing:.01em;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.landing-form-input{border:1px solid var(--stroke);background:var(--bg-warm);width:100%;color:var(--text);border-radius:14px;outline:none;padding:13px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.landing-form-input::placeholder{color:#9ca3af}.landing-form-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d94881a}textarea.landing-form-input{resize:vertical;min-height:80px}.landing-radio-group{flex-wrap:wrap;gap:10px;display:flex}.landing-radio-option{flex:1;min-width:140px}.landing-radio-option input{display:none}.landing-radio-option .landing-radio-label{border:1px solid var(--stroke);background:var(--bg-warm);color:var(--muted);cursor:pointer;text-align:center;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:13px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.landing-radio-option input:checked+.landing-radio-label{border-color:var(--teal);color:var(--text);background:#0d94880f}.landing-radio-option .landing-radio-label:hover{border-color:var(--stroke-hover);background:var(--bg-section)}.landing-form-row{grid-template-columns:1fr;gap:16px;display:grid}.landing-consent-label{color:var(--muted);cursor:pointer;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.landing-consent-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--teal);flex-shrink:0;margin-top:2px}.landing-btn-submit{background:var(--text);color:#fff;cursor:pointer;z-index:1;border:none;border-radius:14px;width:100%;padding:15px 24px;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;position:relative;box-shadow:0 4px 20px #0000001f}.landing-btn-submit:hover{background:#111;transform:translateY(-1px);box-shadow:0 8px 32px #0000002e}.landing-btn-submit:active{transform:translateY(0)}.landing-form-success{text-align:center;padding:40px 20px;display:none}.landing-form-success.show{display:block}.landing-form-success-icon{background:#0d948814;border:1px solid #0d948826;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:28px;display:flex}.landing-form-success h3{color:var(--text);margin-bottom:8px;font-size:20px;font-weight:700}.landing-form-success p{color:var(--text-secondary);font-size:15px}.landing-form-reset{color:var(--teal);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin-top:20px;font-size:13px;text-decoration:underline}.landing-form-reset:hover{color:var(--teal-dark,#0a7c72)}@media (min-width:768px){.landing-form-wrapper{padding:40px 36px}.landing-form-row{grid-template-columns:1fr 1fr}}.landing-footer{border-top:1px solid var(--stroke);background:var(--bg-warm);padding:40px 0}.landing-footer-inner{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.landing-footer-brand{color:var(--text);align-items:center;gap:3px;font-size:16px;font-weight:700;display:flex}.landing-footer-brand svg{width:28px;height:28px}.landing-footer-copy{color:#9ca3af;font-size:13px}.landing-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.landing-reveal.visible{opacity:1;transform:translateY(0)}.landing-reveal-delay-1{transition-delay:.1s}.landing-reveal-delay-2{transition-delay:.2s}.landing-reveal-delay-3{transition-delay:.3s}.landing-reveal-delay-4{transition-delay:.35s}@keyframes landing-highlight-pulse{0%{border-color:var(--teal);box-shadow:0 0 #0d948866}50%{border-color:var(--teal);box-shadow:0 0 0 8px #0d948826}to{border-color:var(--teal);box-shadow:0 0 #0d948800}}.landing-form-input.highlight{border-color:var(--teal);animation:.8s ease-out 2 landing-highlight-pulse}
