._landing_10252_1{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:clip}._nav_10252_10{position:sticky;top:.75rem;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;max-width:1100px;width:100%;margin:0 auto;background:transparent;transition:backdrop-filter .3s ease}._navScrolled_10252_25{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}._logo_10252_30{height:72px}._navCta_10252_34{color:var(--color-accent);text-decoration:none;font-size:.85rem;font-weight:600;padding:.5rem 1.25rem;border-radius:10px;border:1.5px solid var(--color-border-strong);transition:all .2s ease;background:var(--color-surface-alpha);cursor:pointer;font-family:inherit}._navCta_10252_34:hover{border-color:var(--color-accent);background:var(--color-accent-bg)}._hero_10252_54{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;padding:4rem 3rem 2rem;max-width:1100px;margin:0 auto;width:100%}._heroText_10252_66{max-width:560px}._heroVisual_10252_70{width:100%;max-width:420px}._eyebrow_10252_75{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;display:inline-block}._headline_10252_85{font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:700;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em;color:var(--color-heading)}._headlineAccent_10252_94{color:var(--color-accent)}._subheadline_10252_98{font-size:1rem;color:var(--color-muted-1);max-width:400px;line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto}._ctaRow_10252_108{display:flex;gap:.75rem;justify-content:center}._ctaPrimary_10252_114{padding:.8rem 1.75rem;border-radius:12px;background:var(--color-accent);color:#fff;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 8px var(--color-accent-shadow);border:none;cursor:pointer;font-family:inherit}._ctaPrimary_10252_114:hover{background:var(--color-accent-hover);box-shadow:0 4px 16px var(--color-accent-shadow-hover);transform:translateY(-1px)}._ctaSecondary_10252_135{padding:.8rem 1.75rem;border-radius:12px;background:var(--color-surface-alpha);color:var(--color-muted-1);font-weight:500;font-size:.875rem;text-decoration:none;border:1.5px solid var(--color-border-medium);transition:all .2s ease}._ctaSecondary_10252_135:hover{border-color:var(--color-border-focus);color:var(--color-accent)}._howItWorks_10252_153{padding:2.5rem 3rem;max-width:1100px;margin:0 auto;width:100%}._stepsRow_10252_160{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;margin-bottom:2rem}._step_10252_160{padding:1.5rem;border-radius:14px;background:var(--color-surface-alpha);border:1px solid var(--color-border);transition:all .25s ease}._step_10252_160:hover{background:var(--color-surface-alpha-hover);box-shadow:0 4px 20px var(--color-shadow)}._stepBadge_10252_181{width:36px;height:36px;border-radius:10px;background:var(--color-accent-bg);border:1px solid var(--color-border-medium);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}._stepIcon_10252_193{color:var(--color-accent)}._stepTitle_10252_197{font-size:1rem;font-weight:700;color:var(--color-heading);margin-bottom:.4rem;letter-spacing:-.01em}._stepDesc_10252_205{font-size:.82rem;color:var(--color-muted-1);line-height:1.6}._slugPreview_10252_212{margin-top:.75rem;padding:.6rem .85rem;border-radius:8px;background:var(--color-accent-bg);border:1px solid var(--color-border-medium);animation:_fadeIn_10252_1 .2s ease}._slugPreviewUrl_10252_221{font-size:.8rem;color:var(--color-accent);font-weight:500;font-family:SF Mono,Fira Code,Cascadia Code,monospace;margin-bottom:.2rem}._slugPreviewLocation_10252_229{font-size:.72rem;color:var(--color-muted-2)}._slugPicker_10252_235{width:100%;padding:2rem 2.5rem;text-align:center;border-radius:20px;background:var(--color-surface-alpha);border:1px solid var(--color-border);box-shadow:0 4px 24px #0000000a}._slugPickerTitle_10252_245{font-size:1.1rem;font-weight:700;color:var(--color-heading);text-align:center;margin-bottom:.25rem}._slugPickerSubtitle_10252_253{font-size:.8rem;color:var(--color-muted-2);text-align:center;margin-bottom:1.25rem}._slugInputRow_10252_260{display:flex;align-items:center;gap:.5rem;position:relative}._slugInput_10252_260{flex:1;padding:.7rem .85rem;border:1.5px solid var(--color-border-input);border-radius:10px;font-size:.9rem;color:var(--color-heading);background:var(--color-surface-input);font-family:inherit;outline:none;transition:border-color .2s ease}._slugInput_10252_260::placeholder{color:var(--color-muted-3);transition:opacity .3s ease}._slugInput_10252_260:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-focus-ring)}._slugInputPulse_10252_290{border-color:var(--color-border-focus);transition:border-color .1s ease}._slugSuffix_10252_295{font-size:.8rem;color:var(--color-muted-2);white-space:nowrap}._slugFeedback_10252_302{min-height:1.5rem;margin-top:.5rem;font-size:.78rem}._slugChecking_10252_308{display:flex;align-items:center;gap:.4rem;color:var(--color-muted-2)}._slugSpinnerSmall_10252_315{display:inline-block;width:12px;height:12px;border:2px solid var(--color-border-input);border-top-color:var(--color-accent);border-radius:50%;animation:_spin_10252_1 .8s linear infinite;flex-shrink:0}._slugAvailable_10252_326{color:var(--color-success);font-weight:500;animation:_fadeIn_10252_1 .2s ease}._slugTaken_10252_332{color:var(--color-error);font-weight:500;animation:_fadeIn_10252_1 .2s ease}._slugCreateButton_10252_338{margin-top:1rem;width:100%;padding:.65rem 1.2rem;border-radius:10px;background:var(--color-accent);color:#fff;font-weight:600;font-size:.8rem;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease;box-shadow:0 1px 4px var(--color-accent-shadow);animation:_fadeIn_10252_1 .3s ease}._slugCreateButton_10252_338:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-1px)}._slugCreateButton_10252_338:disabled{opacity:.4;cursor:default;transform:none}._nameReassurance_10252_367{font-size:.73rem;color:var(--color-muted-3);text-align:center;margin-top:.6rem;font-style:italic}._mockupProvisioning_10252_376{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:10px;background:var(--color-accent-bg);border:1px solid var(--color-border-medium);animation:_fadeIn_10252_1 .3s ease}._mockupSpinner_10252_387{width:16px;height:16px;border:2px solid var(--color-border-input);border-top-color:var(--color-accent);border-radius:50%;animation:_spin_10252_1 .8s linear infinite;flex-shrink:0}@keyframes _spin_10252_1{to{transform:rotate(360deg)}}@keyframes _fadeIn_10252_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._mockupProvisioningText_10252_414{font-size:.78rem;color:var(--color-accent);font-weight:500}._mockupStatus_10252_421{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:10px;background:var(--color-success-surface);border:1px solid var(--color-success-border);animation:_fadeIn_10252_1 .4s ease}._mockupStatusDot_10252_432{width:7px;height:7px;border-radius:50%;background:var(--color-success-text)}._mockupStatusText_10252_439{font-size:.78rem;color:var(--color-success-text);font-weight:500}._mockupStatusUrl_10252_445{font-size:.78rem;color:var(--color-accent);margin-left:auto;font-weight:500}._mockupTryAgain_10252_452{margin-top:.75rem;padding:0;background:none;border:none;color:var(--color-accent);font-size:.75rem;font-weight:500;cursor:pointer;font-family:inherit;transition:color .15s ease;animation:_fadeIn_10252_1 .5s ease}._mockupTryAgain_10252_452:hover{color:var(--color-accent-hover)}._storySection_10252_471{padding:1.5rem 3rem;max-width:1100px;margin:0 auto;width:100%}._storyRow_10252_478{display:flex;align-items:flex-start;gap:3rem;margin-bottom:2rem}._storyRowReverse_10252_485{flex-direction:row-reverse}._storyContent_10252_489{flex:1;padding-top:.5rem}._storyVisual_10252_494{flex:0 0 180px;width:180px;height:180px;display:flex;align-items:center;justify-content:center}._storyImagePrivacy_10252_503{width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center}._storyImageEurope_10252_511{width:100%;height:100%;background-size:70%;background-repeat:no-repeat;background-position:center}._storyLabel_10252_519{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem}._storyTitle_10252_528{font-size:1.35rem;font-weight:700;color:var(--color-heading);margin-bottom:.5rem;letter-spacing:-.02em}._storyDesc_10252_536{font-size:.9rem;color:var(--color-muted-1);line-height:1.7;max-width:380px}._section_10252_544{padding:2.5rem 3rem;max-width:900px;margin:0 auto;width:100%}._sectionLabel_10252_551{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);text-align:center;margin-bottom:.5rem}._sectionTitle_10252_561{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:var(--color-heading);text-align:center;letter-spacing:-.02em}._sectionSubtitle_10252_570{color:var(--color-muted-2);font-size:.9rem;margin-bottom:2.5rem;text-align:center;max-width:360px;margin-left:auto;margin-right:auto;line-height:1.6}._pricing_10252_581{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._pricingSingle_10252_587{max-width:420px;margin:0 auto}._pricingCustomTeaser_10252_592{text-align:center;font-size:.8rem;color:var(--color-muted-2);margin-top:1.25rem}._pricingCard_10252_599{padding:1.75rem;border-radius:16px;border:1px solid var(--color-border);background:var(--color-surface-alpha);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;position:relative;transition:all .25s ease}._pricingCard_10252_599:hover{background:var(--color-surface-alpha-hover);box-shadow:0 4px 20px var(--color-shadow)}._pricingCardHighlight_10252_616{border-color:var(--color-border-strong);background:var(--color-surface-alpha-strong);box-shadow:0 2px 12px var(--color-accent-glow)}._pricingCardHighlight_10252_616:hover{box-shadow:0 6px 24px var(--color-accent-bg-hover)}._comingSoon_10252_626{position:absolute;top:-8px;right:14px;padding:.15rem .6rem;border-radius:100px;background:var(--color-badge-coming-soon-bg);border:1px solid var(--color-border-medium);color:var(--color-muted-2);font-size:.6rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}._betaBadge_10252_641{position:absolute;top:-8px;right:14px;padding:.15rem .6rem;border-radius:100px;background:var(--color-badge-beta-bg);border:1px solid var(--color-badge-beta-border);color:var(--color-accent);font-size:.6rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}._pricingName_10252_656{font-size:.9rem;font-weight:600;color:var(--color-heading);margin-bottom:.2rem}._pricingPrice_10252_663{font-size:2.25rem;font-weight:700;letter-spacing:-.03em;color:var(--color-heading)}._pricingPriceRow_10252_670{display:flex;align-items:center;gap:.5rem}._pricingMascot_10252_676{width:64px;height:64px;object-fit:contain;margin-left:auto}._pricingPeriod_10252_683{font-size:.75rem;color:var(--color-muted-2);margin-bottom:.25rem}._pricingDailyAnchor_10252_689{font-size:.7rem;color:var(--color-accent);font-style:italic;margin-bottom:.5rem}._pricingFeatures_10252_696{list-style:none;padding:0;margin:0 0 1.25rem;flex:1}._pricingFeature_10252_696{font-size:.8rem;color:var(--color-muted-1);padding:.25rem 0;display:flex;align-items:baseline;gap:.5rem}._pricingFeature_10252_696:before{display:none}._checkIcon_10252_716{color:var(--color-accent);flex-shrink:0}._pricingButton_10252_721{padding:.65rem 1.25rem;border-radius:10px;font-weight:600;font-size:.8rem;cursor:pointer;border:none;text-decoration:none;text-align:center;transition:all .2s ease;font-family:inherit}._pricingButtonPrimary_10252_734{background:var(--color-accent);color:#fff;box-shadow:0 2px 8px var(--color-accent-shadow)}._pricingButtonPrimary_10252_734:hover{background:var(--color-accent-hover);transform:translateY(-1px)}._pricingButtonDisabled_10252_745{background:transparent;border:1.5px solid var(--color-border-medium);color:var(--color-muted-2);cursor:default}._pricingButtonSecondary_10252_752{background:transparent;border:1.5px solid var(--color-border-strong);color:var(--color-accent);cursor:pointer}._pricingButtonSecondary_10252_752:hover{background:var(--color-accent-bg-medium);border-color:var(--color-border-focus);transform:translateY(-1px)}._waitlistSection_10252_766{padding:3rem;max-width:520px;margin:0 auto;width:100%;text-align:center}._waitlistTitle_10252_774{font-size:1.15rem;font-weight:700;color:var(--color-heading);margin-bottom:.4rem}._waitlistSubtitle_10252_781{font-size:.82rem;color:var(--color-muted-2);margin-bottom:1.25rem;line-height:1.6}._waitlistFormStandalone_10252_788{display:flex;gap:.5rem;max-width:400px;margin:0 auto}._waitlistInput_10252_795{flex:1;padding:.6rem .75rem;border-radius:10px;border:1.5px solid var(--color-border-medium);background:var(--color-surface-alpha-hover);color:var(--color-heading);font-size:.8rem;outline:none;transition:all .2s ease;box-sizing:border-box;font-family:inherit}._waitlistInput_10252_795::placeholder{color:var(--color-muted-3)}._waitlistInput_10252_795:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-focus-ring);background:var(--color-surface-input)}._waitlistButton_10252_819{padding:.6rem 1.25rem;border-radius:10px;background:var(--color-accent);color:#fff;font-weight:600;font-size:.8rem;cursor:pointer;border:none;font-family:inherit;transition:all .2s ease;box-shadow:0 2px 8px var(--color-accent-shadow);white-space:nowrap}._waitlistButton_10252_819:hover{background:var(--color-accent-hover);transform:translateY(-1px)}._successMessage_10252_839{color:var(--color-success-text);font-size:.8rem;font-weight:500;text-align:center;padding:.65rem;border-radius:10px;background:var(--color-success-message-bg);border:1px solid var(--color-success-message-border)}._errorText_10252_850{color:var(--color-error);font-size:.75rem;margin-top:.25rem}._trustBar_10252_857{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;padding:3rem 2rem;max-width:900px;margin:0 auto;width:100%}._trustItem_10252_868{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-muted-2);font-weight:500}._trustLink_10252_877{color:var(--color-accent);text-decoration:none;font-weight:600}._trustLink_10252_877:hover{text-decoration:underline}._trustIcon_10252_887{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--color-accent-bg-medium);color:var(--color-accent);flex-shrink:0}@media(max-width:768px){._hero_10252_54{padding:2.5rem 1.5rem 1.5rem}._heroVisual_10252_70{max-width:100%}._subheadline_10252_98{margin-left:auto;margin-right:auto}._ctaRow_10252_108{justify-content:center;flex-wrap:wrap}._stepsRow_10252_160{grid-template-columns:1fr}._storyRow_10252_478,._storyRowReverse_10252_485{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}._storyVisual_10252_494{flex:none}._storyDesc_10252_536{max-width:100%}._pricing_10252_581{grid-template-columns:1fr}._nav_10252_10{padding:1.25rem 1.5rem}._howItWorks_10252_153,._storySection_10252_471,._section_10252_544,._waitlistSection_10252_766{padding:3rem 1.5rem}._waitlistFormStandalone_10252_788{flex-direction:column}._trustBar_10252_857{gap:1rem}}
