.page_container__Om5kI{min-height:100vh;display:flex;flex-direction:column}.page_topHeader__AgWWo{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:hsla(var(--card),.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border));position:sticky;top:0;z-index:50}.page_logo__AOQkm{font-size:1.5rem;font-weight:800;letter-spacing:-.05em;text-decoration:none;color:inherit}.page_hero___qnF4{position:relative;padding:6rem 2rem 4rem;text-align:center;background:radial-gradient(circle at top,hsla(var(--primary),.15) 0,transparent 70%)}.page_title__vOYiR{font-size:3rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 0,hsl(var(--muted-foreground)) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;max-width:800px;margin-left:auto;margin-right:auto}.page_subtitle__JBELY{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto 3rem;line-height:1.6}.page_content__p11cS{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem 6rem}@media (min-width:900px){.page_content__p11cS{grid-template-columns:1fr 400px}}.page_features__rmXDT{display:flex;flex-direction:column;gap:2rem}.page_featureCard__sm8dI{background:hsla(var(--card),.5);border:1px solid hsl(var(--border));padding:2rem;border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page_featureIcon__Xvisk{font-size:2rem;margin-bottom:1rem}.page_featureTitle__r2VdG{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:hsl(var(--foreground))}.page_featureText__Wn95Z{color:hsl(var(--muted-foreground));line-height:1.5}.page_formContainer__EjkxQ{background:hsla(var(--card),.8);border:1px solid hsla(var(--primary),.3);padding:2.5rem;border-radius:calc(var(--radius) * 1.5);box-shadow:0 20px 40px -15px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:6rem;height:max-content}.page_formTitle__bOAbs{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.page_formSubtitle__R5OyJ{color:hsl(var(--muted-foreground));text-align:center;margin-bottom:2rem;font-size:.875rem}.page_inputGroup__HOPMD{margin-bottom:1.25rem}.page_label__43WKz{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--muted-foreground))}.page_input__zJZ_w{width:100%;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsla(var(--background),.5);color:hsl(var(--foreground));font-size:1rem;outline:none;transition:border-color .2s ease}.page_input__zJZ_w:focus{border-color:hsl(var(--primary))}.page_submitBtn__bViz0{width:100%;padding:1rem;font-size:1rem;margin-top:1rem;border-radius:var(--radius)}.page_successMessage__EDewC{text-align:center;padding:2rem;color:hsl(var(--primary))}