:root {
  --bg: #0a0e1a;
  --bg-alt: #111827;
  --card: #1a2236;
  --border: #2a3548;
  --text: #f1f5f9;
  --muted: #94a3b8;
  --primary: #2563eb;
  --primary-h: #1d4ed8;
  --gold: #c9a227;
  --gold-h: #a67c00;
  --radius: 14px;
  --font: "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
code { background: var(--card); padding: 2px 8px; border-radius: 6px; font-size: 0.9em; }

.container { width: min(1120px, 92vw); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 14, 26, 0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: 1.2rem; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  display: grid; place-items: center; font-weight: 800; font-size: 14px;
}
.nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.nav a { color: var(--muted); font-size: 0.95rem; }
.nav a:hover { color: var(--text); text-decoration: none; }
.nav-toggle { display: none; background: var(--card); border: 1px solid var(--border); color: var(--text); padding: 8px 12px; border-radius: 8px; cursor: pointer; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 20px; border-radius: 10px; font-weight: 600; border: none; cursor: pointer;
  text-decoration: none; transition: transform 0.15s, background 0.15s;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--primary-h); color: #fff; }
.btn--ghost { background: transparent; border: 1px solid var(--border); color: var(--text); }
.btn--gold { background: linear-gradient(135deg, var(--gold), var(--gold-h)); color: #111; }
.btn--lg { padding: 14px 28px; font-size: 1.05rem; }
.btn--sm { padding: 8px 14px; font-size: 0.85rem; }

.trust-bar {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(17, 24, 39, 0.6);
  padding: 18px 0;
}
.trust-bar .container {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;
  font-size: 0.9rem; color: var(--muted);
}
.trust-bar strong { color: var(--text); margin-right: 6px; }

.hero { position: relative; padding: 80px 0 100px; overflow: hidden; }
.hero-glow {
  position: absolute; inset: -40% -20% auto; height: 70%;
  background: radial-gradient(ellipse at 30% 20%, rgba(37, 99, 235, 0.25), transparent 55%),
    radial-gradient(ellipse at 70% 10%, rgba(201, 162, 39, 0.12), transparent 50%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; }
.eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary); font-weight: 700; margin-bottom: 12px; }
.eyebrow--gold { color: var(--gold); }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.15; margin-bottom: 16px; }
.gradient { background: linear-gradient(90deg, #60a5fa, var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.lead { font-size: 1.1rem; color: var(--muted); max-width: 520px; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-stats { display: flex; gap: 32px; list-style: none; }
.hero-stats strong { display: block; font-size: 1.4rem; color: var(--gold); }
.hero-stats span { font-size: 0.8rem; color: var(--muted); }

.hero-visual { position: relative; min-height: 320px; }
.product-frame { position: absolute; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,0.45); }
.product-frame--desktop { width: 88%; right: 0; top: 0; padding: 8px; }
.product-frame--phone { width: 42%; left: 0; bottom: 0; padding: 6px; border-radius: 20px; }
.product-frame-bar { height: 8px; background: var(--border); border-radius: 4px; margin-bottom: 8px; width: 40%; }
.product-frame-screen { padding: 20px; min-height: 140px; }
.product-frame-screen--mobile { min-height: 100px; font-size: 0.85rem; }
.product-hint { color: var(--muted); font-size: 0.75rem; }
.hero-visual--product .product-panel__list { margin: 0; padding-left: 18px; font-size: 0.85rem; color: var(--muted); }
.hero-visual--product .product-panel__list li { margin: 4px 0; }
.hero-visual--product .product-panel__tag { color: var(--gold); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }

.section { padding: 72px 0; }
.section--alt { background: var(--bg-alt); }
.section--cta { padding: 48px 0; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 12px; }
.section-lead { color: var(--muted); max-width: 640px; margin-bottom: 40px; }

.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; transition: border-color 0.2s;
}
.card:hover { border-color: var(--primary); }
.card--gold { border-color: rgba(201, 162, 39, 0.4); }
.card-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.95rem; }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.feature { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.feature h4 { margin-bottom: 6px; font-size: 1rem; }
.feature p { color: var(--muted); font-size: 0.9rem; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.trust-card {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1), rgba(201, 162, 39, 0.04));
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px;
}
.trust-card h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}
.trust-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.empire-block { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.empire-list { list-style: none; }
.empire-list li { padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--muted); }
.empire-list li::before { content: "✓ "; color: var(--gold); }

.cta-box {
  text-align: center; padding: 48px; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(37,99,235,0.15), rgba(201,162,39,0.08));
  border: 1px solid var(--border);
}
.cta-box h2 { margin-bottom: 12px; }
.cta-box p { color: var(--muted); margin-bottom: 24px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 0.9rem; color: var(--muted); }
.contact-form input, .contact-form textarea {
  padding: 12px; border-radius: 10px; border: 1px solid var(--border);
  background: var(--card); color: var(--text); font: inherit;
}

.download-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 32px; }
.dl-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.dl-card h3 { margin-bottom: 8px; }
.dl-meta { font-size: 0.85rem; color: var(--muted); margin-bottom: 16px; }
.dl-card .btn { width: 100%; margin-top: 8px; }
.badge-dl { display: inline-block; padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; background: rgba(34,197,94,0.15); color: #4ade80; margin-bottom: 12px; }
.badge-dl--soon { background: rgba(249,115,22,0.15); color: #fb923c; }

.community-feed { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.post { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.post-meta { font-size: 0.8rem; color: var(--muted); margin-bottom: 8px; }

.page-hero { padding: 48px 0 32px; border-bottom: 1px solid var(--border); }
.page-hero h1 { font-size: 2rem; }

.site-footer { border-top: 1px solid var(--border); padding: 32px 0; margin-top: 48px; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 0.9rem; }
.footer-inner nav { display: flex; gap: 20px; }
.footer-inner a { color: var(--muted); }

.contact-cards { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.contact-chip {
  display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 10px;
  background: var(--card); border: 1px solid var(--border); color: var(--text); text-decoration: none; font-size: 0.9rem;
}
.contact-chip--wa { border-color: #25d366; color: #4ade80; }
.contact-phones { list-style: none; margin: 12px 0; padding: 0; }
.contact-phones li { padding: 6px 0; color: var(--muted); font-size: 0.95rem; }
.contact-phones a { color: var(--primary); }
.license-hint, .license-note { color: var(--muted); font-size: 0.9rem; margin-top: 12px; }
.thanks-block { text-align: center; max-width: 640px; margin: 0 auto; }
.thanks-block p { color: var(--muted); }
.guide-steps { margin: 12px 0 0 20px; color: var(--muted); }
.guide-steps li { margin-bottom: 8px; }

@media (max-width: 900px) {
  .hero-grid, .empire-block, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 240px; margin-top: 24px; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--bg); padding: 16px; border-bottom: 1px solid var(--border); }
  .nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .header-inner { position: relative; flex-wrap: wrap; }
}
