:root {
  --bg: #060912;
  --panel: rgba(12, 20, 34, .88);
  --panel-strong: rgba(8, 14, 26, .95);
  --cyan: #00f3ff;
  --purple: #bc13fe;
  --gold: #ffb51f;
  --line: rgba(0, 243, 255, .25);
  --text: #e9edf7;
  --muted: #9fb1c8;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: 'Exo 2', sans-serif;
}

#starfield {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 181, 31, .16), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(0, 243, 255, .14), transparent 28%),
    radial-gradient(circle at center, #172234 0%, #070a12 72%);
}

h1, h2, h3, .brand-font {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
}

.navbar {
  background: rgba(5, 5, 16, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand-logo {
  height: 34px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(255, 181, 31, .45));
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid var(--cyan);
  border-radius: 4px;
  color: var(--cyan);
  font-size: .85rem;
  text-decoration: none;
  margin-left: 12px;
}

.lang-switcher:hover {
  background: var(--cyan);
  color: #06111a;
}

.service-shell {
  padding-top: 96px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 24px;
  align-items: stretch;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 0 24px rgba(0, 0, 0, .45);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, rgba(8, 14, 26, .98), rgba(16, 24, 40, .9));
}

.hero-image {
  min-height: 360px;
  overflow: hidden;
  padding: 0;
  position: relative;
  background: rgba(3, 7, 18, .92);
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: contain;
  object-position: center top;
}

.hero-image .figure-note {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 181, 31, .35);
  border-radius: 8px;
  background: rgba(3, 7, 18, .82);
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.hero-image .figure-note strong {
  color: var(--gold);
}

.hero-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  margin-bottom: 28px;
  background: rgba(3, 7, 18, .92);
  box-shadow: 0 0 40px rgba(0, 243, 255, .12);
}

.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid rgba(255, 181, 31, .45);
  border-radius: 999px;
  color: var(--gold);
  padding: 6px 12px;
  margin-bottom: 14px;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lead-copy {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.service-card {
  height: 100%;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.service-card-image {
  display: block;
  width: calc(100% + 2rem);
  max-width: none;
  height: auto;
  aspect-ratio: 3 / 2;
  margin: -1rem -1rem 1rem;
  object-fit: contain;
  object-position: center top;
  border-bottom: 1px solid rgba(92, 224, 255, 0.38);
  border-radius: 13px 13px 0 0;
}

.cosmo-section-visual {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  max-height: none;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center top;
  margin-bottom: 20px;
  background: rgba(3, 7, 18, .92);
  border: 1px solid rgba(92, 224, 255, 0.42);
  border-radius: 14px;
  box-shadow: 0 0 28px rgba(47, 194, 255, 0.14);
}

.cosmo-content-row {
  align-items: stretch;
}

.cosmo-content-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.cosmo-content-row .stage-list,
.cosmo-content-row .service-card,
.cosmo-content-row .cosmo-section-visual {
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .service-card-image {
    height: auto;
  }

  .cosmo-section-visual {
    min-height: 0;
    max-height: none;
  }
}

.service-card:hover {
  border-color: rgba(0, 243, 255, .55);
  box-shadow: 0 0 22px rgba(0, 243, 255, .14);
  color: inherit;
  transform: translateY(-3px);
}

.service-card h3 {
  color: var(--cyan);
  font-size: 1.03rem;
  margin-bottom: 10px;
}

.small-muted,
.service-card p {
  color: var(--muted);
}

.price-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 181, 31, .45);
  border-radius: 999px;
  color: var(--gold);
  padding: 6px 12px;
  font-size: .9rem;
  margin: 6px 8px 0 0;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--cyan);
  border-radius: 8px;
  color: var(--cyan);
  padding: 10px 16px;
  margin: 6px 8px 0 0;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.btn-main:hover {
  background: var(--cyan);
  color: #06111a;
}

.btn-gold {
  border-color: var(--gold);
  color: var(--gold);
}

.btn-gold:hover {
  background: var(--gold);
  color: #111;
}

.stage-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stage-list li {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  color: var(--muted);
  border-bottom: 1px dashed rgba(0, 243, 255, .17);
}

.stage-list li:last-child {
  border-bottom: 0;
}

.step-number {
  flex: 0 0 34px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--cyan);
  border-radius: 999px;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
}

.offer-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--muted);
}

.offer-table th,
.offer-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  vertical-align: top;
}

.offer-table th {
  color: var(--gold);
  font-weight: 700;
}

footer {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  background: #02040a;
  color: var(--muted);
  padding: 28px 0;
}

footer a {
  color: var(--cyan);
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image,
  .hero-image img {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .service-shell {
    padding-top: 86px;
  }

  .panel {
    padding: 20px;
  }

  h1.display-5 {
    font-size: 2rem;
  }
}
