:root{
  --clientrestore-cream:#ecebe6;
  --clientrestore-ink:#1e2422;
  --clientrestore-orange:#e27b4d;
  --clientrestore-green:#58c27d;
  --clientrestore-line:#c7d2cc;
  --clientrestore-white:#ffffff;
  --clientrestore-muted:#65706b;
  --clientrestore-shadow:0 28px 80px rgba(30,36,34,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.clientrestore-page{
  margin:0;
  min-height:100vh;
  padding-bottom:92px;
  overflow-x:hidden;
  font-family:"Segoe UI","Microsoft YaHei",sans-serif;
  color:var(--clientrestore-ink);
  background:
    radial-gradient(circle at top left, rgba(88,194,125,.15), transparent 22%),
    linear-gradient(180deg,#ecebe6 0%,#ecebe6 34%,#fff 34%,#fff 100%);
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.clientrestore-header,
.clientrestore-hero,
.clientrestore-section,
.clientrestore-footer{
  width:min(1180px, calc(100% - 32px));
  margin-left:auto;
  margin-right:auto;
}
.clientrestore-header{
  position:sticky;
  top:12px;
  z-index:20;
  margin-top:16px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(30,36,34,.08);
  backdrop-filter:blur(16px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-shadow:var(--clientrestore-shadow);
}
.clientrestore-brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.clientrestore-brand span{
  width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--clientrestore-ink),#3f4946);
  color:#fff;
  font-weight:900;
}
.clientrestore-brand strong,
.clientrestore-brand em{display:block;line-height:1.1}
.clientrestore-brand em{font-style:normal;color:var(--clientrestore-muted);font-size:12px}
.clientrestore-nav{
  display:flex;
  align-items:center;
  gap:8px;
}
.clientrestore-nav a,
.clientrestore-nav-cta,
.clientrestore-section > a,
.clientrestore-footer a,
.clientrestore-fixed button,
.clientrestore-workbench-grid button,
.clientrestore-main-top a{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}
.clientrestore-nav a,
.clientrestore-workbench-grid button,
.clientrestore-fixed button{
  background:#fff;
  border:1px solid var(--clientrestore-line);
}
.clientrestore-nav-cta,
.clientrestore-section > a,
.clientrestore-footer a,
.clientrestore-main-top a{
  background:var(--clientrestore-green);
  color:#10251a;
}
.clientrestore-menu{
  display:none;
  width:44px;
  height:42px;
  padding:0;
  border:0;
  border-radius:12px;
  background:var(--clientrestore-ink);
  cursor:pointer;
}
.clientrestore-menu i{
  display:block;
  width:18px;
  height:2px;
  margin:5px auto;
  border-radius:2px;
  background:#fff;
}
.clientrestore-hero{
  margin-top:34px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  align-items:stretch;
}
.clientrestore-stage,
.clientrestore-edge,
.clientrestore-section,
.clientrestore-footer{
  box-shadow:var(--clientrestore-shadow);
}
.clientrestore-stage{
  border:1px solid var(--clientrestore-line);
  border-radius:34px;
  padding:22px;
  background:
    radial-gradient(circle at top right, rgba(88,194,125,.14), transparent 22%),
    linear-gradient(180deg,#fff 0%,#f8f8f4 100%);
}
.clientrestore-stage-top{
  padding:26px;
  border-radius:28px;
  background:linear-gradient(135deg,#f6f0e7 0%,#fff 100%);
  border:1px solid #e4d8cb;
}
.clientrestore-stage-top p,
.clientrestore-section-head p,
.clientrestore-final p{
  margin:0 0 12px;
  color:var(--clientrestore-orange);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.clientrestore-stage-top h1{
  margin:0;
  font-size:clamp(38px, 5.2vw, 68px);
  line-height:1.02;
  letter-spacing:-.07em;
}
.clientrestore-stage-top span{
  display:block;
  margin-top:16px;
  color:var(--clientrestore-muted);
  line-height:1.8;
}
.clientrestore-workbench{
  margin-top:18px;
  padding:18px;
  border-radius:30px;
  background:linear-gradient(180deg,#1e2422 0%,#26302c 100%);
  color:#fff;
}
.clientrestore-workbench-main{
  padding:24px;
  border-radius:28px;
  background:linear-gradient(135deg,#ffffff 0%,#f8fbf8 100%);
  color:var(--clientrestore-ink);
}
.clientrestore-main-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.clientrestore-main-top strong{
  font-size:24px;
  letter-spacing:-.04em;
}
.clientrestore-workbench-main p{
  margin:14px 0 0;
  color:var(--clientrestore-muted);
  line-height:1.7;
}
.clientrestore-workbench-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.clientrestore-workbench-grid button{
  min-height:104px;
  flex-direction:column;
  gap:8px;
  align-items:flex-start;
  justify-content:flex-start;
  padding:16px 18px;
  background:rgba(255,255,255,.06);
  color:#fff;
}
.clientrestore-workbench-grid button.is-active{
  background:var(--clientrestore-green);
  color:#11261a;
  border-color:transparent;
}
.clientrestore-workbench-grid b{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
}
.clientrestore-workbench-note{
  margin-top:14px;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  font-weight:800;
}
.clientrestore-edge{
  border:1px solid var(--clientrestore-line);
  border-radius:30px;
  padding:26px;
  background:linear-gradient(180deg,#fff 0%,#fafaf6 100%);
}
.clientrestore-edge p{
  margin:0 0 12px;
  color:var(--clientrestore-orange);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.clientrestore-edge a,
.clientrestore-edge-note{
  display:block;
  border-radius:22px;
  border:1px solid var(--clientrestore-line);
  padding:18px;
  margin-top:12px;
  background:#fff;
}
.clientrestore-edge strong,
.clientrestore-edge span{
  display:block;
}
.clientrestore-edge strong{
  font-size:22px;
  letter-spacing:-.04em;
}
.clientrestore-edge span{
  margin-top:8px;
  color:var(--clientrestore-muted);
}
.clientrestore-edge-android{
  border-left:8px solid var(--clientrestore-green);
}
.clientrestore-edge-ios{
  border-left:8px solid var(--clientrestore-orange);
}
.clientrestore-edge-windows{
  border-left:8px solid var(--clientrestore-ink);
}
.clientrestore-edge-note{
  background:#f4faf7;
  color:var(--clientrestore-ink);
  font-weight:700;
}
.clientrestore-section{
  margin-top:24px;
  border-radius:30px;
  padding:32px;
  background:#fff;
  border:1px solid var(--clientrestore-line);
}
.clientrestore-section-head h2{
  margin:0;
  font-size:clamp(28px, 4vw, 44px);
  line-height:1.08;
  letter-spacing:-.05em;
}
.clientrestore-grid,
.clientrestore-timeline{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(4, minmax(0,1fr));
}
.clientrestore-grid-2{grid-template-columns:repeat(2, minmax(0,1fr))}
.clientrestore-grid-3{grid-template-columns:repeat(3, minmax(0,1fr))}
.clientrestore-grid-strong article,
.clientrestore-grid article,
.clientrestore-timeline article,
.clientrestore-faq-col details{
  border-radius:22px;
  border:1px solid var(--clientrestore-line);
  background:#fafaf8;
  padding:22px;
}
.clientrestore-grid h3,
.clientrestore-timeline b,
.clientrestore-faq summary{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.14;
  letter-spacing:-.03em;
}
.clientrestore-grid p,
.clientrestore-timeline span,
.clientrestore-faq p,
.clientrestore-footer strong,
.clientrestore-footer a{
  color:var(--clientrestore-muted);
  line-height:1.8;
}
.clientrestore-grid-strong article:first-child{
  min-height:150px;
}
.clientrestore-grid-strong{
  grid-template-columns:repeat(4, minmax(0,1fr));
}
.clientrestore-timeline{
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.clientrestore-timeline article{
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.clientrestore-timeline b{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:none;
  background:var(--clientrestore-green);
  color:#103225;
}
.clientrestore-section > a{
  margin-top:14px;
  width:max-content;
}
.clientrestore-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.clientrestore-faq-col{
  display:grid;
  gap:12px;
}
.clientrestore-faq summary{
  cursor:pointer;
  list-style:none;
}
.clientrestore-faq summary::-webkit-details-marker{display:none}
.clientrestore-final{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:
    linear-gradient(135deg, rgba(88,194,125,.16), transparent 22%),
    #f4fff8;
}
.clientrestore-footer{
  margin-top:24px;
  margin-bottom:20px;
  border-radius:28px;
  padding:24px 32px;
  background:#1e2422;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.clientrestore-footer-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.clientrestore-footer-list span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:700;
}
.clientrestore-fixed{
  position:fixed;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  z-index:30;
  width:min(540px, calc(100vw - 24px));
  padding:8px;
  border-radius:18px;
  background:rgba(30,36,34,.96);
  display:none;
  gap:8px;
  box-shadow:0 18px 48px rgba(30,36,34,.3);
}
.clientrestore-fixed button{
  flex:1;
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
}
.clientrestore-fixed button.is-active{
  background:var(--clientrestore-green);
  color:#103225;
  border-color:transparent;
}

@media (max-width:980px){
  .clientrestore-menu{display:block}
  .clientrestore-nav{
    display:none;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    padding:10px;
    border-radius:18px;
    background:#fff;
    box-shadow:var(--clientrestore-shadow);
    flex-direction:column;
    align-items:stretch;
  }
  .clientrestore-header.is-open .clientrestore-nav{display:flex}
  .clientrestore-hero{
    grid-template-columns:1fr;
  }
  .clientrestore-grid,
  .clientrestore-timeline,
  .clientrestore-faq-grid{
    grid-template-columns:1fr;
  }
  .clientrestore-grid-strong{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:640px){
  .clientrestore-header,
  .clientrestore-hero,
  .clientrestore-section,
  .clientrestore-footer{
    width:calc(100vw - 20px);
    max-width:calc(100vw - 20px);
  }
  .clientrestore-stage,
  .clientrestore-edge,
  .clientrestore-section,
  .clientrestore-footer{
    border-radius:24px;
    padding:22px;
  }
  .clientrestore-workbench-grid,
  .clientrestore-grid-strong{
    grid-template-columns:1fr;
  }
  .clientrestore-final,
  .clientrestore-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .clientrestore-section > a,
  .clientrestore-final a,
  .clientrestore-footer a{
    width:100%;
  }
  .clientrestore-fixed{display:flex}
}
