*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.theme-jmcweb {
  margin: 0;
  font-family: Outfit, Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0B0F1A;
  color: #E6EDF3;
  line-height: 1.6;
  overflow-x: hidden;
}
body.theme-jmcweb::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 10%, rgba(245,158,11,.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 80% 60%, rgba(239,68,68,.05) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 50% 90%, rgba(236,72,153,.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.theme-jmcweb a { color: inherit; text-decoration: none; }
.theme-jmcweb img { max-width: 100%; height: auto; }
.theme-jmcweb :root, .theme-jmcweb {
  --jmc-orange: #f59e0b;
  --jmc-red: #ef4444;
  --jmc-pink: #ec4899;
  --jmc-gradient: linear-gradient(135deg, #f59e0b, #ef4444, #ec4899);
  --jmc-gradient-soft: linear-gradient(135deg, rgba(245,158,11,.15), rgba(239,68,68,.10), rgba(236,72,153,.08));
  --jmc-bg: #0B0F1A;
  --jmc-surface: #111827;
  --jmc-surface2: #1F2937;
  --jmc-border: #374151;
  --jmc-text: #E6EDF3;
  --jmc-muted: #9CA3AF;
  --jmc-max-w: 1200px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 999;
  padding: 12px 24px;
  background: var(--jmc-orange);
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 8px 0;
}
.container {
  max-width: var(--jmc-max-w);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11,15,26,.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245,158,11,.12);
  padding: 16px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo-area { display: inline-flex; align-items: center; gap: 14px; }
.logo-icon { width: 48px; height: 48px; flex-shrink: 0; filter: drop-shadow(0 0 16px rgba(245,158,11,.18)); }
.logo-text { font-size: 22px; font-weight: 800; letter-spacing: -.5px; }
.logo-text .jmc, .gradient-text { background: var(--jmc-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.logo-text .cms { color: var(--jmc-muted); font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--jmc-muted); font-size: 14px; font-weight: 600; transition: color .2s; }
.site-nav a:hover { color: #fff; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(245,158,11,.2); border-radius: 12px; background: rgba(17,24,39,.9); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; border-radius: 2px; }
.jmc-main section { padding: 100px 0; }
.jmc-hero { padding: 120px 0 96px; text-align: center; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,158,11,.08);
  border: 1px solid rgba(245,158,11,.22);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  color: var(--jmc-orange);
  margin-bottom: 32px;
  letter-spacing: .5px;
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--jmc-orange); }
.jmc-hero h1, .subpage-hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.05;
  margin: 0 0 24px;
}
.jmc-hero .subtitle, .subpage-hero p {
  font-size: 20px;
  color: var(--jmc-muted);
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  transition: transform .3s, box-shadow .3s, border-color .3s, background .3s;
}
.btn-primary { background: var(--jmc-gradient); color: #fff; box-shadow: 0 4px 24px rgba(245,158,11,.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(245,158,11,.35); }
.btn-outline { background: transparent; color: var(--jmc-text); border: 1px solid var(--jmc-border); }
.btn-outline:hover { border-color: var(--jmc-orange); background: rgba(245,158,11,.05); }
.wave-logo-display { margin: 60px auto 0; display: flex; justify-content: center; }
.wave-logo-display svg { width: min(280px, 82vw); filter: drop-shadow(0 0 30px rgba(245,158,11,.2)); }
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--jmc-border);
  border-radius: 16px;
  overflow: hidden;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}
.stat-item { background: var(--jmc-surface); padding: 34px 20px; text-align: center; }
.stat-number { font-size: clamp(30px, 4vw, 42px); font-weight: 900; letter-spacing: -1px; background: var(--jmc-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { color: var(--jmc-muted); font-size: 14px; margin-top: 4px; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--jmc-orange);
  margin-bottom: 16px;
}
.section-title { font-size: clamp(30px, 4vw, 46px); font-weight: 900; letter-spacing: -1px; margin: 0 0 16px; line-height: 1.15; }
.section-desc { color: var(--jmc-muted); font-size: 17px; max-width: 680px; margin: 0 0 56px; }
.center { text-align: center; }
.center .section-desc, .section-desc.center { margin-left: auto; margin-right: auto; }
.features-grid, .subpage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card, .subpage-card, .tech-card, .security-item, .contact-card {
  background: var(--jmc-surface);
  border: 1px solid rgba(245,158,11,.08);
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.feature-card:hover, .subpage-card:hover, .tech-card:hover, .security-item:hover, .contact-card:hover { transform: translateY(-4px); border-color: rgba(245,158,11,.25); box-shadow: 0 12px 40px rgba(0,0,0,.28); }
.feature-icon, .card-index {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--jmc-gradient-soft);
  color: var(--jmc-orange);
  font-weight: 900;
}
.feature-card h3, .subpage-card h3, .tech-card h3, .security-item h3 { margin: 0 0 10px; font-size: 18px; }
.feature-card p, .subpage-card p, .tech-card p, .security-item p, .contact-card p { color: var(--jmc-muted); font-size: 14px; margin: 0; }
.builder-section, .band-section { background: var(--jmc-surface); border-top: 1px solid var(--jmc-border); border-bottom: 1px solid var(--jmc-border); }
.builder-grid, .split-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.builder-visual { background: var(--jmc-surface2); border: 1px solid var(--jmc-border); border-radius: 16px; padding: 32px; position: relative; overflow: hidden; }
.builder-visual::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 40px; background: var(--jmc-bg); border-bottom: 1px solid var(--jmc-border); }
.builder-dots { position: absolute; top: 13px; left: 16px; display: flex; gap: 6px; }
.builder-dots span { width: 10px; height: 10px; border-radius: 50%; }
.builder-dots span:nth-child(1) { background: #ef4444; }
.builder-dots span:nth-child(2) { background: #f59e0b; }
.builder-dots span:nth-child(3) { background: #22c55e; }
.builder-blocks { margin-top: 28px; display: grid; gap: 12px; }
.builder-block { background: var(--jmc-bg); border: 1px dashed rgba(245,158,11,.24); border-radius: 8px; padding: 16px 20px; color: var(--jmc-muted); font-size: 13px; }
.builder-block.active { border-color: var(--jmc-orange); border-style: solid; background: rgba(245,158,11,.04); color: #fff; }
.builder-list { margin-top: 32px; display: grid; gap: 20px; }
.builder-list-item { display: flex; align-items: flex-start; gap: 14px; }
.builder-list-item .check { width: 24px; height: 24px; border-radius: 50%; background: var(--jmc-gradient); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; flex-shrink: 0; margin-top: 2px; }
.builder-list-item strong { display: block; font-size: 15px; margin-bottom: 4px; }
.builder-list-item span { color: var(--jmc-muted); font-size: 13px; }
.blocks-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); gap: 12px; }
.block-item { background: var(--jmc-surface); border: 1px solid rgba(245,158,11,.08); border-radius: 12px; padding: 20px 16px; text-align: center; }
.block-item .name { font-size: 13px; font-weight: 800; }
.block-item .type { font-size: 11px; color: var(--jmc-muted); margin-top: 4px; }
.tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.security-item { display: flex; gap: 16px; align-items: flex-start; }
.shield { width: 40px; height: 40px; border-radius: 10px; background: rgba(245,158,11,.10); display: flex; align-items: center; justify-content: center; color: var(--jmc-orange); font-weight: 900; flex-shrink: 0; }
.cta-section { text-align: center; background: var(--jmc-gradient-soft); border-top: 1px solid rgba(245,158,11,.12); }
.cta-section h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.08; letter-spacing: -1.5px; margin: 0 0 16px; }
.cta-section p { color: var(--jmc-muted); font-size: 18px; margin: 0 auto 38px; max-width: 720px; }
.subpage-hero { padding: 104px 0 70px; text-align: center; }
.subpage-panel { background: rgba(17,24,39,.72); border-top: 1px solid rgba(245,158,11,.1); border-bottom: 1px solid rgba(245,158,11,.1); }
.content-card { background: linear-gradient(180deg, rgba(31,41,55,.82), rgba(17,24,39,.95)); border: 1px solid rgba(245,158,11,.12); border-radius: 18px; padding: 34px; }
.content-card h2, .content-card h3 { margin: 0 0 14px; font-weight: 900; }
.content-card p, .content-card li { color: var(--jmc-muted); }
.content-card ul { margin: 16px 0 0; padding-left: 20px; }
.contact-grid { align-items: stretch; }
.contact-card a { color: var(--jmc-orange); word-break: break-word; }
.site-footer { padding: 52px 0; text-align: center; border-top: 1px solid var(--jmc-border); color: var(--jmc-muted); font-size: 13px; position: relative; z-index: 1; }
.footer-logo { display: flex; justify-content: center; margin-bottom: 14px; }
.footer-logo svg { width: 140px; }
.footer-contact, .footer-credit { margin-top: 10px; }
.footer-contact a, .footer-credit a { color: var(--jmc-orange); }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 960px) {
  .features-grid, .subpage-grid { grid-template-columns: repeat(2, 1fr); }
  .builder-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .site-nav { position: fixed; left: 16px; right: 16px; top: 82px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(17,24,39,.98); border: 1px solid rgba(245,158,11,.16); border-radius: 16px; box-shadow: 0 24px 70px rgba(0,0,0,.42); }
  .nav-open .site-nav { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .nav-toggle { display: block; }
  .jmc-main section { padding: 68px 0; }
  .jmc-hero { padding-top: 90px; }
  .features-grid, .subpage-grid, .security-grid, .tech-grid, .stats-row { grid-template-columns: 1fr; }
  .hero-buttons .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
