@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700;800;900&family=Michroma&display=swap");
:root {
  --bg: #040814;
  --bg-2: #081126;
  --bg-3: #111f38;
  --panel: rgba(10, 18, 36, 0.84);
  --panel-strong: #122244;
  --panel-soft: rgba(255,255,255,0.04);
  --text: #eef6ff;
  --muted: #afc2e6;
  --primary: #5fd1ff;
  --primary-2: #9a5cff;
  --accent: #3a83ff;
  --warning: #ffcf5a;
  --border: rgba(95,209,255,0.13);
  --shadow: 0 20px 60px rgba(0,0,0,0.40);
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.26);
  --glow: 0 0 26px rgba(95,209,255,.18), 0 0 48px rgba(154,92,255,.12);
  --radius: 24px;
  --radius-sm: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Michroma", Inter, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(95,209,255,.22), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(154,92,255,.18), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(58,131,255,.10), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 52%, #050b18 100%);
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("sinixium-studios-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(42vw, 560px);
  opacity: .05;
  filter: drop-shadow(0 0 28px rgba(95,209,255,.16));
  mix-blend-mode: screen;
}
main, .site-header, .brand-logo-bar, .site-footer { position: relative; z-index: 1; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(4,8,20,0.82);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 18px; }
.brand-wrap { display:flex; align-items:center; gap:12px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 14px; display:block; object-fit:contain;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(95,209,255,.16);
  box-shadow: var(--glow);
  padding: 2px;
}
.brand { font-size: 1.08rem; font-weight: 800; color: white; letter-spacing: .02em; }
.nav { display:flex; align-items:center; gap:18px; }
.nav a { color: var(--text); font-weight: 600; }
.nav a.active { color: white; }
.nav-toggle { display:none; background:transparent; color:white; border:1px solid var(--border); border-radius:14px; padding:10px 12px; }
.hero { padding: 86px 0 46px; position: relative; overflow: hidden; }
.hero::after {
  content:""; position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.02) 100%);
}
.hero-grid, .two-col { display:grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items: center; }
.eyebrow {
  display:inline-flex; align-items:center; gap:10px;
  text-transform: uppercase; letter-spacing: .16em; color:#9dd0ff;
  font-weight: 800; font-size: .76rem;
}
.eyebrow::before {
  content:""; width: 28px; height: 2px; border-radius: 999px;
  background: linear-gradient(90deg, #5fd1ff, #9a5cff);
}
.hero h1, .page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: .97; margin: 14px 0 18px; letter-spacing:-.03em; }
.lead { color: var(--muted); font-size: 1.08rem; line-height: 1.8; max-width: 780px; }
.hero-actions, .button-row { display:flex; gap:14px; flex-wrap: wrap; margin: 30px 0 22px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  background: linear-gradient(135deg, #5fd1ff 0%, #9a5cff 100%);
  color: white; font-weight: 800; padding: 14px 22px; border-radius: 16px;
  border: none; box-shadow: var(--shadow); text-decoration: none;
}
.btn:hover { text-decoration:none; transform: translateY(-1px); }
.btn-secondary, .btn-outline {
  background: rgba(255,255,255,0.02); border: 1px solid var(--border); box-shadow: none;
}
.btn-small { padding: 10px 14px; border-radius: 12px; font-size: .94rem; }
.hero-meta { display:flex; flex-wrap:wrap; gap:12px; margin-top: 24px; }
.pill {
  display:inline-flex; align-items:center; gap:8px; padding:10px 14px;
  border-radius:999px; background: rgba(255,255,255,0.04); border:1px solid var(--border); color:var(--muted); font-size:.94rem;
}
.glass, .card, .quick-links-card, .launch-card, .browser-card, .feature-showcase, .faq-item, .step-card, .mini-card {
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.hero-panel { padding: 18px; position:relative; }
.browser-card { overflow: hidden; }
.browser-top {
  display:flex; align-items:center; gap:8px; padding: 16px 18px; border-bottom:1px solid var(--border);
  background: rgba(255,255,255,.035);
}
.browser-dot { width:10px; height:10px; border-radius:999px; background:#ff6b6b; box-shadow: 18px 0 0 #ffd166, 36px 0 0 #61e294; margin-right: 36px; }
.browser-url { color: var(--muted); font-size:.9rem; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; }
.browser-body { padding: 0; }
.quick-links-card { padding: 22px; margin-top: 18px; }
.quick-links-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:12px; margin-top: 12px; }
.quick-links-grid a, .launch-card { color:white; }
.quick-links-grid a {
  padding: 14px 16px; border-radius: 16px; background: var(--panel-soft); border: 1px solid rgba(255,255,255,.06);
}
.quick-links-grid a:hover { text-decoration:none; transform: translateY(-1px); }
.section { padding: 72px 0; }
.section.alt { background: rgba(255,255,255,0.025); border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.section-heading { display:flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.section-heading h2 { margin: 8px 0 0; font-size: clamp(2rem,4vw,3rem); }
.section-heading p { color: var(--muted); max-width: 680px; }
.card-grid, .showcase-grid, .launch-grid, .steps-grid, .feature-pillars, .premium-grid { display:grid; gap: 20px; }
.card-grid.three, .showcase-grid, .feature-pillars { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card-grid.four, .premium-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card-grid.two, .launch-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card, .launch-card, .step-card, .mini-card { padding: 24px; }
.card h3, .launch-card h3, .step-card h3, .feature-showcase h3 { margin-top:0; }
.card p, .launch-card p, .mini-card p, .feature-showcase p { color: var(--muted); line-height: 1.75; }
.kicker { color: #9dd0ff; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 700; }
.badge-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:16px; }
.badge {
  display:inline-flex; align-items:center; padding:8px 12px; border-radius:999px; background: rgba(90,174,255,.12);
  border:1px solid rgba(90,174,255,.24); color:#d6e9ff; font-size:.86rem; font-weight:600;
}
.feature-list, .plain-list { margin:0; padding-left:20px; color: var(--muted); line-height:1.8; }
.feature-showcase { padding: 18px; display:grid; gap:18px; }
.feature-showcase img { border-radius: 18px; border:1px solid rgba(255,255,255,.08); }
.showcase-text { padding: 2px 8px 10px; }
.number-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:16px; }
.number-grid article, .stat-card {
  padding: 18px; border-radius: 20px; background: rgba(255,255,255,.04); border:1px solid var(--border);
}
.number-grid strong, .stat-card strong { display:block; font-size:1.75rem; margin-bottom:6px; }
.number-grid span, .stat-card span { color: var(--muted); }
.mini-card { background: rgba(255,255,255,.04); }
.icon-square {
  width:48px; height:48px; border-radius:16px; background: linear-gradient(135deg, rgba(95,209,255,.20), rgba(154,92,255,.20));
  display:grid; place-items:center; margin-bottom: 14px; font-size: 1.25rem;
}
.steps { color: var(--muted); line-height: 1.8; padding-left: 20px; }
.steps.compact { margin-bottom: 24px; }
.steps-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.step-card span {
  display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center;
  border-radius:999px; background: rgba(47,141,255,.14); color:#9fd0ff; font-weight:800; margin-bottom:12px;
}
.stack > * + * { margin-top: 14px; }
.stack.gap-lg > * + * { margin-top: 22px; }
.wide { padding: 28px; }
.page-main { padding-bottom: 30px; }
.page-hero { padding: 76px 0 18px; }
.callout {
  margin-top:18px; padding:18px; border-radius:18px; background: rgba(90,174,255,.1); border:1px solid rgba(90,174,255,.25);
}
.callout strong { display:block; margin-bottom:6px; }
.launch-card:hover { text-decoration:none; transform: translateY(-2px); }
.launch-card .arrow { margin-top: 18px; color: #d8e7ff; font-weight: 700; }
.comparison-table {
  overflow:auto; border-radius: 20px; border:1px solid var(--border); background: var(--panel);
}
.comparison-table table { width:100%; border-collapse: collapse; min-width: 740px; }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-bottom:1px solid rgba(255,255,255,.08); text-align:left; }
.comparison-table th { color:#d9ebff; background: rgba(255,255,255,.035); }
.comparison-table td { color: var(--muted); }
.faq-list { display:grid; gap:14px; }
.faq-item { overflow:hidden; }
.faq-question { width:100%; text-align:left; background:transparent; border:0; color:white; padding:20px 22px; font:inherit; font-weight:700; cursor:pointer; }
.faq-answer { display:none; padding:0 22px 20px; color:var(--muted); line-height:1.75; }
.faq-item.open .faq-answer { display:block; }
.site-footer { border-top:1px solid var(--border); padding: 30px 0 42px; background: rgba(5,10,22,.36); }
.footer-grid { display:flex; justify-content:space-between; gap:18px; align-items:center; flex-wrap:wrap; }
.footer-grid a { margin-right:14px; }
.hero-surface { position:relative; }
.hero-stack {
  position:absolute; right:-24px; bottom:-22px; width: 38%; min-width: 160px;
  border-radius: 24px; overflow:hidden; border:1px solid rgba(255,255,255,.1); box-shadow: var(--shadow); background: rgba(7,16,29,.86);
}
.hero-stack .browser-top { padding: 12px 14px; }
.hero-stack .browser-body { padding: 10px; }
.inline-note { color: var(--muted); font-size:.94rem; }
.check-list { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.check-list li { padding-left: 28px; position:relative; color: var(--muted); }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; color: var(--accent); font-weight: 800; }
.text-link { font-weight: 700; }
@media (max-width: 960px) {
  .hero-grid, .two-col, .card-grid.three, .card-grid.four, .showcase-grid, .feature-pillars, .steps-grid, .launch-grid, .premium-grid { grid-template-columns: 1fr; }
  .card-grid.two, .number-grid { grid-template-columns: 1fr; }
  .hero-stack { position:static; width:100%; margin-top:18px; }
  .section-heading { display:block; }
  .nav-toggle { display:inline-flex; }
  .nav {
    position:absolute; top:78px; left:0; right:0; display:none; flex-direction:column; align-items:flex-start;
    padding:18px 16px 22px; background: rgba(7,16,29,0.97); border-bottom:1px solid var(--border);
  }
  .nav.open { display:flex; }
  .quick-links-grid { grid-template-columns: 1fr; }
}


.media-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:20px; }
.video-card iframe { width:100%; aspect-ratio:16/9; border:0; border-radius:18px; }
.pricing-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:20px; }
.price-card { padding:26px; background: var(--panel); border:1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); position:relative; }
.price-card.featured { outline: 2px solid rgba(90,174,255,.45); transform: translateY(-4px); }
.price { font-size:2.4rem; font-weight:900; margin: 12px 0 6px; }
.price small { font-size:1rem; color: var(--muted); font-weight:600; }
.price-note { color: var(--muted); line-height:1.7; }
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap:20px; }
.contact-card, .gallery-card, .update-item, .video-card {
  padding:24px; background: var(--panel); border:1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.form-grid { display:grid; gap:14px; }
.input, .textarea, .select {
  width:100%; border-radius:14px; border:1px solid var(--border); background: rgba(255,255,255,.04); color: var(--text);
  padding:14px 16px; font: inherit;
}
.textarea { min-height: 150px; resize: vertical; }
.gallery-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:20px; }
.gallery-card img { border-radius:18px; border:1px solid rgba(255,255,255,.08); margin-bottom:14px; background:#0d1730; }
.tag-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.tag { padding:8px 12px; border-radius:999px; background: rgba(255,255,255,.05); border:1px solid var(--border); color: var(--muted); font-size:.86rem; }
.update-list { display:grid; gap:18px; }
.update-date { color:#9dd0ff; font-size:.84rem; text-transform:uppercase; letter-spacing:.12em; font-weight:800; margin-bottom:8px; }
.muted { color: var(--muted); }
.center { text-align:center; }
@media (max-width: 960px) {
  .pricing-grid, .contact-grid, .gallery-grid, .media-grid { grid-template-columns: 1fr; }
}


h1, h2, h3, h4, h5, h6,
.page-title,
.hero h1,
.hero h2,
.page-hero h1,
.brand,
.brand-title,
.kicker,
.eyebrow,
.btn,
.btn-secondary,
.btn-outline,
.btn-ghost,
.footer-heading {
  font-family: "Orbitron", "Michroma", Inter, system-ui, sans-serif !important;
  letter-spacing: 0.03em;
}

body,
p,
li,
a,
span,
small,
label,
input,
textarea,
select,
.muted,
.page-subtitle,
.subtle,
.brand-text span,
.footer-links,
.center-note,
.stat-line,
.chip,
.pill,
.badge,
.feature-list,
.plain-list,
.steps,
.notice,
.browser-url,
.code-card pre {
  font-family: "Michroma", Inter, system-ui, sans-serif !important;
  letter-spacing: 0.01em;
}

h1, .hero h1, .page-hero h1 { font-weight: 900 !important; }
h2, h3, h4, .page-title, .brand-title { font-weight: 800 !important; }
.brand-title { text-transform: uppercase; }
