:root {
  --bg: #0b1220;
  --card: #0f1a2d;
  --muted: #94a3b8;
  --text: #e2e8f0;
  --accent: #38bdf8;
  --accent2: #22c55e;
  --border: #1e293b;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% -10%, #0f1b34, var(--bg));
  color: var(--text);
}

a { color:#93c5fd; text-decoration:none; }
a:hover { text-decoration: underline; }
.topbar {
  padding: 24px 20px;
  border-bottom: 1px solid var(--border);
  background: #0b1324;
  display:flex; align-items:center; gap:16px; flex-wrap:wrap;
}
.brand { font-size: 22px; font-weight: 700; }
.tagline { color: var(--muted); margin-top: 4px; flex:1; }
.lang { display:flex; gap:6px; }
.lang button { padding:6px 10px; border-radius:8px; border:1px solid var(--border); background:#111c36; color:var(--text); cursor:pointer; }
.container { max-width: 1100px; margin: 0 auto; padding: 20px; }
.hero { display:flex; gap: 24px; flex-wrap: wrap; align-items:center; margin-bottom: 18px; }
.hero h1 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 32px); }
.hero-cta { display:flex; gap:10px; align-items:center; margin-top:10px; flex-wrap:wrap; }
.btn { display:inline-block; padding:10px 14px; border-radius:10px; background: linear-gradient(135deg, var(--accent), #60a5fa); color:#0b1222; font-weight:700; text-decoration:none; }
.subscribe { display:flex; gap: 8px; flex-wrap: wrap; background: var(--card); border:1px solid var(--border); padding:12px; border-radius:12px; width: 100%; }
.subscribe input { flex:1 1 220px; padding:10px; border-radius:10px; border:1px solid var(--border); background:#0f1b34; color:var(--text); }
.subscribe button { padding:10px 14px; border-radius:10px; border:1px solid var(--border); background: var(--accent); color:#0b1222; font-weight:700; cursor:pointer; }
.small { font-size: 12px; }
.filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  border: 1px solid var(--border);
  padding: 14px;
  border-radius: 12px;
  background: var(--card);
}
.filter-group label { display:block; font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.search-row { display:flex; gap:8px; }
.search-row input { flex: 1; }
.search-row button,
.filter-actions button {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #111c36;
  color: var(--text);
  cursor: pointer;
}
.filter-group input, .filter-group select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #0f1b34;
  color: var(--text);
}
.filter-actions { display:flex; align-items:flex-end; }
.filter-actions button {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #111c36;
  color: var(--text);
  cursor: pointer;
}
.cta-band { margin-top:14px; display:flex; justify-content:space-between; align-items:center; gap:10px; padding:12px 14px; border:1px solid var(--border); background:#0b223d; border-radius:12px; }
.cta-band button { padding:8px 12px; border-radius:10px; border:1px solid var(--border); background:var(--accent); color:#0b1222; font-weight:700; cursor:pointer; }
.cards { margin-top: 18px; }
.cards-header { display:flex; justify-content: space-between; align-items:center; }
.card-list { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 12px; }
.card {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #0f1b34, var(--card));
  border-radius: 14px;
  padding: 14px;
  display:flex; flex-direction: column; gap: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.card h3 { margin: 0; font-size: 16px; }
.card .meta { color: var(--muted); font-size: 12px; }
.badge { display:inline-block; padding: 4px 8px; border-radius: 999px; background:#0b223d; color:#7dd3fc; font-size: 11px; margin-right: 6px; }
.badge.soon { background:#3b1d1d; color:#fca5a5; }
.cta { margin-top: auto; display:flex; gap: 10px; }
.cta a {
  text-decoration: none;
  color: var(--bg);
  background: var(--accent);
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 600;
  text-align:center;
}
.card .meta a { color: #93c5fd; text-decoration: none; }
.card .meta a:hover { text-decoration: underline; }
.share, .pricing { margin-top: 24px; border:1px solid var(--border); padding:14px; border-radius:12px; background: var(--card); }
.pricing a { color:#93c5fd; text-decoration:none; }
.pricing a:hover { text-decoration: underline; }
.share-actions { display:flex; gap:8px; flex-wrap:wrap; }
.share-actions input { flex:1; min-width:240px; padding:10px; border-radius:10px; border:1px solid var(--border); background:#0f1b34; color:var(--text); }
.share-actions button { padding:10px 12px; border-radius:10px; border:1px solid var(--border); background:#111c36; color:var(--text); cursor:pointer; }
.price-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:12px; }
.price-card { border:1px solid var(--border); padding:12px; border-radius:12px; background:#0f1b34; }
.price-card.highlight { border-color:#38bdf8; box-shadow:0 0 0 1px #38bdf8 inset; }
.price { font-size:20px; font-weight:700; margin-top:6px; }
.price-card button { margin-top:8px; padding:8px 10px; border-radius:10px; border:1px solid var(--border); background:var(--accent); color:#0b1222; font-weight:700; }
.muted { color: var(--muted); }
.sticky-cta { position: sticky; bottom: 0; display:flex; gap:10px; justify-content:center; padding:10px; background:#0b1324; border-top:1px solid var(--border); }
.sticky-cta a, .sticky-cta button { padding:8px 12px; border-radius:10px; border:1px solid var(--border); background:#111c36; color:var(--text); text-decoration:none; cursor:pointer; }
.footer { padding: 18px; text-align:center; color: var(--muted); border-top:1px solid var(--border); margin-top: 30px; }

@media (max-width: 640px) {
  .topbar { padding: 18px 16px; }
  .container { padding: 16px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .card-list { grid-template-columns: 1fr; }
  .subscribe { gap: 10px; }
  .subscribe button { width: 100%; }
}

@media (max-width: 420px) {
  .filters { grid-template-columns: 1fr; }
}
