@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap";:root{font-family:DM Sans,sans-serif;color:#0b1429;background:#fdfdfc;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #0b1429;--muted: #647694;--line: #dce3ed;--paper: #fdfdfc;--soft: #f5f7fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:20;padding:.7rem 1rem;color:#fff;background:var(--ink);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{height:100px;padding:0 8vw;border-top:1px solid #ccd3de;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.wordmark{border:0;padding:0;color:var(--ink);background:transparent;font-family:Playfair Display,serif;font-size:1.55rem;cursor:pointer}.header-login{color:var(--muted);font-size:.9rem;text-decoration:none}.header-login:hover{color:var(--ink)}.landing{width:min(1060px,calc(100% - 3rem));margin:0 auto;flex:1}.hero{padding:clamp(6rem,12vh,10rem) 0 clamp(5rem,10vh,8rem);max-width:830px}.eyebrow{margin:0 0 1.4rem;color:#6c7f9c;font-size:.9rem;font-weight:600;letter-spacing:.18em}h1,h2{font-family:Playfair Display,serif;font-weight:500}.hero h1{max-width:820px;margin:0;font-size:clamp(3.25rem,6.2vw,5.35rem);line-height:1.04;letter-spacing:-.045em}.hero-copy{max-width:790px;margin:2.4rem 0 0;color:var(--muted);font-size:clamp(1.12rem,2vw,1.35rem);line-height:1.55}.hero-actions{display:flex;gap:1rem;margin-top:3rem;flex-wrap:wrap}.button{min-height:58px;padding:0 1.9rem;border:1px solid var(--ink);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,input:focus-visible,textarea:focus-visible,.back-button:focus-visible,.wordmark:focus-visible,a:focus-visible{outline:3px solid #95acd0;outline-offset:3px}.button-primary{color:#fff;background:var(--ink)}.button-primary:hover{background:#17233a}.button-secondary{color:var(--ink);background:transparent;border-color:var(--line)}.button-secondary:hover{background:var(--soft)}.button:disabled{opacity:.48;cursor:not-allowed;transform:none}.features{padding:4.5rem 0 6rem;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,6vw,5rem)}.feature-number{color:#9ca9bc;font-size:.72rem;letter-spacing:.12em}.feature h2{margin:.85rem 0 .8rem;font-size:1.25rem}.feature p{margin:0;color:var(--muted);line-height:1.5}.form-page{width:min(720px,calc(100% - 3rem));margin:0 auto;flex:1}.form-panel{padding:4rem 0 6rem}.back-button{border:0;padding:0;margin-bottom:3rem;color:var(--muted);background:transparent;cursor:pointer}.form-panel h1,.success-card h1{margin:0;font-size:clamp(2.5rem,6vw,3.7rem);line-height:1.08}.form-intro,.success-card>p:not(.eyebrow){margin:1.25rem 0 3rem;color:var(--muted);font-size:1.12rem;line-height:1.55}.access-form{display:grid;gap:1.4rem}.field{display:grid;gap:.6rem;color:var(--ink);font-weight:600}.field small{color:var(--muted);font-weight:400}.field input,.field textarea{width:100%;border:1px solid #ccd7e6;border-radius:9px;padding:.9rem 1rem;color:var(--ink);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.field input{min-height:54px}.field textarea{resize:vertical;line-height:1.5}.field input:focus,.field textarea:focus{border-color:#879dbd;box-shadow:0 0 0 4px #7c97be1f;outline:none}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.consent-box{padding:1rem;border:1px solid #ccd7e6;border-radius:9px;display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start;line-height:1.45;cursor:pointer}.consent-box input{width:21px;height:21px;margin:.1rem 0 0;accent-color:var(--ink)}.turnstile-widget{width:100%;min-height:65px}.form-error{margin:0;padding:.85rem 1rem;border-radius:8px;color:#8f2632;background:#fcecef}.submit-button{justify-self:start;min-width:210px}.success-card{padding:clamp(5rem,14vh,9rem) 0;text-align:center}.success-card .button{margin-top:.5rem}.success-mark{width:62px;height:62px;margin:0 auto 2rem;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--ink);font-size:1.6rem}.site-footer{min-height:90px;padding:2rem 8vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.85rem}@media(max-width:720px){.site-header{height:78px;padding:0 1.5rem}.header-login{display:none}.landing,.form-page{width:min(100% - 2rem,580px)}.hero{padding:5rem 0 4rem}.hero h1{font-size:clamp(2.8rem,14vw,4rem)}.hero-copy{margin-top:1.8rem;font-size:1.05rem}.hero-actions{display:grid;margin-top:2.2rem}.button{width:100%}.features{grid-template-columns:1fr;padding:3.5rem 0 4.5rem;gap:2.6rem}.form-panel{padding:2.5rem 0 4rem}.back-button{margin-bottom:2rem}.field-row{grid-template-columns:1fr}.submit-button{justify-self:stretch}.site-footer{padding:1.5rem;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
