.roamly-landing{--roamly-bg:#060810;--roamly-surface:#0d1220;--roamly-surface2:#131929;--roamly-accent:#00e5ff;--roamly-accent2:#7b5ea7;--roamly-text:#e8edf5;--roamly-muted:#6b7a99;--roamly-border:#ffffff12;--roamly-glow:#00e5ff26;background:var(--roamly-bg);color:var(--roamly-text);font-family:var(--font-sans),system-ui,sans-serif;min-height:100vh;font-weight:300;line-height:1.6;position:relative;overflow-x:hidden}.roamly-landing *,.roamly-landing :before,.roamly-landing :after{box-sizing:border-box}.roamly-landing:before{content:"";pointer-events:none;z-index:9999;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}.roamly-landing .rl-nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--roamly-border);background:#060810cc;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex;position:fixed;top:0;left:0;right:0}.roamly-landing .rl-logo{font-family:var(--font-display),sans-serif;letter-spacing:-.02em;color:var(--roamly-text);font-size:1.4rem;font-weight:800;text-decoration:none}.roamly-landing .rl-logo span{color:var(--roamly-accent)}.roamly-landing .rl-nav-pill{background:var(--roamly-surface2);border:1px solid var(--roamly-border);color:var(--roamly-muted);border-radius:999px;align-items:center;gap:.75rem;padding:.4rem .5rem .4rem 1rem;font-size:.82rem;display:flex}.roamly-landing .rl-nav-cta{background:var(--roamly-accent);color:#000;font-family:var(--font-display),sans-serif;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.5rem 1rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:opacity .2s}.roamly-landing .rl-nav-cta:hover{opacity:.85}.roamly-landing .rl-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.roamly-landing .rl-hero:after{content:"";pointer-events:none;background:radial-gradient(#00e5ff14 0%,#7b5ea70f 40%,#0000 70%);width:900px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.roamly-landing .rl-grid-bg{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%)}.roamly-landing .rl-badge{color:var(--roamly-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-family:var(--font-display),sans-serif;background:#00e5ff14;border:1px solid #00e5ff40;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem 1rem;font-weight:600;animation:.6s both rl-fade-up;display:inline-flex}.roamly-landing .rl-badge-dot{background:var(--roamly-accent);border-radius:50%;width:6px;height:6px;animation:2s infinite rl-pulse}@keyframes rl-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.roamly-landing .rl-hero h1{font-family:var(--font-display),sans-serif;letter-spacing:-.04em;z-index:1;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6.5rem);font-weight:800;line-height:1;animation:.6s .1s both rl-fade-up;position:relative}.roamly-landing .rl-hero h1 .rl-line2{background:linear-gradient(135deg,var(--roamly-accent)0%,#7b5ea7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.roamly-landing .rl-hero-sub{color:var(--roamly-muted);z-index:1;max-width:520px;margin:0 auto 3rem;font-size:clamp(1rem,2vw,1.2rem);animation:.6s .2s both rl-fade-up;position:relative}@keyframes rl-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.roamly-landing .rl-waitlist-wrap{z-index:1;width:100%;max-width:480px;margin:0 auto;animation:.6s .3s both rl-fade-up;position:relative}.roamly-landing .rl-form-row{background:var(--roamly-surface2);border:1px solid var(--roamly-border);border-radius:999px;gap:.5rem;padding:.35rem .35rem .35rem 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex}.roamly-landing .rl-form-row:focus-within{border-color:#00e5ff66;box-shadow:0 0 0 4px #00e5ff0f}.roamly-landing .rl-form-row input{color:var(--roamly-text);font-family:var(--font-sans),sans-serif;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.95rem}.roamly-landing .rl-form-row input::placeholder{color:var(--roamly-muted)}.roamly-landing .rl-form-row button{background:var(--roamly-accent);color:#000;font-family:var(--font-display),sans-serif;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.7rem 1.4rem;font-size:.82rem;font-weight:700;transition:opacity .2s,transform .15s}.roamly-landing .rl-form-row button:hover:not(:disabled){opacity:.85}.roamly-landing .rl-form-row button:active:not(:disabled){transform:scale(.97)}.roamly-landing .rl-form-row button:disabled{opacity:.5;cursor:not-allowed}.roamly-landing .rl-form-note{text-align:center;color:var(--roamly-muted);margin-top:.8rem;font-size:.8rem}.roamly-landing .rl-response-msg{color:var(--roamly-text);text-align:left;background:#00e5ff0f;border:1px solid #00e5ff33;border-radius:12px;margin-top:1.2rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.55;animation:.4s both rl-fade-up}.roamly-landing .rl-response-msg.rl-hidden{display:none}.roamly-landing .rl-response-msg.rl-error{background:#ff50500d;border-color:#ff50504d;display:block}.roamly-landing .rl-stats{z-index:1;flex-wrap:wrap;justify-content:center;gap:3rem;padding:2rem 1.5rem 4rem;animation:.6s .4s both rl-fade-up;display:flex;position:relative}.roamly-landing .rl-stat{text-align:center}.roamly-landing .rl-stat-num{font-family:var(--font-display),sans-serif;color:var(--roamly-text);letter-spacing:-.03em;font-size:2rem;font-weight:800}.roamly-landing .rl-stat-num span{color:var(--roamly-accent)}.roamly-landing .rl-stat-label{color:var(--roamly-muted);margin-top:.2rem;font-size:.8rem}.roamly-landing .rl-section{max-width:1100px;margin:0 auto;padding:5rem 1.5rem}.roamly-landing .rl-section-tag{font-family:var(--font-display),sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--roamly-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.roamly-landing .rl-section h2{font-family:var(--font-display),sans-serif;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.1}.roamly-landing .rl-steps-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;margin-top:3rem;display:grid}.roamly-landing .rl-step-card{background:var(--roamly-surface);border:1px solid var(--roamly-border);border-radius:20px;padding:1.75rem;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.roamly-landing .rl-step-card:hover{border-color:#00e5ff40;transform:translateY(-4px)}.roamly-landing .rl-step-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#00e5ff66,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.roamly-landing .rl-step-card:hover:before{opacity:1}.roamly-landing .rl-step-num{font-family:var(--font-display),sans-serif;color:var(--roamly-border);letter-spacing:-.04em;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1}.roamly-landing .rl-step-icon{margin-bottom:.75rem;font-size:1.8rem}.roamly-landing .rl-step-title{font-family:var(--font-display),sans-serif;margin-bottom:.5rem;font-size:1rem;font-weight:700}.roamly-landing .rl-step-desc{color:var(--roamly-muted);font-size:.88rem;line-height:1.6}.roamly-landing .rl-packages-section{background:var(--roamly-surface);padding:5rem 1.5rem}.roamly-landing .rl-packages-inner{max-width:1100px;margin:0 auto}.roamly-landing .rl-plans-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:3rem;display:grid}.roamly-landing .rl-plan-card{border:1px solid var(--roamly-border);background:var(--roamly-bg);border-radius:20px;padding:2rem;transition:transform .3s;position:relative;overflow:hidden}.roamly-landing .rl-plan-card:hover{transform:translateY(-4px)}.roamly-landing .rl-plan-card.rl-featured{background:linear-gradient(135deg,#00e5ff0a 0%,#7b5ea70a 100%);border-color:#00e5ff66}.roamly-landing .rl-plan-card.rl-featured:after{content:"Most Popular";background:var(--roamly-accent);color:#000;font-family:var(--font-display),sans-serif;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:.25rem .7rem;font-size:.65rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem}.roamly-landing .rl-plan-region{font-family:var(--font-display),sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--roamly-accent);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.roamly-landing .rl-plan-name{font-family:var(--font-display),sans-serif;letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.3rem;font-weight:800}.roamly-landing .rl-plan-blurb{color:var(--roamly-muted);font-size:.84rem}.roamly-landing .rl-plan-price{font-family:var(--font-display),sans-serif;letter-spacing:-.04em;margin:1rem 0;font-size:2.2rem;font-weight:800}.roamly-landing .rl-plan-price sup{vertical-align:super;font-size:1rem}.roamly-landing .rl-plan-price span{color:var(--roamly-muted);font-size:.85rem;font-weight:400}.roamly-landing .rl-plan-features{margin:1.25rem 0 1.75rem;list-style:none}.roamly-landing .rl-plan-features li{color:var(--roamly-muted);border-bottom:1px solid var(--roamly-border);align-items:center;gap:.6rem;padding:.35rem 0;font-size:.88rem;display:flex}.roamly-landing .rl-plan-features li:last-child{border:none}.roamly-landing .rl-plan-features li:before{content:"✓";color:var(--roamly-accent);flex-shrink:0;font-size:.8rem;font-weight:700}.roamly-landing .rl-plan-btn{background:var(--roamly-surface2);border:1px solid var(--roamly-border);width:100%;color:var(--roamly-text);font-family:var(--font-display),sans-serif;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:10px;padding:.8rem;font-size:.85rem;font-weight:700;transition:all .2s}.roamly-landing .rl-plan-btn:hover,.roamly-landing .rl-plan-card.rl-featured .rl-plan-btn{background:var(--roamly-accent);color:#000;border-color:var(--roamly-accent)}.roamly-landing .rl-why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:3rem;display:grid}.roamly-landing .rl-why-card{border:1px solid var(--roamly-border);background:var(--roamly-surface);border-radius:16px;padding:1.5rem;transition:border-color .3s}.roamly-landing .rl-why-card:hover{border-color:#7b5ea766}.roamly-landing .rl-why-icon{margin-bottom:.75rem;font-size:1.6rem}.roamly-landing .rl-why-title{font-family:var(--font-display),sans-serif;margin-bottom:.4rem;font-size:1rem;font-weight:700}.roamly-landing .rl-why-desc{color:var(--roamly-muted);font-size:.9rem}.roamly-landing .rl-footer-cta{text-align:center;padding:6rem 1.5rem;position:relative;overflow:hidden}.roamly-landing .rl-footer-cta:before{content:"";pointer-events:none;background:radial-gradient(#7b5ea71f 0%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.roamly-landing .rl-footer-cta h2{z-index:1;position:relative}.roamly-landing .rl-footer-cta>p{color:var(--roamly-muted);z-index:1;max-width:440px;margin:1rem auto 2.5rem;font-size:1rem;position:relative}.roamly-landing .rl-footer-cta .rl-section-tag,.roamly-landing .rl-footer-cta .rl-waitlist-wrap{z-index:1;position:relative}.roamly-landing .rl-site-footer{border-top:1px solid var(--roamly-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 2.5rem;display:flex}.roamly-landing .rl-site-footer p{color:var(--roamly-muted);font-size:.8rem}.roamly-landing .rl-footer-links{gap:1.5rem;display:flex}.roamly-landing .rl-footer-links a{color:var(--roamly-muted);font-size:.8rem;text-decoration:none}.roamly-landing .rl-footer-links a:hover{color:var(--roamly-text)}.roamly-landing .rl-logo-footer{font-size:1.1rem}.roamly-landing .rl-spinner{vertical-align:middle;border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite rl-spin;display:inline-block}@keyframes rl-spin{to{transform:rotate(360deg)}}.roamly-landing .rl-reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(20px)}.roamly-landing .rl-reveal.rl-reveal-visible{opacity:1;transform:translateY(0)}@media (max-width:600px){.roamly-landing .rl-nav{padding:1rem 1.25rem}.roamly-landing .rl-nav-pill{display:none}.roamly-landing .rl-form-row{border-radius:14px;flex-direction:column;padding:.75rem}.roamly-landing .rl-form-row input{padding:.4rem}.roamly-landing .rl-form-row button{border-radius:10px}.roamly-landing .rl-stats{gap:1.5rem}.roamly-landing .rl-site-footer{text-align:center;flex-direction:column}}
