@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#131711;--paper:#f4f5ef;--lime:#d9ff43;--blue:#263df1;--line:#cdd1c7;--muted:#565e50}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.skip{position:fixed;left:15px;top:-100px;background:var(--lime);padding:12px;z-index:100}.skip:focus{top:12px}.header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:28px}.logo{font-family:'Manrope',Arial,sans-serif;font-size:34px;line-height:.9;font-weight:800;letter-spacing:-2px;position:relative;padding-right:36px}.logo span{display:block;font-size:10px;letter-spacing:4px;margin:10px 0 0 2px}.logo i{font-style:normal;color:var(--blue);position:absolute;right:0;top:0;font-size:42px}.header nav{display:flex;gap:30px;font-size:14px}.header nav a:hover{text-decoration:underline;text-underline-offset:6px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--lime);border:1px solid var(--ink);padding:17px 23px;font-weight:600;cursor:pointer}.button.small{font-size:14px;padding:12px 18px}.button:hover{background:var(--ink);color:var(--paper)}.hero{padding:44px 5% 0}.eyebrow{font-size:12px;letter-spacing:1.5px;font-weight:700}.hero h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(80px,10.7vw,164px);font-weight:600;letter-spacing:-.075em;line-height:1.02;margin:36px 0 32px}.hero h1 em{font-style:normal;color:var(--blue)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:50px}.hero-bottom p{font-size:20px;max-width:510px;line-height:1.5;margin:0}.text-link{display:inline-flex;align-items:center;gap:30px;border-bottom:1px solid;padding:12px 0;font-weight:600}.text-link span{font-size:26px}.hero-meta{display:flex;justify-content:space-between;font-size:12px;letter-spacing:1px;margin:48px 0 20px}.section{padding:100px 5%}h2{font-family:'Manrope',Arial,sans-serif;font-weight:500;font-size:clamp(40px,5.2vw,76px);line-height:1.13;letter-spacing:-.055em;margin:25px 0}p.intro{font-size:20px;max-width:620px;color:var(--muted)}@media(max-width:760px){.header{height:85px;padding:0 6%;gap:12px}.header nav{display:none}.logo{font-size:28px}.logo i{font-size:34px}.button.small{gap:16px;padding:10px 12px}.hero{padding:35px 6% 0}.hero h1{font-size:clamp(65px,14vw,105px);margin:38px 0 28px}.hero-bottom{display:block}.hero-bottom p{font-size:18px}.hero-bottom .text-link{margin-top:18px}.hero-meta{font-size:10px;gap:22px;margin-top:35px}.section{padding:65px 6%}.eyebrow{font-size:11px}.section h2{font-size:42px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

