:root {
  --navy: #07111f;
  --charcoal: #101820;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.15);
  --text: #f4f7fb;
  --muted: #aeb9c8;
  --gold: #d8b35a;
  --teal: #20c7b5;
  --blue: #7fb7ff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 20% 5%, rgba(32, 199, 181, 0.16), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(216, 179, 90, 0.13), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #101820 48%, #08131b 100%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(18px);
}

.navbar {
  padding: 1rem 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-symbol {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(216, 179, 90, 0.55);
  border-radius: 0.45rem;
  color: var(--gold);
  background: linear-gradient(135deg, rgba(216, 179, 90, 0.16), rgba(32, 199, 181, 0.12));
  box-shadow: 0 12px 30px rgba(216, 179, 90, 0.1);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(244, 247, 251, 0.76);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.65rem 0.75rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta {
  margin-left: 0.35rem;
  border: 1px solid rgba(216, 179, 90, 0.48);
  border-radius: 999px;
  color: var(--gold) !important;
  background: rgba(216, 179, 90, 0.08);
}

.section-shell {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0;
}

.hero-section {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.hero-title {
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 6.25rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  background: linear-gradient(90deg, #ffffff, #d9efff 44%, #d8b35a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle,
.hero-line {
  margin: 1rem 0 0;
  color: #eaf1fb;
  font-size: clamp(1.3rem, 2.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
}

.hero-line {
  margin-top: 0.3rem;
  color: var(--blue);
}

.hero-copy {
  max-width: 41rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.7rem;
}

.btn-premium,
.btn-outline-premium {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn-premium {
  border: 1px solid rgba(216, 179, 90, 0.7);
  color: #07111f;
  background: linear-gradient(135deg, #f2d783, #d8b35a);
  box-shadow: 0 16px 38px rgba(216, 179, 90, 0.25);
}

.btn-outline-premium {
  border: 1px solid rgba(127, 183, 255, 0.45);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.btn-premium:hover,
.btn-outline-premium:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
}

.hero-visual,
.image-placeholder {
  position: relative;
  min-height: 28rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(32, 199, 181, 0.16), rgba(127, 183, 255, 0.1));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.image-placeholder::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.45rem;
  pointer-events: none;
}

.visual-orbit {
  position: absolute;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(32, 199, 181, 0.28);
  border-radius: 50%;
  animation: floatPanel 7s ease-in-out infinite;
}

.visual-orbit-top {
  top: 3rem;
  right: 3rem;
}

.visual-orbit-bottom {
  bottom: 2.4rem;
  left: 2.2rem;
  animation-delay: -3s;
}

.launch-panel,
.metric-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  background: rgba(7, 17, 31, 0.72);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.launch-panel {
  left: 50%;
  top: 50%;
  width: min(78%, 23rem);
  padding: 1.5rem;
  transform: translate(-50%, -50%);
}

.launch-label,
.metric-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.launch-panel strong {
  display: block;
  font-size: 1.45rem;
}

.launch-bars {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.launch-bars span {
  height: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.launch-bars span:nth-child(2) {
  width: 76%;
  opacity: 0.76;
}

.launch-bars span:nth-child(3) {
  width: 58%;
  opacity: 0.56;
}

.metric-card {
  max-width: 15rem;
  padding: 1rem;
}

.metric-card-top {
  top: 2.2rem;
  left: -0.8rem;
}

.metric-card-bottom {
  right: -0.8rem;
  bottom: 2.2rem;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 3rem;
}

.section-heading h2,
.europe-section h2,
.cta-panel h2,
.image-placeholder-banner h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
}

.section-heading p,
.europe-section p,
.cta-panel p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.glass-card,
.ecosystem-card,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--panel);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.service-card {
  height: 100%;
  padding: 1.55rem;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(216, 179, 90, 0.45);
  background: var(--panel-strong);
}

.icon-badge {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-bottom: 1.3rem;
  border-radius: 0.5rem;
  color: var(--navy);
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold), var(--teal));
}

.service-card h3,
.process-step h3 {
  margin: 0 0 0.8rem;
  font-size: 1.14rem;
  font-weight: 800;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.process-step {
  position: relative;
  min-height: 12rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.process-step span {
  display: inline-flex;
  margin-bottom: 2.6rem;
  color: var(--gold);
  font-weight: 800;
}

.process-step::after {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 1.4rem;
  right: 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.image-placeholder-europe {
  min-height: 26rem;
  display: grid;
  place-items: center;
  color: rgba(244, 247, 251, 0.58);
  font-weight: 800;
}

.readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.readiness-grid span {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(127, 183, 255, 0.2);
  border-radius: 0.45rem;
  background: rgba(127, 183, 255, 0.07);
  color: #dceeff;
  font-weight: 700;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.ecosystem-card {
  min-height: 9rem;
  display: flex;
  align-items: end;
  padding: 1.25rem;
  color: #f8fbff;
  font-weight: 800;
  background:
    linear-gradient(160deg, rgba(216, 179, 90, 0.12), transparent 48%),
    rgba(255, 255, 255, 0.07);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.ecosystem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(32, 199, 181, 0.45);
}

.image-placeholder-banner {
  min-height: 24rem;
  display: flex;
  align-items: end;
  padding: 2.2rem;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.2), rgba(7, 17, 31, 0.75)),
    linear-gradient(135deg, rgba(216, 179, 90, 0.2), rgba(32, 199, 181, 0.14), rgba(127, 183, 255, 0.14));
}

.image-placeholder-banner > div {
  max-width: 48rem;
  position: relative;
  z-index: 1;
}

.cta-panel {
  max-width: 58rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(216, 179, 90, 0.14), rgba(32, 199, 181, 0.1)),
    rgba(255, 255, 255, 0.08);
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  background: rgba(5, 12, 21, 0.72);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-brand {
  margin-bottom: 0.7rem;
}

.footer-grid p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: rgba(244, 247, 251, 0.72);
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--gold);
}

@keyframes floatPanel {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    padding-top: 1rem;
  }

  .nav-cta {
    display: inline-flex;
    margin: 0.5rem 0 0;
    padding-inline: 1rem !important;
  }

  .process-track,
  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .section-shell {
    padding: 4.5rem 0;
  }

  .hero-section {
    min-height: auto;
    padding-top: 5rem;
  }

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

  .btn-premium,
  .btn-outline-premium {
    width: 100%;
  }

  .hero-visual,
  .image-placeholder {
    min-height: 23rem;
  }

  .metric-card {
    max-width: 12.5rem;
  }

  .metric-card-top {
    left: 1rem;
  }

  .metric-card-bottom {
    right: 1rem;
  }

  .process-track,
  .ecosystem-grid,
  .readiness-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}
