*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep:#060a12;--bg-surface:#0c1220;--bg-card:#111a2e;--bg-card-hover:#162038;--green:#00e676;--green-dim:#00e67633;--green-glow:#00e67622;--gold:#f0b429;--gold-dim:#f0b42933;--red:#ff5252;--blue:#4fc3f7;--cyan:#26c6da;--text:#e2e8f0;--text-muted:#7a8ba8;--text-dim:#475569;--border:#1e293b;--font-display:"Syne",sans-serif;--font-body:"DM Sans","Noto Sans KR",sans-serif;--font-mono:"Space Mono",monospace;--max-w:1120px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#00e67608 1px,#0000 1px),linear-gradient(90deg,#00e67608 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}.nav{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#060a12d9;position:fixed;top:0;left:0;right:0}.nav-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{font-family:var(--font-display);color:var(--text);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:flex}.nav-logo span{color:var(--green)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-right{align-items:center;gap:1rem;display:flex}.lang-switch{background:var(--bg-card);border-radius:8px;gap:4px;padding:3px;display:flex}.lang-btn{color:var(--text-muted);cursor:pointer;font-size:.75rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;border-radius:6px;padding:4px 10px;transition:all .2s}.lang-btn:hover{color:var(--text)}.lang-btn.active{background:var(--green);color:var(--bg-deep)}.nav-cta{background:var(--green);color:var(--bg-deep);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.nav-cta:hover{box-shadow:0 0 20px var(--green-dim);background:#00c864}.nav-cta svg{width:16px;height:16px}.nav-login{border:1px solid var(--border);color:var(--text-muted);border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-login:hover{color:var(--text);border-color:var(--text-muted)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:all .3s}.mobile-menu{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:999;background:#060a12fa;padding:2rem;display:none;position:fixed;top:64px;left:0;right:0}.mobile-menu.open{display:block}.mobile-menu a{color:var(--text-muted);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:1rem;font-weight:500;text-decoration:none;display:block}.mobile-menu a:hover{color:var(--text)}.mobile-lang{gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.mobile-cta{text-align:center;background:var(--green);color:var(--bg-deep);border-radius:8px;margin-top:1rem;padding:.75rem;font-weight:600;text-decoration:none;display:block}.mobile-login{text-align:center;border:1px solid var(--border);color:var(--text-muted);border-radius:8px;margin-top:.5rem;padding:.75rem;font-weight:500;text-decoration:none;display:block}.hero{z-index:1;text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-content{max-width:800px}.hero-badge{background:var(--green-dim);border:1px solid var(--green);color:var(--green);letter-spacing:.02em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge .dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #ff525299}50%{opacity:.6;box-shadow:0 0 0 6px #ff525200}}.hero h1{font-family:var(--font-display);background:linear-gradient(135deg,#fff 0%,var(--text)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.hero h1 em{background:linear-gradient(135deg,var(--green)0%,#69f0ae 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal;display:block}.hero-sub{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.btn-primary{background:var(--green);color:var(--bg-deep);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary:hover{box-shadow:0 0 30px var(--green-dim);background:#00c864;transform:translateY(-1px)}.btn-outline{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-outline:hover{border-color:var(--text-muted);background:#ffffff08}.hero-stats{justify-content:center;gap:4rem;display:flex}.hero-stat{text-align:center}.hero-stat .num{font-family:var(--font-display);color:var(--green);font-size:2rem;font-weight:800;line-height:1}.hero-stat .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.8rem}.roi-section{z-index:1;text-align:center;padding:6rem 2rem;position:relative}.roi-section .container{max-width:var(--max-w);margin:0 auto}.section-label{color:var(--green);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--green);border-radius:2px;width:8px;height:8px}.roi-section h2{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.roi-section .section-sub{color:var(--text-muted);max-width:640px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.7}.roi-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.roi-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:1.75rem 1.25rem;transition:all .3s}.roi-card:hover{background:var(--bg-card-hover);transform:translateY(-2px)}.roi-type{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.roi-type.reg{color:var(--text-muted);background:#7a8ba826}.roi-type.fish1{background:var(--green-dim);color:var(--green)}.roi-type.fish2{background:var(--gold-dim);color:var(--gold)}.roi-type.whale{color:var(--red);background:#ff525226}.roi-stats{font-family:var(--font-mono);color:var(--text-dim);margin-bottom:1rem;font-size:.75rem;line-height:1.5}.roi-value{font-family:var(--font-display);margin-bottom:.25rem;font-size:2.5rem;font-weight:800;line-height:1}.roi-card:first-child .roi-value{color:var(--text-muted)}.roi-card:nth-child(2) .roi-value{color:var(--green)}.roi-card:nth-child(3) .roi-value{color:var(--gold)}.roi-card:nth-child(4) .roi-value{color:var(--red)}.roi-unit{color:var(--text-dim);font-size:.8rem}.roi-footnote{color:var(--text-dim);margin-bottom:2rem;font-size:.8rem}.roi-punchline{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.15rem}.roi-punchline em{color:var(--green);font-style:normal;font-weight:600}.products-section{z-index:1;padding:6rem 2rem;position:relative}.products-section .container{max-width:var(--max-w);text-align:center;margin:0 auto}.products-section h2{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.products-section .section-sub{color:var(--text-muted);max-width:640px;margin:0 auto 3rem;font-size:1.05rem}.products-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.product-card:hover{background:var(--bg-card-hover);transform:translateY(-2px)}.product-card.featured{border-color:var(--gold-dim);background:linear-gradient(135deg,var(--bg-card)0%,#f0b4290d 100%)}.product-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.product-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.product-icon.gi{background:var(--gold-dim);color:var(--gold)}.product-icon.hh{background:var(--green-dim);color:var(--green)}.product-icon.hud{color:var(--blue);background:#4fc3f726}.product-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.product-tag.limited{color:var(--red);background:#ff525226}.product-tag.included{color:var(--cyan);background:#26c6da26}.product-card h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.product-card .product-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.product-features{list-style:none}.product-features li{color:var(--text-muted);align-items:flex-start;gap:.5rem;padding:.4rem 0;font-size:.85rem;line-height:1.5;display:flex}.product-features .arrow{color:var(--green);flex-shrink:0;margin-top:1px;font-weight:700}.seats-section{z-index:1;background:var(--bg-surface);padding:6rem 2rem;position:relative}.seats-section .container{max-width:var(--max-w);text-align:center;margin:0 auto}.seats-section h2{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.seats-section .section-sub{color:var(--text-muted);max-width:720px;margin:0 auto 3rem;font-size:1rem;line-height:1.7}.seats-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.seat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:all .3s}.seat-card:hover{background:var(--bg-card-hover);transform:translateY(-2px)}.seat-stake{font-family:var(--font-display);color:var(--text-muted);margin-bottom:1rem;font-size:1rem;font-weight:700}.seat-price{align-items:baseline;gap:.25rem;margin-bottom:.25rem;display:flex}.seat-price .currency{color:var(--text-muted);font-size:1.25rem;font-weight:600}.seat-price .amount{font-family:var(--font-display);color:var(--text);font-size:2.5rem;font-weight:800}.seat-per{color:var(--text-dim);margin-bottom:.75rem;font-size:.8rem}.seat-next{color:var(--gold);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.seat-bar-wrap{background:var(--bg-deep);border-radius:4px;height:6px;margin-bottom:.5rem;overflow:hidden}.seat-bar{background:var(--green);border-radius:4px;height:100%;transition:width .6s}.seat-limit{background:#ff52520f;border:1px solid #ff525240;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.6rem .85rem;font-size:.85rem;display:flex}.seat-limit-text{color:var(--text);font-weight:500}.seat-limit-text strong{color:var(--red);font-size:1rem;font-weight:800}.seat-dot{background:var(--red);border-radius:50%;width:8px;min-width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}.seat-lock{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.8rem;display:flex}.seat-next-price{color:var(--gold);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.seat-includes{color:var(--cyan);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.seat-cta{text-align:center;background:var(--green);color:var(--bg-deep);border-radius:10px;margin-bottom:1rem;padding:.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s;display:block}.seat-cta:hover{box-shadow:0 0 20px var(--green-dim);background:#00c864}.seat-plans{gap:.5rem;display:flex}.seat-plan{text-align:center;background:var(--bg-deep);border-radius:8px;flex:1;padding:.5rem;font-size:.7rem}.seat-plan .plan-label{color:var(--text-dim);margin-bottom:2px}.plan-save{color:var(--green);font-weight:700}.seat-plan .plan-price{color:var(--text);font-size:.8rem;font-weight:700}.seat-plan.best-value{border:1px solid var(--green-dim)}.seat-plan.best-value .plan-price{color:var(--green)}.steps-section{z-index:1;padding:6rem 2rem;position:relative}.steps-section .container{max-width:var(--max-w);text-align:center;margin:0 auto}.steps-section h2{font-family:var(--font-display);margin-bottom:3rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.steps-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.step-card:hover{background:var(--bg-card-hover);transform:translateY(-2px)}.step-num{font-family:var(--font-display);color:var(--green);opacity:.3;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1}.step-card h3{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.step-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.faq-section{z-index:1;background:var(--bg-surface);padding:6rem 2rem;position:relative}.faq-section .container{max-width:800px;margin:0 auto}.faq-section h2{font-family:var(--font-display);text-align:center;margin-bottom:3rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;color:var(--text);cursor:pointer;text-align:left;font-size:1rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;transition:color .2s;display:flex}.faq-q:hover{color:var(--green)}.faq-q .icon{color:var(--text-dim);flex-shrink:0;font-size:1.25rem;transition:transform .3s}.faq-q .icon.open{transform:rotate(45deg)}.faq-a{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-a.open{max-height:500px;padding-bottom:1.25rem}.faq-a p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.founder-section{z-index:1;padding:4rem 2rem;position:relative}.founder-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;align-items:center;gap:2rem;max-width:680px;margin:0 auto;padding:2rem;display:flex}.founder-photo img{object-fit:cover;border:2px solid var(--green);border-radius:50%;width:100px;height:100px}.founder-name{font-family:var(--font-display);color:var(--text);font-size:1.15rem;font-weight:700}.founder-title{color:var(--text-muted);margin-bottom:.6rem;font-size:.8rem}.founder-bio{color:var(--text);margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.founder-creds{flex-wrap:wrap;gap:.4rem;display:flex}.founder-cred{background:var(--green-dim);color:var(--green);border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:600}@media (max-width:600px){.founder-card{text-align:center;flex-direction:column}.founder-creds{justify-content:center}}.cta-section{z-index:1;text-align:center;padding:6rem 2rem;position:relative}.cta-section .container{max-width:600px;margin:0 auto}.cta-section h2{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.cta-section p{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.footer{z-index:1;border-top:1px solid var(--border);text-align:center;padding:2rem;position:relative}.footer-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.footer p{color:var(--text-dim);font-size:.8rem}@media (max-width:900px){.nav-links,.nav-right{display:none}.hamburger{display:flex}.roi-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr}.seats-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr}.hero-stats{gap:2rem}.footer-inner{flex-direction:column;gap:1rem}}@media (max-width:600px){.roi-grid,.seats-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:1.5rem}.hero h1{font-size:2rem}}.fade-in{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px var(--green-glow)}50%{box-shadow:0 0 40px var(--green-dim)}}
