:root{--bg:#f1e8d8;--ink:#171109;--muted:#625a50;--gold:#b9892f;--line:rgba(23,17,9,.13);--card:#fbf7ef;--sans:"Avenir Next","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f4ecdd,#eee2cf);color:var(--ink);font-family:var(--sans)}a{color:inherit}.demo-note{position:relative;z-index:5;padding:9px 16px;background:#171109;color:#f6ead3;text-align:center;font-size:10px;letter-spacing:.13em}.demo-shell{width:min(1120px,calc(100% - 34px));margin:auto}.demo-head{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:18px}.demo-brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.15em;text-decoration:none}.demo-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#e0bb62,#a77520);font-size:11px}.demo-nav{display:flex;gap:18px;font-size:12px}.demo-nav a{text-decoration:none}.demo-cta{padding:11px 15px;border-radius:12px;background:#171109;color:#fff;text-decoration:none;font-weight:800;font-size:12px}.demo-hero{min-height:620px;padding:76px 0 88px;display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center}.demo-eyebrow{color:#7f5d24;font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:800}.demo-hero h1{max-width:680px;margin:16px 0 20px;font-size:clamp(52px,6vw,82px);line-height:.95;letter-spacing:-.055em;text-wrap:balance}.demo-hero h1 em{font-family:var(--serif);font-weight:400;color:#8f6319}.demo-hero p{max-width:590px;margin:0;color:var(--muted);font-size:17px;line-height:1.7;text-wrap:pretty}.demo-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.demo-button{padding:14px 17px;border-radius:13px;border:1px solid var(--line);text-decoration:none;font-size:12px;font-weight:850}.demo-button.primary{background:#171109;color:#fff;border-color:#171109}.demo-visual{min-height:470px;border-radius:34px;background:linear-gradient(145deg,#171109,#2b2318);padding:26px;display:grid;grid-template-rows:auto 1fr auto;box-shadow:0 35px 100px rgba(80,56,18,.18)}.demo-visual-top{display:flex;justify-content:space-between;color:#ddc99d;font-size:9px;letter-spacing:.15em}.demo-visual-title{align-self:center;font-family:var(--serif);font-size:clamp(44px,5vw,70px);line-height:.9;color:#f4e3bd}.demo-visual-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.demo-visual-foot span{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#cab992;font-size:10px}.demo-section{padding:74px 0}.demo-title{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.demo-title h2{max-width:680px;margin:10px 0 0;font-size:clamp(38px,4.5vw,60px);line-height:1;letter-spacing:-.045em;text-wrap:balance}.demo-title p{max-width:430px;margin:0;color:var(--muted);line-height:1.6;text-wrap:pretty}.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.demo-card{min-height:250px;padding:24px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.52)}.demo-card small{color:#805d24;font-size:10px;letter-spacing:.15em}.demo-card h3{margin:42px 0 12px;font-size:27px;letter-spacing:-.03em;line-height:1.08;text-wrap:balance}.demo-card p{margin:0;color:var(--muted);line-height:1.58;text-wrap:pretty}.demo-process{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.demo-step{padding:22px;border-top:1px solid var(--line)}.demo-step b{display:block;margin:24px 0 9px;font-size:21px}.demo-step span{color:var(--muted);font-size:12px;line-height:1.5}.demo-case{padding:30px;border-radius:30px;background:#171109;color:#f2e5cd;display:grid;grid-template-columns:1fr 1fr;gap:28px}.demo-case h2{margin:10px 0 13px;font-size:clamp(34px,4vw,52px);line-height:1;text-wrap:balance}.demo-case p{color:#c4b79f;line-height:1.6;text-wrap:pretty}.demo-mock{min-height:310px;border-radius:22px;background:linear-gradient(145deg,#f1e5ce 0 55%,#c8983d 55%);padding:24px;color:#171109;display:flex;flex-direction:column;justify-content:space-between}.demo-mock strong{font-family:var(--serif);font-size:46px;line-height:.93}.demo-faq{max-width:820px;margin:auto}.demo-faq details{border-bottom:1px solid var(--line)}.demo-faq summary{padding:18px 0;cursor:pointer;font-weight:750}.demo-faq p{color:var(--muted);line-height:1.6}.demo-final{margin:32px auto 64px;padding:44px;border-radius:30px;background:linear-gradient(145deg,#dfbd6d,#bd8b30);display:flex;align-items:center;justify-content:space-between;gap:24px}.demo-final h2{max-width:650px;margin:0;font-size:clamp(34px,4vw,54px);line-height:1;text-wrap:balance}.demo-final a{padding:14px 18px;border-radius:13px;background:#171109;color:#fff;text-decoration:none;font-weight:850;font-size:12px}.demo-footer{padding:30px 0 46px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px}@media(max-width:800px){.demo-nav{display:none}.demo-hero{grid-template-columns:1fr;min-height:auto;padding:50px 0}.demo-visual{min-height:360px}.demo-title{display:block}.demo-title p{margin-top:12px}.demo-grid{grid-template-columns:1fr}.demo-process{grid-template-columns:1fr 1fr}.demo-case{grid-template-columns:1fr}.demo-final{display:block}.demo-final a{display:inline-block;margin-top:20px}}@media(max-width:520px){.demo-shell{width:calc(100% - 24px)}.demo-head{padding:14px 0}.demo-cta{font-size:10px}.demo-hero{padding:34px 0 42px}.demo-hero h1{font-size:40px;line-height:.98}.demo-hero p{font-size:15px;line-height:1.62}.demo-visual{min-height:310px;border-radius:25px;padding:20px}.demo-visual-title{font-size:42px}.demo-visual-foot{grid-template-columns:1fr}.demo-section{padding:46px 0}.demo-title h2{font-size:34px;line-height:1.02}.demo-card{min-height:0;padding:21px}.demo-card h3{margin-top:27px;font-size:25px}.demo-process{grid-template-columns:1fr}.demo-step{padding:18px 4px}.demo-step b{margin-top:18px}.demo-case{padding:22px}.demo-mock{min-height:245px}.demo-mock strong{font-size:36px}.demo-final{padding:26px;margin-bottom:48px}.demo-final h2{font-size:32px}.demo-footer{padding-bottom:34px;display:block}.demo-footer span{display:block;margin-top:8px}}
