:root{--background:#fafafb;--foreground:#09090b;--accent:#e2e8f0;--accent-text:#2563eb;--border:#e4e4e7;--muted:#f4f4f5;--muted-text:#71717a;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius:.75rem}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}button{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.form-group{margin-bottom:1.5rem}.label{letter-spacing:-.01em;color:var(--foreground);margin-bottom:.5rem;font-size:.88rem;font-weight:700;display:block}.input,.textarea,.select{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:3rem;color:var(--foreground);box-shadow:var(--shadow-sm);background-color:#fff;outline:none;padding:.82rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.input,.select{padding-right:2.9rem}.input:focus,.textarea:focus,.select:focus{border-color:var(--accent-text);background-color:#fff;box-shadow:0 0 0 4px #2563eb1a}.select{appearance:none;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201.5L7%207.5L13%201.5%22%20stroke%3D%22%2371717A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);background-position:right 1rem center;background-repeat:no-repeat;background-size:14px 9px}.input::placeholder,.textarea::placeholder{color:#a1a1aa}.textarea{resize:vertical;min-height:120px}.input:invalid,.textarea:invalid,.select:invalid{border-color:#f1b4b4}@media (max-width:640px){.container{padding:0 1rem}.input,.textarea,.select{min-height:2.85rem;font-size:.96rem}}
.Navbar-module__cJzEcG__header{-webkit-backdrop-filter:blur(12px);z-index:100;background:#ffffffd9;border-bottom:1px solid #e4e4e780;padding:1rem 0;transition:background-color .3s;position:sticky;top:0;box-shadow:0 4px 20px -10px #0000000d}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.Navbar-module__cJzEcG__logo{letter-spacing:-.03em;background:linear-gradient(135deg,var(--foreground)0%,#4b5563 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__menuButton{z-index:102;width:3rem;height:3rem;box-shadow:var(--shadow-sm);cursor:pointer;background:#ffffffeb;border:1px solid #e4e4e7e6;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.26rem;display:none;position:relative}.Navbar-module__cJzEcG__menuButtonLine{background:var(--foreground);border-radius:999px;width:1rem;height:2px;transition:transform .2s,opacity .2s}.Navbar-module__cJzEcG__link{color:var(--muted-text);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__link:hover{color:var(--foreground)}.Navbar-module__cJzEcG__ctaButton{background-color:var(--foreground);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid #0000;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Navbar-module__cJzEcG__ctaButton:active{transform:scale(.97)}.Navbar-module__cJzEcG__backdrop{display:none}@media (max-width:840px){.Navbar-module__cJzEcG__header{padding:.85rem 0}.Navbar-module__cJzEcG__menuButton{display:inline-flex}.Navbar-module__cJzEcG__navLinks{opacity:0;pointer-events:none;z-index:101;background:#fffffffa;border:1px solid #e4e4e7e6;border-radius:1.25rem;flex-direction:column;align-items:stretch;gap:.35rem;padding:1rem;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:calc(100% + .75rem);left:1.5rem;right:1.5rem;transform:translateY(-.5rem);box-shadow:0 24px 60px #0f172a24}.Navbar-module__cJzEcG__navLinksOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__cJzEcG__link,.Navbar-module__cJzEcG__ctaButton{text-align:center;border-radius:1rem;justify-content:center;align-items:center;min-height:3rem;padding:.85rem 1rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--foreground);background:#f5f5f7}.Navbar-module__cJzEcG__ctaButton{width:100%;box-shadow:none}.Navbar-module__cJzEcG__backdrop{z-index:100;cursor:default;background:#09090b38;border:0;display:block;position:fixed;inset:0}}@media (min-width:841px){.Navbar-module__cJzEcG__navLinks{opacity:1!important;pointer-events:auto!important;transform:none!important}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background:linear-gradient(#f8f9fb 0%,#f3f4f6 100%);margin-top:5rem;padding:4rem 0 2rem}.Footer-module__S6Hkya__content{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem;display:grid}@media (min-width:768px){.Footer-module__S6Hkya__content{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.Footer-module__S6Hkya__brandColumn{background:#ffffffbf;border:1px solid #e4e4e7cc;border-radius:1.5rem;flex-direction:column;padding:1.5rem;display:flex}.Footer-module__S6Hkya__title{color:var(--foreground);margin-bottom:1.1rem;font-size:1.05rem;font-weight:800}.Footer-module__S6Hkya__linkList{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__linkList li{margin-bottom:.7rem}.Footer-module__S6Hkya__link{color:var(--muted-text);font-size:.95rem;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--foreground)}.Footer-module__S6Hkya__text{color:var(--muted-text);margin-bottom:.9rem;font-size:.95rem;line-height:1.7}.Footer-module__S6Hkya__text strong{color:var(--foreground)}.Footer-module__S6Hkya__disclaimer{text-align:center;border-top:1px solid #e4e4e7cc;padding-top:2rem}.Footer-module__S6Hkya__disclaimerText{color:var(--muted-text);max-width:800px;margin:0 auto .9rem;font-size:.88rem;line-height:1.7}.Footer-module__S6Hkya__copyright{color:var(--muted-text);opacity:.8;font-size:.85rem}
