:root{
  --deviceswitch-cream:#f6f2e9;
  --deviceswitch-ink:#18352d;
  --deviceswitch-blue:#5567d8;
  --deviceswitch-green:#68d8a0;
  --deviceswitch-orange:#e88b5a;
  --deviceswitch-white:#ffffff;
  --deviceswitch-line:#d9d1c4;
  --deviceswitch-muted:#5f685f;
  --deviceswitch-shadow:0 28px 80px rgba(24,53,45,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.deviceswitch-page{
  margin:0;
  min-height:100vh;
  padding-bottom:92px;
  overflow-x:hidden;
  font-family:"Segoe UI","Microsoft YaHei",sans-serif;
  color:var(--deviceswitch-ink);
  background:
    radial-gradient(circle at top left, rgba(88,194,125,.16), transparent 22%),
    linear-gradient(180deg,#f6f2e9 0%,#f6f2e9 35%,#ffffff 35%,#ffffff 100%);
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.deviceswitch-header,
.deviceswitch-hero,
.deviceswitch-section,
.deviceswitch-footer{
  width:min(1180px, calc(100% - 32px));
  margin-left:auto;
  margin-right:auto;
}
.deviceswitch-header{
  position:sticky;
  top:12px;
  z-index:20;
  margin-top:16px;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(24,53,45,.08);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  box-shadow:var(--deviceswitch-shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.deviceswitch-brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.deviceswitch-brand span{
  width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,var(--deviceswitch-ink),var(--deviceswitch-blue));
  font-weight:900;
}
.deviceswitch-brand strong,
.deviceswitch-brand em{display:block;line-height:1.1}
.deviceswitch-brand em{font-style:normal;color:var(--deviceswitch-muted);font-size:12px}
.deviceswitch-nav{
  display:flex;
  align-items:center;
  gap:8px;
}
.deviceswitch-nav a,
.deviceswitch-nav-cta,
.deviceswitch-old-pills button,
.deviceswitch-flow a,
.deviceswitch-section > a,
.deviceswitch-footer a,
.deviceswitch-fixed button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}
.deviceswitch-nav a,
.deviceswitch-old-pills button,
.deviceswitch-fixed button{
  background:#fff;
  border:1px solid var(--deviceswitch-line);
}
.deviceswitch-nav-cta,
.deviceswitch-flow a,
.deviceswitch-section > a,
.deviceswitch-footer a{
  background:var(--deviceswitch-green);
  color:#103225;
}
.deviceswitch-menu{
  display:none;
  width:44px;
  height:42px;
  padding:0;
  border:0;
  border-radius:12px;
  background:var(--deviceswitch-ink);
  cursor:pointer;
}
.deviceswitch-menu i{
  display:block;
  width:18px;
  height:2px;
  margin:5px auto;
  border-radius:2px;
  background:#fff;
}
.deviceswitch-hero{
  margin-top:34px;
  display:grid;
  grid-template-columns:.9fr 1.2fr .95fr;
  gap:18px;
  align-items:stretch;
}
.deviceswitch-old,
.deviceswitch-hub,
.deviceswitch-new,
.deviceswitch-section,
.deviceswitch-footer{
  box-shadow:var(--deviceswitch-shadow);
}
.deviceswitch-old{
  border:1px solid var(--deviceswitch-line);
  border-radius:30px;
  padding:26px;
  background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
}
.deviceswitch-old p,
.deviceswitch-hub-top p,
.deviceswitch-section-head p,
.deviceswitch-final p{
  margin:0 0 12px;
  color:var(--deviceswitch-orange);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.deviceswitch-old h1{
  margin:0;
  font-size:clamp(38px, 5vw, 66px);
  line-height:1.02;
  letter-spacing:-.07em;
}
.deviceswitch-old span{
  display:block;
  margin-top:16px;
  color:var(--deviceswitch-muted);
  line-height:1.8;
}
.deviceswitch-old-pills{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.deviceswitch-old-pills button.is-active{
  background:var(--deviceswitch-ink);
  color:#fff;
  border-color:transparent;
}
.deviceswitch-old-note{
  margin-top:18px;
  padding:14px 16px;
  border-radius:18px;
  background:#f1f7f4;
  color:var(--deviceswitch-ink);
  font-weight:700;
}
.deviceswitch-hub{
  border-radius:36px;
  padding:20px;
  background:
    radial-gradient(circle at top right, rgba(88,194,125,.18), transparent 24%),
    linear-gradient(180deg,#18352d 0%,#224c44 100%);
  color:#fff;
  display:grid;
  align-content:space-between;
}
.deviceswitch-hub-top{
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}
.deviceswitch-hub-top h2{
  margin:0;
  font-size:clamp(30px, 3.8vw, 50px);
  line-height:1.06;
  letter-spacing:-.05em;
}
.deviceswitch-hub-top span{
  display:block;
  margin-top:14px;
  color:#dce9df;
  line-height:1.8;
}
.deviceswitch-hub-core{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:18px;
}
.deviceswitch-core-card{
  flex:1;
  min-height:170px;
  border-radius:26px;
  padding:22px;
  background:#f7fbf9;
  color:var(--deviceswitch-ink);
}
.deviceswitch-core-card strong{
  display:block;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.deviceswitch-core-card p{
  margin:12px 0 0;
  color:var(--deviceswitch-muted);
  line-height:1.7;
}
.deviceswitch-core-cta{
  min-width:170px;
  min-height:170px;
  border-radius:30px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:18px;
  background:linear-gradient(135deg,var(--deviceswitch-green),#d7f8e8);
  color:#113325;
  font-weight:900;
  box-shadow:0 16px 30px rgba(104,216,160,.22);
}
.deviceswitch-hub-foot{
  margin-top:18px;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.1);
  color:#f0f7f1;
  font-weight:800;
}
.deviceswitch-new{
  border:1px solid var(--deviceswitch-line);
  border-radius:30px;
  padding:26px;
  background:linear-gradient(180deg,#fff 0%,#fbfaf8 100%);
}
.deviceswitch-new p{
  margin:0 0 14px;
  color:var(--deviceswitch-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.deviceswitch-new-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.deviceswitch-new-grid a{
  border:1px solid var(--deviceswitch-line);
  box-shadow:none;
}
.deviceswitch-new-grid a.is-active{
  outline:3px solid rgba(85,103,216,.15);
}
.deviceswitch-new-grid b,
.deviceswitch-new-grid span{
  display:block;
  line-height:1.1;
}
.deviceswitch-new-grid span{
  margin-top:8px;
  color:var(--deviceswitch-muted);
  font-size:13px;
}
.deviceswitch-new-android{
  min-height:164px;
  border-radius:28px;
  background:linear-gradient(135deg,#ecf4ff 0%,#fff 100%);
  align-items:flex-start;
  justify-content:flex-start;
  padding:22px;
}
.deviceswitch-new-iphone{
  min-height:138px;
  border-radius:24px;
  background:linear-gradient(135deg,#fff6ef 0%,#fff 100%);
  align-items:flex-start;
  justify-content:flex-end;
  padding:22px;
}
.deviceswitch-new-tablet{
  min-height:132px;
  border-radius:22px;
  background:linear-gradient(135deg,#f2fbf4 0%,#fff 100%);
  align-items:flex-end;
  justify-content:flex-start;
  padding:22px;
}
.deviceswitch-new-windows{
  min-height:182px;
  border-radius:32px;
  background:linear-gradient(135deg,#eef0ff 0%,#fff 100%);
  align-items:flex-end;
  justify-content:flex-end;
  padding:22px;
  grid-column:1 / -1;
}
.deviceswitch-new-note{
  margin-top:18px;
  padding:14px 16px;
  border-radius:18px;
  background:#edf5ef;
  color:var(--deviceswitch-ink);
  font-weight:700;
}
.deviceswitch-section{
  margin-top:24px;
  border-radius:30px;
  padding:32px;
  background:#fff;
  border:1px solid var(--deviceswitch-line);
}
.deviceswitch-section-head h2{
  margin:0;
  font-size:clamp(28px, 4vw, 44px);
  line-height:1.08;
  letter-spacing:-.05em;
}
.deviceswitch-chooser,
.deviceswitch-flow,
.deviceswitch-check-grid,
.deviceswitch-login-grid,
.deviceswitch-trouble-grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(4, minmax(0,1fr));
}
.deviceswitch-flow-android,
.deviceswitch-flow-iphone,
.deviceswitch-flow-tablet,
.deviceswitch-flow-windows{
  grid-template-columns:repeat(2, minmax(0,1fr));
}
.deviceswitch-chooser article,
.deviceswitch-flow article,
.deviceswitch-check-grid article,
.deviceswitch-login-grid article,
.deviceswitch-trouble-grid article,
.deviceswitch-faq-col details{
  border-radius:22px;
  border:1px solid var(--deviceswitch-line);
  background:#fafaf8;
  padding:22px;
}
.deviceswitch-chooser h3,
.deviceswitch-flow h3,
.deviceswitch-faq summary{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.14;
  letter-spacing:-.03em;
}
.deviceswitch-flow p,
.deviceswitch-chooser p,
.deviceswitch-check-grid p,
.deviceswitch-login-grid p,
.deviceswitch-trouble-grid p,
.deviceswitch-faq p,
.deviceswitch-footer a,
.deviceswitch-footer strong{
  color:var(--deviceswitch-muted);
  line-height:1.8;
}
.deviceswitch-section > a,
.deviceswitch-flow a{
  margin-top:14px;
  width:max-content;
}
.deviceswitch-check-grid,
.deviceswitch-login-grid,
.deviceswitch-trouble-grid{
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.deviceswitch-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.deviceswitch-faq-col{
  display:grid;
  gap:12px;
}
.deviceswitch-faq summary{
  cursor:pointer;
  list-style:none;
}
.deviceswitch-faq summary::-webkit-details-marker{display:none}
.deviceswitch-final{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:
    linear-gradient(135deg, rgba(104,216,160,.16), transparent 22%),
    #f4fff8;
}
.deviceswitch-footer{
  margin-top:24px;
  margin-bottom:20px;
  border-radius:28px;
  padding:24px 32px;
  background:#18352d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.deviceswitch-footer-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.deviceswitch-footer-list span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:700;
}
.deviceswitch-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(24,53,45,.96);
  display:none;
  gap:8px;
  box-shadow:0 18px 48px rgba(24,53,45,.3);
}
.deviceswitch-fixed button{flex:1;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.14)}
.deviceswitch-fixed button.is-active{background:var(--deviceswitch-green);color:#103225;border-color:transparent}

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

@media (max-width:640px){
  .deviceswitch-header,
  .deviceswitch-hero,
  .deviceswitch-section,
  .deviceswitch-footer{
    width:calc(100vw - 20px);
    max-width:calc(100vw - 20px);
  }
  .deviceswitch-old,
  .deviceswitch-hub,
  .deviceswitch-new,
  .deviceswitch-section,
  .deviceswitch-footer{
    border-radius:24px;
    padding:22px;
  }
  .deviceswitch-hub-core{
    flex-direction:column;
  }
  .deviceswitch-core-cta{
    width:100%;
    min-height:78px;
  }
  .deviceswitch-new-grid{
    grid-template-columns:1fr;
  }
  .deviceswitch-new-windows{
    grid-column:auto;
  }
  .deviceswitch-final,
  .deviceswitch-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .deviceswitch-section > a,
  .deviceswitch-flow a,
  .deviceswitch-final a,
  .deviceswitch-footer a{
    width:100%;
  }
  .deviceswitch-fixed{display:flex}
}
