.contact-page{--contact-text:#1e2022;--contact-copy:#36393f;--contact-muted:#727272;--contact-field:#f3f3f5;--contact-border:#e7e8ea;--contact-placeholder:#6b7280;--contact-button:#1d1d1d;--contact-on-button:#fff;box-sizing:border-box;width:calc(100% - 16px);min-height:923px;padding:186px 24px;border-radius:16px;color:var(--contact-text);margin:-65px auto 0;position:relative;background-image:radial-gradient(circle,var(--home-dot) 1.4px,transparent 1.5px),linear-gradient(180deg,var(--home-hero-blue) 0,transparent 87.03%);background-color:var(--home-paper);background-size:22px 22px,auto}.contact-page,.contact-page__heading{display:flex;flex-direction:column;align-items:center}.contact-page__heading{width:min(100%,1200px);gap:8px;text-align:center}.contact-page__heading>p{margin:0;color:var(--contact-muted);font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.06em;line-height:20px;text-transform:uppercase}.contact-page__heading h1{margin:0;font-family:Satoshi,Helvetica Neue,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-.029em;line-height:56px}.contact-page__heading h1 span{display:block}.contact-page__form{display:flex;width:min(100%,400px);flex-direction:column;gap:24px;margin-top:24px;font-family:Satoshi,Helvetica Neue,Arial,sans-serif}.contact-page__field{display:flex;flex-direction:column;gap:8px}.contact-page__field>span{font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px}.contact-page__field em{color:var(--contact-copy);font-style:normal}.contact-page__field input,.contact-page__field textarea{width:100%;border:1px solid var(--contact-border);border-radius:10px;background:var(--contact-field);box-shadow:none;color:var(--contact-text);font-size:18px;font-weight:500;letter-spacing:-.013em;line-height:24px}.contact-page__field input::-moz-placeholder,.contact-page__field textarea::-moz-placeholder{color:var(--contact-placeholder);opacity:1}.contact-page__field input::placeholder,.contact-page__field textarea::placeholder{color:var(--contact-placeholder);opacity:1}.contact-page__field input:focus-visible,.contact-page__field textarea:focus-visible{border-color:var(--ring);outline:2px solid color-mix(in srgb,var(--ring) 25%,transparent);outline-offset:1px}.contact-page__field input{height:48px;padding:12px 16px}.contact-page__field textarea{height:164px;resize:vertical;padding:12px 16px}.contact-page__actions{display:flex;flex-direction:column;gap:12px}.contact-page__actions>button{width:100%;height:48px;border-radius:10px;color:var(--contact-on-button);font-size:18px;font-weight:700;letter-spacing:-.013em;line-height:24px}.contact-page__terms{display:flex;align-items:center;gap:8px;color:var(--contact-copy);font-size:14px;font-weight:500;line-height:20px;font-family:Onest,Helvetica Neue,Arial,sans-serif}.contact-page__terms button{width:20px;height:20px;flex:0 0 20px;padding:0;border-radius:50%;border-color:var(--contact-muted);background:rgba(0,0,0,0);box-shadow:none}.contact-page__terms button[data-state=checked]{border-color:var(--contact-button);background:var(--contact-button)}.contact-page__terms label{cursor:pointer}.contact-page__terms a{color:inherit;text-decoration:none}.contact-page__email{margin:0;color:var(--contact-muted);font-family:Archivo,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;letter-spacing:-.01em;line-height:15px;text-align:center}.contact-page__email a{color:var(--contact-text);font-weight:700;text-decoration:none}@media(max-width:600px){.contact-page{min-height:0;margin-top:16px;padding:56px 20px 64px}.contact-page__heading h1{font-size:38px;line-height:44px}}