:root {
  --bg: #eef7ff;
  --ink: #10213a;
  --muted: #63758f;
  --blue: #2563eb;
  --cyan: #0ea5e9;
  --sky: #e0f2fe;
  --line: #d8e8f8;
  --card: rgba(255,255,255,.9);
  --shadow: 0 24px 70px rgba(37,99,235,.14);
  --r: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; color: var(--ink); background: radial-gradient(circle at 18% 8%, rgba(14,165,233,.22), transparent 28rem), radial-gradient(circle at 82% 14%, rgba(37,99,235,.18), transparent 28rem), linear-gradient(180deg, #fff 0%, var(--bg) 58%, #f8fbff 100%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; }
.logo { width: 44px; height: 44px; border-radius: 18px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: var(--shadow); }
.links { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 14px; }
.links a, .lang { padding: 10px 13px; border-radius: 999px; border: 1px solid transparent; }
.links a:hover, .links .active { color: var(--blue); background: var(--sky); border-color: #c9e6fb; }
.lang { color: var(--blue); border-color: var(--line); background: white; }
.hero { position: relative; padding: 88px 0 66px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 34px 8% auto auto; width: 420px; height: 240px; border-radius: 999px; background: rgba(255,255,255,.58); box-shadow: -120px 58px 0 10px rgba(255,255,255,.5), 90px 86px 0 0 rgba(255,255,255,.42), 0 28px 80px rgba(37,99,235,.16); }
.hero-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.eyebrow span, .tag { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--blue); background: white; border: 1px solid var(--line); font-size: 13px; font-weight: 900; box-shadow: 0 10px 30px rgba(37,99,235,.08); }
h1, h2, h3 { margin: 0; letter-spacing: -.04em; }
h1 { font-size: clamp(42px, 7.2vw, 88px); line-height: .98; max-width: 940px; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.08; margin: 14px 0; }
h3 { font-size: 20px; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.8; }
.lead { max-width: 720px; font-size: 18px; margin: 24px 0; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 900; color: white; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 14px 34px rgba(37,99,235,.18); }
.btn-soft { color: var(--blue); background: white; border: 1px solid var(--line); box-shadow: none; }
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.trust div, .card, .step, .faq-item, .codebox, .visual-card { border: 1px solid var(--line); border-radius: var(--r); background: var(--card); box-shadow: var(--shadow); }
.trust div { padding: 16px; }
.trust b { display: block; color: var(--blue); font-size: 22px; }
.trust span { color: var(--muted); font-size: 13px; }
.device { position: relative; padding: 16px; border-radius: 36px; border: 1px solid #fff; background: linear-gradient(145deg, #fff, #e9f6ff); box-shadow: var(--shadow); overflow: hidden; }
.device::before { content: "CLOUD ROUTE"; position: absolute; right: 24px; top: 24px; z-index: 2; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.82); color: var(--blue); border: 1px solid var(--line); font-size: 12px; font-weight: 900; }
.device img { border-radius: 26px; aspect-ratio: 4 / 5; object-fit: cover; }
section { padding: 74px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-head p { max-width: 560px; margin: 0; }
.grid { display: grid; gap: 18px; }
.platforms { grid-template-columns: repeat(5, 1fr); }
.cards, .compat, .reco-grid, .use-grid { grid-template-columns: repeat(3, 1fr); }
.steps { grid-template-columns: repeat(3, 1fr); counter-reset: step; }
.faq { grid-template-columns: repeat(2, 1fr); }
.card, .step, .faq-item { padding: 24px; }
.icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 17px; color: white; font-weight: 900; background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.meta span { color: var(--muted); font-size: 12px; border-radius: 999px; background: #eef6ff; padding: 7px 10px; }
.codebox { padding: 24px; font-family: Consolas, "Courier New", monospace; color: #1e4fb7; line-height: 1.9; }
.checklist { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 18px; }
.checklist span { border: 1px solid var(--line); border-radius: 16px; padding: 14px; color: var(--muted); background: white; }
.visual-card { padding: 16px; overflow: hidden; }
.visual-card img, .reco img { width: 100%; object-fit: cover; border-radius: 20px; }
.reco img { height: 190px; margin-bottom: 18px; }
.step::before { counter-increment: step; content: "Cloud " counter(step); display: inline-flex; padding: 8px 12px; border-radius: 999px; color: white; background: var(--blue); font-size: 12px; font-weight: 900; margin-bottom: 16px; }
.cta-box { text-align: center; border-radius: 36px; padding: 48px; border: 1px solid #fff; background: linear-gradient(135deg, #fff, #e7f5ff); box-shadow: var(--shadow); }
.footer { padding: 36px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 18px; }
.footer b { color: var(--ink); display: block; margin-bottom: 10px; }
@media (max-width: 900px) { .nav { flex-direction: column; align-items: flex-start; padding: 16px 0; } .hero-grid, .split, .platforms, .cards, .compat, .reco-grid, .use-grid, .steps, .faq, .checklist, .footer-grid { grid-template-columns: 1fr; } .section-head { display: block; } }
