:root{color:#111827;background:#f4f7fb;font-family:Inter,Segoe UI,Avenir Next,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:inherit}button,input{font:inherit}.demo-shell{background:linear-gradient(#fff 0%,#f4f7fb 380px),#f4f7fb;min-height:100vh}.site-header,.hero,.status-line,.projects-section{width:min(1180px,100% - 40px);margin:0 auto}.site-header{justify-content:space-between;align-items:center;gap:20px;min-height:72px;display:flex}.brand-mark{color:#111827;align-items:baseline;gap:7px;font-size:19px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark strong{color:#0f766e}.site-nav{color:#475569;align-items:center;gap:18px;font-size:14px;font-weight:700;display:flex}.site-nav a{align-items:center;gap:6px;min-height:36px;text-decoration:none;display:inline-flex}.site-nav a:hover{color:#111827}.hero{grid-template-columns:minmax(0,1fr) 380px;align-items:end;gap:42px;padding:52px 0 38px;display:grid}.eyebrow{color:#0f766e;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:900}.hero h1{color:#0f172a;max-width:760px;margin:0;font-size:56px;line-height:1.02}.hero__copy>p:last-child{color:#475569;max-width:780px;margin:20px 0 0;font-size:19px;line-height:1.55}.hero__summary{border-left:1px solid #d7dee8;grid-template-columns:1fr;gap:12px;padding-left:28px;display:grid}.hero__summary div{gap:3px;display:grid}.hero__summary strong{color:#0f172a;font-size:34px;line-height:1}.hero__summary span{color:#64748b;font-size:14px;font-weight:700}.status-line{color:#334155;background:#fff;border:1px solid #d7dee8;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:11px 13px;font-weight:700;display:flex}.status-line svg{color:#0f766e;flex:none}.projects-section{padding:42px 0 56px}.section-heading{gap:10px;max-width:820px;margin-bottom:22px;display:grid}.section-heading h2{color:#0f172a;margin:0;font-size:32px;line-height:1.16}.section-heading p{color:#475569;margin:0;font-size:16px;line-height:1.55}.demo-grid{grid-template-columns:1fr;gap:18px;display:grid}.project-card{border:1px solid #d7dee8;border-top:4px solid var(--accent,#0f766e);background:#fff;border-radius:8px;grid-template-columns:350px minmax(0,1fr) 300px;gap:22px;padding:18px;display:grid;box-shadow:0 18px 42px #0f172a14}.project-card__visual{min-width:0;margin:0}.project-card__visual img{aspect-ratio:16/11;object-fit:cover;background:#111827;border-radius:8px;width:100%;height:auto;display:block}.project-card__content{align-content:start;gap:12px;min-width:0;display:grid}.project-card__meta{color:#64748b;flex-wrap:wrap;gap:10px;font-size:13px;font-weight:800;display:flex}.project-card__meta span:first-child{color:var(--accent,#0f766e)}.project-card h3{color:#0f172a;margin:0;font-size:30px;line-height:1.1}.project-card__tagline{color:#1f2937;margin:0;font-size:17px;font-weight:800;line-height:1.38}.project-card__description{color:#475569;margin:0;line-height:1.55}.project-facts{gap:9px;margin:2px 0 0;display:grid}.project-facts div{gap:3px;display:grid}.project-facts dt{color:#0f172a;font-size:13px;font-weight:900}.project-facts dd{color:#526173;margin:0;line-height:1.45}.project-highlights{gap:7px;margin:2px 0 0;padding:0;list-style:none;display:grid}.project-highlights li{color:#334155;align-items:flex-start;gap:8px;line-height:1.4;display:flex}.project-highlights svg{color:var(--accent,#0f766e);flex:none;margin-top:2px}.demo-steps{counter-reset:step;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:2px 0 0;padding:0;list-style:none;display:grid}.demo-steps li{color:#334155;counter-increment:step;border:1px solid #e2e8f0;border-radius:8px;min-height:46px;padding:8px 9px;font-size:13px;font-weight:800;line-height:1.25}.demo-steps li:before{content:counter(step) ". ";color:var(--accent,#0f766e)}.project-card__actions{border-left:1px solid #e2e8f0;align-content:start;gap:12px;min-width:0;padding-left:20px;display:grid}.qr-block{justify-items:center;gap:10px;display:grid}.qr-block img{aspect-ratio:1;background:#fff;border:1px solid #d7dee8;border-radius:8px;width:166px}.qr-block div{text-align:center;gap:4px;width:100%;display:grid}.qr-block strong{color:#0f172a}.qr-block span{color:#64748b;overflow-wrap:anywhere;font-size:12px;line-height:1.35}.primary-links,.preset-actions{gap:9px;display:grid}.primary-links{grid-template-columns:repeat(2,minmax(0,1fr))}.primary-links a,.preset-actions button{color:#0f172a;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 10px;font-size:14px;font-weight:900;line-height:1.2;text-decoration:none;transition:border-color .14s,box-shadow .14s,transform .14s;display:inline-flex}.primary-links a:first-child{color:#fff;background:#0f172a;border-color:#0f172a}.primary-links a:hover,.preset-actions button:hover{border-color:var(--accent,#0f766e);transform:translateY(-1px);box-shadow:0 10px 18px #0f172a1f}.preset-actions button{cursor:pointer}@media (width<=1120px){.hero{grid-template-columns:1fr;gap:24px}.hero__summary{border-top:1px solid #d7dee8;border-left:0;grid-template-columns:repeat(3,minmax(0,1fr));padding:20px 0 0}.project-card{grid-template-columns:320px minmax(0,1fr)}.project-card__actions{border-top:1px solid #e2e8f0;border-left:0;grid-column:1/-1;padding:16px 0 0}.qr-block{grid-template-columns:150px minmax(0,1fr);justify-items:start}.qr-block img{width:150px}.qr-block div{text-align:left;align-self:center}}@media (width<=820px){.site-header,.hero,.status-line,.projects-section{width:min(100% - 28px,1180px)}.site-header{flex-direction:column;justify-content:center;align-items:flex-start;padding:14px 0}.hero{padding:32px 0 28px}.hero h1{font-size:38px}.hero__copy>p:last-child{font-size:16px}.hero__summary,.demo-steps,.primary-links{grid-template-columns:1fr}.project-card{grid-template-columns:1fr;padding:14px}.project-card h3{font-size:27px}.qr-block{grid-template-columns:1fr;justify-items:center}.qr-block div{text-align:center}}
