/* Sport Control — публичные SEO-лендинги (статика, без app.js) */
:root {
  --land-bg: #06121b;
  --land-panel: rgba(11, 30, 42, 0.82);
  --land-line: rgba(124, 247, 238, 0.24);
  --land-text: #e8f7f6;
  --land-muted: #9ec1c0;
  --land-brand: #14b8a6;
  --land-brand-dark: #042f2e;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--land-text);
  min-height: 100vh;
  background:
    radial-gradient(900px 440px at -5% -10%, rgba(67, 230, 220, 0.16), transparent),
    radial-gradient(850px 440px at 110% -15%, rgba(51, 133, 255, 0.14), transparent),
    var(--land-bg);
  line-height: 1.58;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 18px 64px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero {
  width: 100%;
  border: 1px solid var(--land-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 31, 43, 0.88), rgba(8, 27, 38, 0.82));
  padding: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--land-muted);
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 13px;
  text-transform: uppercase;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.brand-row img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.brand-name {
  margin: 0;
  font-size: 14px;
  color: var(--land-muted);
  font-weight: 600;
}

h1 {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 4.5vw, 2.125rem);
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
}

.lead {
  margin: 0;
  color: #d1ecea;
  max-width: 760px;
  font-size: 1.05rem;
}

.grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.card {
  border: 1px solid var(--land-line);
  border-radius: 14px;
  background: var(--land-panel);
  padding: 16px;
}

h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
}

p,
li {
  color: #cde6e4;
}

ul {
  margin: 0;
  padding-left: 18px;
}

.steps-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.step-card {
  border: 1px solid var(--land-line);
  border-radius: 12px;
  background: rgba(8, 24, 34, 0.8);
  padding: 12px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(67, 230, 220, 0.18);
  color: #aef9f4;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 8px;
}

.step-title {
  margin: 0 0 6px;
  color: #ecfffd;
  font-weight: 700;
  font-size: 15px;
}

.step-text {
  margin: 0;
  color: #bcdad8;
  font-size: 14px;
}

.cta-block {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cta-note {
  margin: 0;
  font-size: 13px;
  color: var(--land-muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 11px 16px;
  border-radius: 12px;
  border: 1px solid rgba(67, 230, 220, 0.35);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.btn-primary {
  background: var(--land-brand);
  color: var(--land-brand-dark);
}

.btn-secondary {
  background: rgba(67, 230, 220, 0.12);
  color: #bff9f4;
}

.btn-ghost {
  background: transparent;
  color: #bff9f4;
  min-width: 0;
  padding-inline: 12px;
}

.card--segment {
  display: flex;
  flex-direction: column;
}

.card--segment ul {
  flex: 1;
}

.card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 9px 14px;
  border-radius: 10px;
  border: 1px solid rgba(67, 230, 220, 0.35);
  background: rgba(67, 230, 220, 0.1);
  color: #aef9f4;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.12s ease, background 0.12s ease;
}

.card-cta:hover {
  transform: translateY(-1px);
  background: rgba(67, 230, 220, 0.18);
}

.land-demo {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--land-muted);
}

.land-demo a {
  color: #9ee8e0;
  text-decoration: none;
  font-weight: 600;
}

.land-demo a:hover {
  text-decoration: underline;
}

.land-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(124, 247, 238, 0.14);
  font-size: 14px;
  color: var(--land-muted);
}

.land-footer a {
  color: #7cf7ee;
  text-decoration: none;
}

.land-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .wrap {
    align-items: flex-start;
    padding-top: 18px;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
}
