:root{--ink:#152b34;--muted:#536d77;--cyan:#007d99;--line:#dce8ed;--paper:#f7fafb;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:white}*{box-sizing:border-box}body{margin:0}a{color:var(--cyan);text-underline-offset:4px}a:focus-visible,summary:focus-visible{outline:3px solid #00aace;outline-offset:6px}header{border-bottom:1px solid var(--line);background:#fffffff2}nav{max-width:1200px;margin:auto;display:flex;align-items:center;gap:30px;padding:19px 32px;font-size:14px}nav .brand{margin-right:auto;display:flex;align-items:center;gap:11px;font-size:23px;font-weight:700;color:var(--ink);text-decoration:none}nav .brand img{border-radius:9px}nav>a:not(.brand){text-decoration:none;color:var(--muted)}main{max-width:1200px;margin:auto;padding:0 32px}h1,h2,h3,p{margin:0}h1{font-size:clamp(45px,6.4vw,78px);line-height:1.06;letter-spacing:-.055em;font-weight:650}h2{font-size:clamp(28px,3.8vw,46px);line-height:1.1;letter-spacing:-.035em}h3{font-size:24px;letter-spacing:-.02em;line-height:1.25}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:700;color:var(--cyan);margin-bottom:22px}.lead{font-size:21px;line-height:1.6;color:var(--muted);max-width:670px;margin:24px auto 0}.hero{text-align:center;padding:77px 0 61px;position:relative}.hero:before{content:'';position:absolute;inset:0 0 -30%;background:radial-gradient(ellipse at 50% 10%,#e2f7fd 0,transparent 62%);z-index:-1;pointer-events:none}.hero-icon{width:92px;height:92px;border-radius:23px;margin-bottom:27px;box-shadow:0 14px 32px #153b4914}.accent{color:var(--cyan)}.promise{display:flex;justify-content:center;gap:30px;margin-top:31px;flex-wrap:wrap;font-size:14px;font-weight:550;color:#345762}.promise span:before{content:'✓';color:var(--cyan);margin-right:8px}.products{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:5px 0 70px}.product{border:1px solid var(--line);border-radius:28px;padding:35px 35px 31px;overflow:hidden;position:relative;display:flex;flex-direction:column;min-height:450px;background:linear-gradient(155deg,#f0fbff,#f9fcfd 75%)}.product.mac{background:linear-gradient(145deg,#f5f6f8,white)}.product p{font-size:17px;line-height:1.6;color:var(--muted);margin:16px 0 22px;max-width:400px}.product .meta{font-size:13px;margin-top:auto;padding-top:20px}.product-art{height:95px;margin:4px 0 29px;color:#244d5d;display:flex;align-items:center}.product-art svg{height:89px;width:auto}.product .actions{display:flex;align-items:center;gap:19px;flex-wrap:wrap}.button{display:inline-block;background:var(--cyan);color:white;padding:13px 22px;border-radius:99px;text-decoration:none;font-size:15px;font-weight:600}.text-link{text-decoration:none;font-size:15px;font-weight:600}.pill{display:inline-block;font-size:11px;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:#526b74;border:1px solid #cedde3;border-radius:99px;padding:7px 11px;margin-bottom:15px;align-self:flex-start}.section{padding:70px 0;border-top:1px solid var(--line)}.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.section-intro p{font-size:18px;line-height:1.75;color:var(--muted)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:46px}.features p{font-size:16px;line-height:1.75;color:var(--muted);margin-top:14px}.feature-number{display:block;color:var(--cyan);font-size:12px;font-weight:650;letter-spacing:.1em;margin-bottom:18px}.closing{background:var(--paper);padding:51px;border-radius:28px;margin:0 0 72px;display:flex;align-items:center;justify-content:space-between;gap:30px}.closing p{font-size:17px;line-height:1.7;color:var(--muted);margin-top:14px;max-width:600px}footer{border-top:1px solid var(--line);color:var(--muted);font-size:12px;line-height:1.8;padding:28px 32px 36px;max-width:1200px;margin:auto}footer .footer-top{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap;margin-bottom:20px}footer .links{display:flex;gap:25px}footer a{text-decoration:none}.page-hero{padding:74px 0 44px;max-width:900px}.page-hero .lead{margin-left:0}.page-hero .actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-top:27px}.screenshot{width:100%;height:auto;border-radius:23px;border:1px solid var(--line);display:block}.photo{margin:22px 0 65px}.photo figcaption{font-size:12px;color:var(--muted);line-height:1.6;margin-top:12px}.prose{max-width:800px;padding-bottom:75px}.prose h2{font-size:26px;margin:36px 0 13px}.prose p{font-size:17px;line-height:1.8;color:var(--muted);margin:14px 0}.prose ul{padding-left:22px;color:var(--muted);line-height:1.9}.faq{border-top:1px solid var(--line);padding:20px 0}.faq summary{font-size:18px;font-weight:550;cursor:pointer}.faq p{margin-bottom:0}.note{font-size:13px!important;line-height:1.8!important;color:var(--muted);margin-top:22px!important}.skip{position:absolute;left:12px;top:-80px;background:white;padding:12px;z-index:2}.skip:focus{top:12px}html{overflow-x:hidden}@media(max-width:720px){nav{gap:17px;padding:15px 20px;flex-wrap:wrap}nav .brand{font-size:21px}nav>a:not(.brand){font-size:12px}main{padding:0 20px}.hero{padding:56px 0 40px}.hero-icon{width:76px;height:76px}.lead{font-size:18px}.promise{gap:13px;font-size:12px}.products,.section-intro,.features{grid-template-columns:1fr}.products{gap:18px;margin-bottom:47px}.product{min-height:390px;padding:28px}.product-art{height:70px}.product-art svg{height:70px}.section{padding:45px 0}.section-intro{gap:22px}.features{gap:28px;margin-top:32px}.closing{padding:28px;display:block;margin-bottom:45px}.closing .button{margin-top:24px}.page-hero{padding:50px 0 25px}.photo{margin:15px 0 38px}.screenshot{border-radius:14px}footer{padding:24px 20px}.prose{padding-bottom:45px}}

kbd{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;padding:0 12px;border:1px solid #c6dce4;border-bottom-width:3px;border-radius:10px;background:#f1f8fa;font:600 23px -apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink)}.mac-gallery{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mac-gallery .photo{margin-top:0}@media(max-width:720px){.mac-gallery{grid-template-columns:1fr;gap:0}}
