:root {
  --bg: #050816;
  --bg-alt: #070b1a;
  --panel: #0b1020;
  --panel-soft: #0f172a;
  --border-subtle: rgba(148, 163, 184, 0.25);
  --border-strong: rgba(148, 163, 184, 0.7);
  --accent: #38bdf8;
  --accent-alt: #a855f7;
  --accent-soft: rgba(56, 189, 248, 0.16);
  --text: #e5e7eb;
  --muted: #94a3b8;
  --radius-xl: 1.6rem;
  --radius-lg: 1.1rem;
  --radius-md: 0.9rem;
  --shadow-soft: 0 26px 80px rgba(15, 23, 42, 0.85);
  --transition: 0.18s ease-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0 0, #0f172a 0, transparent 55%),
    radial-gradient(circle at 100% 100%, #020617 0, transparent 60%),
    var(--bg);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  text-decoration: underline;
}

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

.sx-shell {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.sx-main {
  min-height: 60vh;
}

/* HEADER */

.sx-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
  backdrop-filter: blur(18px);
}

.sx-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.8rem 0;
}

.sx-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.sx-logo-orbit {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, #f9fafb 0, #0f172a 34%, #020617 70%);
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sx-logo-core {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: conic-gradient(from 160deg, #38bdf8, #a855f7, #38bdf8);
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9);
}

.sx-logo-orbit::before,
.sx-logo-orbit::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.5);
}

.sx-logo-orbit::after {
  inset: 11px;
  border-style: solid;
  border-color: rgba(56, 189, 248, 0.3);
}

.sx-logo-text {
  display: flex;
  flex-direction: column;
}

.sx-logo-title {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sx-logo-subtitle {
  font-size: 0.76rem;
  color: var(--muted);
}

.sx-nav {
  display: flex;
  gap: 1.1rem;
  font-size: 0.86rem;
}

.sx-nav a {
  color: var(--muted);
  position: relative;
  padding: 0.25rem 0;
}

.sx-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.22rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-alt));
  transition: width var(--transition);
}

.sx-nav a:hover {
  color: var(--text);
}

.sx-nav a:hover::after {
  width: 100%;
}

.sx-nav-toggle {
  display: none;
  background: none;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  padding: 0.3rem 0.55rem;
  cursor: pointer;
}

.sx-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
  margin: 3px 0;
}

/* HERO */

.sx-hero {
  padding: 2.7rem 0 2.2rem;
}

.sx-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 2.4rem;
  align-items: center;
}

.sx-hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  color: var(--muted);
  margin: 0 0 0.4rem;
}

.sx-hero-copy h1 {
  margin: 0 0 0.7rem;
  font-size: clamp(2.1rem, 3.1vw, 2.8rem);
  letter-spacing: 0.01em;
}

.sx-hero-lead {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.96rem;
  max-width: 36rem;
}

.sx-search {
  margin-bottom: 1rem;
}

.sx-search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.sx-search label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.sx-search input,
.sx-search select {
  border-radius: 0.9rem;
  border: 1px solid var(--border-subtle);
  padding: 0.55rem 0.9rem;
  font: inherit;
  background: rgba(15, 23, 42, 0.85);
  color: var(--text);
}

.sx-search input:focus,
.sx-search select:focus {
  outline: 1px solid var(--accent);
  outline-offset: 1px;
}

.sx-search-note {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.sx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.55rem 1.7rem;
  font-size: 0.86rem;
  font-weight: 500;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: var(--transition);
}

.sx-btn-primary {
  border-color: rgba(56, 189, 248, 0.8);
  background: radial-gradient(circle at 0 0, var(--accent) 0, var(--accent-alt) 40%, #020617 100%);
  box-shadow: 0 18px 60px rgba(56, 189, 248, 0.55);
}

.sx-btn-primary:hover {
  filter: brightness(1.03);
}

.sx-btn-full {
  width: 100%;
}

.sx-hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.sx-label {
  display: inline-flex;
  padding: 0.16rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.sx-hero-meta p {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
}

.sx-hero-side {
  display: flex;
  justify-content: flex-end;
}

.sx-hero-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 0.9rem;
  background:
    radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.3) 0, transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(168, 85, 247, 0.28) 0, transparent 60%),
    var(--panel);
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: var(--shadow-soft);
  width: 100%;
  max-width: 360px;
}

.sx-hero-image {
  border-radius: calc(var(--radius-xl) - 0.3rem);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.sx-hero-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.sx-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.7rem;
  font-size: 0.72rem;
}

.sx-hero-pills span {
  padding: 0.28rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: rgba(15, 23, 42, 0.8);
  color: var(--muted);
}

/* SECTIONS */

.sx-section {
  padding: 3.1rem 0;
}

.sx-section-alt {
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, 0.12) 0, transparent 55%);
}

.sx-section-header {
  margin-bottom: 1.6rem;
}

.sx-section-header h1,
.sx-section-header h2 {
  margin: 0 0 0.45rem;
  font-weight: 600;
}

.sx-section-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.sx-grid {
  display: grid;
  gap: 1.5rem;
}

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

.sx-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sx-grid-align-top {
  align-items: flex-start;
}

/* FEATURE TILES */

.sx-feature-grid .sx-tile {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
}

.sx-tile {
  border-radius: var(--radius-lg);
  padding: 1rem 1.1rem;
  border: 1px solid var(--border-subtle);
  background: var(--panel-soft);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.7);
  font-size: 0.9rem;
}

.sx-tile h3 {
  margin: 0 0 0.4rem;
}

.sx-tile p {
  margin: 0;
  color: var(--muted);
}

/* CARDS */

.sx-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 55%), var(--panel);
  padding: 1rem 1.1rem;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.8);
  font-size: 0.9rem;
}

.sx-card h1,
.sx-card h2,
.sx-card h3 {
  margin-top: 0;
}

.sx-card p {
  margin: 0.35rem 0 0.7rem;
  color: var(--muted);
}

.sx-card-image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 0.7rem;
}

/* LISTS & STEPS */

.sx-list {
  margin: 0 0 0.9rem;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.sx-steps li + li {
  margin-top: 1rem;
}

.sx-steps h2 {
  margin-bottom: 0.25rem;
}

/* MAP */

.sx-map {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  background: #020617;
  box-shadow: var(--shadow-soft);
}

.sx-map iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

.sx-map-large iframe {
  height: 260px;
}

.sx-map-block {
  margin-top: 2.2rem;
}

/* FORM */

.sx-form {
  font-size: 0.9rem;
}

.sx-form-row {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.sx-form-row-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sx-form label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.sx-form input,
.sx-form select,
.sx-form textarea {
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  padding: 0.5rem 0.85rem;
  font: inherit;
  background: rgba(15, 23, 42, 0.85);
  color: var(--text);
}

.sx-form textarea {
  resize: vertical;
  min-height: 140px;
}

.sx-form input:focus,
.sx-form select:focus,
.sx-form textarea:focus {
  outline: 1px solid var(--accent);
  outline-offset: 1px;
}

.sx-form-note {
  margin: 0.1rem 0 0.8rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* INLINE LINK */

.sx-link-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.sx-link-inline::after {
  content: "↗";
  font-size: 0.9em;
}

/* FOOTER */

.sx-footer {
  margin-top: 2.8rem;
  border-top: 1px solid rgba(15, 23, 42, 0.95);
  background: radial-gradient(circle at 0 0, #020617 0, #000 60%);
}

.sx-footer-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  padding: 2.1rem 0 1.4rem;
  font-size: 0.9rem;
}

.sx-footer-col h3,
.sx-footer-col h4 {
  margin-top: 0;
}

.sx-footer-col p {
  margin: 0 0 0.4rem;
  color: var(--muted);
}

.sx-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sx-footer-col li + li {
  margin-top: 0.25rem;
}

.sx-footer a {
  color: var(--text);
}

.sx-footer-bottom {
  border-top: 1px solid rgba(15, 23, 42, 0.95);
  text-align: center;
  padding: 0.9rem 0 1.3rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* COOKIE BANNER */

.sx-cookie {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 960px;
  width: 100%;
  background: #020617;
  border-top: 1px solid rgba(30, 64, 175, 0.9);
  box-shadow: 0 -20px 60px rgba(15, 23, 42, 0.95);
  padding: 0.95rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.8rem;
  z-index: 50;
}

.sx-cookie-text p {
  margin: 0 0 0.3rem;
  color: var(--muted);
}

.sx-cookie-text a {
  color: var(--accent);
  text-decoration: underline;
}

.sx-cookie-actions {
  display: flex;
  gap: 0.45rem;
  flex-shrink: 0;
  align-items: center;
  flex-wrap: wrap;
}

.sx-cookie-btn {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.38rem 1.1rem;
  font-size: 0.76rem;
  cursor: pointer;
  font-family: inherit;
  transition: var(--transition);
}

.sx-cookie-btn-primary {
  background: #f9fafb;
  color: #020617;
}

.sx-cookie-btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}

.sx-cookie-btn-secondary:hover {
  background: #020617;
}

.sx-cookie--hidden {
  display: none !important;
}

/* GENERAL */

ul {
  padding-left: 1.1rem;
}

.sx-section p {
  margin-bottom: 0.7rem;
}
