:root{
  --bg:#070607;
  --bg2:#0c0a0c;
  --panel:#0b090bcc;
  --panel2:#0b090be6;
  --border:rgba(215,178,74,.18);
  --border2:rgba(215,178,74,.28);
  --text:rgba(243,238,243,.92);
  --muted:rgba(243,238,243,.72);
  --muted2:rgba(243,238,243,.58);
  --gold:#d7b24a;
  --fire:#ff5a2a;
  --pink:#ff2a6d;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --r: 18px;
  --r2: 26px;
  --max: 1180px;
  --focus: 0 0 0 4px rgba(215,178,74,.22);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background:
    radial-gradient(1100px 520px at 78% -10%, rgba(255,90,42,.34), transparent 60%),
    radial-gradient(900px 420px at 18% 0%, rgba(255,42,109,.22), transparent 60%),
    radial-gradient(1200px 720px at 50% 110%, rgba(215,178,74,.17), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  line-height:1.55;
}

a{color:inherit; text-decoration:none;}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:none; box-shadow:var(--focus); border-radius:14px;
}

.container{ width:min(var(--max), calc(100% - 48px)); margin:0 auto; }
.section{ padding: 86px 0; }
.section.tight{ padding: 56px 0; }

.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(255,90,42,.16), rgba(215,178,74,.12));
  color: var(--muted);
  font-weight: 750;
  letter-spacing:.2px;
  backdrop-filter: blur(10px);
}

h1,h2,h3{ margin:0 0 12px 0; line-height:1.15; }
h1{ font-size: clamp(34px, 4.2vw, 56px); }
h2{ font-size: clamp(24px, 3vw, 38px); }
h3{ font-size: 18px; }
p{ margin: 0 0 14px 0; color: var(--muted); }
small{ color: var(--muted2); }

.hr{
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(215,178,74,.25), transparent);
  margin: 22px 0;
}

/* Header */
.header{
  position: sticky; top:0; z-index:999;
  background: rgba(8,7,8,.62);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0;
  gap: 18px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  font-weight: 900;
  letter-spacing:.2px;
  min-width: 240px;
}
.brand img{
  height: 38px; width: auto;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  background: rgba(0,0,0,.18);
}
.brand span em{ font-style:normal; color: var(--gold); }

.navLinks{ display:flex; align-items:center; gap: 12px; }
.navLinks a{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: rgba(243,238,243,.82);
  font-weight: 700;
  transition: .18s ease;
}
.navLinks a:hover{
  border-color: var(--border);
  background: rgba(255,255,255,.03);
}
.navLinks a.active{
  border-color: var(--border2);
  background: linear-gradient(135deg, rgba(255,90,42,.12), rgba(215,178,74,.10));
  color: rgba(243,238,243,.95);
}

.navRight{ display:flex; align-items:center; gap:12px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.03);
  color: rgba(243,238,243,.92);
  font-weight: 800;
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  cursor:pointer;
}
.btn:hover{ transform: translateY(-1px); border-color: var(--border2); background: rgba(255,255,255,.05); }
.btn.primary{ background: linear-gradient(135deg, rgba(255,90,42,.34), rgba(215,178,74,.20)); border-color: var(--border2); }
.btn.ghost{ background: rgba(0,0,0,.16); }

.burger{
  display:none;
  width:44px; height:44px;
  border-radius: 16px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  color: rgba(243,238,243,.9);
}
.mobileMenu{ display:none; padding: 10px 0 16px 0; }
.mobileMenu a{
  display:block;
  padding: 12px 14px;
  border-radius: 16px;
  border:1px solid rgba(215,178,74,.16);
  background: rgba(255,255,255,.02);
  margin-top:10px;
  color: rgba(243,238,243,.86);
  font-weight: 800;
}
.mobileMenu a.active{
  border-color: var(--border2);
  background: linear-gradient(135deg, rgba(255,90,42,.12), rgba(215,178,74,.10));
}

/* Hero */
.hero{ padding: 88px 0 54px 0; }
.heroGrid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 32px;
  align-items:center;
}
.heroCard{
  border-radius: var(--r2);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.18));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroMedia{
  padding: 18px;
  background: radial-gradient(700px 260px at 50% 0%, rgba(255,90,42,.22), transparent 65%);
}
.heroMedia img{
  width:100%;
  display:block;
  border-radius: 18px;
  border:1px solid rgba(215,178,74,.18);
  box-shadow: 0 14px 45px rgba(0,0,0,.45);
}
.heroCopy p{ max-width: 60ch; }
.heroActions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }

.stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.stat{
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(215,178,74,.16);
  background: rgba(0,0,0,.18);
}
.stat b{ display:block; font-size: 18px; color: rgba(243,238,243,.95); }
.stat span{ color: rgba(243,238,243,.7); font-weight:700; }

.grid3{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid2{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.panel{
  padding: 18px;
  border-radius: var(--r2);
  border: 1px solid rgba(215,178,74,.16);
  background: rgba(0,0,0,.22);
  box-shadow: 0 16px 48px rgba(0,0,0,.35);
}
.kicker{
  font-weight: 850;
  color: rgba(243,238,243,.86);
  letter-spacing:.3px;
}
.note{ color: rgba(243,238,243,.60); font-size: 13px; }

.feature{
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(215,178,74,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.18));
}
.icon{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  border: 1px solid rgba(215,178,74,.18);
  background: rgba(255,255,255,.03);
  margin-bottom: 12px;
}
.icon svg{ width:20px; height:20px; fill: rgba(243,238,243,.85); }

.quote{
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(215,178,74,.16);
  background:
    radial-gradient(700px 300px at 20% 0%, rgba(255,90,42,.14), transparent 60%),
    radial-gradient(700px 300px at 80% 0%, rgba(255,42,109,.10), transparent 60%),
    rgba(0,0,0,.22);
}
.quote p{ color: rgba(243,238,243,.78); }

/* Cards embed + crop */
.cardsEmbed{
  border-radius: 26px;
  border: 1px solid rgba(215,178,74,.18);
  overflow:hidden;
  box-shadow: var(--shadow);
  background: rgba(0,0,0,.22);
}
.cardsEmbed img{ width:100%; display:block; }

.cardTriptych{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.cardCrop{
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  border: 1px solid rgba(215,178,74,.18);
  background-image: url("../assets/cards.png");
  background-size: 300% 100%;
  background-repeat:no-repeat;
  box-shadow: 0 18px 52px rgba(0,0,0,.55);
}
.cardCrop.c1{ background-position: 0% 50%; }
.cardCrop.c2{ background-position: 50% 50%; }
.cardCrop.c3{ background-position: 100% 50%; }

.teamRow{ display:grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.person{
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(215,178,74,.16);
  background: rgba(0,0,0,.22);
}
.personHeader{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
.personHeader b{ font-size: 18px; }
.tag{
  font-size: 12px;
  color: rgba(243,238,243,.78);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(215,178,74,.18);
  background: rgba(255,255,255,.02);
  white-space: nowrap;
}
.person ul{ margin: 12px 0 0 18px; color: rgba(243,238,243,.72); }
.person li{ margin: 6px 0; }

.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: 22px;
  border: 1px solid rgba(215,178,74,.14);
}
.table th, .table td{
  padding: 14px;
  border-bottom: 1px solid rgba(215,178,74,.10);
}
.table th{
  text-align:left;
  color: rgba(243,238,243,.9);
  background: rgba(255,255,255,.03);
}
.table td{ color: rgba(243,238,243,.72); }
.table tr:last-child td{ border-bottom:none; }

.form{ display:grid; gap: 12px; }
.input, textarea{
  width:100%;
  padding: 14px;
  border-radius: 18px;
  border:1px solid rgba(215,178,74,.18);
  background: rgba(0,0,0,.22);
  color: rgba(243,238,243,.92);
}
textarea{ min-height: 140px; resize: vertical; }

.footer{
  padding: 28px 0 42px 0;
  border-top: 1px solid rgba(215,178,74,.14);
  background: rgba(0,0,0,.18);
}
.footerGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items:start;
}
.footerLinks{ display:flex; gap: 14px; flex-wrap:wrap; justify-content:flex-end; }
.footer a{ color: rgba(243,238,243,.78); }
.footer a:hover{ color: rgba(243,238,243,.95); }

/* Responsive */
@media (max-width: 980px){
  .heroGrid{ grid-template-columns: 1fr; }
  .stats{ grid-template-columns: 1fr; }
  .grid3{ grid-template-columns: 1fr; }
  .grid2{ grid-template-columns: 1fr; }
  .teamRow{ grid-template-columns: 1fr; }
  .cardTriptych{ grid-template-columns: 1fr; }
  .footerGrid{ grid-template-columns: 1fr; }
  .footerLinks{ justify-content:flex-start; }
  .navLinks{ display:none; }
  .burger{ display:inline-flex; align-items:center; justify-content:center; }
  .mobileMenu.show{ display:block; }
}