@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--blue:#244bff;--ink:#17191c;--muted:#5e626b;--paper:#fff;--line:#dadde3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--blue);outline-offset:6px}::selection{background:var(--blue);color:white}.skip{position:absolute;top:-100px;left:20px;background:white;padding:12px;z-index:5}.skip:focus{top:10px}.header{max-width:1600px;margin:auto;padding:28px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{font:800 30px/1 'Manrope',sans-serif;letter-spacing:-1.8px}.logo span{font:500 13px 'DM Sans',sans-serif;vertical-align:top;margin-left:3px;letter-spacing:0}nav{display:flex;gap:40px;align-items:center;font-size:14px;font-weight:600}nav a{padding:6px 0}nav a:hover,.text-link:hover{color:var(--blue)}nav a:last-child{border:1px solid var(--ink);border-radius:30px;padding:10px 19px}nav span{margin-left:12px}.hero{max-width:1600px;margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:660px}.hero-copy{padding:70px 9% 55px 10%}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 25px}h1,h2,h3{font-family:'Manrope',sans-serif;line-height:1.05;margin:0;font-weight:750;letter-spacing:-2.5px}h1{font-size:clamp(50px,5.8vw,88px)}h1 span,.about h2 span,.guide h2 span{color:var(--blue)}.intro{max-width:450px;margin:28px 0 30px;color:var(--muted);line-height:1.75}.button{display:inline-flex;gap:38px;align-items:center;border-radius:6px;background:var(--ink);color:#fff;padding:15px 22px;font-weight:600;font-size:14px;transition:background .2s,transform .2s}.button:hover{background:var(--blue);transform:translateY(-2px)}.button span{font-size:22px}.hero-note{display:flex;align-items:center;gap:12px;margin-top:44px;font-size:12px;color:var(--muted)}.line{width:28px;height:1px;background:var(--muted)}.hero-photo{position:relative;margin:20px 20px 20px 0;background:var(--blue);overflow:hidden;min-height:540px;border-radius:7px}.hero-photo img{position:absolute;width:100%;height:100%;object-fit:cover}.hero-photo figcaption{position:absolute;top:24px;left:25px;right:25px;display:flex;justify-content:space-between;gap:20px;font-size:11px;letter-spacing:1.5px;font-weight:600;color:white}.photo-label{position:absolute;bottom:29px;left:29px;font:650 28px/1.15 'Manrope',sans-serif;letter-spacing:-.7px;color:white}.ribbon{background:var(--ink);color:#fff;padding:23px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:13px;font-weight:600;letter-spacing:2px}.ribbon span:nth-child(even){font-size:25px;color:#8098ff;line-height:1}.section{max-width:1440px;margin:auto;padding:95px 5.5%}.about{display:grid;grid-template-columns:1.15fr 1fr;gap:9%;align-items:center}.about h2,h2{font-size:clamp(35px,3.7vw,54px)}.about-text p{color:var(--muted);margin:0 0 20px}.about-text p:first-child{font-size:21px;line-height:1.55;color:var(--ink)}.text-link{font-size:14px;font-weight:700;display:inline-flex;gap:40px;margin-top:7px;border-bottom:1px solid var(--ink);padding-bottom:6px}.styles{padding-top:60px;background:#f5f6f8;max-width:none}.section-heading,.style-grid{max-width:1282px;margin:auto}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:42px}.section-heading p:last-child{color:var(--muted);margin:0;font-size:15px}.section-heading .eyebrow{margin-bottom:20px}.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.style-card{background:white;border:1px solid #e2e4e9;padding:32px;min-height:310px;display:flex;align-items:start;flex-direction:column;border-radius:5px}.style-card.blue{background:var(--blue);border-color:var(--blue);color:white}.number{font-size:13px;margin-bottom:40px}.style-title{display:flex;justify-content:space-between;width:100%;align-items:center}.style-title h3{font-size:32px;letter-spacing:-1px}.style-title>span{font-size:24px}.style-card p{color:var(--muted);font-size:15px;line-height:1.65;margin:20px 0 28px}.style-card.blue p{color:#eef0ff}.tag{font-size:11px;letter-spacing:1.5px;border-top:1px solid #d8dce6;padding-top:15px;width:100%;margin-top:auto}.blue .tag{border-color:#708cff}.guide{display:grid;grid-template-columns:1fr 1.2fr;gap:12%;padding-top:100px;padding-bottom:110px}.guide-intro>p:last-child{color:var(--muted);max-width:300px;margin-top:25px}.tips article{display:flex;gap:25px;padding:26px 0;border-bottom:1px solid var(--line)}.tips article:first-child{padding-top:0}.tips article>span{font-size:13px;color:var(--blue);font-weight:600;padding-top:4px}.tips h3{font-size:23px;letter-spacing:-.6px;line-height:1.3}.tips p{margin:13px 0 0;color:var(--muted);font-size:15px}.closing{background:var(--blue);color:#fff;text-align:center;padding:75px 25px 85px}.closing h2{font-size:clamp(40px,5.4vw,76px);line-height:1.1;letter-spacing:-3px}.closing h2 span{color:#bdcaff}.closing .eyebrow{margin-bottom:22px}.light{background:white;color:var(--ink);margin-top:35px}.light:hover{background:#e3e9ff}footer{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:35px 5.5%}footer p,footer>span{color:var(--muted);font-size:12px}footer .logo{font-size:24px}@media(min-width:1600px){.hero-photo{margin-right:0}}@media(max-width:900px){.hero{min-height:570px}.hero-copy{padding:50px 8% 40px 10%}.hero-photo{min-height:500px}.hero-photo figcaption span:last-child{display:none}.style-card{padding:25px}.section{padding:70px 5%}.about,.guide{gap:6%}.ribbon{font-size:10px;letter-spacing:1.3px}nav{gap:22px}}@media(max-width:640px){.header{padding:23px 6%;flex-wrap:wrap;gap:24px}.logo{font-size:28px}nav{width:100%;justify-content:space-between;gap:12px;font-size:13px}nav a:last-child{padding:7px 13px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 6% 34px}h1{font-size:60px;letter-spacing:-3px}.eyebrow{margin-bottom:22px;font-size:11px}.intro{font-size:16px;margin-top:23px}.hero-note{margin-top:27px}.hero-photo{margin:0 14px 18px;min-height:380px}.hero-photo img{object-fit:cover}.hero-photo figcaption{font-size:10px;left:20px;top:19px}.photo-label{font-size:24px;left:20px;bottom:22px}.ribbon{padding:20px;justify-content:center;flex-wrap:wrap;gap:12px 18px}.ribbon span:last-child,.ribbon span:nth-last-child(2){display:none}.section{padding:56px 6%}.about,.guide{grid-template-columns:1fr;gap:32px}h2,.about h2{font-size:38px;letter-spacing:-1.8px}.about-text p:first-child{font-size:19px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px!important}.style-grid{grid-template-columns:1fr;gap:14px}.style-card{min-height:270px;padding:27px}.number{margin-bottom:28px}.style-card p{font-size:16px}.guide-intro h2 br:nth-child(2){display:none}.guide-intro>p:last-child{max-width:100%}.tips p{font-size:16px}.closing{padding:58px 6%}.closing h2{font-size:43px;letter-spacing:-2px}footer{flex-wrap:wrap;padding:32px 6%;gap:12px}footer p{width:100%;order:2;margin:0}footer>span{margin-left:auto;font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
