:root{color-scheme:light;--bg:#faf9f7;--ink:#141414;--muted:#666;--line:#deddd9;--panel:#fff;--accent:#ff6b00}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font:18px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body.dark{color-scheme:dark;--bg:#141414;--ink:#faf9f7;--muted:#b5b5b5;--line:#3a3a3a;--panel:#222}a{color:inherit;text-underline-offset:5px}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wrap{width:min(1120px,calc(100% - 64px));margin:auto}.skip{position:absolute;top:-100px}.skip:focus{top:8px;background:var(--panel);z-index:10}header{display:flex;align-items:center;justify-content:space-between;min-height:100px;gap:24px}.brand{font-size:28px;font-weight:750;letter-spacing:-1.2px;text-decoration:none}nav{display:flex;align-items:center;gap:30px;font-size:15px}nav a{text-decoration:none}.theme{background:var(--panel);border:1px solid var(--line);border-radius:30px;width:42px;height:42px;display:grid;place-items:center}.theme svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.hero{display:grid;grid-template-columns:1.45fr .8fr;align-items:center;gap:60px;padding:55px 0 80px;min-height:650px}h1,h2,h3{line-height:1.07;letter-spacing:-.055em;margin:0 0 25px;font-weight:750}h1{font-size:clamp(48px,5vw,64px)}h2{font-size:clamp(36px,4.1vw,55px)}h3{font-size:25px;letter-spacing:-.035em}.hero p{font-size:25px;line-height:1.45;color:var(--muted);max-width:610px;margin:0 0 34px}.cta{display:inline-flex;align-items:center;gap:18px;background:var(--accent);color:#141414;padding:15px 25px;border-radius:14px;text-decoration:none;font-weight:650;font-size:18px}.cta svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.7}.phone{max-width:320px;width:100%;margin:auto;border:7px solid #171717;border-radius:45px;padding:22px 20px 25px;min-height:540px;box-shadow:0 22px 35px #0002,0 0 0 2px #777;background:var(--bg);display:flex;flex-direction:column}.island{width:92px;height:24px;border-radius:25px;background:#111;margin:0 auto 25px}.phone-title{text-align:center;font-size:16px;font-weight:650;margin-bottom:24px}.phone-note{background:var(--panel);border-radius:14px;padding:18px;flex:1}.phone-note strong{font-size:20px;letter-spacing:-.04em}.phone-note p{font-size:14px;line-height:1.5;margin:12px 0}.demo-action{width:100%;border:0;border-radius:10px;background:var(--ink);color:var(--bg);padding:14px;margin-top:18px;font-size:16px;font-weight:650}.dot{display:inline-block;width:11px;height:11px;border-radius:50%;background:var(--accent);margin-right:12px}.demo-label{font-size:12px;color:var(--muted);text-align:center;margin-top:14px}.steps{border-top:1px solid var(--line);padding:70px 0 80px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:42px;gap:36px}.step{padding-right:28px;border-right:1px solid var(--line)}.step:last-child{border:0;padding:0}.number{color:var(--muted);font-size:18px;margin-bottom:12px}.step p{color:var(--muted);line-height:1.5;margin-top:0}.mini{border:1px solid var(--line);background:var(--panel);border-radius:12px;padding:18px;margin-top:28px;font-size:15px}.mini strong{display:block}.mini span{font-size:13px;color:var(--muted)}.dark-band{background:#1c1c1c;color:#faf9f7;padding:70px 0}.project-section{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px}.project-section h2{font-size:44px}.project-section p{color:#b8b8b8}.project-window{border:1px solid #444;border-radius:16px;background:#242424;padding:26px}.project-window h3{font-size:23px;letter-spacing:-.02em}.project-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #444;padding:20px 0;gap:20px}.switch{border:0;border-radius:24px;width:50px;height:29px;background:#777;padding:3px}.switch:after{content:'';display:block;width:23px;height:23px;background:white;border-radius:50%;transition:transform .15s}.switch[aria-checked=true]{background:var(--accent)}.switch[aria-checked=true]:after{transform:translateX(21px)}.closing{text-align:center;padding:60px 0}.closing h2{font-size:34px}.closing p{color:var(--muted)}footer{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:30px 0;border-top:1px solid var(--line);font-size:14px}footer div{display:flex;flex-wrap:wrap;gap:22px}footer .brand{font-size:22px}.article{max-width:800px;padding:65px 0 90px}.article h1{font-size:58px}.article h2{font-size:28px;letter-spacing:-.025em;margin-top:45px}.article h3{font-size:22px;margin-top:30px}.article p,.article li{color:var(--muted)}.article a{color:var(--ink)}.article .lead{font-size:23px}.article table{border-collapse:collapse;width:100%;font-size:16px}.article td,.article th{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:14px 8px}.draft{background:#fff0cf;color:#473000;padding:12px 24px;text-align:center;font-size:14px}.article details{border-bottom:1px solid var(--line);padding:18px 0}.article summary{cursor:pointer;font-weight:650}.notice{border-left:3px solid var(--accent);padding-left:20px}.muted{color:var(--muted)}@media(max-width:760px){.wrap{width:calc(100% - 40px)}header{min-height:90px;flex-wrap:wrap;padding:18px 0;gap:14px}nav{gap:18px;font-size:14px}.brand{font-size:25px}.hero{grid-template-columns:1fr;gap:45px;padding:40px 0 60px}.hero p{font-size:21px}h1{font-size:54px}.phone{max-width:290px;min-height:490px}.step-grid,.project-section{grid-template-columns:1fr}.step{border:0;border-bottom:1px solid var(--line);padding:0 0 30px}.steps{padding:45px 0}.project-section{gap:25px}.project-section h2{font-size:39px}.closing h2{font-size:30px}footer{align-items:flex-start;flex-direction:column}.article{padding-top:35px}.article h1{font-size:43px}.article table{font-size:14px}.article td,.article th{padding:10px 4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

@media(max-width:760px){nav a{white-space:nowrap}nav{gap:14px;font-size:13px}.theme{width:36px;height:36px;flex-shrink:0}}
