/* Static replica skin from 参考/快连 VPN - 永远能连上的VPN.html (letsvpn.world) */
:root {
  --lw-gradient: linear-gradient(315deg, #eb4eb1, #9257f9 50%, #3150ed);
  --lw-header-gradient: linear-gradient(284deg, #cc5ce8 10%, #3150ed);
  --lw-text: #333;
  --lw-muted: #747d87;
  --lw-white: #fff;
  --lw-bg: #f7f7f7;
  --lw-max: 1200px;
}

* { box-sizing: border-box; }
body.lw-body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  background: var(--lw-bg);
  color: var(--lw-text);
  -webkit-font-smoothing: antialiased;
}

.lw-wrapper { position: relative; overflow: hidden; background: var(--lw-gradient); }
.lw-bg { position: absolute; inset: 0 0 auto; height: 820px; pointer-events: none; }
.lw-bg .circle { position: absolute; border-radius: 50%; }
.lw-bg .c1 { width: 48px; height: 48px; top: 53%; right: 48%; background: #443ee4; opacity: .5; }
.lw-bg .c2 { width: 48px; height: 48px; top: 48%; right: 6%; background: var(--lw-gradient); }
.lw-bg .c3 { width: 126px; height: 126px; top: 18%; right: 8%; background: #8956f7; }
.lw-bg .c4 { width: 514px; height: 480px; top: 55%; left: 46%; opacity: .05; background: #fff; }
.lw-bg .c5 { width: 30px; height: 30px; top: 75%; left: 30%; background: #6b86fd; opacity: .3; }
.lw-wave {
  position: absolute; left: 0; right: 0; bottom: -2px; width: 100%; height: 280px;
  display: block;
}
.lw-wave path { fill: #f8faff; }

.lw-badge {
  position: relative; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  gap: 10px; padding: 10px 16px;
  background: rgba(0,0,0,.7); color: #fff; font-size: 14px;
}
.lw-badge img { width: 24px; height: 24px; }

.lw-header {
  position: relative; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 48px;
  background: var(--lw-header-gradient);
}
.lw-header .brand img { height: 34px; width: auto; display: block; }
.lw-header nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.lw-header nav a {
  color: #c692e9; text-decoration: none; font-size: 14px; padding: 6px 12px;
}
.lw-header nav a:hover, .lw-header nav a.is-active { color: #fff; }
.lw-header .nav-cta {
  border: 1px solid rgba(255,255,255,.15); border-radius: 20px;
  padding: 6px 14px; color: #f6f6f6 !important; display: inline-flex; align-items: center; gap: 8px;
}
.lw-header .nav-cta:hover { background: rgba(255,255,255,.15); }

.lw-hero {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  max-width: 1280px; margin: 0 auto; padding: 72px 48px 120px;
  align-items: center;
}
.lw-hero-copy { color: #fff; text-align: center; }
.lw-hero-copy h1 {
  margin: 0 0 16px; font-size: 48px; font-weight: 700; letter-spacing: .04em;
}
.lw-hero-copy .cert {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 15px; margin-bottom: 28px; opacity: .95;
}
.lw-hero-copy .cert img { width: 22px; height: 22px; }
.lw-stats {
  display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
  list-style: none; margin: 0 0 36px; padding: 0;
}
.lw-stats li {
  width: 108px; height: 108px; border: 3px solid #fff; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 13px; line-height: 1.3;
}
.lw-stats strong { display: block; font-weight: 700; line-height: 1.1; }
.lw-stats li:nth-child(1) strong { font-size: 34px; }
.lw-stats li:nth-child(2) strong { font-size: 28px; }
.lw-stats li:nth-child(3) strong { font-size: 24px; }
.lw-hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.lw-btn-down {
  min-width: 220px; padding: 14px 28px; border-radius: 40px;
  background: linear-gradient(180deg, #fff, #eee); color: #4853e3;
  font-weight: 700; font-size: 16px; text-decoration: none; display: inline-flex;
  align-items: center; justify-content: center; gap: 8px;
}
.lw-btn-down:hover { background: #f5f5f5; }
.lw-btn-outline {
  min-width: 160px; padding: 14px 24px; border-radius: 40px;
  border: 2px solid rgba(255,255,255,.35); color: #fff; text-decoration: none;
  font-weight: 600; font-size: 15px;
}
.lw-btn-outline:hover { background: rgba(255,255,255,.12); }
.lw-hero-visual img { width: 100%; max-width: 520px; display: block; margin: 0 auto; }

.lw-intro { background: #fff; padding: 72px 48px; }
.lw-intro-inner { max-width: var(--lw-max); margin: 0 auto; }
.lw-intro-item {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  min-height: 320px; margin-bottom: 72px;
}
.lw-intro-item:last-child { margin-bottom: 0; }
.lw-intro-item.reverse .lw-intro-text { order: 2; }
.lw-intro-item.reverse .lw-intro-img { order: 1; }
.lw-intro-text h2 { font-size: 34px; font-weight: 400; margin: 0 0 20px; color: #333; line-height: 1.35; }
.lw-intro-text p { font-size: 16px; line-height: 2; color: #333; opacity: .55; margin: 0; }
.lw-intro-img img { width: 100%; max-width: 420px; display: block; margin: 0 auto; }

.lw-reviews {
  background: #fff; padding: 72px 48px 88px; text-align: center;
}
.lw-reviews h2 { font-size: 34px; font-weight: 400; margin: 0 0 40px; color: #333; }
.lw-review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: var(--lw-max); margin: 0 auto;
}
.lw-review-card {
  background: #f7f9ff; border: 1px solid #eef2f6; border-radius: 16px;
  padding: 24px 20px; text-align: left;
}
.lw-review-stars { display: flex; gap: 4px; margin-bottom: 14px; }
.lw-review-stars img { width: 18px; height: 18px; }
.lw-review-card p { color: #697586; font-size: 14px; line-height: 1.65; margin: 0 0 18px; min-height: 88px; }
.lw-review-user { display: flex; align-items: center; gap: 12px; }
.lw-review-user img { width: 42px; height: 42px; border-radius: 50%; }
.lw-review-user strong { display: block; font-size: 13px; color: #202939; }
.lw-review-user span { font-size: 12px; color: #697586; }

.lw-download {
  background: #fff; padding: 24px 48px 88px; text-align: center;
}
.lw-download h2 { font-size: 34px; font-weight: 400; margin: 0 0 36px; }
.lw-download-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  max-width: var(--lw-max); margin: 0 auto;
}
.lw-download-item img { width: 100%; max-width: 180px; height: auto; margin: 0 auto 16px; display: block; }
.lw-download-item a {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 180px; padding: 12px 20px; border-radius: 28px;
  background: var(--lw-gradient); color: #fff; text-decoration: none; font-weight: 600; font-size: 14px;
}
.lw-download-item a:hover { opacity: .92; }

.lw-footer {
  background: #fff; border-top: 2px solid #d1dce4; padding: 40px 48px 48px;
}
.lw-footer-inner {
  max-width: var(--lw-max); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 32px;
}
.lw-footer-brand img { height: 30px; width: auto; }
.lw-footer-brand p { color: #747e8b; font-size: 13px; margin: 14px 0 0; line-height: 1.7; }
.lw-footer-links {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.lw-footer-links h3 { font-size: 15px; margin: 0 0 10px; text-align: left; }
.lw-footer-links a {
  display: block; color: #747e8b; opacity: .85; text-decoration: none;
  font-size: 13px; padding: 4px 0; text-align: left;
}
.lw-footer-links a:hover { opacity: 1; }
.lw-footer-social { display: flex; gap: 8px; margin-top: 14px; }
.lw-footer-social a { width: 28px; height: 28px; }
.lw-footer-social img { width: 28px; height: 28px; display: block; }

@media (max-width: 960px) {
  .lw-header { padding: 12px 16px; }
  .lw-hero { grid-template-columns: 1fr; padding: 40px 16px 80px; }
  .lw-hero-copy h1 { font-size: 34px; }
  .lw-intro { padding: 48px 16px; }
  .lw-intro-item, .lw-intro-item.reverse { grid-template-columns: 1fr; }
  .lw-intro-item.reverse .lw-intro-text, .lw-intro-item.reverse .lw-intro-img { order: unset; }
  .lw-review-grid { grid-template-columns: 1fr; }
  .lw-download-grid { grid-template-columns: repeat(2, 1fr); }
  .lw-footer-inner { grid-template-columns: 1fr; }
  .lw-footer-links { grid-template-columns: 1fr; }
}

/* ---- Inner pages (download / guide / blog / legal) ---- */
body.lw-inner { background: #f8faff; }
.lw-header-bar { position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 16px rgba(49, 80, 237, .15); }

.lw-page {
  max-width: var(--lw-max);
  margin: 0 auto;
  padding: 40px 24px 64px;
  background: #fff;
}
.lw-page h1 { font-size: clamp(1.6rem, 4vw, 2.1rem); margin: 0 0 1rem; color: #333; line-height: 1.3; }
.lw-page h2 { font-size: 1.35rem; margin: 2rem 0 0.75rem; color: #333; font-weight: 600; }
.lw-page p, .lw-page li { color: #697586; line-height: 1.85; }
.lw-page a { color: #3150ed; }
.lw-page ul, .lw-page ol { padding-left: 1.35rem; margin: 0.75rem 0 1rem; }
.lw-muted { color: #747e8b; font-size: 0.95rem; }

.lw-btn-primary {
  display: inline-block; padding: 12px 28px; border-radius: 28px;
  background: var(--lw-gradient); color: #fff !important; text-decoration: none; font-weight: 600;
}
.lw-btn-primary:hover { opacity: 0.92; }

.lw-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95rem; }
.lw-table th, .lw-table td { border: 1px solid #e5e7eb; padding: 10px 12px; text-align: left; }
.lw-table th { background: #f7f9ff; color: #333; }

.lw-download-page { padding-top: 48px; }
.lw-download-intro { text-align: center; margin-bottom: 32px; }
.lw-download-badge {
  display: inline-block; padding: 6px 16px; border-radius: 20px;
  background: #eef2ff; color: #3150ed; font-size: 0.85rem; font-weight: 600; margin-bottom: 12px;
}
.lw-download-intro h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); margin: 0 0 8px; color: #333; font-weight: 700; }
.lw-download-intro p { color: #747e8b; margin: 0; }
.lw-download-note { text-align: center; color: #747e8b; font-size: 0.95rem; margin-top: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }

.lw-blog-wrap { padding: 32px 0 56px; background: #fff; }
.lw-blog-wrap .lw-page { padding-top: 24px; padding-bottom: 48px; }
.lw-breadcrumb { font-size: 0.85rem; color: #747e8b; margin-bottom: 20px; }
.lw-breadcrumb a { color: #747e8b; text-decoration: none; }
.lw-breadcrumb a:hover { color: #3150ed; }
.lw-article-head { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #e5e7eb; }
.lw-article-head h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); line-height: 1.3; margin-bottom: 10px; }
.lw-meta { color: #747e8b; font-size: 0.9rem; }
.lw-article-body { max-width: 760px; font-size: 1rem; line-height: 1.85; color: #333; }
.lw-article-body h2 { font-size: 1.45rem; margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid #e5e7eb; }
.lw-article-body h3 { font-size: 1.12rem; margin: 24px 0 10px; color: #3150ed; }
.lw-article-body p { margin-bottom: 16px; color: #697586; }
.lw-article-body ul, .lw-article-body ol { margin: 12px 0 20px 1.4rem; color: #697586; }
.lw-article-body a { color: #3150ed; text-decoration: underline; text-underline-offset: 2px; }
.lw-article-body table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.92rem; }
.lw-article-body th, .lw-article-body td { padding: 10px 12px; border: 1px solid #e5e7eb; text-align: left; }
.lw-article-body th { background: #f7f9ff; }
.lw-article-faq { margin-top: 40px; max-width: 760px; }
.lw-article-faq details { background: #f7f9ff; border: 1px solid #eef2f6; border-radius: 10px; padding: 14px 16px; margin: 10px 0; }
.lw-article-faq summary { cursor: pointer; font-weight: 600; color: #333; }
.lw-article-cta {
  margin: 32px 0; padding: 28px; background: #f7f9ff; border: 1px solid #eef2f6;
  border-radius: 12px; text-align: center; max-width: 760px;
}
.lw-article-cta a { display: inline-block; padding: 0.75rem 1.5rem; background: var(--lw-gradient); color: #fff !important; border-radius: 28px; text-decoration: none; font-weight: 600; }
