@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root{--blue:#2c4dff;--ink:#14191f;--muted:#626975;--line:#e2e5eb;--paper:#fff;--soft:#f3f5f8;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #7891ff;outline-offset:4px}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.15;letter-spacing:-.04em;margin:0}p{margin:0 0 1rem}button{cursor:pointer}.shell{max-width:1240px;margin:0 auto;padding-left:36px;padding-right:36px}.header{height:98px;max-width:1312px;margin:auto;padding:0 36px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line)}.brand{font-family:Manrope,Arial,sans-serif;font-size:25px;font-weight:800;letter-spacing:-1.2px;display:inline-flex;align-items:center;white-space:nowrap}.brandmark{background:var(--blue);color:white;display:inline-grid;place-items:center;font-size:24px;width:37px;height:39px;border-radius:10px;margin-right:9px;letter-spacing:-2px}.brand-dot{color:var(--blue)}.header nav{display:flex;gap:30px;font-size:14px;font-weight:650}.header nav a:hover,.text-link:hover{color:var(--blue)}.header-search{font-size:14px;border:1px solid var(--line);border-radius:30px;padding:9px 18px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;padding-top:65px;padding-bottom:65px;align-items:center}.eyebrow{font-size:12px;font-weight:750;letter-spacing:1.7px;color:var(--blue);margin-bottom:22px}.hero h1{font-size:clamp(44px,5.4vw,70px);font-weight:800;line-height:1.06;letter-spacing:-3.4px}.hero h1 span{color:var(--blue)}.hero-copy{font-size:17px;color:var(--muted);max-width:440px;margin:25px 0 30px;line-height:1.75}.button{border:0;border-radius:8px;padding:13px 22px;background:var(--blue);color:white;font-size:14px;font-weight:650;display:inline-flex;align-items:center;gap:30px}.button:hover{background:#1838e8}.hero-editorial{background:#eaf0ff;border-radius:var(--radius);min-height:400px;padding:30px;overflow:hidden;position:relative}.editorial-number{font-size:12px;letter-spacing:1.4px;color:#5f6c93;margin-bottom:40px}.category-label{font-size:12px;letter-spacing:1px;color:var(--blue);font-weight:750}.hero-editorial h2{font-size:29px;margin:9px 0 16px}.hero-editorial p{font-size:15px;max-width:350px;color:#5d6780}.text-link{font-size:14px;font-weight:700}.giant-type{display:block;margin-top:30px;font-size:46px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-3px;line-height:1;color:#adc0ff}.category-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:23px;padding-bottom:23px}.category-strip>span{font-size:11px;font-weight:700;color:var(--muted);letter-spacing:1.2px}.category-strip>a{font-family:Manrope,sans-serif;font-size:18px;font-weight:750}.section{padding-top:64px;padding-bottom:64px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2{font-size:34px}.section-heading>p{font-size:14px;color:var(--muted);margin:0}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.preview-card{border:1px solid var(--line);padding:25px;border-radius:var(--radius)}.preview-card h3{font-size:25px;margin:20px 0 15px}.preview-card p{font-size:15px;color:var(--muted)}.method-label{font-size:12px;color:#697380}.footer{padding-top:35px;padding-bottom:35px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}.footer p{color:var(--muted);font-size:14px;margin:0}@media(max-width:850px){.header{height:auto;min-height:82px;flex-wrap:wrap;padding:20px 24px;gap:18px}.header nav{order:3;width:100%;justify-content:space-between;gap:12px;font-size:13px}.shell{padding-left:24px;padding-right:24px}.hero{gap:28px;padding-top:40px;padding-bottom:40px}.hero h1{letter-spacing:-2px}.hero-editorial{min-height:350px;padding:23px}.hero-editorial h2{font-size:24px}.preview-grid{gap:15px}.category-strip>a{font-size:15px}.section-heading h2{font-size:29px}}@media(max-width:600px){.hero{grid-template-columns:1fr}.hero h1{font-size:52px}.hero-copy{font-size:16px}.hero-editorial{min-height:280px}.giant-type{font-size:38px}.category-strip{flex-wrap:wrap;justify-content:flex-start;gap:20px}.category-strip>span{width:100%}.category-strip>a{font-size:15px}.preview-grid{grid-template-columns:1fr}.section{padding-top:42px;padding-bottom:42px}.section-heading{align-items:start;flex-direction:column;gap:15px}.footer{align-items:start;flex-direction:column}.header-search{padding:7px 12px;font-size:12px}.brand{font-size:23px}}

