:root{--background: 270 25% 8%;--ink: 270 30% 5%;--surface: 270 20% 12%;--card: 270 20% 12%;--muted: 270 15% 18%;--border: 270 15% 22%;--input: 270 15% 22%;--foreground: 260 20% 95%;--muted-foreground: 260 10% 55%;--pink: 270 80% 60%;--pink-soft: 270 80% 75%;--orange: 200 95% 55%;--orange-soft: 200 95% 70%;--coral: 330 90% 65%;--primary: 210 100% 58%;--primary-foreground: 0 0% 100%;--secondary: 270 80% 60%;--ring: 210 100% 58%;--color-bg: hsl(var(--background));--color-fg: hsl(var(--foreground));--color-pink: hsl(var(--pink));--color-orange: hsl(var(--orange));--gradient-brand: linear-gradient(135deg, hsl(var(--pink)) 0%, hsl(var(--coral)) 100%);--gradient-violet: linear-gradient(135deg, hsl(var(--pink)) 0%, hsl(var(--orange)) 100%);--font-display: "Cabinet Grotesk", system-ui, sans-serif;--font-body: "Satoshi", system-ui, -apple-system, sans-serif;--fs-eyebrow: .875rem;--fs-body: 1rem;--fs-lg: 1.125rem;--fs-xl: 1.25rem;--fs-h3: 1.5rem;--fs-h2: clamp(1.875rem, 5vw, 3rem);--fs-h1: clamp(2.75rem, 8vw, 6rem);--container: 1152px;--container-px: 24px;--nav-height: 64px;--section-py: 96px;--section-py-mobile: 64px;--radius: 1rem;--radius-card: 20px;--radius-full: 9999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height);background-color:hsl(var(--background));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:radial-gradient(60rem 40rem at 15% 20%,rgba(139,92,246,.1) 0%,transparent 60%),radial-gradient(55rem 45rem at 85% 15%,rgba(26,179,255,.1) 0%,transparent 60%),radial-gradient(65rem 50rem at 50% 85%,rgba(245,75,139,.08) 0%,transparent 60%),radial-gradient(50rem 40rem at 75% 70%,rgba(139,92,246,.06) 0%,transparent 60%),#120821;animation:ambient-drift 6s ease-in-out infinite;color:hsl(var(--foreground));line-height:1.5;overflow-x:hidden;font-synthesis:none}.noise{position:fixed;inset:0;z-index:40;pointer-events:none;opacity:.035;mix-blend-mode:overlay;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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}@media(prefers-reduced-motion:reduce){body{animation:none}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1.02;letter-spacing:-.02em;color:hsl(var(--foreground))}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;cursor:pointer;background:none;color:inherit}input,select,textarea{font-family:inherit}img,svg{display:block;max-width:100%}::selection{background:hsl(var(--pink) / .3);color:hsl(var(--foreground))}.section{position:relative;padding-block:var(--section-py)}.container{max-width:var(--container);margin-inline:auto;padding-inline:var(--container-px);width:100%}.eyebrow{font-family:var(--font-body);font-size:var(--fs-eyebrow);font-weight:700;line-height:1.43;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--pink-soft))}.grad{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.grad-violet{background:var(--gradient-violet);-webkit-background-clip:text;background-clip:text;color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:var(--fs-body);line-height:1.5;white-space:nowrap;border-radius:var(--radius-full);transition:transform .2s var(--ease-spring),box-shadow .25s var(--ease-out),filter .2s var(--ease-out),background .2s var(--ease-out)}.btn-primary{height:56px;padding-inline:28px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 0 60px -12px #8b5cf666}.btn-primary:hover{transform:scale(1.02)}.btn-glow:hover{transform:scale(1.03)}@keyframes ambient-drift{0%,to{background-position:0 0,100% 0,50% 100%,100% 100%}50%{background-position:20% 30%,80% 20%,60% 80%,40% 70%}}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(-2deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.btn-secondary{height:52px;padding-inline:26px;background:hsl(var(--surface) / .7);color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn-secondary:hover{transform:translateY(-2px);background:hsl(var(--surface));border-color:hsl(var(--border) / 1.4)}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-full);background:hsl(var(--surface) / .65);border:1px solid hsl(var(--border) / .6);font-size:.75rem;font-weight:700;letter-spacing:.02em;color:hsl(var(--pink));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.field{display:flex;flex-direction:column;gap:8px}.field-label{font-size:.75rem;font-weight:700;line-height:1.33;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.control{width:100%;height:var(--control-h, 56px);padding-inline:16px;background:hsl(var(--surface) / .8);border:1px solid hsl(var(--border) / .8);border-radius:var(--radius-card);color:hsl(var(--foreground));font-size:var(--fs-body);font-weight:500;line-height:1.5;transition:border-color .2s var(--ease-out),box-shadow .2s var(--ease-out)}textarea.control{height:auto;min-height:128px;padding-block:16px;resize:vertical;line-height:1.5}.control::placeholder{color:hsl(var(--muted-foreground) / .8)}.control:focus{outline:none;border-color:hsl(var(--pink));box-shadow:0 0 0 2px hsl(var(--pink) / .3)}select.control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2385809a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px;cursor:pointer}select.control option{background:hsl(var(--surface));color:hsl(var(--foreground))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid hsl(var(--pink));outline-offset:2px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}@media(max-width:768px){.section{padding-block:var(--section-py-mobile)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}._navbar_1ng6n_1{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;background:hsl(var(--surface) / .65);border-bottom:1px solid hsl(var(--border) / .4);transition:background .3s var(--ease-out)}._scrolled_1ng6n_17{background:hsl(var(--surface) / .85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._inner_1ng6n_22{max-width:var(--container);margin-inline:auto;padding-inline:var(--container-px);width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}._logo_1ng6n_33{font-family:var(--font-display);font-weight:800;font-size:1.5rem;line-height:1.33;letter-spacing:-.025em;color:hsl(var(--foreground))}._dot_1ng6n_42{color:hsl(var(--pink))}._links_1ng6n_46{display:flex;align-items:center;gap:32px}._link_1ng6n_46{font-size:.875rem;font-weight:600;line-height:1.43;color:hsl(var(--foreground) / .8);transition:color .2s var(--ease-out)}._link_1ng6n_46:hover{color:hsl(var(--foreground))}._actions_1ng6n_64{display:flex;align-items:center;gap:12px}._cta_1ng6n_70{height:36px;padding-inline:20px;font-size:.875rem;box-shadow:none}._cta_1ng6n_70:hover{box-shadow:none}._burger_1ng6n_82{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0 8px}._burger_1ng6n_82 span{display:block;height:2px;width:100%;background:hsl(var(--foreground));border-radius:2px;transition:transform .25s var(--ease-out),opacity .2s var(--ease-out)}._burgerOpen_1ng6n_101 span:nth-child(1){transform:translateY(7px) rotate(45deg)}._burgerOpen_1ng6n_101 span:nth-child(2){opacity:0}._burgerOpen_1ng6n_101 span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}._mobileMenu_1ng6n_111{position:absolute;top:var(--nav-height);left:0;right:0;display:flex;flex-direction:column;gap:4px;padding:16px var(--container-px) 24px;background:hsl(var(--background) / .96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsl(var(--border) / .6)}._mobileLink_1ng6n_125{padding:12px 4px;font-size:1.0625rem;font-weight:600;color:hsl(var(--foreground) / .85);border-bottom:1px solid hsl(var(--border) / .4)}._mobileCta_1ng6n_133{margin-top:12px;width:100%}@media(max-width:860px){._links_1ng6n_46,._cta_1ng6n_70{display:none}._burger_1ng6n_82{display:flex}}._logo_ljd9h_1{display:inline-flex;align-items:center;gap:8px}._word_ljd9h_7{font-family:var(--font-display);font-weight:800;font-size:1.5rem;line-height:1.33;letter-spacing:-.025em;color:hsl(var(--foreground))}._dot_ljd9h_16{position:relative;display:inline-flex;width:8px;height:8px}._ping_ljd9h_23{position:absolute;inset:0;border-radius:var(--radius-full);background:hsl(var(--pink));opacity:.75;animation:_ping_ljd9h_23 1.4s cubic-bezier(0,0,.2,1) infinite}._core_ljd9h_32{position:relative;width:8px;height:8px;border-radius:var(--radius-full);background:hsl(var(--pink))}._hero_13l9c_1{position:relative;display:flex;flex-direction:column;min-height:90vh;padding-top:calc(var(--nav-height) + 96px);padding-bottom:24px;overflow:hidden;isolation:isolate}@media(min-width:769px){._hero_13l9c_1{min-height:100vh;padding-top:calc(var(--nav-height) + 112px)}}._bg_13l9c_19{position:absolute;inset:0;z-index:-1}._map_13l9c_25{position:absolute;inset:0;background-image:url(/images/hero-heatmap.jpg);background-size:cover;background-position:center;filter:hue-rotate(230deg) saturate(1.3) brightness(1.15)}._fadeTop_13l9c_37{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(18,8,33,.9) 0%,rgba(18,8,33,.4) 50%,transparent 100%)}._fadeBottom_13l9c_49{position:absolute;inset:0;opacity:.6;background:linear-gradient(to top,#120821 0%,transparent 50%)}._dot_13l9c_57{position:absolute;width:14px;height:14px;border-radius:var(--radius-full);animation:_float_13l9c_1 6s ease-in-out infinite}@media(max-width:768px){._dot_13l9c_57{display:none}}._content_13l9c_71{position:relative;z-index:1;max-width:var(--container);margin-inline:auto;padding-inline:var(--container-px);width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._pill_13l9c_84{margin-bottom:24px;color:#8b5cf6}._pingDot_13l9c_91{position:relative;display:inline-flex;width:8px;height:8px}._ping_13l9c_91{position:absolute;inset:0;border-radius:var(--radius-full);background:#8b5cf6;opacity:.75;animation:_ping_13l9c_91 1.4s cubic-bezier(0,0,.2,1) infinite}._dotCore_13l9c_107{position:relative;width:8px;height:8px;border-radius:var(--radius-full);background:#8b5cf6}._headline_13l9c_115{font-size:var(--fs-h1);font-weight:400;letter-spacing:-.03em;line-height:.95;max-width:896px;margin-bottom:20px}._sub_13l9c_124{max-width:576px;font-size:1.25rem;color:hsl(var(--muted-foreground));line-height:1.625}._subStrong_13l9c_131{max-width:576px;font-size:1.25rem;font-weight:700;color:hsl(var(--foreground) / .9);line-height:1.625;margin-bottom:32px}._phoneWrap_13l9c_142{position:absolute;inset-inline:0;top:calc(var(--nav-height) + 148px);z-index:0;display:flex;justify-content:center;pointer-events:none}._phone_13l9c_142{width:360px;max-width:70vw;height:auto;opacity:.55;filter:brightness(.75) drop-shadow(0 0 40px hsl(var(--pink) / .25)) drop-shadow(0 30px 40px rgba(0,0,0,.45))}@media(max-width:768px){._sub_13l9c_124,._subStrong_13l9c_131{font-size:var(--fs-lg)}._phoneWrap_13l9c_142{top:calc(var(--nav-height) + 120px)}._phone_13l9c_142{width:260px}}._card_jybdu_2{position:relative;overflow:hidden;border-radius:var(--radius-card);border:1px solid hsl(var(--border) / .5);background:hsl(var(--surface) / .55);isolation:isolate}._img_jybdu_11{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}._card_jybdu_2:hover ._img_jybdu_11{transform:scale(1.04)}._shade_jybdu_24{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--ink)) 0%,hsl(var(--ink) / .4) 50%,transparent 100%)}._lede_jybdu_35{margin-top:14px;max-width:36rem;font-size:1rem;line-height:1.625;color:hsl(var(--muted-foreground))}._ledeSmall_jybdu_43{margin-top:4px;max-width:24rem;font-size:1rem;line-height:1.5;color:hsl(var(--muted-foreground))}._tag_jybdu_51{position:absolute;top:16px;left:16px;z-index:1;border-radius:var(--radius-full);font-family:var(--font-body);font-weight:700;line-height:1.33;color:hsl(var(--ink))}._tag_lg_jybdu_63{padding:4px 12px;font-size:.75rem;letter-spacing:.6px}._tag_sm_jybdu_69{padding:4px 10px;font-size:.625rem;letter-spacing:.5px}._pink_jybdu_75{background:hsl(var(--pink))}._orange_jybdu_78{background:hsl(var(--orange))}._coral_jybdu_81{background:hsl(var(--coral))}._title_jybdu_85{position:absolute;left:24px;right:24px;bottom:20px;z-index:1;font-family:var(--font-display);font-weight:400;line-height:1.25;letter-spacing:normal;color:hsl(var(--foreground))}._title_xl_jybdu_98{font-size:1.875rem}._title_md_jybdu_101{font-size:1.25rem}._title_sm_jybdu_104{font-size:1rem}._bento_jybdu_109{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr;grid-template-areas:"a a b b" "a a c d";gap:16px;height:638px;margin-top:48px}._area_a_jybdu_121{grid-area:a}._area_b_jybdu_124{grid-area:b}._area_c_jybdu_127{grid-area:c}._area_d_jybdu_130{grid-area:d}._rail_jybdu_135{display:none}@media(max-width:768px){._bento_jybdu_109{display:none}._rail_jybdu_135{display:flex;gap:16px;margin-top:32px;margin-inline:calc(-1 * var(--container-px));padding-inline:var(--container-px);padding-bottom:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}._rail_jybdu_135::-webkit-scrollbar{display:none}._railCard_jybdu_158{flex:0 0 auto;width:78vw;max-width:320px;aspect-ratio:4 / 5;scroll-snap-align:start}}._head_9gg4n_1{display:flex;flex-direction:column;gap:14px}._center_9gg4n_7{align-items:center;text-align:center;margin-inline:auto}._title_9gg4n_13{font-size:var(--fs-h2);font-weight:400;letter-spacing:-.02em;line-height:1}._sub_9gg4n_20{font-size:var(--fs-lg);color:hsl(var(--muted-foreground));line-height:1.625;max-width:36rem}._center_9gg4n_7 ._sub_9gg4n_20{margin-inline:auto}._grid_1blin_1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}._card_1blin_9{display:flex;flex-direction:column;align-items:flex-start;padding:32px;border-radius:16px;background:#1a102599;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:background .3s var(--ease-out)}._card_1blin_9:hover{background:#1a1025bf}._icon_1blin_25{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:20px;margin-bottom:20px;transition:transform .3s var(--ease-out)}._card_1blin_9:hover ._icon_1blin_25{transform:scale(1.1)}._icon_1blin_25 svg{width:24px;height:24px}._cardTitle_1blin_45{font-family:var(--font-display);font-size:1.5rem;font-weight:400;line-height:1.25;letter-spacing:-.025em;margin-bottom:12px}._cardBody_1blin_54{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.625}@media(max-width:860px){._grid_1blin_1{grid-template-columns:1fr;gap:16px}}._eyebrow_13g8n_1{display:flex;align-items:center;justify-content:center;gap:8px}._grid_13g8n_8{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:40px;margin-top:48px}._step_13g8n_16{display:flex;flex-direction:column;align-items:center;text-align:center}._phoneWrap_13g8n_23{position:relative;width:100%;max-width:260px;height:440px;isolation:isolate;margin-bottom:24px}._step_13g8n_16:nth-child(2) ._phoneWrap_13g8n_23{height:500px}._phoneGlow_13g8n_37{position:absolute;inset:-24px;border-radius:var(--radius-full);filter:blur(60px);z-index:-1;pointer-events:none}._step_13g8n_16:nth-child(1) ._phoneGlow_13g8n_37{background:hsl(var(--pink) / .2)}._step_13g8n_16:nth-child(2) ._phoneGlow_13g8n_37{background:hsl(var(--orange) / .2)}._step_13g8n_16:nth-child(3) ._phoneGlow_13g8n_37{background:hsl(var(--coral) / .2)}._phoneFrame_13g8n_58{position:relative;width:100%;height:100%}._phone_13g8n_23{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}._step_13g8n_16:nth-child(2) ._phone_13g8n_23{filter:drop-shadow(0 0 40px hsl(var(--pink) / .4))}._copy_13g8n_78{display:flex;flex-direction:column;align-items:center;gap:8px}._stepTitle_13g8n_85{font-family:var(--font-display);font-size:1.25rem;font-weight:400;line-height:1.4;letter-spacing:-.025em;max-width:18ch}._stepBody_13g8n_94{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.625;max-width:38ch}@media(max-width:860px){._grid_13g8n_8{grid-template-columns:1fr;gap:48px}}._frame_168le_1{position:relative;margin-top:48px;margin-inline:auto;max-width:896px;aspect-ratio:16 / 9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;border-radius:24px;border:1px solid hsl(var(--border) / .5);background-color:hsl(var(--surface) / .55);background-image:linear-gradient(to bottom right,hsl(var(--surface)),hsl(var(--background)),hsl(var(--surface)));overflow:hidden;cursor:pointer;transition:border-color .25s var(--ease-out)}._frame_168le_1:hover{border-color:hsl(var(--pink) / .4)}._wash_168le_32{position:absolute;inset:0;opacity:.6;background:linear-gradient(to bottom right,hsl(var(--pink) / .1),transparent 50%,hsl(var(--orange) / .1));pointer-events:none}._playWrap_168le_45{position:relative;display:inline-flex;align-items:center;justify-content:center}._ring1_168le_53,._ring2_168le_54{position:absolute;border-radius:var(--radius-full);pointer-events:none}._ring1_168le_53{width:160px;height:160px;border:1px solid hsl(var(--pink) / .2);animation:_ping_168le_1 2.4s cubic-bezier(0,0,.2,1) infinite}._ring2_168le_54{width:256px;height:256px;border:1px solid hsl(var(--pink) / .1);animation:_ping_168le_1 2.4s cubic-bezier(0,0,.2,1) infinite .4s}._play_168le_45{position:relative;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:var(--radius-full);background:hsl(var(--foreground) / .1);border:1px solid hsl(var(--foreground) / .2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:hsl(var(--foreground));cursor:not-allowed;transition:transform .3s var(--ease-out),background .3s var(--ease-out),border-color .3s var(--ease-out)}._frame_168le_1:hover ._play_168le_45{transform:scale(1.1);background:hsl(var(--pink) / .2);border-color:hsl(var(--pink) / .4)}._play_168le_45 svg{width:30px;height:30px;margin-left:3px}._caption_168le_105{font-size:.875rem;line-height:1.43;color:hsl(var(--muted-foreground))}._layout_sj2l2_2{max-width:1024px;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;align-items:center}._copy_sj2l2_10{grid-column:span 2;display:flex;flex-direction:column;gap:16px}._cardWrap_sj2l2_17{grid-column:span 3}._title_sj2l2_21{font-size:var(--fs-h2);font-weight:400;letter-spacing:-.02em;line-height:1}._body_sj2l2_28{font-size:var(--fs-lg);color:hsl(var(--muted-foreground));line-height:1.55;max-width:50ch}._cardWrap_sj2l2_17{position:relative}._card_sj2l2_17{position:relative;border-radius:24px;padding:32px;background:hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}._cardSheen_sj2l2_49{position:absolute;inset:-1px;border-radius:24px;background:linear-gradient(to bottom right,hsl(var(--pink) / .2),transparent 50%,hsl(var(--orange) / .2));pointer-events:none}._form_sj2l2_62{position:relative;display:flex;flex-direction:column;gap:18px}._submit_sj2l2_69{width:100%;margin-top:4px;padding-inline:0}._note_sj2l2_75{text-align:center;font-size:.75rem;line-height:1.33;color:hsl(var(--muted-foreground))}._error_sj2l2_82{font-size:.875rem;color:hsl(var(--coral))}._success_sj2l2_88{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:16px 0}._badge_sj2l2_97{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;font-family:var(--font-display);font-weight:800;font-size:1.25rem;letter-spacing:.02em;box-shadow:0 0 28px hsl(var(--pink) / .45)}._successTitle_sj2l2_113{font-family:var(--font-display);font-size:1.5rem;font-weight:700}._successBody_sj2l2_119{color:hsl(var(--muted-foreground));line-height:1.55;max-width:36ch}._successBody_sj2l2_119 strong{color:hsl(var(--foreground))}@media(max-width:860px){._layout_sj2l2_2{grid-template-columns:1fr;gap:32px}._copy_sj2l2_10,._cardWrap_sj2l2_17{grid-column:auto}}._card_1dxrc_2{--control-h: 48px;position:relative;overflow:hidden;border-radius:24px;border:1px solid hsl(var(--border) / .5);background:hsl(var(--surface) / .55);padding:clamp(28px,4vw,56px)}._layout_1dxrc_12{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}._glows_1dxrc_22{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}._eyebrowPill_1dxrc_31{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-full);border:1px solid hsl(var(--coral) / .3);background:hsl(var(--coral) / .15);font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase;color:hsl(var(--coral))}._orbCoral_1dxrc_48,._orbPink_1dxrc_49{position:absolute;width:400px;height:400px;border-radius:var(--radius-full);filter:blur(100px)}._orbCoral_1dxrc_48{top:11%;left:60%;background:hsl(var(--coral) / .1)}._orbPink_1dxrc_49{top:42%;left:12%;background:hsl(var(--pink) / .1)}._copy_1dxrc_69{display:flex;flex-direction:column;gap:16px}._formCol_1dxrc_75{display:flex;flex-direction:column}._title_1dxrc_80{font-size:var(--fs-h2);font-weight:400;letter-spacing:-.02em;line-height:1}._body_1dxrc_87{font-size:var(--fs-body);color:hsl(var(--muted-foreground));line-height:1.6;max-width:52ch}._rule_1dxrc_94{font-size:var(--fs-lg);font-weight:500;color:hsl(var(--foreground));line-height:1.625}._form_1dxrc_75{display:flex;flex-direction:column;gap:18px}._row_1dxrc_107{display:grid;grid-template-columns:1fr 1fr;gap:16px}._submit_1dxrc_113{width:100%;height:56px;margin-top:4px;padding-inline:0;color:hsl(var(--foreground));background:hsl(var(--coral));box-shadow:0 0 60px -12px #1ab3ff59}._submit_1dxrc_113:hover{transform:scale(1.01);filter:brightness(1.1)}._form_1dxrc_75 .control:focus{border-color:hsl(var(--coral));box-shadow:0 0 0 2px hsl(var(--coral) / .3)}._error_1dxrc_135{font-size:.875rem;color:hsl(var(--coral))}._success_1dxrc_140{display:flex;flex-direction:column;gap:12px;padding:24px 0;text-align:center}._successTitle_1dxrc_148{font-family:var(--font-display);font-size:1.5rem;font-weight:700}._successBody_1dxrc_154{color:hsl(var(--muted-foreground));line-height:1.55}._successBody_1dxrc_154 strong{color:hsl(var(--foreground))}@media(max-width:860px){._layout_1dxrc_12{grid-template-columns:1fr;gap:32px}._copy_1dxrc_69{position:static}._row_1dxrc_107{grid-template-columns:1fr}}._footer_reid0_2{padding-top:96px;padding-bottom:40px}@media(max-width:768px){._footer_reid0_2{padding-top:64px}}._inner_reid0_13{display:flex;flex-direction:column;gap:28px}._top_reid0_19{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}._logo_reid0_27{font-family:var(--font-display);font-weight:800;font-size:1.5rem;line-height:1.33;letter-spacing:-.025em;color:hsl(var(--foreground))}._dot_reid0_36{color:hsl(var(--pink))}._nav_reid0_40,._social_reid0_41{display:flex;align-items:center;gap:24px;flex-wrap:wrap}._link_reid0_48{font-size:.875rem;font-weight:400;color:hsl(var(--muted-foreground));transition:color .2s var(--ease-out)}._link_reid0_48:hover{color:hsl(var(--foreground))}._legal_reid0_59{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding-top:24px;border-top:1px solid hsl(var(--border) / .4)}._copyright_reid0_68{text-align:center;font-size:.75rem;line-height:1.33;color:hsl(var(--muted-foreground))}@media(max-width:768px){._top_reid0_19{flex-direction:column;align-items:flex-start;gap:20px}}._cta_1nuty_1{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:80px}._title_1nuty_9{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;letter-spacing:-.03em;line-height:1.02;margin-bottom:24px}._sub_1nuty_17{font-size:1.25rem;color:hsl(var(--muted-foreground));line-height:1.5;max-width:576px;margin-bottom:40px}@media(max-width:768px){._cta_1nuty_1{margin-bottom:64px}._sub_1nuty_17{font-size:var(--fs-lg)}}._page_1ibxr_8{position:relative;z-index:10;min-height:100vh;--sg-pink: #8b5cf6;--sg-pink-rgb: 139, 92, 246;--sg-orange: #1ab3ff;--sg-orange-rgb: 26, 179, 255}._noise_1ibxr_22{position:absolute;inset:0;pointer-events:none;opacity:.1;mix-blend-mode:overlay;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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}._header_1ibxr_32{position:relative;z-index:10;border-bottom:1px solid hsl(var(--border) / .4);background:hsl(var(--surface) / .65);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._headerInner_1ibxr_39{max-width:var(--container);margin-inline:auto;padding-inline:24px;height:64px;display:flex;align-items:center;justify-content:space-between}._headerLeft_1ibxr_48{display:flex;align-items:center;gap:12px}._brand_1ibxr_53{font-family:var(--font-display);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:hsl(var(--foreground));transition:color .2s var(--ease-out)}._brand_1ibxr_53:hover,._brand_1ibxr_53 span{color:var(--sg-pink)}._headerTag_1ibxr_67{font-size:.75rem;color:hsl(var(--muted-foreground))}._backLink_1ibxr_71{font-size:.875rem;font-weight:700;color:hsl(var(--muted-foreground));transition:color .2s var(--ease-out)}._backLink_1ibxr_71:hover{color:hsl(var(--foreground))}@media(max-width:640px){._headerTag_1ibxr_67{display:none}}._main_1ibxr_88{position:relative;z-index:10;padding-top:64px}._container_1ibxr_93{max-width:var(--container);margin-inline:auto;padding-inline:24px;width:100%}._section_1ibxr_99{padding-block:64px;border-top:1px solid hsl(var(--border) / .3)}._sectionFirst_1ibxr_103{padding-block:80px;border-top:none}._sectionWide_1ibxr_107{padding-block:80px;border-top:1px solid hsl(var(--border) / .3)}@media(min-width:768px){._section_1ibxr_99{padding-block:80px}._sectionFirst_1ibxr_103,._sectionWide_1ibxr_107{padding-block:112px}}._eyebrow_1ibxr_122{font-family:var(--font-body);font-size:.875rem;font-weight:700;letter-spacing:.1em;line-height:1.43;text-transform:uppercase;color:var(--sg-pink);margin-bottom:12px}._h2_1ibxr_132{font-family:var(--font-display);font-weight:400;font-size:clamp(1.875rem,4vw,3rem);letter-spacing:-.02em;line-height:1.05;color:hsl(var(--foreground));margin-bottom:40px}@media(min-width:768px){._h2_1ibxr_132{margin-bottom:56px}}._card_1ibxr_148{border-radius:20px;background:hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5)}._cardPad_1ibxr_153{padding:24px}._cardTitle_1ibxr_156{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.025em;color:hsl(var(--foreground));margin-bottom:12px}._cardBody_1ibxr_163{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.625}._badge_1ibxr_170{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--radius-full);background:hsl(var(--surface) / .65);border:1px solid hsl(var(--border) / .4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.75rem;font-weight:700;letter-spacing:.025em;color:var(--sg-pink);margin-bottom:24px}._pingWrap_1ibxr_185{position:relative;display:flex;height:8px;width:8px}._pingRing_1ibxr_191{position:absolute;display:inline-flex;height:100%;width:100%;border-radius:var(--radius-full);background:var(--sg-pink);opacity:.75;animation:_ping_1ibxr_185 1.5s cubic-bezier(0,0,.2,1) infinite}._pingDot_1ibxr_201{position:relative;display:inline-flex;border-radius:var(--radius-full);height:8px;width:8px;background:var(--sg-pink)}._heroTitle_1ibxr_209{font-family:var(--font-display);font-weight:400;font-size:clamp(3rem,8vw,6rem);letter-spacing:-.03em;line-height:.95;color:hsl(var(--foreground));margin-bottom:24px}._heroLede_1ibxr_218{color:hsl(var(--muted-foreground));font-size:clamp(1.125rem,2vw,1.25rem);max-width:42rem;line-height:1.625}._grid3_1ibxr_226{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._grid3_1ibxr_226{grid-template-columns:1fr}}._colorGrid_1ibxr_238{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){._colorGrid_1ibxr_238{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){._colorGrid_1ibxr_238{grid-template-columns:repeat(2,1fr)}}._colorCard_1ibxr_253{border-radius:20px;overflow:hidden;background:hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5)}._swatch_1ibxr_259{position:relative;aspect-ratio:4 / 3}._colorMeta_1ibxr_263{padding:16px}._colorName_1ibxr_266{font-family:var(--font-display);font-size:1rem;letter-spacing:-.025em;color:hsl(var(--foreground));margin-bottom:4px}._colorSub_1ibxr_273{font-size:.75rem;font-weight:700;color:var(--sg-pink);margin-bottom:12px}._copyRows_1ibxr_279{display:flex;flex-direction:column;gap:6px;font-size:11px}._copyRow_1ibxr_279{display:flex;align-items:center;justify-content:space-between;gap:8px}._copyLabel_1ibxr_291{color:hsl(var(--muted-foreground));font-family:ui-monospace,SFMono-Regular,Menlo,monospace}._copyBtn_1ibxr_295{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;background:hsl(var(--background) / .6);border:1px solid hsl(var(--border) / .4);font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:hsl(var(--muted-foreground));transition:color .2s var(--ease-out),border-color .2s var(--ease-out)}._copyBtn_1ibxr_295:hover{color:hsl(var(--foreground));border-color:rgba(var(--sg-pink-rgb),.4)}._copyBtn_1ibxr_295 svg{width:12px;height:12px}._gradSwatch_1ibxr_320{position:relative;height:160px}._gradMeta_1ibxr_324{padding:20px}._gradName_1ibxr_327{font-family:var(--font-display);font-size:1.125rem;letter-spacing:-.025em;color:hsl(var(--foreground));margin-bottom:4px}._gradDesc_1ibxr_334{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:12px}._codeBlock_1ibxr_339{display:block;font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--sg-orange);background:hsl(var(--background) / .6);padding:8px;border-radius:6px;border:1px solid hsl(var(--border) / .4);word-break:break-all}._typeStack_1ibxr_352{display:flex;flex-direction:column;gap:24px}._typeRow_1ibxr_357{padding:32px;border-radius:20px;background:hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5);display:grid;grid-template-columns:200px 1fr;gap:32px;align-items:baseline}@media(max-width:768px){._typeRow_1ibxr_357{grid-template-columns:1fr;gap:16px;padding:24px}}._typeFamily_1ibxr_374{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--sg-pink);margin-bottom:4px}._typeWeight_1ibxr_381{font-size:.75rem;color:hsl(var(--muted-foreground));font-family:ui-monospace,SFMono-Regular,Menlo,monospace}._typeSample_1ibxr_386{font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:-.025em;line-height:1.25;color:hsl(var(--foreground));margin-bottom:8px}._typeSampleDisplay_1ibxr_393{font-family:var(--font-display);font-weight:400}._typeSampleDisplayBold_1ibxr_397{font-family:var(--font-display);font-weight:700}._typeSampleBody_1ibxr_401{font-family:var(--font-body);font-weight:400}._typeSampleBodyMedium_1ibxr_405{font-family:var(--font-body);font-weight:500}._typeSampleBodyBold_1ibxr_409{font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.1em}._typeUsage_1ibxr_415{font-size:.75rem;color:hsl(var(--muted-foreground))}._typeScale_1ibxr_419{margin-top:32px;padding:24px;border-radius:20px;background:hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5)}._typeScaleTitle_1ibxr_426{font-family:var(--font-display);font-size:1.125rem;color:hsl(var(--foreground));margin-bottom:12px}._typeScaleStack_1ibxr_432{display:flex;flex-direction:column;gap:12px;font-family:var(--font-display);letter-spacing:-.03em}._typeScaleStack_1ibxr_432 p{line-height:1;color:hsl(var(--foreground))}._ts7_1ibxr_443{font-size:4.5rem}._ts5_1ibxr_446{font-size:3rem}._ts3_1ibxr_449{font-size:1.875rem}._ts1_1ibxr_452{font-size:1.25rem}._tsBase_1ibxr_455{font-size:1rem;font-family:var(--font-body);color:hsl(var(--muted-foreground))!important}._tsSm_1ibxr_460{font-size:.875rem;font-family:var(--font-body);color:hsl(var(--muted-foreground))!important}._grid2_1ibxr_467{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){._grid2_1ibxr_467{grid-template-columns:1fr}}._radiusList_1ibxr_477{display:flex;flex-direction:column;gap:12px}._radiusRow_1ibxr_482{display:flex;align-items:center;gap:16px;padding:12px;border-radius:12px;background:hsl(var(--background) / .4);border:1px solid hsl(var(--border) / .3)}._radiusChip_1ibxr_491{width:56px;height:56px;flex-shrink:0;background:linear-gradient(135deg,#8b5cf6,#1ab3ff)}._radiusName_1ibxr_497{font-family:var(--font-display);font-size:.875rem;color:hsl(var(--foreground))}._radiusMeta_1ibxr_502{font-size:.75rem;color:hsl(var(--muted-foreground));font-family:ui-monospace,SFMono-Regular,Menlo,monospace}._btnList_1ibxr_507{display:flex;flex-direction:column;gap:12px}._demoBtn_1ibxr_512{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding-inline:28px;border-radius:var(--radius-full);font-family:var(--font-body);font-weight:700;font-size:1rem;transition:transform .2s var(--ease-out),background .2s var(--ease-out),border-color .2s var(--ease-out)}._demoBtn_1ibxr_512:hover{transform:scale(1.02)}._btnPrimary_1ibxr_531{background:hsl(var(--primary));color:#fff;box-shadow:0 0 60px -12px rgba(var(--sg-pink-rgb),.4)}._btnSecondary_1ibxr_537{background:var(--sg-orange);color:#120821;box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(var(--sg-orange-rgb),.2),0 4px 6px -4px rgba(var(--sg-orange-rgb),.2)}._btnTertiary_1ibxr_546{background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border) / .8)}._btnTertiary_1ibxr_546:hover{background:rgba(var(--sg-pink-rgb),.1);border-color:rgba(var(--sg-pink-rgb),.4);transform:none}._btnNote_1ibxr_556{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:16px;line-height:1.625}._btnNote_1ibxr_556 code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--sg-orange)}._effectCard_1ibxr_568{padding:24px;border-radius:20px;background:hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5)}._effectOrb_1ibxr_574{width:80px;height:80px;border-radius:var(--radius-full);margin:0 auto 16px}._orbViolet_1ibxr_580{background:#9947eb;box-shadow:0 0 60px -12px #9947eb99}._orbBlue_1ibxr_584{background:#1fb1f9;box-shadow:0 0 60px -12px #1fb1f98c}._glassDemo_1ibxr_588{width:100%;height:80px;border-radius:20px;background:#ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);margin:0 auto 16px}._effectName_1ibxr_597{font-family:var(--font-display);font-size:1rem;color:hsl(var(--foreground));text-align:center;margin-bottom:4px}._effectCode_1ibxr_604{display:block;font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--sg-orange);text-align:center}._doDontGrid_1ibxr_613{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}@media(max-width:768px){._doDontGrid_1ibxr_613{grid-template-columns:1fr}}._doCard_1ibxr_624{padding:32px;border-radius:20px;background:hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5)}._dontCard_1ibxr_630{padding:32px;border-radius:20px;background:hsl(var(--surface) / .55);border:1px solid rgba(var(--sg-orange-rgb),.3)}._doTitle_1ibxr_636{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.025em;color:hsl(var(--foreground));margin-bottom:16px}._dontTitle_1ibxr_643{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.025em;color:var(--sg-orange);margin-bottom:16px}._ruleList_1ibxr_650{display:flex;flex-direction:column;gap:12px;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.625;list-style:none}._ruleList_1ibxr_650 li{display:flex;gap:12px}._doMark_1ibxr_663{color:var(--sg-pink);font-weight:700}._dontMark_1ibxr_667{color:var(--sg-orange);font-weight:700}._treatments_1ibxr_671{padding:40px;border-radius:20px;background:linear-gradient(135deg,rgba(var(--sg-pink-rgb),.05),transparent 50%,rgba(var(--sg-orange-rgb),.05)),hsl(var(--surface) / .55);border:1px solid hsl(var(--border) / .5)}@media(min-width:768px){._treatments_1ibxr_671{padding:64px}}._treatmentsTitle_1ibxr_684{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center;margin-bottom:32px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}._treatmentGrid_1ibxr_693{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:center}@media(max-width:768px){._treatmentGrid_1ibxr_693{grid-template-columns:1fr}}._treatment_1ibxr_671{text-align:center}._treatmentCaption_1ibxr_707{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:12px}._logoWord_1ibxr_712{font-family:var(--font-display);font-size:3.75rem;font-weight:800;letter-spacing:-.03em;line-height:1;color:hsl(var(--foreground))}._logoWordGradient_1ibxr_720{background:linear-gradient(135deg,#8b5cf6,#1ab3ff 50%,#4b8bf5);-webkit-background-clip:text;background-clip:text;color:transparent}._logoWordDot_1ibxr_726{display:flex;align-items:center;justify-content:center;gap:8px}._pingWrapLg_1ibxr_732{position:relative;display:flex;height:16px;width:16px}._pingRingLg_1ibxr_738{position:absolute;display:inline-flex;height:100%;width:100%;border-radius:var(--radius-full);background:var(--sg-pink);opacity:.75;animation:_ping_1ibxr_185 1.5s cubic-bezier(0,0,.2,1) infinite}._pingDotLg_1ibxr_748{position:relative;display:inline-flex;border-radius:var(--radius-full);height:16px;width:16px;background:var(--sg-pink)}._haloWrap_1ibxr_756{display:flex;align-items:center;justify-content:center;gap:12px}._halo_1ibxr_756{position:relative}._haloGlow_1ibxr_765{position:absolute;inset:0;border-radius:var(--radius-full);background:var(--sg-pink);filter:blur(40px);opacity:.6}._haloMark_1ibxr_773{position:relative;width:48px;height:48px;border-radius:var(--radius-full);background:linear-gradient(135deg,#8b5cf6,#1ab3ff)}._iconGrid_1ibxr_782{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:768px){._iconGrid_1ibxr_782{grid-template-columns:repeat(2,1fr)}}._iconCol_1ibxr_792{text-align:center}._appIcon_1ibxr_795{position:relative;aspect-ratio:1 / 1;border-radius:28%;margin:0 auto 12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);max-width:160px}._appIconInner_1ibxr_804{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}._appIconGlyph_1ibxr_811{font-family:var(--font-display);font-size:2.25rem;font-weight:800;color:#fff;letter-spacing:-.03em}._iconCaption_1ibxr_818{font-size:.75rem;color:hsl(var(--muted-foreground))}._closing_1ibxr_824{max-width:48rem;margin-inline:auto;padding-inline:24px;text-align:center}._closingTitle_1ibxr_830{font-family:var(--font-display);font-weight:400;font-size:clamp(2.25rem,5vw,3.75rem);letter-spacing:-.03em;line-height:1.02;color:hsl(var(--foreground));margin-bottom:24px}._closingLede_1ibxr_839{color:hsl(var(--muted-foreground));font-size:1.125rem;margin-bottom:40px}._closingBtn_1ibxr_844{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding-inline:32px;border-radius:var(--radius-full);background:#8b5cf6;color:#fff;font-family:var(--font-body);font-weight:700;font-size:1rem;box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(var(--sg-pink-rgb),.3),0 4px 6px -4px rgba(var(--sg-pink-rgb),.3);transition:transform .2s var(--ease-out)}._closingBtn_1ibxr_844:hover{transform:scale(1.03)}._footer_1ibxr_869{padding-block:32px;border-top:1px solid hsl(var(--border) / .3);text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground));position:relative;z-index:10}._bgVioletPink_1ibxr_880{background:linear-gradient(135deg,#9947eb,#f655a6)}._bgVioletBlue_1ibxr_883{background:linear-gradient(135deg,#9947eb,#1fb1f9)}._bgMidnight_1ibxr_886{background:linear-gradient(135deg,#8b5cf6,#1ab3ff 50%,#4b8bf5)}._bgNightFade_1ibxr_889{background:linear-gradient(to top,#0d0911,rgba(13,9,17,.4) 60%,transparent)}._hero_1h4b8_1{padding-top:calc(var(--nav-height) + 72px);padding-bottom:56px;text-align:center;position:relative;overflow:hidden}._glow_1h4b8_9{position:absolute;top:-40%;left:50%;transform:translate(-50%);width:700px;height:600px;background:radial-gradient(circle,hsl(var(--pink) / .16),transparent 65%);filter:blur(40px);pointer-events:none}._heroContent_1h4b8_21{position:relative;z-index:1}._narrow_1h4b8_26{max-width:760px;margin-inline:auto}._label_1h4b8_31{display:inline-block;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;color:hsl(var(--pink-soft))}._title_1h4b8_41{font-size:var(--fs-h1);letter-spacing:-.03em;line-height:1.04;margin-bottom:16px}._subtitle_1h4b8_48{font-size:var(--fs-lg);color:hsl(var(--muted-foreground));line-height:1.55;max-width:540px;margin:0 auto}._body_1h4b8_56{padding:0 var(--container-px) 120px}._document_1h4b8_63{background:#fbf9f7;color:#1c1a19;border-radius:var(--radius-card);padding:48px;box-shadow:0 24px 60px -24px #0009;overflow-wrap:break-word}._document_1h4b8_63 :where(p,li,span,td,th,div,h1,h2,h3,h4,h5,h6){color:inherit}._document_1h4b8_63 a{color:#d5155c;text-decoration:underline}@media(max-width:768px){._hero_1h4b8_1{padding-top:calc(var(--nav-height) + 40px);padding-bottom:40px}._body_1h4b8_56{padding:0 16px 80px}._document_1h4b8_63{padding:28px 20px}}
