:root {
  --ink: #0b1220;
  --ink-strong: #020617;
  --ink-soft: #1e293b;
  --paper: #fafaf9;
  --paper-strong: #ffffff;
  --paper-muted: #f1f5f9;
  --line: #e2e8f0;
  --line-dark: rgba(255, 255, 255, 0.12);
  --orange: #f97316;
  --orange-dark: #ea580c;
  --green: #16a34a;
  --blue: #2563eb;
  --text-muted: #64748b;
  --text-soft: #cbd5e1;
  --shadow-soft: 0 18px 55px rgba(15, 23, 42, 0.12);
  --shadow-strong: 0 24px 80px rgba(2, 6, 23, 0.34);
  --max: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: #18181b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

button,
a {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #fb923c;
  outline-offset: 4px;
}

button {
  border: 0;
}

.browser-frame {
  width: 100%;
  background: var(--paper);
  overflow: hidden;
}

.hero {
  min-height: 760px;
  color: var(--paper);
  background:
    linear-gradient(132deg, rgba(249, 115, 22, 0.14) 0%, rgba(249, 115, 22, 0) 32%),
    linear-gradient(180deg, #0b1628 0%, var(--ink-strong) 100%);
  position: relative;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 188px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0), rgba(2, 6, 23, 0.45));
  z-index: -1;
}

nav.top,
.hero-inner,
.usp-section,
.content-section,
.itgo-family,
.footer {
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}

nav.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.logo svg {
  flex: 0 0 auto;
}

.logo-text {
  color: var(--paper);
  font-size: 24px;
  font-weight: 820;
}

nav .links {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav .links a {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
}

nav .links a:hover,
nav .links a.active {
  color: #ffffff;
}

.btn-primary,
.cta-primary,
.btn-secondary {
  min-height: 46px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
  white-space: nowrap;
}

.btn-primary,
.cta-primary {
  color: #ffffff;
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.26);
  font-weight: 780;
}

.btn-primary {
  padding: 12px 18px;
  font-size: 14px;
}

/* Clear, always-visible login button in the nav (desktop + mobile) */
.nav-login {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #ffffff !important;
  font-weight: 700;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.nav-login:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.5);
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 24px;
  font-size: 15px;
}

.btn-primary:hover,
.cta-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(249, 115, 22, 0.32);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: 680;
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}

.hero-inner {
  padding-top: 76px;
  padding-bottom: 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 68px;
  align-items: center;
}

.hero-copy {
  max-width: 570px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.16);
}

h1.headline {
  max-width: 640px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 860;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

h1.headline .accent {
  color: #fb923c;
}

.sub {
  max-width: 535px;
  margin: 0 0 30px;
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.58;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.proof-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  color: #cbd5e1;
  font-size: 13px;
}

.proof-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.proof-item svg {
  color: #e2e8f0;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 520px;
}

.metric {
  padding: 16px 14px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.metric strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.metric span {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-height: 510px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #0f172a;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.visual-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 18px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
  color: #0f172a;
}

.visual-title {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  font-weight: 780;
}

.visual-title span {
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}

.visual-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 780;
  white-space: nowrap;
}

.visual-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.ba-real {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 365px;
}

.ba-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ba-before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.02)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 58px),
    linear-gradient(135deg, #5a4430 0%, #172033 100%);
}

.ba-before::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 28%, rgba(15, 23, 42, 0.48) 28% 31%, transparent 31% 100%),
    linear-gradient(0deg, rgba(120, 80, 45, 0.42), transparent 38%);
}

.box-surface {
  position: absolute;
  right: -12px;
  bottom: -18px;
  left: -8px;
  height: 38%;
  background: linear-gradient(135deg, #c79a63, #8b5e34);
  box-shadow: inset 0 10px 40px rgba(0, 0, 0, 0.18);
  transform: skewY(-7deg);
}

.box-surface::after {
  content: "SKU 24B-500-BK";
  position: absolute;
  top: 42px;
  right: 38px;
  color: rgba(15, 23, 42, 0.42);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  transform: rotate(7deg);
}

.ba-after {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ba-after::before {
  content: "";
  position: absolute;
  inset: 38px;
  border: 1px dashed #d4d4d8;
  border-radius: 12px;
}

.product-bottle {
  position: relative;
  z-index: 2;
  width: 124px;
  height: 242px;
  filter: drop-shadow(0 22px 20px rgba(0, 0, 0, 0.2));
}

.product-bottle::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 15px;
  width: 94px;
  height: 184px;
  border-radius: 44px 44px 20px 20px;
  background: linear-gradient(90deg, #05070a 0%, #14181d 24%, #313942 50%, #0b0d10 100%);
}

.product-bottle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  width: 46px;
  height: 55px;
  border: 10px solid #15191d;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.bottle-label {
  position: absolute;
  top: 138px;
  left: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #f8fafc;
  border-radius: 999px;
  color: #f8fafc;
  font-size: 15px;
  font-weight: 820;
}

.bottle-label span {
  display: block;
  margin-top: -2px;
  font-size: 7px;
}

.bottle-shadow {
  position: absolute;
  bottom: 58px;
  left: 50%;
  width: 150px;
  height: 20px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
  filter: blur(8px);
  transform: translateX(-50%);
}

.ba-label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 4;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.ba-label.before {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.52);
}

.ba-label.after {
  color: #15803d;
  background: #dcfce7;
}

.arrow-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--orange);
  box-shadow: 0 0 0 5px #ffffff, 0 14px 32px rgba(249, 115, 22, 0.35);
  transform: translate(-50%, -18%);
}

.visual-queue {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.queue-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #0f172a;
  background: #f8fafc;
}

.queue-item::before {
  content: "";
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fed7aa;
}

.queue-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}

.queue-item span {
  color: #64748b;
  font-size: 12px;
}

.flow-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 22px 20px;
}

.flow-step:not(:last-child) {
  border-right: 1px solid var(--line-dark);
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
}

.flow-step h3 {
  margin: 0 0 6px;
  color: var(--paper);
  font-size: 15px;
}

.flow-step h3 span {
  color: var(--orange);
}

.flow-step p {
  margin: 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
}

.usp-section {
  padding-top: 34px;
  padding-bottom: 34px;
  background: var(--paper);
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.usp-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 156px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.usp-card svg {
  margin-bottom: 16px;
  color: #0f172a;
}

.usp-card:first-child svg {
  color: var(--orange);
}

.usp-card h3 {
  margin: 0 0 8px;
  color: #020617;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.usp-card p {
  margin: 0;
  color: #334155;
  font-size: 12.5px;
  line-height: 1.43;
}

.platform-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 18px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.platform-strip .label {
  color: #475569;
  font-size: 13px;
  font-weight: 650;
}

.platform-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 820;
}

.platform-logo span {
  color: #334155;
  font-size: 21px;
  font-weight: 650;
}

.platform-logo .mark {
  color: var(--orange);
}

.shopware-name {
  color: #2a7de1;
  font-weight: 820;
}

.content-section {
  padding-top: 86px;
  padding-bottom: 86px;
  background: #ffffff;
}

.section-head {
  max-width: 700px;
  margin: 0 auto 38px;
  text-align: center;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head h2,
.itgo-family h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section-head p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.58;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--orange);
  background: #ffedd5;
}

.feature-card h3 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.58;
}

.itgo-family {
  padding-top: 66px;
  padding-bottom: 58px;
  color: var(--paper);
  background: var(--ink);
}

.itgo-family .eyebrow,
.itgo-family h2,
.itgo-family .sub {
  text-align: center;
}

.itgo-family h2 {
  color: var(--paper);
}

.itgo-family .sub {
  max-width: 560px;
  margin: 0 auto 34px;
  color: #94a3b8;
  font-size: 15px;
}

.family-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 940px;
  margin: 0 auto;
}

.family-card {
  position: relative;
  display: block;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

.family-card.current {
  border-color: rgba(249, 115, 22, 0.32);
  background: rgba(249, 115, 22, 0.08);
}

.family-card .here-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 9px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--orange);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.05em;
}

.family-card .head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.family-card .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

.family-card.current .icon-box {
  background: rgba(249, 115, 22, 0.15);
}

.family-card.watch .icon-box {
  background: rgba(96, 165, 250, 0.15);
}

.family-card .name {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--paper);
  font-size: 18px;
  font-weight: 760;
}

.external-mark {
  color: #94a3b8;
  font-size: 11px;
}

.family-card .category {
  font-size: 11px;
  font-weight: 680;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.family-card.current .category,
.family-card.current .cta {
  color: #fed7aa;
}

.family-card.watch .category,
.family-card.watch .cta {
  color: #93c5fd;
}

.family-card .desc {
  margin: 0 0 16px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.58;
}

.family-card .cta {
  font-size: 13px;
  font-weight: 680;
}

.footer {
  padding-top: 52px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--ink-strong);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 36px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-logo span {
  color: var(--paper);
  font-size: 18px;
  font-weight: 820;
}

.footer-brand p {
  max-width: 280px;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
}

.lang-toggle span {
  padding: 4px 10px;
  border-radius: 4px;
}

.lang-toggle .active {
  color: var(--paper);
  background: rgba(249, 115, 22, 0.2);
  font-weight: 680;
}

.lang-toggle .inactive {
  color: #94a3b8;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: var(--paper);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-col a {
  color: #94a3b8;
  font-size: 13px;
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--paper);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: #64748b;
  font-size: 12px;
}

.footer-bottom .meta a {
  color: #94a3b8;
  font-weight: 650;
  text-decoration: none;
}

.footer-bottom .meta .dot {
  opacity: 0.4;
}

.footer-bottom .socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-bottom .socials a {
  color: #94a3b8;
}

.footer-bottom .socials a:hover {
  color: var(--paper);
}

@media (max-width: 1080px) {
  nav .links {
    gap: 18px;
  }

  nav .links a:not(.active):not(.nav-login) {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .sub {
    max-width: 650px;
  }

  .hero-visual {
    max-width: 760px;
  }

  .flow-strip,
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-step:not(:last-child) {
    border-right: 0;
  }

  .flow-step:nth-child(odd) {
    border-right: 1px solid var(--line-dark);
  }

  .flow-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  nav.top,
  .hero-inner,
  .usp-section,
  .content-section,
  .itgo-family,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  nav.top {
    gap: 16px;
  }

  .logo-text {
    font-size: 21px;
  }

  nav .links {
    gap: 12px;
  }

  nav .links a.active {
    display: none;
  }

  .btn-primary {
    padding: 11px 14px;
  }

  .hero {
    min-height: 0;
  }

  .hero-inner {
    padding-top: 42px;
  }

  h1.headline {
    font-size: 42px;
  }

  .sub {
    font-size: 16px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 0;
    border-radius: 12px;
  }

  .visual-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .ba-real {
    grid-template-columns: 1fr;
  }

  .ba-panel {
    min-height: 270px;
  }

  .arrow-center {
    top: 50%;
  }

  .visual-queue {
    grid-template-columns: 1fr;
  }

  .flow-strip,
  .usp-grid,
  .family-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .flow-step,
  .flow-step:nth-child(odd),
  .flow-step:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .flow-step:last-child {
    border-bottom: 0;
  }

  .usp-card {
    min-height: 132px;
  }

  .content-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .platform-strip {
    justify-content: flex-start;
  }

  .family-card .here-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 16px;
  }
}

/* Refined wide landing layout */
.site-shell {
  min-height: 100vh;
  background: #f8fafc;
  overflow-x: hidden;
}

nav.top,
.hero-inner,
.usp-section,
.content-section,
.itgo-family,
.footer {
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
}

.hero {
  min-height: 830px;
  background:
    radial-gradient(circle at 8% 18%, rgba(249, 115, 22, 0.22), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(37, 99, 235, 0.14), transparent 28%),
    linear-gradient(180deg, #0a1424 0%, #020617 100%);
}

.hero::after {
  height: 260px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0), #020617);
}

nav.top {
  padding-top: 26px;
  padding-bottom: 26px;
}

.logo {
  text-decoration: none;
}

.links {
  min-width: 0;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.language-switch button {
  min-width: 34px;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: #94a3b8;
  background: transparent;
  font-size: 11px;
  font-weight: 780;
  cursor: pointer;
}

.language-switch button.active {
  color: #0f172a;
  background: #ffffff;
}

.hero-inner {
  padding-top: 86px;
  padding-bottom: 54px;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(44px, 6vw, 90px);
}

.hero-copy {
  max-width: 680px;
}

h1.headline {
  max-width: 780px;
  font-size: clamp(52px, 5.7vw, 88px);
}

.sub {
  max-width: 650px;
  font-size: 19px;
}

.hero-metrics {
  max-width: 620px;
}

.photo-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #0f172a;
  box-shadow: var(--shadow-strong);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-card {
  min-height: 570px;
  aspect-ratio: 1.34;
}

.mobile-output-card {
  display: none;
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.02), rgba(2, 6, 23, 0.28)),
    linear-gradient(90deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0));
  pointer-events: none;
}

.capture-panel {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.78);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.capture-panel strong,
.capture-panel span {
  display: block;
}

.capture-panel strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.capture-panel span {
  color: #cbd5e1;
  font-size: 12px;
}

.status-pill {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  color: #166534 !important;
  background: #dcfce7;
  font-size: 12px !important;
  font-weight: 820;
}

.flow-strip {
  margin-top: 62px;
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(12px);
}

.usp-section {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 74px;
  background:
    linear-gradient(180deg, #020617 0 116px, #f8fafc 116px 100%);
}

.usp-shell {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0, rgba(255, 255, 255, 0.96) 150px, #ffffff 100%);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.14);
}

.usp-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 26px;
}

.usp-intro .eyebrow {
  margin: 0;
}

.usp-intro h2 {
  max-width: 800px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.usp-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.usp-card {
  min-height: 178px;
  padding: 20px;
  border-color: #e2e8f0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: none;
}

.platform-strip {
  justify-content: flex-start;
  gap: 18px;
  margin-top: 22px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.platform-strip .label {
  flex: 1 1 280px;
}

.platform-logo {
  padding: 9px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  font-size: 18px;
}

.platform-logo span {
  font-size: 18px;
}

.commerce-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  color: #ffffff !important;
  background: #7f54b3;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.content-section {
  padding-top: 92px;
  padding-bottom: 96px;
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #ffffff 100%);
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  margin-bottom: 34px;
}

.content-split .section-head {
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.content-split .section-head h2 {
  font-size: clamp(36px, 4.2vw, 58px);
}

.content-photo-card {
  min-height: 430px;
  aspect-ratio: 1.55;
  border-color: #e2e8f0;
  box-shadow: var(--shadow-soft);
}

.feature-grid {
  max-width: none;
}

.feature-card {
  min-height: 210px;
  border-color: #e2e8f0;
  background: #ffffff;
}

.feature-card:nth-child(1) {
  border-color: rgba(249, 115, 22, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 237, 213, 0.92), rgba(255, 255, 255, 0.96) 58%),
    #ffffff;
}

.feature-card:nth-child(2) {
  border-color: rgba(37, 99, 235, 0.18);
  background:
    linear-gradient(135deg, rgba(219, 234, 254, 0.9), rgba(255, 255, 255, 0.96) 58%),
    #ffffff;
}

.feature-card:nth-child(3) {
  border-color: rgba(22, 163, 74, 0.18);
  background:
    linear-gradient(135deg, rgba(220, 252, 231, 0.9), rgba(255, 255, 255, 0.96) 58%),
    #ffffff;
}

.feature-card:nth-child(2) .feature-icon {
  color: #2563eb;
  background: #dbeafe;
}

.feature-card:nth-child(3) .feature-icon {
  color: #16a34a;
  background: #dcfce7;
}

@media (max-width: 1220px) {
  .hero-grid,
  .content-split {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .sub,
  .content-split .section-head {
    max-width: 820px;
  }

  .hero-photo-card,
  .content-photo-card {
    max-width: 940px;
  }

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

@media (max-width: 900px) {
  nav .links a:not(.active):not(.nav-login) {
    display: none;
  }

  .language-switch {
    display: inline-flex;
  }

  .hero-inner {
    padding-top: 54px;
  }

  .hero-photo-card {
    min-height: 460px;
  }

  .usp-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

@media (max-width: 720px) {
  nav.top,
  .hero-inner,
  .usp-section,
  .content-section,
  .itgo-family,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .links {
    gap: 10px;
  }

  .links .btn-primary {
    display: none;
  }

  .links .active {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-grid,
  .content-split {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-copy,
  .photo-card,
  .content-split > * {
    width: auto;
    max-width: min(100%, 340px);
    min-width: 0;
  }

  h1.headline {
    font-size: 43px;
  }

  .hero-kicker {
    align-items: flex-start;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.35;
    white-space: normal;
  }

  .cta-row {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .cta-primary,
  .btn-secondary {
    width: 100%;
    max-width: 100%;
  }

  .proof-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hero-metrics,
  .usp-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo-card,
  .content-photo-card {
    min-height: 330px;
    aspect-ratio: auto;
    border-radius: 12px;
  }

  .capture-panel {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .usp-shell {
    border-radius: 12px;
    padding: 20px;
  }

  .platform-logo,
  .platform-logo span {
    font-size: 16px;
  }
}

/* Polish pass: cleaner USP, mobile image treatment, richer family/footer */
.usp-section {
  padding-top: 84px;
  padding-bottom: 88px;
  background:
    linear-gradient(180deg, #020617 0, #0a1020 74px, #f8fafc 74px, #f8fafc 100%);
}

.usp-shell {
  padding: clamp(30px, 4.4vw, 52px);
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 34px 110px rgba(15, 23, 42, 0.16);
}

.usp-intro {
  align-items: start;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
  margin-bottom: 30px;
}

.usp-intro .eyebrow {
  padding-top: 7px;
}

.usp-intro h2 {
  max-width: 840px;
  color: #0b1220;
}

.usp-card {
  border-color: #dbe3ee;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.usp-card:hover {
  border-color: rgba(249, 115, 22, 0.32);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.platform-strip {
  padding: 20px;
  border-color: #dbe3ee;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.itgo-family {
  padding-top: 104px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 18% 18%, rgba(249, 115, 22, 0.13), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(96, 165, 250, 0.14), transparent 30%),
    linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
}

.itgo-family .eyebrow {
  margin-bottom: 14px;
}

.itgo-family h2 {
  font-size: clamp(38px, 4.2vw, 62px);
}

.itgo-family .sub {
  margin-bottom: 44px;
}

.family-grid {
  max-width: 1080px;
  gap: 20px;
}

.family-card {
  min-height: 270px;
  padding: 30px;
  border-color: rgba(148, 163, 184, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 22px 70px rgba(2, 6, 23, 0.18);
}

.family-card.current {
  border-color: rgba(249, 115, 22, 0.5);
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.17), rgba(255, 255, 255, 0.045));
}

.family-card.watch {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.11), rgba(255, 255, 255, 0.045));
}

.family-card .head {
  margin-bottom: 20px;
}

.family-card .icon-box {
  width: 58px;
  height: 58px;
}

.family-card .name {
  font-size: 20px;
}

.family-card .desc {
  max-width: 520px;
  color: #d7deea;
  font-size: 15px;
}

.family-card .cta {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 4px;
}

.footer {
  padding-top: 62px;
  background:
    linear-gradient(180deg, #060b18 0%, #020617 100%);
}

.footer-grid {
  gap: clamp(28px, 5vw, 78px);
}

.footer-brand p {
  max-width: 340px;
}

@media (max-width: 900px) {
  .usp-section {
    padding-top: 54px;
    background:
      linear-gradient(180deg, #020617 0, #020617 42px, #f8fafc 42px, #f8fafc 100%);
  }

  .usp-intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .family-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-photo-card {
    display: none;
  }

  .mobile-output-card {
    display: block;
    max-width: min(100%, 340px);
    margin-top: 12px;
  }

  .mobile-output-stage {
    display: grid;
    place-items: center;
    min-height: 360px;
    padding: 28px 24px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 14px;
    background-color: #f8fafc;
    background-image:
      linear-gradient(45deg, #e2e8f0 25%, transparent 25%),
      linear-gradient(-45deg, #e2e8f0 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, #e2e8f0 75%),
      linear-gradient(-45deg, transparent 75%, #e2e8f0 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0;
    background-size: 20px 20px;
    box-shadow: 0 18px 54px rgba(2, 6, 23, 0.26);
  }

  .mobile-output-stage img {
    display: block;
    width: auto;
    max-width: 74%;
    max-height: 310px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.24));
  }

  .mobile-output-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 12px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.72);
  }

  .mobile-output-meta strong {
    font-size: 15px;
  }

  .mobile-output-meta span {
    color: #cbd5e1;
    font-size: 12px;
  }

  .usp-section {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .usp-shell {
    padding: 22px;
    border-radius: 14px;
  }

  .usp-intro h2 {
    font-size: 30px;
  }

  .usp-card {
    min-height: 0;
  }

  .platform-strip {
    padding: 16px;
  }

  .itgo-family {
    padding-top: 72px;
    padding-bottom: 66px;
  }

  .itgo-family h2 {
    font-size: 36px;
  }

  .family-card {
    min-height: 0;
    padding: 24px;
  }

  .footer {
    padding-top: 44px;
  }
}
