*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  background:radial-gradient(circle at top,#e0edff,#f9fafb);
  color:#0f172a;
  min-height:100vh;
  display:flex;
  justify-content:center;
  padding:24px 12px;
}
.page{
  width:100%;
  max-width:1100px;
  background:linear-gradient(145deg,#ffffff,#f3f6ff);
  border-radius:32px;
  box-shadow:0 24px 60px rgba(15,23,42,.14);
  border:1px solid rgba(209,213,219,.9);
  padding:22px 24px 26px;
}
header{
  margin-bottom:18px;
}
.logo-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
}
.logo-left{
  display:flex;
  align-items:center;
  gap:10px;
}
.logo-icon{
  width:40px;height:40px;border-radius:16px;
  background:radial-gradient(circle at 20% 20%,#60a5fa,#2563eb);
  display:flex;align-items:center;justify-content:center;
  color:#eff6ff;font-weight:800;font-size:19px;
  box-shadow:0 14px 32px rgba(37,99,235,.55);
}
.logo-text-main{font-weight:700;font-size:18px;letter-spacing:-.02em}
.logo-pill{
  padding:6px 12px;border-radius:999px;
  background:#e0f2fe;color:#0369a1;font-size:11px;
}
.hero{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr);
  gap:18px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  border-radius:26px;
  padding:18px 20px;
  color:#eff6ff;
  margin-bottom:20px;
}
.hero-title{font-size:20px;font-weight:700;margin-bottom:8px}
.hero-steps{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;font-size:11px}
.hero-step{
  padding:4px 9px;border-radius:999px;
  background:rgba(15,23,42,.25);
  border:1px solid rgba(191,219,254,.6);
}
.hero-text{font-size:12px;opacity:.95}
.hero-right{
  border-radius:20px;
  background:rgba(15,23,42,.18);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:600;
}
.hero-label{letter-spacing:.14em}
.section-title{font-size:15px;font-weight:600;margin-bottom:4px}
.section-sub{font-size:11px;color:#64748b;margin-bottom:12px}
.grid-devices{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:14px;
}
.card{
  background:#ffffff;border-radius:22px;
  border:1px solid #e2e8f0;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  padding:10px 10px 12px;
  display:flex;flex-direction:column;gap:6px;
  text-decoration:none;color:inherit;
  transition:.15s ease-out;
}
.card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 50px rgba(129,140,248,.35);
  border-color:#c7d2fe;
}
.card-img{
  width:100%;
  border-radius:18px;
  display:block;
  margin-bottom:4px;
}
.card-tag{
  font-size:12px;font-weight:600;color:#0f172a;
}
.card-sub{font-size:11px;color:#6b7280}
.badge-soft{
  display:inline-flex;
  padding:4px 8px;border-radius:999px;
  background:#eef2ff;font-size:11px;color:#475569;
  margin-top:2px;
}
.breadcrumbs{
  font-size:11px;color:#6b7280;margin-bottom:8px;
}
.breadcrumbs span{margin:0 4px}
.back-link{
  display:inline-block;
  font-size:11px;
  color:#2563eb;
  text-decoration:none;
  margin-bottom:6px;
}
.app-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:14px;
  margin-top:8px;
}
.app-card{
  background:#ffffff;border-radius:22px;
  border:1px solid #e2e8f0;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  padding:12px 12px 13px;
  text-decoration:none;color:inherit;
  transition:.15s ease-out;
  display:flex;flex-direction:column;gap:6px;
}
.app-card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 50px rgba(129,140,248,.35);
  border-color:#c7d2fe;
}
.app-header{display:flex;align-items:center;gap:10px}
.app-logo{
  width:40px;height:40px;border-radius:14px;
  background:#1d4ed8;color:white;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:16px;
}
.app-title{font-size:14px;font-weight:600}
.app-sub{font-size:11px;color:#64748b}
.app-foot{font-size:11px;color:#94a3b8}
.layout-two{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:16px;
  margin-top:10px;
}
.card-main,.side-card{
  background:#ffffff;border-radius:24px;
  border:1px solid #e2e8f0;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  padding:14px 14px 16px;
}
.steps-title{font-size:14px;font-weight:600;margin-bottom:6px}
.steps-list{list-style:none;display:grid;gap:6px;font-size:12px;color:#475569;margin-top:6px}
.steps-item{display:flex;gap:6px}
.steps-num{
  width:18px;height:18px;border-radius:999px;
  background:#e0edff;color:#1d4ed8;
  font-size:11px;display:flex;align-items:center;justify-content:center;
  font-weight:600;flex-shrink:0;margin-top:2px;
}
.side-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.side-title{font-size:13px;font-weight:600}
.side-sub{font-size:11px;color:#6b7280;margin-top:4px}
.side-img{
  border-radius:18px;
  background:#e5edff;
  margin-top:6px;
  padding:14px;
}
.side-device{
  width:100%;height:150px;border-radius:22px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  position:relative;box-shadow:0 18px 40px rgba(15,23,42,.35);
  display:flex;align-items:center;justify-content:center;
  color:#eff6ff;font-weight:600;font-size:14px;letter-spacing:.14em;
}
.badge-app{
  display:inline-flex;align-items:center;
  padding:4px 8px;border-radius:999px;
  background:#eef2ff;color:#1d4ed8;font-size:11px;
  margin-top:4px;
}
.badge-dot{width:8px;height:8px;border-radius:999px;background:#2563eb;margin-right:6px;}
footer{margin-top:16px;font-size:10px;color:#9ca3af;text-align:center}
@media(max-width:780px){
  body{padding:16px 6px}
  .page{padding:18px 14px 20px;border-radius:26px}
  .hero{grid-template-columns:minmax(0,1fr);}
  .layout-two{grid-template-columns:minmax(0,1fr);}
}
