@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&display=swap";
.sgh-land-root{--land-pink:#e6226e;--land-cyan:#009bc7;--land-green:#4c9d13;--land-orange:#f68b1f;--land-yellow:#ffcb05;--land-dark:#0f172a;--land-mid:#1e293b;--land-muted:#64748b;--land-surface:#ffffff0f;--land-radius:20px;z-index:9999;background:var(--land-dark);background:linear-gradient(135deg,#0f172a 0%,#0c1a3a 30%,#0a1a26 60%,#091429 100%);font-family:Outfit,system-ui,sans-serif;position:fixed;inset:0;overflow:hidden auto}.sgh-land-bg{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.sgh-land-orb{filter:blur(80px);opacity:.18;border-radius:50%;animation:8s ease-in-out infinite alternate sgh-land-float;position:absolute}.sgh-land-orb--1{background:var(--land-pink);width:520px;height:520px;animation-delay:0s;top:-100px;left:-140px}.sgh-land-orb--2{background:var(--land-cyan);width:420px;height:420px;animation-delay:2s;top:120px;right:-120px}.sgh-land-orb--3{background:var(--land-green);width:360px;height:360px;animation-delay:4s;bottom:-80px;left:50%;transform:translate(-50%)}@keyframes sgh-land-float{0%{transform:translateY(0)scale(1)}to{transform:translateY(-30px)scale(1.05)}}.sgh-land-orb--3{animation:9s ease-in-out infinite alternate sgh-land-float-center}@keyframes sgh-land-float-center{0%{transform:translate(-50%)translateY(0)scale(1)}to{transform:translate(-50%)translateY(-24px)scale(1.04)}}.sgh-land-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}.sgh-land-stars{pointer-events:none;z-index:0;position:fixed;inset:0}.sgh-land-star{opacity:0;background:#fff;border-radius:50%;width:3px;height:3px;animation:3s ease-in-out infinite sgh-land-twinkle;position:absolute}@keyframes sgh-land-twinkle{0%,to{opacity:0}50%{opacity:.7}}.sgh-land-content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;min-height:100vh;padding:40px 24px;display:flex;position:relative}.sgh-land-nav{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ab3;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:fixed;top:0;left:0;right:0}.sgh-land-nav-logo{align-items:center;gap:10px;display:flex}.sgh-land-nav-logo img{object-fit:contain;height:44px}.sgh-land-nav-brand{letter-spacing:-.5px;font-size:22px;font-weight:900;line-height:1}.sgh-land-nav-brand span:first-child{color:var(--land-cyan)}.sgh-land-nav-brand span:nth-child(2){color:var(--land-pink)}.sgh-land-nav-brand span:nth-child(3){color:var(--land-green)}.sgh-land-header-links{align-items:center;gap:16px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.sgh-land-header-links a{color:#ffffffa6;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s,text-shadow .15s}.sgh-land-header-links a:hover{color:#fff;text-shadow:0 0 12px #ffffff4d}.sgh-land-header-links span{color:#fff3;font-size:12px}@media (max-width:800px){.sgh-land-header-links{display:none}}.sgh-mobile-menu-btn{color:#fff;cursor:pointer;z-index:100;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;padding:8px;display:none}.sgh-mobile-menu-btn svg{width:26px;height:26px}.sgh-mobile-menu-dropdown{display:none}@media (max-width:800px){.sgh-mobile-menu-btn{display:flex}.sgh-mobile-menu-dropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99;background:#0f172af2;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:12px;min-width:200px;padding:16px;display:flex;position:absolute;top:100%;right:24px;box-shadow:0 10px 40px #00000080}.sgh-mobile-menu-dropdown a{color:#fffc;text-align:right;border-radius:8px;padding:8px 12px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.sgh-mobile-menu-dropdown a:hover{color:#fff;background:#ffffff1a}}.sgh-land-nav-badge{color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:600;display:flex}.sgh-land-nav-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite sgh-land-pulse-dot}@keyframes sgh-land-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.sgh-land-hero{flex-direction:column;align-items:center;gap:0;padding-top:100px;display:flex}.sgh-land-pill{color:#f9a8d4;letter-spacing:.5px;text-transform:uppercase;background:#e6226e1f;border:1px solid #e6226e4d;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 20px;font-size:13px;font-weight:700;display:inline-flex}.sgh-land-pill-dot{background:var(--land-pink);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite sgh-land-pulse-dot}.sgh-land-logo-wrap{margin-bottom:20px;position:relative}.sgh-land-logo{object-fit:contain;filter:drop-shadow(0 0 40px #009bc74d);width:min(280px,70vw);height:auto;animation:4s ease-in-out infinite alternate sgh-land-logo-glow}@keyframes sgh-land-logo-glow{0%{filter:drop-shadow(0 0 30px #009bc740)}to{filter:drop-shadow(0 0 60px #e6226e59)}}.sgh-land-heading{letter-spacing:-2px;color:#fff;text-shadow:0 4px 24px #0006;margin:0 0 8px;font-size:clamp(36px,8vw,72px);font-weight:900;line-height:1.05}.sgh-land-heading em{background:linear-gradient(135deg, var(--land-pink) 0%, var(--land-cyan) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.sgh-land-tagline{color:#ffffff8c;max-width:520px;margin:0 0 12px;font-size:clamp(16px,3vw,22px);font-weight:600;line-height:1.5}.sgh-land-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin:24px 0 36px;display:flex}.sgh-land-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.sgh-land-stat-val{color:#fff;font-size:28px;font-weight:900;line-height:1}.sgh-land-stat-val span{color:var(--land-yellow)}.sgh-land-stat-label{color:#fff6;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:600}.sgh-land-stats-divider{background:#ffffff1a;width:1px;height:36px}.sgh-land-play-wrap{flex-direction:column;align-items:center;gap:16px;display:inline-flex;position:relative}.sgh-land-play-ring{border:2px solid #e6226e4d;border-radius:999px;animation:2.5s ease-in-out infinite sgh-land-ring-pulse;position:absolute;inset:-12px}.sgh-land-play-ring--2{border-color:#009bc733;animation-delay:.8s;inset:-24px}@keyframes sgh-land-ring-pulse{0%{opacity:1;transform:scale(.95)}to{opacity:0;transform:scale(1.12)}}.sgh-land-play-btn{letter-spacing:.5px;color:#fff;cursor:pointer;text-shadow:0 2px 8px #64002866;-webkit-tap-highlight-color:transparent;white-space:nowrap;background:linear-gradient(135deg,#f43a83 0%,#e91768 50%,#c50d4a 100%);border:0;border-radius:999px;justify-content:center;align-items:center;gap:14px;min-width:260px;height:76px;padding:0 52px;font-family:Outfit,system-ui,sans-serif;font-size:26px;font-weight:900;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex;position:relative;box-shadow:0 0 0 3px #f43a834d,0 8px 32px #f43a8366,0 20px 60px #f43a8333,inset 0 1px #ffffff40}.sgh-land-play-btn:hover{filter:brightness(1.08);transform:translateY(-3px)scale(1.02);box-shadow:0 0 0 3px #f43a8366,0 14px 40px #f43a8380,0 28px 72px #f43a8340,inset 0 1px #ffffff40}.sgh-land-play-btn:active{filter:brightness(.96);transform:translateY(1px)scale(.98)}.sgh-land-play-icon{background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sgh-land-play-icon svg{fill:#fff;width:18px;height:18px;margin-left:2px}.sgh-land-play-hint{color:#ffffff59;letter-spacing:.3px;font-size:13px;font-weight:600}.sgh-land-features{flex-wrap:wrap;justify-content:center;gap:16px;max-width:860px;margin-top:60px;padding:0 16px;display:flex}.sgh-land-card{border-radius:var(--land-radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left;background:#ffffff0a;border:1px solid #ffffff14;flex:220px;max-width:260px;padding:24px 22px;transition:transform .2s,background .2s,border-color .2s}.sgh-land-card:hover{background:#ffffff12;border-color:#ffffff24;transform:translateY(-4px)}.sgh-land-card-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;font-size:22px;display:flex}.sgh-land-card-icon--pink{background:#e6226e26}.sgh-land-card-icon--cyan{background:#009bc726}.sgh-land-card-icon--green{background:#4c9d1326}.sgh-land-card-title{color:#fff;margin:0 0 6px;font-size:16px;font-weight:800}.sgh-land-card-desc{color:#ffffff73;margin:0;font-size:13.5px;font-weight:500;line-height:1.55}.sgh-land-footer{flex-direction:column;align-items:center;gap:12px;margin-top:56px;padding-bottom:40px;display:flex}.sgh-land-footer-dots{gap:8px;display:flex}.sgh-land-footer-dot{border-radius:50%;width:6px;height:6px}.sgh-land-footer-text{color:#fff3;letter-spacing:.3px;font-size:13px;font-weight:600}.sgh-land-kiosk-enter{animation:.5s cubic-bezier(.22,1,.36,1) forwards sgh-land-kiosk-in}@keyframes sgh-land-kiosk-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.sgh-land-policy-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:4px;display:flex}.sgh-land-policy-links a{color:#fff6;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}.sgh-land-policy-links a:hover{color:#ffffffbf;text-decoration:underline}.sgh-land-policy-links span{color:#fff3;font-size:11px}.sgh-policy-root{color:#e2e8f0;background:#0f172a;min-height:100vh;font-family:Outfit,system-ui,sans-serif}.sgh-policy-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#0f172acc;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.sgh-policy-nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.sgh-policy-nav-logo img{object-fit:contain;height:40px}.sgh-policy-nav-brand{letter-spacing:-.5px;font-size:20px;font-weight:900;line-height:1}.sgh-policy-nav-brand span:first-child{color:#009bc7}.sgh-policy-nav-brand span:nth-child(2){color:#e6226e}.sgh-policy-nav-brand span:nth-child(3){color:#4c9d13}.sgh-policy-back{color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.sgh-policy-back:hover{color:#fff;background:#ffffff1a}.sgh-policy-content{max-width:760px;margin:0 auto;padding:56px 24px 80px}.sgh-policy-badge{color:#f9a8d4;letter-spacing:.5px;text-transform:uppercase;background:#e6226e1a;border:1px solid #e6226e40;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.sgh-policy-title{letter-spacing:-1px;color:#fff;margin:0 0 12px;font-size:clamp(32px,6vw,52px);font-weight:900;line-height:1.1}.sgh-policy-meta{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:40px;padding-bottom:24px;display:flex}.sgh-policy-meta-dot{background:#4c9d13;border-radius:50%;width:6px;height:6px}.sgh-policy-meta span{color:#fff6;font-size:13px;font-weight:600}.sgh-policy-body{color:#ffffffb3;white-space:pre-wrap;word-break:break-word;font-size:15.5px;font-weight:450;line-height:1.85}.sgh-policy-footer{border-top:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:12px;margin-top:64px;padding-top:32px;display:flex}.sgh-policy-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.sgh-policy-footer-links a{color:#ffffff59;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}.sgh-policy-footer-links a:hover{color:#ffffffb3}.sgh-policy-footer-links a.active{color:#fff9;text-decoration:underline}.sgh-policy-footer-links span{color:#ffffff26;font-size:11px}.sgh-policy-footer-copy{color:#ffffff2e;font-size:12px;font-weight:600}@media (max-width:480px){.sgh-land-nav{padding:12px 20px}.sgh-land-nav-badge{display:none}.sgh-land-stats{gap:20px}.sgh-land-play-btn{min-width:220px;height:68px;padding:0 36px;font-size:22px}.sgh-land-features{flex-direction:column;align-items:center;margin-top:40px}.sgh-land-card{width:100%;max-width:320px}.sgh-policy-nav{padding:12px 20px}.sgh-policy-content{padding:36px 16px 60px}}.sgh-contact-form-root{border-top:1px solid #ffffff0f;margin-top:48px;padding-top:48px}.sgh-contact-form-header{margin-bottom:32px}.sgh-contact-form-title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-style:italic;font-weight:800}.sgh-contact-form-sub{color:#ffffff80;font-size:14px}.sgh-contact-form-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.sgh-contact-form-group{flex-direction:column;gap:8px;display:flex}.sgh-contact-form-group--full{grid-column:1/-1}.sgh-contact-form-label{color:#fffc;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.sgh-contact-form-label span{color:#e6226e}.sgh-contact-form-input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;padding:16px 20px;font-family:inherit;font-size:14px;transition:all .2s}.sgh-contact-form-input::placeholder{color:#ffffff4d}.sgh-contact-form-input:focus{background:#ffffff0d;border-color:#fff3}.sgh-contact-form-input:disabled{opacity:.6;cursor:not-allowed}.sgh-contact-form-textarea{resize:vertical;min-height:140px}.sgh-contact-form-submit{color:#000;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#fff;border:none;border-radius:999px;align-items:center;gap:10px;margin-top:8px;padding:18px 40px;font-size:13px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.sgh-contact-form-submit:hover:not(:disabled){background:#f8fafc;transform:scale(1.02)}.sgh-contact-form-submit:disabled{opacity:.7;cursor:wait}.sgh-contact-form-submit svg{width:16px;height:16px}@media (max-width:640px){.sgh-contact-form-grid{grid-template-columns:1fr;gap:20px}}
