:root{--bg:#0f1216;--bg2:#161b22;--card:#1c232d;--card2:#222b36;--line:#2b3644;--line2:#374453;--txt:#eef2f6;--muted:#9aa7b4;--faint:#6b7887;--accent:#26d07c;--accent2:#1aa863;--accentSoft:rgba(38,208,124,.14);--blue:#4c9be8;--amber:#f0a63a;--violet:#a982f0;--red:#f0655a;--radius:16px;--radius-sm:10px;--shadow:0 10px 30px rgba(0,0,0,.35);font-synthesis:none}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,system-ui,sans-serif;background:var(--bg);color:var(--txt);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}[hidden]{display:none!important}.wrap{max-width:1120px;margin:0 auto;padding:0 24px}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center;animation:splash-out .25s ease .75s forwards}.splash-inf{width:160px;height:auto}.splash-inf path{fill:none;stroke:var(--accent);stroke-width:42;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:splash-fill .7s cubic-bezier(.4,0,.2,1) forwards}@keyframes splash-fill{to{stroke-dashoffset:0}}@keyframes splash-out{to{opacity:0;visibility:hidden}}.mv-trans{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:var(--bg);display:none;align-items:center;justify-content:center}.mv-trans.play{display:flex}.mv-trans svg{width:110px;height:auto}.mv-trans path{fill:none;stroke:var(--accent);stroke-width:42;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1}.mv-trans.play path{animation:mv-trans-fill .6s ease-in-out forwards}@keyframes mv-trans-fill{0%{stroke-dashoffset:1}70%{stroke-dashoffset:0}to{stroke-dashoffset:0}}.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.nav-logo{height:32px;width:auto}.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;color:var(--muted)}.nav-links a:hover{color:var(--txt)}.nav-cta{background:var(--accent);color:#04160d;font-weight:700;font-size:13.5px;padding:10px 18px;border-radius:9px}.hamburger{display:none;background:none;border:1px solid var(--line2);border-radius:8px;width:38px;height:38px;align-items:center;justify-content:center;font-size:18px;color:var(--txt)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;width:78vw;max-width:320px;background:var(--card);border-left:1px solid var(--line);z-index:60;padding:24px;transform:translate(100%);transition:transform .2s ease}.mobile-nav.open{transform:translate(0)}.mobile-nav a,.mobile-nav button{display:block;padding:12px 0;font-size:15px;color:var(--txt);border-bottom:1px solid var(--line)}.mobile-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:59}.mobile-backdrop.open{display:block}.hero{padding:60px 0;display:flex;gap:48px;align-items:center}.tag{display:inline-block;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--accent);background:var(--accentSoft);padding:4px 10px;border-radius:20px;margin-bottom:16px}.hero h1{font-size:44px;font-weight:800;letter-spacing:-1.5px;line-height:1.12;margin:0 0 16px}.hero h1 .inf{color:var(--accent)}.hero p.sub{color:var(--muted);font-size:16.5px;line-height:1.55;margin:0 0 28px;max-width:440px}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background:var(--accent);color:#04160d;font-weight:700;font-size:15px;padding:14px 24px;border-radius:11px}.btn-ghost{border:1px solid var(--line2);color:var(--txt);font-size:15px;padding:14px 24px;border-radius:11px}.hero-shot{flex:1;border-radius:20px;overflow:hidden;box-shadow:0 30px 70px #00000080;max-width:340px}.section{padding:64px 0;border-top:1px solid var(--line)}.section h2{font-size:30px;text-align:center;margin:0 0 10px;letter-spacing:-.5px}.section .center-sub{text-align:center;color:var(--muted);font-size:15px;margin:0 auto 40px;max-width:520px}.fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fcard{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:24px}.fcard .ic{font-size:28px;margin-bottom:12px}.fcard h3{font-size:16px;margin:0 0 8px}.fcard p{font-size:13.5px;color:var(--muted);line-height:1.5;margin:0}.tour{display:flex;gap:48px;align-items:center}.tour-steps{flex:1;display:flex;flex-direction:column;gap:24px}.tour-step{opacity:.4;transition:opacity .3s ease;cursor:pointer}.tour-step.active{opacity:1}.tour-step h4{font-size:16px;margin:0 0 6px}.tour-step p{font-size:13.5px;color:var(--muted);margin:0;line-height:1.5}.tour-shot{flex:1;max-width:360px}.tour-shot img{border-radius:16px;border:1px solid var(--line);box-shadow:0 20px 50px #0006}.wgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:760px;margin:0 auto}.wcard{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:26px;text-align:center}.wcard h3{font-size:16px;margin:0 0 8px}.wcard p{font-size:13.5px;color:var(--muted);margin:0;line-height:1.5}.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pcard{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:30px 24px;text-align:center;position:relative}.pcard.hi{border-color:var(--accent);background:linear-gradient(180deg,var(--accentSoft),var(--card))}.pcard .badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#04160d;font-size:10.5px;font-weight:800;padding:4px 14px;border-radius:20px;letter-spacing:.5px}.pcard h4{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin:8px 0 16px}.pcard .price{font-size:38px;font-weight:800}.pcard .price span{font-size:14px;color:var(--muted);font-weight:500}.pcard .desc{font-size:13px;color:var(--faint);margin:8px 0 20px}.pcard .pbtn{display:block;background:var(--card2);color:var(--txt);font-weight:700;font-size:14px;padding:12px;border-radius:10px}.pcard.hi .pbtn{background:var(--accent);color:#04160d}.pricing-note{text-align:center;color:var(--muted);font-size:13.5px;margin-top:24px}.faq{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line);padding:18px 0}.faq-item summary{cursor:pointer;font-weight:600;font-size:15px;list-style:none;display:flex;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:20px;color:var(--muted)}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--muted);font-size:14px;margin-top:12px;line-height:1.5}.final-cta{padding:70px 0;text-align:center;background:radial-gradient(700px 300px at 50% 0%,#1b2733,var(--bg));position:relative;overflow:hidden}.final-cta .inf-wm{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:60px;color:var(--accent);opacity:.1;letter-spacing:20px;pointer-events:none}.final-cta h2,.final-cta p,.final-cta .btn-primary{position:relative}.final-cta h2{font-size:30px;margin:0 0 12px}.final-cta p{color:var(--muted);margin:0 0 24px}footer{padding:36px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:13px}footer .flinks{display:flex;gap:20px;flex-wrap:wrap}footer .flinks a:hover{color:var(--txt)}.mv-modal-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:70;align-items:center;justify-content:center;padding:20px}.mv-modal-backdrop.open{display:flex}.mv-modal{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:28px;max-width:420px;width:100%}.mv-modal h3{font-size:20px;margin:0 0 6px}.mv-modal .msub{color:var(--muted);font-size:13.5px;margin:0 0 20px}.mv-modal label{display:block;font-size:12.5px;color:var(--muted);font-weight:600;margin-bottom:14px}.mv-modal input{width:100%;margin-top:5px;background:var(--bg);border:1px solid var(--line2);border-radius:9px;padding:11px 12px;color:var(--txt);font-size:15px;font-family:inherit}.mv-modal .hint{font-size:11.5px;color:var(--faint);font-weight:400;margin-top:4px}.mv-modal .err{color:var(--red);font-size:13px;margin:10px 0}.mv-modal .ok{color:var(--accent);font-size:14px;line-height:1.5}.mv-modal .close{position:absolute;top:16px;right:16px}.mv-modal{position:relative}@media (max-width:860px){.nav-links{display:none}.hamburger{display:flex}.hero{flex-direction:column}.hero-shot{max-width:280px}.fgrid,.wgrid,.pgrid{grid-template-columns:1fr}.tour{flex-direction:column}.tour-shot{order:-1;max-width:260px}}.legal{max-width:760px;margin:0 auto;padding:60px 24px}.legal h1{font-size:28px;margin:0 0 8px}.legal .updated{color:var(--faint);font-size:13px;margin-bottom:32px}.legal h2{font-size:19px;margin:32px 0 10px}.legal p,.legal li{color:var(--muted);font-size:14.5px;line-height:1.65;margin:0 0 12px}.legal ul{padding-left:20px}.legal a{color:var(--accent);text-decoration:underline}
