/* Urban VPN Clone - Shared Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Top bar */
.topbar {
  background: #0e0e10;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}
.topbar .container { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.topbar span b { color: #ff2d6f; font-weight: 600; }
.topbar .hide-ip {
  background: #ff2d6f; color: #fff; padding: 6px 14px; border-radius: 20px; font-weight: 600;
}

/* Header */
.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky; top: 0; z-index: 50;
}
.header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.logo { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; }
.logo .u { color: #ff2d6f; }
.logo .v { color: #1a1a2e; font-weight: 400; }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { font-size: 15px; font-weight: 500; color: #333; transition: color .2s; }
.nav a:hover, .nav a.active { color: #ff2d6f; }
.nav .signin {
  padding: 8px 18px; border: 1.5px solid #1a1a2e; border-radius: 20px; font-weight: 600;
}
.nav .lang { font-size: 13px; padding: 6px 10px; border: 1px solid #ddd; border-radius: 12px; }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 32px; border-radius: 30px;
  font-weight: 700; font-size: 16px; transition: transform .15s, box-shadow .2s;
  cursor: pointer; border: none;
}
.btn-primary { background: #ff2d6f; color: #fff; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,45,111,.35); }
.btn-dark { background: #1a1a2e; color: #fff; }
.btn-dark:hover { transform: translateY(-2px); }
.btn-outline { border: 2px solid #1a1a2e; color: #1a1a2e; background: #fff; }

/* Adblocker strip */
.adblock-strip {
  margin: 24px auto; max-width: 1150px; background: #fff; border: 1px solid #eee;
  border-radius: 12px; padding: 14px 24px; display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap; font-size: 15px; box-shadow: 0 2px 8px rgba(0,0,0,.03);
}
.adblock-strip a { color: #ff2d6f; font-weight: 700; }

/* Hero */
.hero {
  background: linear-gradient(135deg, #ffe6ee 0%, #e6ecff 100%);
  padding: 60px 0 80px;
}
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hero h1 { font-size: 52px; line-height: 1.1; font-weight: 800; letter-spacing: -1px; }
.hero h1 em { font-style: normal; color: #ff2d6f; }
.hero p.lead { margin-top: 20px; font-size: 18px; color: #444; }
.hero .cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero .trust { margin-top: 32px; display: flex; align-items: center; gap: 14px; font-size: 14px; color: #555; }
.stars { color: #f5a623; letter-spacing: 2px; font-size: 20px; }
.hero-img { text-align: center; }

/* Sections */
section { padding: 70px 0; }
.section-title { font-size: 40px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15; }
.section-sub { font-size: 17px; color: #555; margin-bottom: 40px; max-width: 800px; }
.eyebrow { color: #ff2d6f; font-weight: 700; letter-spacing: 1.5px; font-size: 13px; text-transform: uppercase; margin-bottom: 12px; }

/* Locations */
.locations { background: #fafafa; }
.locations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 18px; margin-top: 30px; }
.loc-item {
  background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 14px;
  text-align: center; font-size: 14px; transition: transform .15s, border-color .2s;
}
.loc-item:hover { transform: translateY(-3px); border-color: #ff2d6f; }
.loc-item .flag { font-size: 28px; margin-bottom: 6px; }
.region-title { color: #ff2d6f; font-weight: 700; font-size: 18px; margin: 30px 0 14px; }

/* Features grid */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature {
  background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 32px 26px;
  transition: transform .2s, box-shadow .2s;
}
.feature:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.feature .icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, #ff2d6f, #ff7aa8);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 18px;
}
.feature h3 { font-size: 20px; margin-bottom: 8px; }
.feature p { color: #555; font-size: 15px; }

/* Split showcase */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.reverse .split-text { order: 2; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.plan {
  background: #fff; border: 2px solid #eee; border-radius: 20px; padding: 36px 28px;
  text-align: center; position: relative;
}
.plan.popular { border-color: #ff2d6f; transform: scale(1.03); }
.plan .tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: #ff2d6f; color: #fff; padding: 4px 14px; border-radius: 12px;
  font-size: 12px; font-weight: 700;
}
.plan h3 { font-size: 22px; margin-bottom: 6px; }
.plan .price { font-size: 48px; font-weight: 800; margin: 18px 0 4px; }
.plan .price small { font-size: 16px; font-weight: 500; color: #777; }
.plan .period { color: #777; margin-bottom: 24px; font-size: 14px; }
.plan ul { list-style: none; text-align: left; margin: 24px 0; }
.plan li { padding: 8px 0; padding-left: 26px; position: relative; font-size: 15px; }
.plan li::before {
  content: "✓"; position: absolute; left: 0; color: #ff2d6f; font-weight: 800;
}

/* Download */
.downloads-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }
.dl-card {
  background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 32px 24px;
  text-align: center; transition: transform .2s, border-color .2s;
}
.dl-card:hover { transform: translateY(-4px); border-color: #ff2d6f; }
.dl-card .platform-icon { font-size: 48px; margin-bottom: 14px; }
.dl-card h3 { font-size: 18px; margin-bottom: 6px; }
.dl-card p { font-size: 13px; color: #777; margin-bottom: 16px; }

/* FAQ */
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px 24px;
  margin-bottom: 12px;
}
.faq summary { font-weight: 600; cursor: pointer; font-size: 17px; }
.faq details[open] summary { color: #ff2d6f; }
.faq p { margin-top: 12px; color: #555; }

/* CTA banner */
.cta-banner {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 100%);
  color: #fff; text-align: center; padding: 70px 24px; border-radius: 24px;
  margin: 60px auto; max-width: 1150px;
}
.cta-banner h2 { font-size: 36px; margin-bottom: 14px; }
.cta-banner p { opacity: .85; margin-bottom: 26px; }

/* Footer */
.footer { background: #0e0e10; color: #ccc; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer h4 { color: #fff; margin-bottom: 16px; font-size: 15px; }
.footer ul { list-style: none; }
.footer li { padding: 5px 0; font-size: 14px; }
.footer li a:hover { color: #ff2d6f; }
.footer .brand p { font-size: 14px; margin-top: 12px; max-width: 300px; }
.footer-bottom {
  border-top: 1px solid #222; margin-top: 40px; padding-top: 20px;
  text-align: center; font-size: 13px; color: #888;
}

/* Responsive */
@media (max-width: 900px) {
  .hero .container, .split { grid-template-columns: 1fr; }
  .hero h1 { font-size: 36px; }
  .section-title { font-size: 30px; }
  .features, .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .plan.popular { transform: none; }
}
