@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:light;font-family:Manrope,Arial,sans-serif;color:#102d42;background:#f4f7fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100svh;display:flex;flex-direction:column}header,footer{width:min(1280px,100%);margin:auto;padding:32px 6vw;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit}.mark{font-size:30px;font-weight:800;letter-spacing:-2px;background:#123a51;color:white;padding:10px 15px;border-radius:3px}.brand-name{font-size:14px;letter-spacing:.13em;font-weight:800}.brand-name small{display:block;font-size:11px;letter-spacing:.2em;margin-top:4px;font-weight:500}.domain{font-size:13px;color:#526778}.hero{width:min(1280px,100%);margin:auto;padding:80px 6vw 110px;display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:70px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;display:flex;align-items:center;gap:12px}.eyebrow:before{content:'';width:28px;height:2px;background:#008980}h1{font-size:clamp(48px,6vw,82px);letter-spacing:-.055em;line-height:1.07;font-weight:600;margin:28px 0}h1 em{font-style:normal;color:#087f79}p{font-size:17px;line-height:1.8;color:#526778;max-width:470px}.rule{width:48px;height:3px;background:#008980;margin-top:38px}.visual{aspect-ratio:1;position:relative;display:grid;place-items:center;background:#103b53;border-radius:50%;overflow:hidden}.visual:before,.visual:after{content:'';position:absolute;width:72%;height:72%;border:1px solid #6ea8b74d;transform:rotate(35deg)}.visual:after{transform:rotate(65deg);width:90%;height:90%}.visual span{font-size:clamp(70px,10vw,135px);color:#fff;font-weight:800;letter-spacing:-.09em;padding-right:12px;z-index:1}.visual b{position:absolute;bottom:19%;color:#8ed6cb;font-size:11px;letter-spacing:.25em;font-weight:500}footer{border-top:1px solid #d8e2e8;font-size:12px;color:#617686;margin-top:auto}.preview{padding:12px 6vw;background:#e0f2ef;color:#12564f;font-size:13px;text-align:center}.preview a{color:inherit}.preview-content{width:min(1280px,100%);margin:auto;padding:0 6vw 80px}.preview-content h2{font-size:28px}.preview-content p{max-width:680px}a:focus-visible{outline:3px solid #008980;outline-offset:5px}@media(max-width:700px){header{padding:24px 6vw}.domain{display:none}.hero{padding:50px 6vw 60px;grid-template-columns:1fr;gap:40px}.visual{width:220px;justify-self:center}.visual span{font-size:82px}.visual b{font-size:9px}h1{font-size:clamp(34px,8.2vw,52px)}footer{align-items:flex-start;flex-direction:column;gap:8px;padding:24px 6vw}}
