@media (max-width: 1200px) {
  .hero {
    --hero-visual-gap: clamp(0.85rem, 1.1vw, 1rem);
    --hero-box-width: clamp(8rem, 9.3vw, 9.4rem);
    --hero-box-height: clamp(11rem, 13vw, 12.5rem);
    --hero-box-feature-width: clamp(9.2rem, 10.2vw, 10.4rem);
    --hero-box-feature-height: clamp(13rem, 15vw, 14.5rem);
  }
}

@media (max-width: 980px) {
  :root {
    --header-h: 72px;
    --layout-edge: clamp(1.2rem, 4.4vw, 1.45rem);
  }
  .grid-2,
  .grid-2.reverse,
  .solution-panel,
  .status-offers,
  .why-grid,
  .contact-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: var(--space-6) 0;
  }
  #status,
  #why-npx,
  #kontakt {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }
  .hero {
    --hero-visual-gap: clamp(1.2rem, 4vw, 1.6rem);
    --hero-box-width: min(100%, 18rem);
    --hero-box-height: clamp(13rem, 48vw, 16rem);
    --hero-box-feature-width: min(100%, 20rem);
    --hero-box-feature-height: clamp(15rem, 54vw, 18rem);
    min-height: calc(100svh - var(--header-h));
    display: grid;
    align-items: start;
    padding: clamp(5.5rem, 18svh, 8rem) 0 3rem;
  }
  .header-inner {
    min-height: var(--header-h);
    padding-block: 0.28rem;
  }
  .brand img {
    height: 44px;
    width: auto;
    max-width: min(100%, 260px);
  }
  .solution-panel .visual,
  .solution-copy,
  .why-grid .visual {
    min-height: auto;
  }
  .solution-panel::before,
  .solution-copy::before,
  .status-offers::after {
    display: none;
  }
  .status-offers-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.9rem, 6vw, 2.55rem);
  }
  .status-offers-divider {
    min-height: auto;
  }
  .status-offers-divider-line {
    width: clamp(6.5rem, 28vw, 8.5rem);
    min-height: 1px;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(190, 255, 199, 0),
      rgba(190, 255, 199, 0.14) 22%,
      rgba(190, 255, 199, 0.32) 50%,
      rgba(190, 255, 199, 0.14) 78%,
      rgba(190, 255, 199, 0)
    );
  }
  .status-shell {
    gap: 1.15rem;
  }
  .status-shell-header {
    max-width: none;
  }
  .status-highlight,
  .contact-copy,
  .contact-form {
    min-height: auto;
  }
  .why-grid,
  .contact-wrap {
    gap: 1.2rem;
  }
  .footer-grid {
    gap: 1.25rem;
    padding: 0.85rem 0 0;
  }
  .footer-grid::after {
    display: none;
  }
  .footer-company,
  .footer-legal {
    padding: 0.2rem 0;
  }
  .footer-legal {
    border-top: 1px solid rgba(214, 224, 242, 0.1);
    padding-top: 1rem;
  }
  .solutions-intro {
    margin-inline: 0;
    text-align: left;
  }
  .solutions-intro .section-title {
    max-width: 22ch;
    white-space: normal;
    text-wrap: balance;
  }
  .solution-stage,
  .solution-panel,
  .solution-copy {
    min-width: 0;
  }
  .solution-panel {
    overflow: hidden;
  }
  .solution-tabs-shell {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    overflow: hidden;
  }
  .solution-tabs {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .solution-tabs::-webkit-scrollbar {
    display: none;
  }
  .solution-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .solution-copy-inner {
    --solution-copy-overlap: 0rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    transform: translate3d(0, var(--solution-copy-handoff-y, 0px), 0);
  }
  .hero .container.grid-2,
  .hero .hero-grid {
    width: min(
      100% - calc(var(--layout-edge) * 2),
      var(--layout-content-max)
    );
    min-height: 0;
    gap: 48px;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .hero-copy {
    max-width: none;
    padding-right: 0;
  }
  .hero-visual {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    display: none;
  }
  .hero-visual-row {
    flex-direction: column;
    align-items: center;
    gap: var(--hero-visual-gap);
  }
  .hero-visual::after,
  .hero-visual-row::before,
  .hero-visual-row::after {
    display: none;
  }
  .hero-glow {
    display: none;
  }
  .hero-visual::before {
    width: clamp(24rem, 82vw, 30rem);
    height: clamp(18rem, 58vw, 22rem);
    filter: blur(34px);
    opacity: 0.94;
  }
  .hero-placeholder-box,
  .hero-placeholder-box:nth-child(2) {
    flex: 0 1 auto;
    transform: none;
  }
  .status-offers {
    padding-top: 0.55rem;
  }
  .status-highlight {
    padding: 0.42rem 0;
  }
  .contact-panel {
    border-radius: 1.6rem;
  }
}

@media (max-width: 860px) {
  .solution-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .solution-tab {
    min-height: 50px;
  }
  .footer-company-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) and (orientation: landscape) and (min-width: 700px) {
  .status-offers-grid {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(0.9rem, 2.6vw, 1.4rem);
    align-items: stretch;
  }

  .status-offers-divider {
    min-height: 100%;
  }

  .status-offers-divider-line {
    width: 1px;
    height: auto;
    min-height: 100%;
    background: linear-gradient(
      180deg,
      rgba(190, 255, 199, 0),
      rgba(190, 255, 199, 0.12) 16%,
      rgba(190, 255, 199, 0.28) 50%,
      rgba(190, 255, 199, 0.12) 84%,
      rgba(190, 255, 199, 0)
    );
  }

  .status-highlight {
    padding: 0;
  }

  .status-highlight h3 {
    font-size: clamp(1.1rem, 2vw, 1.24rem);
  }

  .status-highlight p,
  .status-highlight li {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  #status .partner-program-cta {
    font-size: 0.88rem;
    padding: 0.62rem 0.88rem;
  }
}

@media (max-width: 900px) and (pointer: coarse),
  (orientation: landscape) and (pointer: coarse) and (hover: none) and (max-height: 520px) {
  .js .site-header .header-cta {
    transform: translateY(-0.35rem) scale(0.965);
  }
}

html[data-header-context="compact"] .header-inner {
  min-height: var(--header-h);
  padding-block: 0.22rem;
  gap: clamp(0.55rem, 2vw, 0.8rem);
  align-items: center;
  flex-wrap: nowrap;
}

html[data-header-context="compact"] .brand {
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(100%, 15.4rem);
}

html[data-header-context="compact"] .brand img {
  width: auto;
  max-width: 100%;
}

html[data-header-context="compact"] .header-cta {
  box-sizing: border-box;
  flex: none;
  width: 12rem;
  min-width: 12rem;
  max-width: 12rem;
  justify-content: center;
  padding: 0.68rem clamp(0.82rem, 2.2vw, 0.96rem);
  min-height: 0;
  font-size: 0.9rem;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
}

html[data-header-context="compact"] .header-cta.is-content-swapping {
  opacity: 0.76 !important;
  transform: translateY(-0.08rem) scale(0.985) !important;
  filter: saturate(0.94) brightness(0.98) !important;
}

html[data-header-context="compact"][data-header-cta-fx="reduced"]
  .site-header
  .header-cta {
  transform: translateZ(0);
  filter: none;
  transition: opacity 0.24s ease;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html[data-header-context="compact"][data-header-cta-fx="reduced"]
  .site-header.is-cta-visible
  .header-cta {
  transform: translateZ(0);
  filter: none;
}

html[data-header-context="compact"][data-header-cta-fx="reduced"]
  .header-cta.is-content-swapping {
  opacity: 0.88 !important;
  transform: translateZ(0) !important;
  filter: none !important;
}

html[data-header-context="compact"] .header-cta[data-header-cta-mode="partner"] {
  border-color: rgba(190, 255, 199, 0.86);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.015)
    ),
    linear-gradient(
      135deg,
      rgba(190, 255, 199, 0.035),
      rgba(190, 255, 199, 0.008) 58%,
      rgba(255, 255, 255, 0.015)
    );
  color: rgba(246, 248, 255, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(8, 14, 35, 0.14),
    0 0 0 1px rgba(190, 255, 199, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

html[data-header-context="compact"]
  .header-cta[data-header-cta-mode="partner"]::after {
  opacity: 0.22;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.015) 44%,
      rgba(255, 255, 255, 0.008)
    ),
    radial-gradient(
      circle at 18% 50%,
      rgba(190, 255, 199, 0.06),
      rgba(190, 255, 199, 0) 34%
    );
}

html[data-header-context="compact"]
  .header-cta[data-header-cta-mode="partner"]:active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 9px 18px rgba(8, 14, 35, 0.13),
    0 0 0 1px rgba(190, 255, 199, 0.1);
}

html[data-header-context="compact"]
  .header-cta[data-header-cta-mode="partner"]:focus-visible {
  border-color: rgba(190, 255, 199, 0.96);
  box-shadow:
    0 0 0 4px rgba(190, 255, 199, 0.12),
    0 14px 28px rgba(8, 14, 35, 0.18);
}

@media (orientation: landscape) and (pointer: coarse) and (hover: none) and (max-height: 520px) {
  :root {
    --layout-edge: 1.25rem;
  }
  .container {
    width: min(100% - calc(var(--layout-edge) * 2), var(--layout-content-max));
    padding-inline: max(0.45rem, env(safe-area-inset-left))
      max(0.45rem, env(safe-area-inset-right));
    box-sizing: border-box;
  }
  .section {
    padding: clamp(1.75rem, 6vh, 2.4rem) 0;
  }
  #status,
  #why-npx,
  #kontakt {
    padding-top: clamp(1.95rem, 6vh, 2.55rem);
    padding-bottom: clamp(1.9rem, 6vh, 2.45rem);
  }
  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .header-inner {
    padding-block: 0.38rem;
  }
  .brand {
    max-width: min(100%, 13.75rem);
  }
  .brand img {
    height: 44px;
    width: auto;
    max-width: 100%;
  }
  .hero {
    --hero-visual-gap: 1.1rem;
    --hero-box-width: min(100%, 12rem);
    --hero-box-height: clamp(8.5rem, 24vh, 10rem);
    --hero-box-feature-width: min(100%, 13.5rem);
    --hero-box-feature-height: clamp(10rem, 29vh, 12rem);
    min-height: calc(100svh - var(--header-h));
    display: grid;
    align-items: center;
    padding: 1rem 0 1.35rem;
  }
  .hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3rem;
    background: linear-gradient(
      180deg,
      rgba(241, 244, 248, 0),
      rgba(241, 244, 248, 0.72) 58%,
      rgba(241, 244, 248, 0.94)
    );
    pointer-events: none;
  }
  .hero .section-kicker {
    display: none;
  }
  .hero .container.grid-2,
  .hero .hero-grid {
    min-height: 0;
    padding-inline: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
  }
  .hero-copy {
    max-width: none;
    padding-right: 0;
  }
  .hero-visual {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
  }
  .hero-visual-row {
    flex-direction: column;
    align-items: center;
    gap: var(--hero-visual-gap);
  }
  .hero-visual::after,
  .hero-visual-row::before,
  .hero-visual-row::after {
    display: none;
  }
  .hero-glow {
    display: none;
  }
  .hero-visual::before {
    width: clamp(16rem, 54vw, 20rem);
    height: clamp(12rem, 38vw, 15rem);
    filter: blur(24px);
    opacity: 0.82;
  }
  .hero-placeholder-box:nth-child(1),
  .hero-placeholder-box:nth-child(3) {
    display: none;
  }
  .hero-placeholder-box:nth-child(2) {
    transform: none;
  }
  .hero h1 {
    max-width: 12ch;
    font-size: clamp(40px, 11vw, 56px);
    line-height: 1.06;
  }
  .hero-lead {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.6;
  }
  .hero-actions {
    margin-top: 16px;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-actions .btn {
    min-height: 40px;
    padding: 0.6rem 0.86rem;
    font-size: 0.84rem;
    min-width: 0;
  }
  .hero-secondary-action {
    display: inline-flex;
  }
  #solutions > .container > div:first-child,
  #status .status-shell-header,
  #why-npx .card > .section-kicker,
  #why-npx .card > h2,
  #why-npx .card > h2 + p,
  #kontakt .contact-copy > .stack {
    text-align: center;
  }
  #solutions > .container > div:first-child,
  #status .status-shell-header,
  #kontakt .contact-copy > .stack {
    max-width: 38rem;
    margin-inline: auto;
  }
  #solutions {
    padding-top: 1.9rem;
    padding-bottom: 2.15rem;
  }
  .solutions-intro .section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
  .solution-tabs {
    display: flex;
    align-items: center;
    position: relative;
    gap: 0.38rem;
    width: 100%;
    margin-inline: 0;
    padding: 0.22rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: none;
  }
  .solution-tabs::-webkit-scrollbar {
    display: none;
  }
  .solution-tabs-shell {
    width: 100%;
    margin-inline: auto;
  }
  .solution-tab {
    flex: 0 0 auto;
    min-height: 3rem;
    padding: 0.64rem 0.72rem;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1.2;
  }
  .solution-stage {
    padding-top: 0.4rem;
  }
  .solution-stage::before {
    display: none;
  }
  .solution-panel {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    min-height: 0;
    align-items: start;
    margin-top: 0.55rem;
    padding-top: 0;
  }
  .solution-panel .visual {
    display: none;
  }
  .solution-visual-frame {
    height: 100%;
  }
  .solution-visual-image {
    object-fit: cover;
  }
  .solution-copy {
    grid-area: auto;
    min-height: auto;
    justify-items: stretch;
    align-items: start;
    padding: 0;
  }
  .solution-copy-inner {
    --solution-copy-overlap: 0rem;
    width: 100%;
    max-width: none;
    gap: 0.52rem;
    justify-self: stretch;
    transform: translate3d(0, var(--solution-copy-handoff-y), 0);
    padding: 1.08rem 1.08rem 1.12rem;
    margin-bottom: 0;
  }
  .solution-copy-inner h3 {
    font-size: clamp(1.18rem, 2.2vw, 1.42rem);
  }
  .solution-copy-inner h3 + .solution-subtitle,
  .solution-copy-inner h3 + [data-solution-text] {
    margin-top: 0.42rem;
  }
  .solution-subtitle-part + .solution-subtitle-part {
    margin-top: 0.42rem;
  }
  .solution-copy-inner p,
  .solution-copy-inner li {
    font-size: 0.92rem;
    line-height: 1.48;
  }
  .solution-bubbles {
    gap: 0.52rem;
    margin-top: 1.2rem;
  }
  .solution-bubble {
    min-height: 2.1rem;
    padding: 0.46rem 0.76rem;
    font-size: 0.84rem;
  }
  .status-shell {
    gap: 0.95rem;
  }
  .status-shell-header {
    max-width: none;
  }
  .status-shell-note {
    max-width: 100%;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.78rem 0.82rem 0.84rem 0.92rem;
    border-radius: 1.2rem;
    font-size: 0.96rem;
  }
  .status-shell-note::before {
    top: 0.72rem;
    bottom: 0.72rem;
  }
  .status-shell-note-label {
    min-height: 1.55rem;
    padding: 0.12rem 0.5rem;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }
  .status-offers {
    padding: 0.65rem 0 0;
  }
  .status-offers-grid {
    gap: 0.95rem;
  }
  .status-highlight,
  .contact-copy,
  .contact-form {
    min-height: auto;
  }
  .status-highlight {
    padding: 0;
  }
  .status-highlight h3 {
    font-size: 1.24rem;
  }
  .status-highlight p,
  .status-highlight li {
    font-size: 0.9rem;
    line-height: 1.46;
  }
  .why-grid,
  .contact-wrap {
    gap: 1rem;
  }
  .why-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
  }
  .why-grid .visual {
    min-height: 15rem;
    padding: 0;
  }
  #why-npx .visual {
    order: initial;
    min-height: 15rem;
  }
  .why-npx-copy {
    padding: 0.15rem 0 0.35rem;
  }
  #why-npx .why-npx-visual-image {
    object-fit: contain;
  }
  .contact-wrap {
    grid-template-columns: minmax(12rem, 0.68fr) minmax(0, 1.32fr);
    gap: 1rem;
    align-items: center;
  }
  .contact-copy {
    gap: 0.5rem;
    padding: 0;
    max-width: 15rem;
  }
  .contact-copy::before {
    display: none;
  }
  .contact-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(36, 51, 107, 0.1);
    border-radius: 1.55rem;
  }
  .contact-option {
    min-height: 11rem;
    padding: 1rem 0.95rem;
  }
  .contact-option + .contact-option {
    border-left: 1px solid rgba(214, 224, 242, 0.12);
    border-top: none;
  }
  .contact-option:not(.contact-option-primary) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "meta";
    align-items: start;
    row-gap: 0.12rem;
    background: rgba(255, 255, 255, 0.02);
  }
  .contact-option:not(.contact-option-primary) .contact-option-kicker {
    grid-area: kicker;
  }
  .contact-option:not(.contact-option-primary) h3 {
    grid-area: title;
  }
  .contact-option:not(.contact-option-primary) .contact-option-meta {
    grid-area: meta;
    align-self: start;
    text-align: left;
    margin-top: 0.55rem;
    padding-top: 0;
    max-width: none;
  }
  .contact-option h3 {
    font-size: 1.24rem;
  }
  .contact-option-meta {
    font-size: 0.92rem;
    overflow-wrap: anywhere;
  }
  .contact-option-cta {
    width: 100%;
    margin-top: 0.72rem;
  }
  .footer {
    padding: 2rem 0 1.45rem;
  }
  .footer-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(13rem, 0.85fr);
    gap: 0.9rem;
    align-items: start;
  }
  .footer-company-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-company-grid p,
  .footer-note,
  .legal-links a {
    font-size: 0.92rem;
  }
}

@media (max-width: 640px) {
  main {
    background:
      radial-gradient(
        circle at 94% -4%,
        rgba(190, 255, 199, 0.08),
        transparent 24%
      ),
      radial-gradient(
        circle at 14% 26%,
        rgba(167, 182, 201, 0.1),
        transparent 28%
      ),
      radial-gradient(
        circle at 76% 84%,
        rgba(108, 132, 188, 0.07),
        transparent 30%
      ),
      linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 16%),
      var(--c-bg);
  }
  .card,
  .visual {
    border-radius: 22px;
  }
  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .header-inner {
    min-height: var(--header-h);
    padding-block: 0.2rem;
  }
  .brand {
    max-width: min(100%, 14.5rem);
  }
  .brand img {
    height: 44px;
    width: auto;
    max-width: 100%;
  }
  html[data-header-context="compact"] .header-cta {
    font-size: 0.88rem;
  }
  .hero {
    padding: clamp(5.2rem, 17svh, 7.6rem) 0 2.8rem;
  }
  .hero .section-kicker {
    display: none;
  }
  .hero-copy {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }
  .hero-copy > * + * {
    margin-top: 0.92rem;
  }
  .hero-copy h1 + .hero-lead {
    margin-top: 1rem;
  }
  .hero-copy .hero-lead + .hero-actions {
    margin-top: 1.14rem;
  }
  .hero h1 {
    max-width: none;
    font-size: clamp(2.15rem, 9.8vw, 3rem);
    line-height: 0.96;
    letter-spacing: -0.03em;
  }
  .hero-lead {
    font-size: 1.18rem;
    max-width: none;
    line-height: 1.62;
    color: color-mix(in srgb, var(--c-text-soft) 92%, white 8%);
  }
  .hero-actions {
    margin-top: 1.32rem;
    max-width: none;
    flex-direction: row;
    align-items: flex-start;
  }
  .contact-form .btn {
    width: 100%;
  }
  .hero-actions .btn {
    width: auto;
    min-width: clamp(11.4rem, 56vw, 13.6rem);
    padding: 0.76rem 1.08rem;
    font-size: 0.92rem;
    box-shadow: 0 14px 28px rgba(235, 30, 153, 0.22);
  }
  .hero-secondary-action {
    display: inline-flex;
  }
  #solutions > .container > div:first-child,
  #status .status-shell-header,
  #why-npx .card > .section-kicker,
  #why-npx .card > h2,
  #why-npx .card > h2 + p,
  #kontakt .contact-copy > .stack {
    text-align: center;
  }
  #status .status-shell-header h2,
  #why-npx .card h2,
  #kontakt .contact-copy h2 {
    text-wrap: balance;
  }
  #solutions .section-title {
    text-wrap: initial;
  }
  #solutions > .container > div:first-child,
  #status .status-shell-header,
  #kontakt .contact-copy > .stack {
    max-width: 30rem;
    margin-inline: auto;
  }
  #solutions {
    padding-top: 2.15rem;
    padding-bottom: 2.35rem;
  }
  #status {
    padding-top: 2.8rem;
    padding-bottom: 2.6rem;
  }
  #why-npx {
    padding-top: 2.65rem;
    padding-bottom: 2.55rem;
  }
  #kontakt {
    padding-top: 2.7rem;
    padding-bottom: 2.45rem;
  }
  .solution-tabs-shell {
    position: relative;
    --solution-tabs-edge-fade: clamp(2.4rem, 10vw, 3.35rem);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid rgba(36, 51, 107, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }
  .solution-tabs-shell::before,
  .solution-tabs-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(var(--solution-tabs-edge-fade) + 1px);
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    will-change: opacity, transform;
    transition:
      opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
  }
  .solution-tabs-shell::before {
    left: -1px;
    transform: translateX(-10%);
    transform-origin: left center;
    background:
      linear-gradient(
        90deg,
        rgba(248, 250, 252, 0.98) 0%,
        rgba(248, 250, 252, 0.93) 34%,
        rgba(248, 250, 252, 0.74) 58%,
        rgba(248, 250, 252, 0.3) 82%,
        rgba(248, 250, 252, 0) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.16),
        rgba(255, 255, 255, 0) 62%
      );
  }
  .solution-tabs-shell::after {
    right: -1px;
    transform: translateX(10%);
    transform-origin: right center;
    background:
      linear-gradient(
        270deg,
        rgba(248, 250, 252, 0.98) 0%,
        rgba(248, 250, 252, 0.93) 34%,
        rgba(248, 250, 252, 0.74) 58%,
        rgba(248, 250, 252, 0.3) 82%,
        rgba(248, 250, 252, 0) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.16),
        rgba(255, 255, 255, 0) 62%
      );
  }
  .solution-tabs-shell.has-overflow-left::before {
    opacity: 0.9;
    transform: translateX(0);
  }
  .solution-tabs-shell.has-overflow-right::after {
    opacity: 0.9;
    transform: translateX(0);
  }
  .solution-tabs {
    --solution-tab-track-pad: 0.22rem;
    display: flex;
    align-items: center;
    position: relative;
    gap: 0.3rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: none;
  }
  .solution-tabs::-webkit-scrollbar {
    display: none;
  }
  .solution-tab {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0.58rem 0.8rem;
    border-radius: 999px;
    white-space: nowrap;
  }
  .solution-tab:last-of-type {
    margin-right: 0;
  }
  .solution-stage {
    padding-top: 0.45rem;
  }
  .solution-stage::before {
    display: none;
  }
  .solution-panel {
    gap: 0.72rem;
    min-height: 0;
    align-items: start;
    margin-top: 0.2rem;
    padding-top: 0;
  }
  .solution-panel .visual {
    display: none;
  }
  .solution-copy {
    grid-area: auto;
    min-height: auto;
    justify-items: stretch;
    align-items: start;
    padding: 0.05rem 0 0;
  }
  .solution-copy-inner {
    width: 100%;
    gap: 0.58rem;
    transform: translate3d(0, var(--solution-copy-handoff-y), 0);
    padding: 0.92rem 0.92rem 0.98rem;
    margin-bottom: 0;
  }
  #status .status-offers {
    gap: 0.78rem;
  }
  #status .partner-program-cta {
    display: inline-flex;
  }
  .status-shell {
    gap: 0.96rem;
  }
  .status-shell-note {
    max-width: none;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: start;
    gap: 0.7rem;
    padding: 1rem 0.98rem 0.98rem;
    border-radius: 1.28rem;
    font-size: 0.98rem;
    text-align: left;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.04)
      ),
      rgba(255, 255, 255, 0.03);
  }
  .status-shell-note::before {
    left: 1rem;
    right: 1rem;
    top: 0;
    bottom: auto;
    width: auto;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      rgba(190, 255, 199, 0.92),
      rgba(190, 255, 199, 0.36)
    );
  }
  .status-shell-note-label {
    min-height: 1.6rem;
    max-width: 100%;
    padding: 0.14rem 0.56rem;
    font-size: 0.61rem;
    letter-spacing: 0.16em;
    white-space: normal;
    line-height: 1.15;
  }
  .status-offers {
    padding: 0.55rem 0 0;
  }
  .status-offers-grid {
    gap: 1.9rem;
  }
  .status-offers-divider-line {
    width: clamp(5.75rem, 34vw, 7.4rem);
  }
  .status-highlight {
    padding: 0.38rem 0;
  }
  .contact-form {
    padding: 1rem;
  }
  .status-highlight:last-child {
    opacity: 1;
  }
  .status-highlight h3 {
    font-size: 1.2rem;
  }
  .status-shell-header h2 {
    max-width: none;
  }
  .status-shell-note {
    max-width: none;
    font-size: 0.98rem;
  }
  .status-shell-note-text {
    text-wrap: balance;
    line-height: 1.38;
  }
  .solution-bubbles {
    gap: 0.48rem;
    margin-top: 1.05rem;
  }
  .solution-bubble {
    max-width: 100%;
    min-height: 2rem;
    padding: 0.42rem 0.72rem;
    font-size: 0.82rem;
  }
  .why-grid .visual {
    min-height: 245px;
    padding: 0;
  }
  #why-npx .visual {
    order: -1;
  }
  #why-npx .why-npx-visual-image {
    object-fit: contain;
  }
  .why-npx-copy {
    padding: 0.1rem 0.2rem 0.9rem;
  }
  .contact-wrap {
    gap: 1.4rem;
    align-items: start;
  }
  .contact-copy {
    gap: 0.65rem;
    padding: 0.1rem 0 0.15rem;
    max-width: none;
  }
  .contact-copy::before {
    left: -0.65rem;
    width: 10rem;
    inset: -1rem auto -1.4rem -0.65rem;
  }
  #kontakt .contact-copy > .stack {
    text-align: left;
    max-width: none;
    margin-inline: 0;
  }
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    border: none;
    background: none;
    box-shadow: none;
  }
  .contact-option {
    isolation: isolate;
    overflow: hidden;
    min-height: auto;
    padding: 1.15rem 1rem;
    gap: 0.32rem;
    border: 1px solid rgba(36, 51, 107, 0.08);
    border-radius: 1.45rem;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.985),
        rgba(247, 249, 252, 0.94)
      ),
      var(--c-surface);
    box-shadow:
      0 10px 24px rgba(25, 36, 77, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }
  .contact-option + .contact-option {
    border-left: none;
    border-top: none;
  }
  .contact-option-primary {
    padding: 1.15rem 1rem 1rem;
    background:
      radial-gradient(
        circle at 100% 0%,
        rgba(190, 255, 199, 0.07),
        transparent 26%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.99),
        rgba(247, 249, 252, 0.95)
      );
    box-shadow:
      0 12px 26px rgba(25, 36, 77, 0.06),
      0 0 0 1px rgba(190, 255, 199, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
  .contact-option:not(.contact-option-primary) {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "kicker meta"
      "title meta";
    align-items: end;
    column-gap: 0.9rem;
    row-gap: 0.18rem;
    padding: 1rem 1rem 0.95rem;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96),
        rgba(245, 247, 250, 0.92)
      ),
      var(--c-surface);
  }
  .contact-option:not(.contact-option-primary) .contact-option-kicker {
    grid-area: kicker;
  }
  .contact-option:not(.contact-option-primary) h3 {
    grid-area: title;
  }
  .contact-option:not(.contact-option-primary) .contact-option-meta {
    grid-area: meta;
    align-self: center;
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    max-width: 13ch;
  }
  .contact-option h3 {
    font-size: 1.38rem;
  }
  .contact-option-meta {
    margin-top: 0.65rem;
    padding-top: 0;
  }
  .contact-option-cta {
    width: 100%;
    margin-top: 0.86rem;
  }
  .contact-checklist {
    max-width: none;
  }
  .footer {
    padding: 2rem 0 1.6rem;
  }
  .footer-company {
    gap: 0.75rem;
  }
  .footer-company-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    gap: 1rem;
  }
  .footer-note {
    max-width: none;
  }
  h1 {
    max-width: 14ch;
  }
}

@media (max-width: 420px) {
  main {
    background:
      radial-gradient(
        circle at 98% -6%,
        rgba(190, 255, 199, 0.07),
        transparent 26%
      ),
      radial-gradient(
        circle at 12% 28%,
        rgba(167, 182, 201, 0.09),
        transparent 28%
      ),
      radial-gradient(
        circle at 78% 88%,
        rgba(108, 132, 188, 0.06),
        transparent 30%
      ),
      linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 16%),
      var(--c-bg);
  }
  html[data-header-context="compact"] .brand {
    max-width: 14.9rem;
  }
  html[data-header-context="compact"] .brand img {
    height: 44px;
    max-width: 100%;
  }
  html[data-header-context="compact"] .header-cta {
    padding: 0.58rem 0.72rem;
    font-size: 0.79rem;
  }
  .card,
  .visual {
    border-radius: 18px;
  }
  .hero {
    padding: clamp(4.8rem, 16svh, 6.8rem) 0 2.45rem;
  }
  .hero-copy {
    width: 100%;
    padding-inline: 0;
  }
  .hero h1 {
    max-width: none;
    font-size: clamp(1.95rem, 9.4vw, 2.5rem);
  }
  .hero-lead {
    max-width: none;
    font-size: 1.04rem;
  }
  .hero-actions {
    max-width: none;
  }
  .hero-actions .btn {
    min-width: 11.2rem;
    padding: 0.72rem 0.98rem;
    font-size: 0.9rem;
  }
  .solution-tabs {
    gap: 0.3rem;
    padding: 0.2rem;
  }
  .solution-tabs-shell {
    --solution-tabs-edge-fade: 3.85rem;
  }
  .solution-tab {
    padding: 0.6rem 0.82rem;
    font-size: 0.92rem;
  }
  #why-npx .visual {
    min-height: 220px;
  }
  .contact-copy {
    padding: 0.2rem 0;
  }
  .contact-wrap {
    gap: 1.1rem;
  }
  .contact-panel {
    gap: 0.7rem;
  }
  .contact-option {
    padding: 1rem 0.9rem;
    border-radius: 1.25rem;
  }
  .contact-option h3 {
    font-size: 1.28rem;
  }
  .contact-option-meta {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }
  .contact-option:not(.contact-option-primary) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "meta";
    align-items: start;
    row-gap: 0.14rem;
  }
  .contact-option:not(.contact-option-primary) .contact-option-meta {
    text-align: left;
    max-width: none;
    margin-top: 0.45rem;
  }
  .footer-company-grid p,
  .footer-note,
  .legal-links a {
    font-size: 0.95rem;
  }
}

#status .status-shell-header {
  width: 100%;
  max-width: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  html[data-header-context="compact"] .header-cta {
    transform: none !important;
    filter: none !important;
  }
}

/* Guard rail: keep consistent premium edge in hero on small viewports */
@media (max-width: 980px) {
  .hero .container.grid-2,
  .hero .hero-grid {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: var(--layout-edge);
    box-sizing: border-box;
  }
}
