:root{--linen:#faf6f0;--white:#fffdfb;--ink:#2c2d29;--sage:#4a6b53;--light:#dfebe4;--muted:#60625c;--sand:#e4dccf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--linen);color:var(--ink);font:15px/1.55 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}.nav{height:80px;padding:0 max(24px,calc((100% - 1240px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--sand)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:18px}.mark{width:32px;height:32px;border-radius:8px;background:var(--sage);position:relative}.mark:before,.mark:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--white);border-radius:2px}.mark:before{width:5px;height:19px}.mark:after{width:19px;height:5px}.mark.small{width:24px;height:24px}.nav nav{display:flex;align-items:center;gap:32px}.nav nav a:not(.btn){font-weight:700;text-decoration:none}.btn{display:inline-block;padding:13px 28px;border-radius:999px;background:var(--sage);color:#fff;text-decoration:none;font-weight:750}.btn.outline{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}.hero{max-width:1240px;margin:auto;min-height:730px;padding:88px 0;display:flex;align-items:center;gap:80px}.hero>div{flex:1;display:grid;gap:26px}.hero h1{font:600 56px/1.1 Georgia,serif;letter-spacing:-1.5px;margin:0}.hero p{font-size:20px;line-height:1.6;color:var(--muted)}.actions{display:flex;gap:16px}.showcase{flex:1;display:flex;justify-content:center;position:relative}.showcase>i{position:absolute;width:400px;height:400px;border-radius:50%;background:var(--light);top:30px}.phone{width:230px;height:470px;border:6px solid var(--ink);border-radius:31px;overflow:hidden;background:var(--white);box-shadow:0 12px 28px #2c2d2924;position:relative;z-index:1}.phone.large{width:290px;height:580px;border-width:8px;border-radius:38px}.phone img{width:100%;height:100%;object-fit:cover}.section{padding:96px max(24px,calc((100% - 1240px)/2))}.section>header{text-align:center;max-width:720px;margin:0 auto 55px}.section header>b,.path header>b{color:var(--sage);text-transform:uppercase;letter-spacing:1.5px}.section h2,.download h2{font:600 44px/1.18 Georgia,serif;margin:12px 0}.section header p{font-size:18px;color:var(--muted)}.promise{background:var(--white)}.cards,.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.cards article,.steps article{padding:30px;background:var(--linen);border:1px solid var(--sand);border-radius:24px}.cards i,.steps i{font-style:normal;color:var(--sage);font:700 30px Georgia,serif}.cards h3,.steps h3{font:600 21px Georgia,serif}.cards p,.feature p,.steps p{color:var(--muted)}.features{padding-top:30px}.feature{min-height:530px;display:flex;align-items:center;justify-content:space-around;gap:80px}.feature.reverse{flex-direction:row-reverse}.feature>div:first-child{max-width:480px}.feature em{background:var(--light);color:var(--sage);font-style:normal;font-size:12px;font-weight:800;padding:5px 11px;border-radius:999px}.feature h2{font-size:38px}.feature p{font-size:17px}.feature strong{color:var(--sage)}.path{background:var(--light)}.steps{grid-template-columns:repeat(3,1fr)}.steps article{background:var(--white);border:0}.quote{text-align:center;padding:88px 24px;background:var(--white);color:var(--sage)}blockquote{font:31px/1.4 Georgia,serif;color:var(--ink);max-width:680px;margin:18px auto}.quote hr{width:40px;border:0;border-top:2px solid var(--sage)}.download{text-align:center;background:var(--sage);color:#fff;padding:88px 24px}.download p{color:var(--light);font-size:17px;max-width:560px;margin:0 auto 24px}.btn.light{background:var(--white);color:var(--ink)}.badges{display:flex;justify-content:center;gap:12px;margin-top:32px}.badges span{background:var(--ink);padding:9px 17px;border-radius:8px;min-width:170px}footer{padding:60px max(24px,calc((100% - 1240px)/2));display:grid;grid-template-columns:1fr 1fr;gap:40px;border-top:1px solid var(--sand)}footer>div{max-width:410px;color:var(--muted)}footer nav{display:flex;flex-direction:column;gap:8px}footer nav a{color:var(--muted);text-decoration:none}footer small{grid-column:1/-1;color:var(--muted)}@media(max-width:900px){.nav nav>a:not(.btn){display:none}.hero{padding:65px 48px;flex-direction:column}.cards{grid-template-columns:repeat(2,1fr)}.feature,.feature.reverse{flex-direction:column;min-height:auto;padding:60px 0}}@media(max-width:620px){.hero{padding:58px 24px}.hero h1{font-size:42px}.actions{flex-direction:column;align-items:flex-start}.phone.large{width:260px;height:520px}.cards,.steps{grid-template-columns:1fr}.section{padding:72px 24px}.section h2{font-size:32px}footer{grid-template-columns:1fr}}