@import "https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&family=Varela+Round&display=swap";:root{--cream:#fbf6ee;--paper:#fffdf9;--sand:#f3ebdf;--ink:#2f2721;--ink-2:#4a3f36;--muted:#6f6257;--line:#eadfd1;--coral:#e5684a;--coral-deep:#c9502f;--coral-soft:#fceae3;--teal:#1f8a7a;--teal-soft:#e1f3ef;--amber:#d69a2d;--amber-soft:#fff0c7;--plum:#7a4e8a;--plum-soft:#f1e6f5;--display:"Varela Round", "Assistant", "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html,body{background:var(--cream);margin:0}body{color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Assistant,Segoe UI,system-ui,-apple-system,Arial,sans-serif;font-size:18px;line-height:1.6;overflow-x:hidden}a{color:var(--teal);text-decoration:none}a:hover{color:#166a5d;text-decoration:underline}h1,h2,h3,h4,.display{font-family:var(--display);text-wrap:pretty;letter-spacing:-.005em;margin:0;font-weight:400;line-height:1.2}p{text-wrap:pretty;margin:0}ul,ol{margin:0;padding:0;list-style:none}.wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 32px}.section{padding:96px 0}.eyebrow{letter-spacing:.04em;color:var(--coral-deep);text-transform:uppercase;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.h2{font-size:40px;line-height:1.15}.h3{font-size:24px}.lead{color:var(--ink-2);font-size:20px;line-height:1.65}.muted{color:var(--muted)}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 26px;font-family:inherit;font-size:17px;font-weight:700;transition:background .15s,transform .1s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--coral);color:#fff}.btn-primary:hover{background:var(--coral-deep);color:#fff;text-decoration:none}.btn-ghost{color:var(--ink);border-color:var(--line);background:0 0}.btn-ghost:hover{background:var(--sand);color:var(--ink);text-decoration:none}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{color:#fff;background:#1e1814;text-decoration:none}.btn-sm{min-height:40px;padding:0 18px;font-size:15px}.card{background:var(--paper);border:1px solid var(--line);border-radius:24px}.pill{border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:14px;font-weight:700;display:inline-flex}.icon-tile{border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;display:grid}.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;display:grid}.check-list{--ck:var(--teal);flex-direction:column;gap:10px;display:flex}.check-list li{color:var(--ink-2);align-items:flex-start;gap:10px;font-size:16px;line-height:1.45;display:flex}.check-list li:before{content:"";background:var(--ck);flex:none;width:18px;height:18px;margin-top:3px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") 50%/contain no-repeat}.nav a{color:var(--ink-2);white-space:nowrap;font-size:16px;font-weight:600}.nav a:hover{color:var(--ink);text-decoration:none}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-family:var(--display);justify-content:space-between;align-items:center;gap:16px;font-size:20px;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary .plus{background:var(--sand);width:28px;height:28px;color:var(--ink-2);border-radius:999px;flex:none;place-items:center;display:grid}.faq details[open] summary .plus{background:var(--coral-soft);color:var(--coral-deep)}.faq details p{color:var(--ink-2);max-width:70ch;margin-top:12px;font-size:17px}.chain{flex-direction:column;align-items:stretch;display:flex}.chain-step{background:var(--paper);border:1px solid var(--line);border-radius:16px;align-items:center;gap:14px;padding:14px 18px;font-size:17px;font-weight:600;display:flex}.chain-step .n{background:var(--teal-soft);width:30px;height:30px;color:var(--teal);border-radius:999px;flex:none;place-items:center;font-size:14px;font-weight:800;display:grid}.chain-arrow{background:var(--line);width:2px;height:18px;margin-inline-start:32px}.syl{align-items:baseline;gap:14px;padding:14px 18px;display:flex}.syl-n{font-family:var(--display);color:var(--coral);min-width:28px}.stage{padding-top:28px;position:relative}.stage:before{content:"";top:10px;background:linear-gradient(90deg, var(--coral), var(--amber));border-radius:3px;width:100%;height:3px;position:absolute;inset-inline-start:0}.dark{background:var(--ink);color:#f6efe4}.dark .muted{color:#bfb1a2}.dark .card{color:#f6efe4;background:#3a312a;border-color:#4d423a}.mark{background:linear-gradient(transparent 62%, var(--amber-soft) 62%);padding:0 2px}.demo-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.demo-row:first-child{border-top:0;padding-top:0}.demo-tag{letter-spacing:.03em;font-size:13px;font-weight:800}.bar{background:var(--sand);border-radius:999px;height:8px;overflow:hidden}.bar>span{border-radius:999px;height:100%;display:block}.price-card{flex-direction:column;gap:18px;padding:32px;display:flex}.price{font-family:var(--display);font-size:40px;line-height:1}.blob{filter:blur(60px);opacity:.7;pointer-events:none;border-radius:999px;position:absolute}.site-header{z-index:20;backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#fbf6eee0;position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.brand{color:var(--ink);font-family:var(--display);align-items:center;gap:10px;font-size:22px;display:inline-flex}.brand:hover{color:var(--ink);text-decoration:none}.brand-mark{background:var(--coral);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;display:inline-grid}.site-footer{background:var(--ink);color:#d9cdbe;padding:64px 0 40px}.site-footer a{color:#f6efe4}.site-footer .brand{color:#fff}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:48px;display:grid}.footer-legal{color:#bfb1a2;border-top:1px solid #4d423a;flex-direction:column;gap:4px;padding-top:20px;font-size:14px;display:flex}.prose-page{padding:64px 0 96px}.prose-page .wrap{max-width:760px}.prose-page header{border-bottom:1px solid var(--line);flex-direction:column;gap:10px;margin-bottom:36px;padding-bottom:28px;display:flex}.prose-page h1{font-size:40px;line-height:1.15}.prose{color:var(--ink-2);overflow-wrap:break-word;font-size:18px;line-height:1.75}.prose h2{color:var(--ink);margin:2em 0 .6em;font-size:26px}.prose h3{color:var(--ink);margin:1.6em 0 .5em;font-size:20px}.prose p{margin:.9em 0}.prose ul,.prose ol{margin:.9em 0;padding-inline-start:1.5em}.prose ul{list-style:outside}.prose ol{list-style:decimal}.prose li{margin:.35em 0}.prose li::marker{color:var(--muted)}.prose strong{color:var(--ink)}.prose hr{border:0;border-top:1px solid var(--line);margin:2em 0}.prose table{border-collapse:collapse;width:100%;margin:1.2em 0;font-size:16px}.prose th,.prose td{border:1px solid var(--line);text-align:start;padding:.5em .7em}.prose th{background:var(--sand);font-weight:700}.prose a{text-underline-offset:3px;text-decoration:underline}@media (width<=820px){body{font-size:17px}.wrap{padding:0 20px}.section{padding:64px 0}.h2{font-size:30px}.h3{font-size:21px}.lead{font-size:18px}.grid-2,.grid-3,.grid-4,.grid-5,.two-col{grid-template-columns:minmax(0,1fr)}.nav,.hide-m{display:none!important}.hero-grid{grid-template-columns:minmax(0,1fr)!important}.hero-h1{font-size:38px!important}.hero-actions{flex-direction:column;align-items:stretch!important}.hero-actions .btn{width:100%}.split{grid-template-columns:minmax(0,1fr)!important}.price{font-size:34px}.stack-m{flex-direction:column!important;align-items:stretch!important}.syllabus{grid-template-columns:minmax(0,1fr)!important}.footer-grid{grid-template-columns:minmax(0,1fr);gap:28px}.cta-h{font-size:32px!important}.prose-page h1{font-size:30px}}
