:root {
  --bg: #070b14;
  --bg2: #0d1321;
  --panel: rgba(15, 23, 42, 0.76);
  --panel2: rgba(255, 255, 255, 0.06);
  --border: rgba(148, 163, 184, 0.22);
  --border-strong: rgba(248, 113, 113, 0.35);
  --text: #f8fafc;
  --muted: #94a3b8;
  --muted2: #cbd5e1;
  --red: #ef3428;
  --orange: #ff6a3d;
  --blue: #38bdf8;
  --green: #22c55e;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 52, 40, 0.18), transparent 34rem),
    radial-gradient(circle at 80% 15%, rgba(56, 189, 248, 0.12), transparent 30rem),
    linear-gradient(180deg, #070b14 0%, #0b1020 48%, #070b14 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  padding: 96px 0;
}

.section-tight {
  padding-top: 54px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7, 11, 20, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.nav-wrap {
  width: min(1240px, calc(100% - 32px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand.clBrand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 255px;
}

.stLogo {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #ff6a3d 0%, #ef3428 46%, #991b1b 100%);
  box-shadow:
    0 16px 34px rgba(239, 52, 40, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  overflow: hidden;
}

.stLogo::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  pointer-events: none;
}

.stLogoSigma {
  position: absolute;
  left: 6px;
  top: 3px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

.stLogoMark {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  overflow: visible;
}

.stLogoMark rect {
  fill: rgba(255, 255, 255, 0.90);
}

.stLogoMark path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clBrandNameBlock {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.clKicker {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.clName {
  width: fit-content;
  color: white;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.clName:hover,
.clBy:hover {
  color: white;
}

.clBy {
  width: fit-content;
  color: rgba(203, 213, 225, 0.78);
  font-size: 11px;
  font-weight: 700;
}

.clBy strong {
  color: rgba(248, 250, 252, 0.95);
  font-weight: 950;
}



.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted2);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: white;
}

.nav-pill {
  border: 1px solid var(--border);
  margin-left: 4px;
}

.nav-pill-primary {
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: white !important;
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(239, 52, 40, 0.24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: white;
  margin: 5px 0;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  padding-top: 22px;
}
.hero-bg-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.eyebrow,
.section-kicker,
.tour-label,
.edition-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #fecaca;
  background: rgba(239, 52, 40, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.26);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(239, 52, 40, 0.14);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin: 22px 0 22px;
  font-size: clamp(42px, 5.45vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-lede {
  max-width: 690px;
  color: var(--muted2);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--red), var(--orange));
  box-shadow: 0 16px 36px rgba(239, 52, 40, 0.32);
}

.btn-secondary {
  color: white;
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.06);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-full {
  width: 100%;
  margin-top: 18px;
}

.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 620px;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.045);
}

.hero-stats strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-visual {
  min-height: 560px;
}

.hero-console {
  position: relative;
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(15, 23, 42, 0.72);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(239, 52, 40, 0.22), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.16), transparent 24rem);
  opacity: 0.9;
}

.console-topbar,
.console-main-shot,
.console-tile-row {
  position: relative;
  z-index: 1;
}

.console-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 10px;
  color: rgba(226, 232, 240, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.console-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}

.console-dot.red {
  background: #ef4444;
}

.console-dot.amber {
  background: #f59e0b;
}

.console-dot.green {
  background: #22c55e;
}

.console-title {
  margin-left: 8px;
}

.console-main-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  background: white;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
}

.console-main-shot img {
  width: 100%;
  aspect-ratio: 16 / 9.2;
  object-fit: cover;
  object-position: center;
}

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

.console-tile {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(255, 255, 255, 0.075);
}

.console-tile img {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid rgba(226, 232, 240, 0.14);
}

.console-tile figcaption {
  padding: 10px 11px 11px;
}

.console-tile strong {
  display: block;
  color: white;
  font-size: 13px;
  line-height: 1.1;
}

.console-tile span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
}


.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading h2,
.cta-panel h2 {
  margin: 14px 0 12px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-heading p,
.cta-panel p {
  color: var(--muted2);
  font-size: 17px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cap-card,
.workflow-card,
.edition-card,
.cta-panel {
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.cap-card {
  padding: 22px;
  min-height: 225px;
}

.cap-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  border-radius: 999px;
  color: #fecaca;
  background: rgba(239, 52, 40, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.22);
  font-size: 12px;
  font-weight: 900;
}

.cap-card h3,
.workflow-card h3,
.edition-card h3,
.tour-copy h3 {
  margin: 18px 0 10px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.cap-card p,
.workflow-card p,
.edition-card p,
.tour-copy p {
  color: var(--muted);
  margin-bottom: 0;
}

.workflow-wrap {
  padding: 42px;
  border-radius: 34px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.08), transparent 34rem),
    rgba(255, 255, 255, 0.025);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.workflow-card {
  padding: 22px;
}

.workflow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: white;
  background: linear-gradient(135deg, var(--red), var(--orange));
  font-weight: 900;
}

.section-tour {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(239, 52, 40, 0.12), transparent 34rem);
}

.tour-list {
  display: grid;
  gap: 34px;
}

.tour-item {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.045);
}

.tour-item-reverse {
  grid-template-columns: 1.28fr 0.72fr;
}

.tour-item-reverse .tour-copy {
  order: 2;
}

.tour-copy {
  padding: 12px;
}

.tour-copy h3 {
  font-size: clamp(26px, 3vw, 38px);
}

.tour-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  background: white;
  box-shadow: var(--shadow);
}

.tour-shot img {
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  width: 100%;
}

.edition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.edition-card {
  padding: 28px;
}

.edition-card-featured {
  border-color: var(--border-strong);
  background:
    radial-gradient(circle at 85% 5%, rgba(239, 52, 40, 0.16), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.edition-badge-hot {
  color: white;
  background: linear-gradient(135deg, rgba(239, 52, 40, 0.75), rgba(255, 106, 61, 0.75));
}

.edition-card h3 {
  font-size: 32px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted2);
  font-weight: 650;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.final-cta {
  padding-top: 42px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 52, 40, 0.15), transparent 30rem),
    radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.11), transparent 30rem),
    rgba(255, 255, 255, 0.055);
}

.cta-panel h2 {
  max-width: 720px;
}

.cta-panel p {
  max-width: 760px;
  margin-bottom: 0;
}

.site-footer {
  padding: 34px 0 46px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 34px;
  align-items: start;
}

.site-footer strong {
  color: white;
  font-size: 18px;
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
  color: var(--muted2);
}

.footer-links a:hover {
  color: white;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  max-width: 980px;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 120ms;
}

.footer-clBrand {
  margin-bottom: 8px;
}

.footer-brand p {
  margin-top: 8px;
}

.core-advantages {
  position: relative;
}

.core-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
  align-items: stretch;
}

.core-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.038)),
    rgba(15, 23, 42, 0.66);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.core-card-primary {
  border-color: rgba(248, 113, 113, 0.34);
  background:
    radial-gradient(circle at 90% 10%, rgba(239, 52, 40, 0.14), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.04)),
    rgba(15, 23, 42, 0.72);
}

.core-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, var(--red), var(--orange));
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(239, 52, 40, 0.26);
}

.core-card h2 {
  margin: 16px 0 14px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.core-card p {
  color: var(--muted2);
  font-size: 16px;
}

.core-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 9px;
}

.core-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted2);
  font-size: 14px;
  font-weight: 750;
}

.core-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.12);
}

.cap-card-featured {
  border-color: rgba(248, 113, 113, 0.34);
  background:
    radial-gradient(circle at 85% 10%, rgba(239, 52, 40, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.04));
}	

.core-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
  align-items: stretch;
}

.core-grid-quad {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.core-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  min-height: 420px;
  }
  
  .core-card h2 {
  margin: 16px 0 14px;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

@media (max-width: 1000px) {
  .hero-grid,
  .tour-item,
  .tour-item-reverse {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .capability-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-item-reverse .tour-copy {
    order: 0;
  }
  .hero-grid,
.core-grid,
.tour-item,
.tour-item-reverse {
  grid-template-columns: 1fr;
}

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(7, 11, 20, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 14px;
  }

  .hero {
    min-height: auto;
  }

  .section-pad {
    padding: 72px 0;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-stats,
  .edition-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .console-tile-row {
    grid-template-columns: 1fr;
  }

  .console-tile {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: stretch;
  }

  .console-tile img {
    height: 100%;
    aspect-ratio: auto;
    border-bottom: 0;
    border-right: 1px solid rgba(226, 232, 240, 0.14);
  }

  .workflow-wrap {
    padding: 22px;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav-wrap {
    width: min(100% - 24px, 1240px);
  }

  .brand.clBrand {
    min-width: 0;
    gap: 9px;
  }

  .stLogo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .stLogoMark {
    width: 31px;
    height: 31px;
  }

  .stLogoSigma {
    font-size: 12px;
  }

  .clKicker {
    font-size: 8px;
    letter-spacing: 0.16em;
  }

  .clName {
    font-size: 19px;
  }

  .clBy {
    font-size: 10px;
  }

  h1 {
    font-size: 43px;
  }

  .hero-lede,
  .section-heading p,
  .cta-panel p {
    font-size: 15px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .capability-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .tour-item {
    padding: 16px;
    border-radius: 24px;
  }

  .tour-shot {
    border-radius: 18px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-console {
    padding: 10px;
    border-radius: 22px;
  }

  .console-main-shot {
    border-radius: 16px;
  }

  .console-main-shot img {
    aspect-ratio: 16 / 10.5;
  }

  .console-tile {
    grid-template-columns: 1fr;
  }

  .console-tile img {
    height: auto;
    aspect-ratio: 16 / 8.2;
    border-right: 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.14);
  }
  .brand.clBrand {
  min-width: 0;
  gap: 9px;
}

.stLogo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.stLogoMark {
  width: 31px;
  height: 31px;
}

.stLogoSigma {
  font-size: 12px;
}

.clKicker {
  font-size: 8px;
  letter-spacing: 0.16em;
}

.clName {
  font-size: 19px;
}

.clBy {
  font-size: 10px;
}
.core-card {
  grid-template-columns: 1fr;
  padding: 22px;
  min-height: auto;
}

.core-number {
  width: 46px;
  height: 46px;
  border-radius: 15px;
}
}
