.reveal {
  transform: translateY(18px) !important;
  transition:
    opacity 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.34s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.runtime-hero {
  position: relative;
  --runtime-hero-pad-top: clamp(5.8rem, 7.4vh, 7rem);
  --runtime-hero-pad-bottom: clamp(1rem, 2.4vh, 1.8rem);
  min-height: 100vh !important;
  height: 100vh !important;
  width: 100% !important;
  padding-top: var(--runtime-hero-pad-top) !important;
  padding-bottom: var(--runtime-hero-pad-bottom) !important;
  overflow: hidden;
}

.runtime-hero__shell {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  min-height: 100% !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-inline: 0 !important;
}

.runtime-hero__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr) !important;
  align-items: stretch !important;
  min-height: calc(100vh - var(--runtime-hero-pad-top) - var(--runtime-hero-pad-bottom)) !important;
  gap: 0 !important;
}

.runtime-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 100%;
  width: min(54vw, 46rem);
  max-width: none;
  padding-left: clamp(1.25rem, 4.2vw, 4.75rem);
  padding-right: clamp(0.35rem, 1.2vw, 1.2rem);
  margin-right: -12%;
  align-self: stretch;
}

.runtime-hero__badge {
  width: fit-content;
  margin-bottom: 1rem !important;
}

.runtime-hero__headline {
  margin-bottom: 1.25rem !important;
  max-width: none;
  font-size: clamp(2.15rem, 3.35vw, 3.95rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em;
  text-wrap: initial;
  text-align: center !important;
}

.runtime-hero__line {
  display: block;
  white-space: nowrap;
}

.runtime-hero__line--primary {
  color: #f8fbff;
}

.runtime-hero__line--secondary {
  background: linear-gradient(135deg, #7dd3fc 0%, #3b82f6 42%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.runtime-hero__line--tertiary {
  color: #eef5ff;
}

.runtime-hero__subtitle {
  max-width: 31rem !important;
  margin-inline: 0 !important;
  margin-bottom: 1.6rem !important;
  text-align: center !important;
  line-height: 1.64 !important;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem) !important;
  color: rgba(223, 233, 247, 0.84) !important;
}

.runtime-hero__actions {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  justify-content: center !important;
}

.runtime-results-cta {
  min-width: 12.75rem;
}

.runtime-hero__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  justify-self: stretch;
}

.runtime-hero__image-frame {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  margin-left: -14%;
  margin-right: clamp(-0.4rem, -1vw, -1.25rem);
}

.runtime-hero__image {
  width: min(100%, 70vw);
  height: min(74vh, 44rem);
  max-width: none;
  object-fit: contain;
  object-position: center right;
  border-radius: 1.8rem !important;
}

.runtime-proof-section {
  position: relative;
  padding: 5.5rem 0;
}

.runtime-stats-section {
  position: relative;
  padding: 5rem 0 !important;
}

.runtime-stats-heading {
  max-width: 50rem;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.runtime-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

.runtime-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 13rem;
  padding: 1.65rem 1.2rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid rgba(59, 130, 246, 0.14) !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.74)) !important;
  box-shadow:
    0 18px 42px rgba(2, 6, 23, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.runtime-stat-value {
  margin-bottom: 0.85rem !important;
  font-size: clamp(2.85rem, 4vw, 4rem) !important;
  line-height: 1 !important;
}

.runtime-stat-label {
  max-width: 13rem;
  margin: 0 auto !important;
  color: rgba(203, 213, 225, 0.82) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.runtime-proof-section--compact {
  padding: 1.5rem 0 0.75rem;
}

.runtime-proof-section--pattern {
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}

.runtime-proof-section--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.runtime-proof-wrap {
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.runtime-proof-heading {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.runtime-proof-badge {
  margin-bottom: 1rem !important;
}

.runtime-proof-title {
  margin: 0 0 1rem;
  color: #f8fbff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
}

.runtime-proof-subtitle {
  margin: 0;
  color: rgba(203, 213, 225, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.runtime-proof-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.runtime-proof-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.16);
  background: rgba(15, 23, 42, 0.78);
  color: #dbeafe;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.28);
}

.runtime-proof-grid {
  display: grid;
  gap: 1.5rem;
}

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

.runtime-proof-card {
  height: 100%;
}

.runtime-proof-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  color: #8fd0ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runtime-proof-card-title {
  margin: 0 0 0.9rem;
  color: #f8fbff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.runtime-proof-copy {
  margin: 0 0 0.9rem;
  color: rgba(203, 213, 225, 0.84);
  line-height: 1.72;
  font-size: 0.96rem;
}

.runtime-proof-copy strong,
.runtime-proof-outcome strong {
  color: #f8fbff;
}

.runtime-proof-outcome {
  margin: 0;
  color: #cfe7ff;
  line-height: 1.72;
  font-size: 0.96rem;
}

.runtime-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.runtime-faq-card {
  height: 100%;
}

.runtime-faq-card h3 {
  margin: 0 0 0.85rem;
  color: #f8fbff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
}

.runtime-faq-card p {
  margin: 0;
  color: rgba(203, 213, 225, 0.84);
  line-height: 1.72;
  font-size: 0.95rem;
}

.runtime-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  min-width: max-content;
  flex-shrink: 0;
  overflow: visible !important;
}

.runtime-logo__image {
  display: block;
  width: auto;
  height: 3.75rem;
  max-width: min(21rem, 56vw);
  object-fit: contain;
  overflow: visible;
}

.runtime-footer-brand {
  margin-bottom: 1.75rem;
}

.runtime-footer-logo {
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.runtime-footer-logo__image {
  display: block;
  width: auto;
  height: 4.15rem;
  max-width: min(22rem, 90vw);
  object-fit: contain;
  overflow: visible;
}

.btn-primary,
.btn-secondary,
.card-dark,
.badge {
  transition:
    transform 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.34s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.nav-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.75rem !important;
  padding: 0.7rem 1rem !important;
  border-radius: 14px !important;
  transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 0;
}

.nav-link::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: rgba(59, 130, 246, 0.12) !important;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.16) inset,
    0 0 22px rgba(59, 130, 246, 0.16) !important;
  opacity: 0 !important;
  transform: scale(0.96) !important;
  transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: -1 !important;
}

.nav-link:hover,
.nav-link.runtime-active {
  color: var(--text-primary) !important;
}

.nav-link:hover::after,
.nav-link.runtime-active::after {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.runtime-contact-form {
  display: grid;
  gap: 1.5rem;
}

.runtime-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.runtime-field {
  display: grid;
  gap: 0.5rem;
}

.runtime-field--full {
  grid-column: 1 / -1;
}

.runtime-country {
  position: relative;
}

.runtime-country__control {
  position: relative;
}

.runtime-country__search {
  padding-right: 3.4rem !important;
}

.runtime-country__toggle {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgb(209 213 219);
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.runtime-country__toggle:hover {
  background: rgba(59, 130, 246, 0.16);
  color: white;
}

.runtime-country.is-open .runtime-country__toggle {
  transform: translateY(-50%) rotate(180deg);
}

.runtime-country__menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 17rem;
  overflow: hidden;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 16px;
  background: rgba(9, 16, 29, 0.98);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.24s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.runtime-country.is-open .runtime-country__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.runtime-country__options {
  max-height: 17rem;
  overflow: auto;
  padding: 0.4rem;
  display: grid;
  gap: 0.18rem;
}

.runtime-country__option {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  text-align: left;
  background: transparent;
  color: rgb(229 231 235);
  cursor: pointer;
  transition:
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.runtime-country__option:hover,
.runtime-country__option.is-active {
  background: rgba(59, 130, 246, 0.14);
  transform: translateX(2px);
}

.runtime-country__empty {
  padding: 0.9rem;
  color: rgb(156 163 175);
  font-size: 0.9rem;
}

.runtime-field label {
  display: block;
  color: rgb(209 213 219);
  font-size: 0.875rem;
  font-weight: 500;
}

.runtime-form-message {
  min-height: 8rem;
}

.runtime-form-note {
  margin: 0;
  color: rgb(248 113 113);
  font-size: 0.875rem;
}

.runtime-success {
  text-align: center;
  padding: 4rem 2rem;
}

.runtime-success__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .runtime-hero {
    height: auto !important;
    min-height: 100vh !important;
    padding-top: clamp(6rem, 12vw, 7rem) !important;
    padding-bottom: 1.5rem !important;
  }

  .runtime-hero__layout {
    grid-template-columns: 1fr !important;
    gap: 1.4rem !important;
    min-height: auto !important;
  }

  .runtime-hero__content {
    max-width: 33rem;
    width: 100%;
    margin-right: 0;
    margin-inline: auto;
    min-height: auto;
    padding-left: clamp(1rem, 5vw, 1.5rem);
    padding-right: clamp(1rem, 5vw, 1.5rem);
  }

  .runtime-hero__headline {
    max-width: 10.5ch;
    font-size: clamp(2.2rem, 8.6vw, 3.45rem) !important;
    line-height: 1.04 !important;
  }

  .runtime-hero__subtitle {
    max-width: 30rem !important;
    font-size: 0.94rem !important;
  }

  .runtime-hero__actions {
    width: 100%;
  }

  .runtime-hero__media {
    min-height: auto;
    justify-content: center;
  }

  .runtime-hero__image-frame {
    margin-left: 0;
    width: 100%;
    min-height: auto;
    justify-content: center;
    margin-right: 0;
  }

  .runtime-hero__image {
    width: 100%;
    height: auto;
    max-height: 20rem;
  }

  .runtime-hero__line {
    white-space: normal;
  }

  .runtime-logo__image {
    height: 3rem;
    max-width: 15rem;
  }

  .runtime-footer-logo__image {
    height: 3.2rem;
    max-width: 16rem;
  }

  .runtime-proof-section {
    padding: 4rem 0;
  }

  .runtime-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .runtime-stat-card {
    min-height: 11.5rem;
  }

  .runtime-proof-grid--three,
  .runtime-faq-grid {
    grid-template-columns: 1fr;
  }

  .runtime-proof-wrap {
    padding: 0 1rem;
  }

  .runtime-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .runtime-hero__actions {
    flex-direction: column;
  }

  .runtime-hero__actions .btn-primary,
  .runtime-hero__actions .btn-secondary {
    width: 100%;
  }

  .runtime-stats-grid {
    grid-template-columns: 1fr !important;
  }
}
