:root{--ink:#0b1118;--muted:#555a61;--gold:#b89558;--paper:#fbfaf7;--line:#dedbd5;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}
.site-header{height:58px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:42px;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid #eee;position:relative;z-index:5}.logo{font-size:29px;letter-spacing:.24em;font-weight:500;line-height:1}.site-header nav{display:flex;gap:30px;font-size:12px}.site-header nav a,.login{padding:20px 0}.header-actions{display:flex;align-items:center;gap:22px;font-size:12px}.search{display:flex;align-items:center;gap:9px;background:#f5f4f1;border-radius:7px;padding:10px 12px;width:220px;color:#62666a}.search input{width:100%;border:0;outline:0;background:transparent;font-size:11px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:47px;padding:0 24px;border-radius:6px;font-size:14px;font-weight:600}.button.gold{background:linear-gradient(135deg,#c6a970,#a98143);color:#0b0d0c}.button.outline{border:1px solid #7f7c76;background:rgba(255,255,255,.45)}.button.small{min-height:40px;padding:0 17px;font-size:12px}
.hero{height:437px;display:grid;grid-template-columns:minmax(430px,44%) 1fr;background:#e9e7e1}.hero-copy{padding:34px 22px 14px max(36px,calc((100vw - var(--max))/2 + 16px));background:linear-gradient(90deg,#f7f6f3 0%,#f3f1ed 80%,transparent);position:relative;z-index:2}.eyebrow{font-size:12px;letter-spacing:.26em;font-weight:700;margin:0 0 18px}.hero h1{font-size:56px;line-height:.84;letter-spacing:-.045em;margin:0 0 16px;max-width:430px}.lead{font-size:16px;line-height:1.45;max-width:440px;margin:0 0 18px;color:#272b31}.hero-buttons{display:flex;gap:15px}.proof{display:flex;gap:46px;margin-top:21px;font-size:9px;font-weight:600}.proof span{display:flex;align-items:center;gap:10px;white-space:nowrap}.proof svg{width:20px;height:20px;color:#8d682e}.hero-art{background-image:url('/assets/hero-quasimod.png');background-size:cover;background-position:center}
.section{max-width:var(--max);margin:auto;padding:26px 0 20px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.section-heading h2{font-size:27px;line-height:1;margin:0 0 5px;letter-spacing:-.035em}.section-heading p{font-size:13px;color:var(--muted);margin:0}.arrow-link{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:700;border-bottom:1px solid #c9c3ba;padding-bottom:5px}.operative-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.operative-card{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;min-width:0}.operative-image{height:167px;background-size:cover;background-position:center;position:relative}.op-icon{position:absolute;left:15px;top:17px;width:46px;height:46px;border-radius:6px;display:grid;place-items:center;color:#fff}.op-icon.green{background:#294534}.op-icon.blue{background:#334963}.op-icon.gold{background:#9d7639}.op-icon.red{background:#722a2a}.op-icon.slate{background:#3f4749}.money,.target{font-size:27px}.operative-body{padding:12px 18px 15px;min-height:185px;display:flex;flex-direction:column}.operative-body h3{font-size:20px;margin:0;line-height:1}.tagline{font-size:13px;min-height:34px;margin:3px 0 7px}.operative-body ul{margin:0 0 12px;padding-left:16px;color:#59606a;font-size:12px;line-height:1.55}.operative-body .arrow-link{margin-top:auto;align-self:flex-start}
.start{display:grid;grid-template-columns:1.8fr 1fr;gap:14px;padding-top:0}.quiz-panel{min-height:252px;border-radius:7px;background:linear-gradient(115deg,#ece8e1,#f9f7f3);display:grid;grid-template-columns:1.1fr 1fr;gap:35px;padding:28px 30px}.quiz-panel h2{font-size:42px;margin:-7px 0 10px;letter-spacing:-.04em}.quiz-panel>div>p:not(.eyebrow){font-size:15px;line-height:1.45;margin:0 0 18px;max-width:370px}.quiz-panel .button{min-width:280px}.checklist{background:rgba(255,255,255,.5);border-radius:7px;padding:16px 28px}.checklist>p{font-size:10px;letter-spacing:.15em;line-height:1.3}.checklist span{display:flex;align-items:center;gap:10px;font-size:12px;color:#59606a;margin:7px 0}.checklist svg{border:1px solid #a57d3b;border-radius:3px;color:#8e662b}.watcher-card{position:relative;border-radius:7px;overflow:hidden;background:#0d151a;color:#fff}.watcher-card img{width:100%;height:100%;object-fit:cover;display:block}.watcher-copy{position:absolute;inset:0;padding:30px 34px;background:linear-gradient(90deg,rgba(11,20,25,.95),rgba(11,20,25,.18) 75%)}.watcher-copy blockquote{font:italic 23px/1.25 Georgia,serif;margin:0 0 12px}.watcher-copy .eyebrow{font-size:10px;line-height:1.7;margin-top:12px}
.tasks{padding-top:4px}.heading-actions{display:flex;gap:15px}.button.compact{min-height:42px;font-size:12px}.task-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.task-card{background:#fff;border:1px solid #e2dfd9;border-radius:7px;padding:14px 16px;min-height:104px;display:flex;flex-direction:column;justify-content:space-between}.task-top{display:flex;gap:12px;align-items:flex-start}.task-top strong{font-size:12px;line-height:1.35;font-weight:500}.task-icon{width:31px;height:31px;border-radius:6px;background:#f4f1eb;display:grid;place-items:center;color:#9a773d;font-size:19px;flex:0 0 auto}.task-card>div:last-child{display:flex;align-items:center;gap:25px}.task-card b{font-size:17px}.task-card>div:last-child span{font-size:10px;color:#697079;display:flex;align-items:center;gap:5px}
.notes{padding-top:5px}.notes .section-heading h3{font-size:16px;margin:2px 0}.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.note-card{border:1px solid #dedbd5;border-radius:7px;background:#fff;padding:14px;display:grid;grid-template-columns:1fr 103px;grid-template-rows:1fr auto;gap:8px 14px;min-height:164px}.note-card>img{width:103px;height:105px;object-fit:cover;border-radius:4px}.pill{font-size:8px;font-weight:700;border:1px solid #bbb;border-radius:20px;padding:4px 8px;display:inline-block}.note-copy h4{font-size:13px;line-height:1.35;margin:9px 0}.note-copy>p{font-size:10px;color:#60656c}.author{display:flex;align-items:center;gap:8px;margin-top:12px}.avatar{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:10px;background:#263f51}.avatar-1{background:#30445a}.avatar-2{background:#7a482b}.author span:last-child{display:flex;flex-direction:column}.author b{font-size:9px}.author small{font-size:8px;color:#777}.engagement{grid-column:2;display:flex;justify-content:flex-end;gap:14px;color:#68717a}.engagement span{display:flex;align-items:center;gap:4px;font-size:9px}
.trusted{border-top:1px solid #e5e2dc;border-bottom:1px solid #e5e2dc;padding:20px max(24px,calc((100vw - var(--max))/2));text-align:center;background:#faf9f6}.trusted p{font-size:9px;letter-spacing:.18em;color:#697078;margin:0 0 18px}.trusted div{display:flex;justify-content:space-between;align-items:center;gap:28px;color:#65707a}.trusted span{font-size:18px;font-weight:600;white-space:nowrap}footer{background:#fbfaf7}.footer-main,.footer-bottom{max-width:var(--max);margin:auto;display:flex;align-items:center}.footer-main{height:92px;gap:30px}.footer-main>p{font-size:10px;color:#5c6269;line-height:1.5}.footer-main nav{margin-left:auto;margin-right:65px;display:flex;gap:42px;font-size:10px;color:#62686f}.footer-bottom{height:66px;border-top:1px solid #e3e0da;justify-content:space-between;font-size:9px;color:#6e747a}.footer-bottom nav{display:flex;align-items:center;gap:24px}
@media(max-width:900px){.site-header nav,.search,.login{display:none}.site-header{gap:10px;grid-template-columns:1fr auto}.hero{height:auto;grid-template-columns:1fr}.hero-copy{padding:48px 24px 34px}.hero-art{height:390px}.operative-grid{grid-template-columns:repeat(2,1fr)}.section{padding-left:20px;padding-right:20px}.proof{gap:18px;flex-wrap:wrap}.start{grid-template-columns:1fr}.watcher-card{min-height:250px}.task-grid{grid-template-columns:repeat(2,1fr)}.notes-grid{grid-template-columns:1fr}.trusted div{flex-wrap:wrap;justify-content:center}.footer-main,.footer-bottom{padding:20px;height:auto;flex-wrap:wrap}.footer-main nav{order:3;width:100%;margin:0;justify-content:space-between}.footer-bottom{gap:20px}.note-card{grid-template-columns:1fr 110px}}
@media(max-width:560px){.button.small{display:none}.hero h1{font-size:48px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-art{height:300px}.section-heading{align-items:flex-start;gap:18px}.operative-grid{grid-template-columns:1fr}.operative-image{height:220px}.proof{display:none}.section-heading .arrow-link{white-space:nowrap}.quiz-panel{grid-template-columns:1fr;padding:24px}.quiz-panel .button{min-width:0;width:100%}.task-grid{grid-template-columns:1fr}.heading-actions{width:100%;flex-direction:column}.tasks .section-heading{flex-direction:column}.notes .section-heading{flex-direction:column}.footer-main nav{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom nav{flex-wrap:wrap}.trusted span{font-size:15px}}
