@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@600;700&display=swap");
:root{--bg:#F6F3ED;--fg:#1C1B18;--muted:#6F6A61;--accent:#1F7A5C;--accent-tint:#E3F0EA;--card:#FFFFFF;--line:#E6E1D7;--amber:#C7891F;--amber-text:#9A6A12;--clay:#BE4F3A;--clay-tint:#F8E3DE}
@media(prefers-color-scheme:dark){:root{--bg:#151412;--fg:#F1EFE9;--muted:#A49F95;--accent:#3FA37E;--accent-tint:#1B2E27;--card:#1F1E1B;--line:#2E2C28;--amber:#E0A43A;--amber-text:#E0A43A;--clay:#E06A52;--clay-tint:#3A1E18}}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--fg);font:17px/1.55 -apple-system,BlinkMacSystemFont,"SF Pro Text",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
main{max-width:1040px;margin:0 auto;padding:28px 24px 80px}
.wm{font-family:"Bricolage Grotesque","Helvetica Neue",Arial,sans-serif;letter-spacing:-.03em}
header{display:flex;align-items:center;gap:12px;margin-bottom:56px}
header a.brand{color:inherit;text-decoration:none;font-weight:700;font-size:22px;display:flex;align-items:center;gap:10px}
header a.brand img{width:30px;height:30px;border-radius:7px}
header nav{margin-left:auto;display:flex;gap:22px}header nav a{font-weight:500;color:var(--muted);font-size:15px;text-decoration:none}header nav a:hover{color:var(--fg)}
a{color:var(--accent)}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;margin-bottom:72px}
.badge{display:inline-block;font-size:13px;font-weight:600;color:var(--accent);background:var(--accent-tint);border-radius:999px;padding:4px 12px;margin-bottom:18px}
h1{font-size:52px;line-height:1.02;margin:0 0 16px;font-weight:700}
p.lead{font-size:21px;color:var(--muted);margin:0 0 28px;max-width:34ch}
.cta{display:inline-flex;align-items:center;height:48px;padding:0 22px;border-radius:24px;background:var(--accent);color:#F6F3ED;font-weight:600;text-decoration:none;font-size:16px}
.cta.secondary{background:transparent;color:var(--fg);border:1px solid var(--line);margin-left:10px}
.fine{font-size:14px;color:var(--muted);margin-top:14px}
h2{font-size:28px;margin:0 0 6px;font-weight:700}
.sub{color:var(--muted);margin:0 0 20px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:64px}
.card{background:var(--card);border-radius:16px;padding:20px 22px}
.card h3{margin:0 0 6px;font-size:17px}
.card p{margin:0;color:var(--muted);font-size:15px;line-height:1.5}
.label{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 8px 4px}
.list{background:var(--card);border-radius:16px;margin-bottom:28px}
.list .row{display:flex;align-items:center;gap:12px;padding:14px 18px;border-top:1px solid var(--line)}
.list .row:first-child{border-top:0}
.row .t{flex:1}.row .t b{display:block;font-size:17px}.row .t span{color:var(--muted);font-size:15px}
.chk{width:32px;height:32px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.two{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:64px}
footer{margin-top:40px;color:var(--muted);font-size:14px;border-top:1px solid var(--line);padding-top:20px;line-height:1.6}
small{color:var(--muted)}
/* phone mock */
.phone{width:330px;margin:0 auto;background:var(--bg);border:10px solid #1C1B18;border-radius:44px;padding:44px 16px 20px;box-shadow:0 30px 60px rgba(28,27,24,.18)}
@media(prefers-color-scheme:dark){.phone{border-color:#3A3833}}
.phone .date{font-size:13px;color:var(--muted);font-weight:500}
.phone .h{font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0 0 12px}
.phone .prog{background:var(--card);border-radius:14px;padding:12px 14px;margin-bottom:14px}
.phone .prog .top{display:flex;justify-content:space-between;font-size:14px;font-weight:600;margin-bottom:10px}
.phone .prog .top span{color:var(--muted);font-weight:400}
.phone .segs{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.phone .segs i{height:5px;border-radius:3px;background:var(--line);display:block}
.phone .segs i.on{background:var(--accent)}.phone .segs i.late{background:var(--amber)}
.phone .lbl{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 6px 4px}
.phone .grp{background:var(--card);border-radius:14px;margin-bottom:14px}
.phone .r{display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--line);min-height:56px}
.phone .r:first-child{border-top:0}
.phone .tm{width:52px;font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums;font-weight:500}
.phone .tm.late{color:var(--amber-text)}
.phone .nm{flex:1;min-width:0}.phone .nm b{display:block;font-size:14px}.phone .nm span{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.phone .nm span.late{color:var(--amber-text)}
.phone .ok{width:28px;height:28px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center}
.phone .ring{width:28px;height:28px;border-radius:50%;border:2px solid var(--line)}
.phone .btn{height:32px;padding:0 12px;border-radius:16px;background:var(--accent);color:#F6F3ED;font-size:12px;font-weight:600;display:flex;align-items:center}
@media(max-width:820px){.hero{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.two{grid-template-columns:1fr}h1{font-size:40px}.phone{width:300px}}
