.construction{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.construction *{box-sizing:border-box}.construction-wrap{max-width:1200px;min-height:100svh;margin:auto;padding:0 48px;display:flex;flex-direction:column}.construction-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px 0;border-bottom:1px solid var(--border);background:transparent}.construction-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text);font-size:17px;font-weight:650}.construction-brand small{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-top:4px}.construction-mark{display:grid;place-items:center;width:40px;height:40px;background:var(--accent);color:var(--accent-ink);border-radius:10px;font-size:21px}.construction-status{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted)}.construction-status>span{width:6px;height:6px;background:var(--accent);border-radius:50%}.construction-main{flex:1;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:44px;padding:85px 0}.construction-copy h1{font-size:clamp(36px,4.4vw,58px);line-height:1.13;letter-spacing:-2px;font-weight:600;margin:23px 0}.construction-description{max-width:450px;font-size:15px;line-height:1.85;color:var(--muted)}.construction-note{display:flex;gap:14px;align-items:center;margin-top:32px}.construction-note>span{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:50%;color:var(--accent);font-size:20px}.construction-note p{font-size:12px;color:var(--muted);margin:0;line-height:1.8}.construction-note strong{font-weight:500;color:var(--text)}.construction-art{position:relative;height:390px}.construction-orbit{position:absolute;width:320px;height:320px;max-width:100%;border:1px solid var(--border);border-radius:50%;top:30px;left:25px}.construction-module{position:absolute;width:228px;padding:22px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 12px 35px #26343e08;display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600}.module-number{font-size:10px;letter-spacing:1px;color:var(--accent);margin-bottom:12px}.module-detail{font-size:11px;color:var(--muted);font-weight:400}.module-clients{top:0;left:0;transform:rotate(-5deg)}.module-mail{top:90px;right:0;transform:rotate(5deg)}.module-crm{bottom:0;left:25px;width:240px}.module-lines{display:grid;gap:7px;margin-top:12px}.module-lines i{height:5px;width:85%;background:var(--surface-alt);border-radius:4px}.module-lines i:last-child{width:57%}.module-bars{height:45px;display:flex;align-items:flex-end;gap:8px;margin-top:10px}.module-bars i{flex:1;height:30%;background:var(--surface-alt);border-radius:3px}.module-bars i:nth-child(2){height:50%}.module-bars i:nth-child(3){height:45%}.module-bars i:nth-child(4){height:75%}.module-bars i:last-child{height:100%;background:var(--accent)}.construction-footer{display:flex;justify-content:space-between;gap:20px;padding:24px 0;border-top:1px solid var(--border);font-size:11px;color:var(--muted)}.construction-footer a{color:var(--link);text-decoration:none;font-weight:600}.construction-footer a:hover{text-decoration:underline}.construction a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}@media(max-width:800px){.construction-wrap{padding:0 24px}.construction-main{gap:48px;grid-template-columns:1fr;padding:55px 0}.construction-copy{max-width:530px}.construction-art{width:360px;max-width:100%;margin:auto;height:380px}.construction-copy h1{letter-spacing:-1.3px}.construction-footer{flex-wrap:wrap}.construction-header{padding:24px 0}}@media(max-width:380px){.construction-wrap{padding:0 18px}.construction-brand small{display:none}.construction-module{width:205px}.module-crm{width:220px;left:0}.construction-orbit{left:0}}