:root {
  --bg: #f7f1e8;
  --bg-soft: #fffaf2;
  --surface: rgba(255, 253, 248, 0.82);
  --surface-strong: #fffdf8;
  --ink: #141311;
  --muted: #6a6258;
  --line: rgba(20, 19, 17, 0.1);
  --line-strong: rgba(20, 19, 17, 0.16);
  --brand: #f1641e;
  --brand-soft: #ffe0ce;
  --brand-deep: #b54811;
  --success: #1f7a57;
  --shadow-sm: 0 8px 24px rgba(31, 20, 8, 0.06);
  --shadow-md: 0 18px 48px rgba(31, 20, 8, 0.12);
  --shadow-lg: 0 32px 90px rgba(31, 20, 8, 0.16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-xl: 46px;
  --max: 1240px;
  --nav-h: 78px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(241, 100, 30, 0.1), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(255, 189, 107, 0.22), transparent 24%),
    linear-gradient(180deg, #faf4eb 0%, #f6efe5 28%, #f5eee5 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

main,
section {
  position: relative;
}

section {
  scroll-margin-top: calc(var(--nav-h) + 28px);
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 19, 17, 0.08);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(247, 241, 232, 0.78);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--nav-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  overflow: hidden;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-sm);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

.brand-text {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-language {
  display: inline-flex;
  align-items: center;
}

.nav-language select {
  min-width: 82px;
  padding: 10px 34px 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 19, 17, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 243, 0.92));
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--brand-deep) 50%),
    linear-gradient(135deg, var(--brand-deep) 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 243, 0.92));
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}

.nav-language select:focus {
  outline: none;
  border-color: rgba(241, 100, 30, 0.34);
  box-shadow: 0 0 0 4px rgba(241, 100, 30, 0.1);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: #171513;
  color: #fff !important;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--brand), #ff7b2d);
  color: #fff;
  box-shadow: 0 18px 35px rgba(241, 100, 30, 0.28);
}

.button-primary:hover {
  box-shadow: 0 22px 40px rgba(241, 100, 30, 0.34);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.button-block {
  width: 100%;
}

.hero {
  padding: 48px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - var(--nav-h) - 48px);
}

.hero-copy h1 {
  margin: 22px 0 18px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 12ch;
}

.hero-copy h1 span {
  color: var(--brand);
}

.hero-copy p {
  max-width: 61ch;
  font-size: 1.05rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.proof-pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-stage {
  display: grid;
  gap: 18px;
}

.hero-panel {
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(20, 19, 17, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 240, 0.78)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 224, 206, 0.45));
  box-shadow: var(--shadow-lg);
}

.hero-panel,
.module-card,
.metric-card,
.signal-card,
.ecosystem-card,
.offer-card,
.workflow-card,
.module-column,
.hardware-card,
.contact-card,
.contact-form-shell {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.hero-panel:hover,
.module-card:hover,
.metric-card:hover,
.signal-card:hover,
.ecosystem-card:hover,
.offer-card:hover,
.workflow-card:hover,
.module-column:hover,
.hardware-card:hover,
.contact-card:hover,
.contact-form-shell:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(31, 20, 8, 0.16);
  border-color: rgba(241, 100, 30, 0.18);
}

.panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.panel-chip,
.panel-status,
.tagline-chip,
.offer-kicker,
.module-kicker,
.signal-label,
.contact-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panel-chip,
.tagline-chip,
.offer-kicker,
.module-kicker {
  background: var(--brand-soft);
  color: var(--brand-deep);
}

.panel-status {
  background: rgba(31, 122, 87, 0.12);
  color: var(--success);
}

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

.module-card {
  min-height: 138px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 19, 17, 0.08);
  box-shadow: 0 14px 32px rgba(31, 20, 8, 0.08);
}

.module-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.module-logo {
  width: 36px;
  height: 36px;
  padding: 5px;
  border-radius: 10px;
  object-fit: contain;
  flex: 0 0 auto;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 18px rgba(31, 20, 8, 0.12);
}

.module-card strong {
  display: block;
  font-size: 1rem;
}

.module-card span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.module-accent {
  background: linear-gradient(180deg, rgba(241, 100, 30, 0.12), rgba(255, 255, 255, 0.9));
  border-color: rgba(241, 100, 30, 0.26);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.metric-card {
  padding: 20px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 19, 17, 0.08);
  box-shadow: 0 16px 34px rgba(31, 20, 8, 0.08);
}

.metric-card strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.metric-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.signal-band {
  padding: 0 0 26px;
}

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

.signal-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 34px rgba(31, 20, 8, 0.08);
}

.signal-label {
  margin-bottom: 14px;
}

.signal-card p {
  color: var(--muted);
}

.section-shell {
  padding: 108px 0;
}

.section-dark {
  background: linear-gradient(180deg, #1a1816 0%, #11100f 100%);
  color: #f8f4ee;
}

.section-dark .eyebrow,
.section-dark .workflow-card,
.section-dark .section-heading p {
  color: rgba(248, 244, 238, 0.8);
}

.section-dark .eyebrow {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 18px 0 14px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.section-heading p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 62ch;
}

.ecosystem-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ecosystem-card,
.offer-card {
  position: relative;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 19, 17, 0.08);
  box-shadow: 0 18px 38px rgba(31, 20, 8, 0.09);
}

.offer-card h3 {
  margin: 46px 0 12px;
  font-family: 'Sora', sans-serif;
  font-size: 1.32rem;
}

.offer-card p {
  color: var(--muted);
}

.card-index {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(20, 19, 17, 0.32);
}

.ecosystem-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.ecosystem-visual {
  display: grid;
  place-items: center;
  height: 224px;
  padding: 28px 26px 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(160deg, rgba(253, 244, 236, 0.92), rgba(244, 233, 220, 0.78));
  border-bottom: 1px solid rgba(20, 19, 17, 0.08);
}

.ecosystem-visual img {
  width: 100%;
  max-width: 240px;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(31, 20, 8, 0.18));
}

.ecosystem-visual .ecosystem-pos-shot {
  padding: 10px;
  border-radius: 24px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(31, 20, 8, 0.12);
}

.ecosystem-visual .ecosystem-device-shot {
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 19, 17, 0.08);
  box-shadow: 0 18px 36px rgba(31, 20, 8, 0.12);
}

.ecosystem-visual .ecosystem-born-shot {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ecosystem-visual .ecosystem-pda-shot {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ecosystem-visual-dashboard {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.95), transparent 40%),
    linear-gradient(160deg, rgba(241, 100, 30, 0.12), rgba(255, 245, 238, 0.92));
}

.ecosystem-visual-app {
  padding: 20px 22px 12px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.95), transparent 44%),
    linear-gradient(160deg, rgba(255, 243, 231, 0.96), rgba(255, 235, 221, 0.88));
}

.ecosystem-visual-app .phone-preview {
  width: min(100%, 132px);
  padding: 5px 6px 12px;
  transform: scale(0.8);
  transform-origin: center top;
  margin-top: -8px;
}

.ecosystem-visual-app .phone-notch {
  width: 56px;
  height: 5px;
  margin-bottom: 6px;
}

.ecosystem-visual-app .phone-screen {
  min-height: 124px;
  gap: 6px;
  padding: 10px 9px 10px;
  border-radius: 16px;
}

.ecosystem-visual-app .phone-screen strong {
  font-size: 0.8rem;
}

.ecosystem-visual-app .phone-screen p {
  font-size: 0.64rem;
  line-height: 1.28;
}

.ecosystem-visual-app .phone-store-row {
  gap: 6px;
}

.ecosystem-visual-app .store-pill {
  padding: 4px 6px;
  font-size: 0.54rem;
}

.ecosystem-visual-app .store-pill-icon {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
}

.dashboard-preview {
  width: min(100%, 292px);
  display: grid;
  gap: 12px;
}

.dashboard-band,
.dashboard-row {
  display: grid;
  gap: 10px;
}

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

.dashboard-band span,
.dashboard-row span,
.dashboard-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 19, 17, 0.08);
  box-shadow: 0 10px 22px rgba(31, 20, 8, 0.08);
  text-align: center;
}

.dashboard-band span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

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

.dashboard-row strong {
  min-height: 76px;
  font-family: 'Sora', sans-serif;
  font-size: 0.98rem;
}

.dashboard-row-soft {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-row-soft span {
  min-height: 56px;
  font-size: 0.85rem;
  color: var(--muted);
}

.phone-preview {
  position: relative;
  width: min(100%, 212px);
  padding: 12px;
  border-radius: 34px;
  background: linear-gradient(180deg, #171513, #090908);
  box-shadow: 0 22px 42px rgba(31, 20, 8, 0.22);
}

.phone-notch {
  width: 88px;
  height: 8px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.phone-screen {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 232px;
  padding: 24px 18px 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.26), transparent 32%),
    linear-gradient(180deg, #f47b34, #f15d19);
  text-align: center;
  color: #fff7ef;
}

.phone-app-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  object-fit: cover;
  filter: none;
  box-shadow: 0 12px 24px rgba(20, 19, 17, 0.22);
}

.phone-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.phone-screen strong {
  font-family: 'Sora', sans-serif;
  font-size: 1.08rem;
}

.phone-screen p {
  margin: 0;
  color: rgba(255, 247, 239, 0.92);
  font-size: 0.88rem;
  line-height: 1.5;
}

.phone-store-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.store-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff8f1;
  font-size: 0.74rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(20, 19, 17, 0.12);
  backdrop-filter: blur(10px);
}

.store-pill-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.store-pill-icon-apple {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16.37 12.16c.02 2.3 2.02 3.07 2.04 3.08-.02.05-.32 1.1-1.05 2.18-.63.93-1.28 1.85-2.31 1.87-1.01.02-1.34-.6-2.49-.6-1.16 0-1.52.58-2.47.62-1 .04-1.76-1-2.39-1.92-1.29-1.86-2.27-5.26-.95-7.55.65-1.14 1.83-1.86 3.11-1.88.97-.02 1.88.66 2.49.66.61 0 1.76-.82 2.96-.7.5.02 1.9.2 2.8 1.52-.07.04-1.67.98-1.64 2.72Zm-2.1-6.54c.53-.64.88-1.53.78-2.42-.76.03-1.67.5-2.22 1.14-.49.57-.92 1.48-.8 2.35.84.07 1.7-.42 2.24-1.07Z'/%3E%3C/svg%3E");
}

.store-pill-icon-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M4.8 3.9c-.2.16-.3.42-.3.75v14.7c0 .33.1.59.3.75l8.24-8.1L4.8 3.9Z'/%3E%3Cpath fill='%23ffffff' opacity='.92' d='m15.8 14.74-2.73-2.69 2.74-2.7 3.36 1.92c.92.53.92 1.71 0 2.24l-3.37 1.23Z'/%3E%3Cpath fill='%23ffffff' opacity='.82' d='M5.7 20.85 14.4 13l-2.86-2.82-5.84 10.67Z'/%3E%3Cpath fill='%23ffffff' opacity='.7' d='M5.7 3.15 11.54 13 14.4 10.17 5.7 3.15Z'/%3E%3C/svg%3E");
}

.ecosystem-copy {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.ecosystem-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ecosystem-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ecosystem-title-logo {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 5px;
  border-radius: 10px;
  object-fit: contain;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 18px rgba(31, 20, 8, 0.12);
}

.ecosystem-card h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.36rem;
}

.ecosystem-card p {
  margin: 0;
  color: var(--muted);
}

.ecosystem-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ecosystem-points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.58;
}

.ecosystem-points li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.ecosystem-visual-backoffice {
  padding: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(160deg, rgba(253, 244, 236, 0.92), rgba(244, 233, 220, 0.78));
}

.ecosystem-visual .ecosystem-backoffice-shot {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 320px;
  min-height: 0;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 18px 34px rgba(31, 20, 8, 0.18));
  box-shadow: none;
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.workflow-steps {
  display: grid;
  gap: 18px;
}

.workflow-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.workflow-step {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(241, 100, 30, 0.2);
  color: #ffb889;
  font-weight: 800;
}

.workflow-card h3 {
  margin-bottom: 8px;
}

.workflow-card p {
  margin: 0;
}

.workflow-orchestra {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.36fr) minmax(0, 0.82fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.workflow-lane,
.workflow-hub,
.workflow-journey-card,
.workflow-benefit {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.workflow-lane,
.workflow-journey-card {
  background: rgba(255, 255, 255, 0.05);
}

.workflow-lane {
  padding: 22px;
}

.workflow-lane-label {
  display: inline-flex;
  margin-bottom: 16px;
  color: rgba(255, 213, 188, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.workflow-pill-grid {
  display: grid;
  gap: 12px;
}

.workflow-node {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8f4ee;
  font-weight: 700;
  text-align: center;
}

.workflow-node-output {
  background: rgba(241, 100, 30, 0.12);
  color: #ffd7bf;
}

.workflow-hub {
  padding: 28px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(165deg, rgba(241, 100, 30, 0.16), rgba(255, 255, 255, 0.05));
}

.workflow-hub-kicker,
.workflow-card-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd1b5;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.workflow-hub h3,
.workflow-journey-card h3 {
  margin: 16px 0 10px;
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
}

.workflow-hub p,
.workflow-journey-card p {
  margin: 0;
  color: rgba(248, 244, 238, 0.82);
}

.workflow-hub-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.workflow-hub-points li {
  position: relative;
  padding-left: 18px;
  color: rgba(248, 244, 238, 0.84);
}

.workflow-hub-points li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f1641e;
}

.workflow-journeys {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.workflow-journey-card {
  padding: 24px;
}

.workflow-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.workflow-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8f4ee;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
}

.workflow-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.workflow-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff3e8;
  font-weight: 700;
  text-align: center;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.split-copy p {
  color: var(--muted);
  font-size: 1rem;
}

.bullet-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.bullet-list li {
  position: relative;
  padding-left: 20px;
}

.bullet-list li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

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

.module-column {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 19, 17, 0.08);
  box-shadow: 0 18px 38px rgba(31, 20, 8, 0.09);
}

.module-column h3 {
  margin: 14px 0 18px;
  font-family: 'Sora', sans-serif;
}

.module-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.module-column li {
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(20, 19, 17, 0.1);
}

.hardware-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 250, 242, 0.82));
}

.hardware-grid {
  display: grid;
  gap: 22px;
}

.hardware-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: var(--surface-strong);
  box-shadow: 0 24px 58px rgba(31, 20, 8, 0.12);
}

.hardware-visual {
  min-height: 360px;
  background: linear-gradient(180deg, #f6ece0, #f3e6d8);
}

.hardware-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hardware-visual-device {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f5ede4, #efe2d3);
}

.hardware-visual-device img {
  width: 100%;
  height: 100%;
  padding: 30px;
  object-fit: contain;
}

.hardware-card-flex .hardware-visual {
  min-height: 360px;
  background: #000000;
}

.hardware-card-flex .hardware-visual-device {
  background: #000000;
}

.hardware-visual-device .hardware-flex-shot {
  width: auto;
  height: auto;
  max-width: 84%;
  max-height: 332px;
  padding: 0;
  object-fit: contain;
}

.hardware-copy {
  padding: 34px;
}

.hardware-copy h3 {
  margin: 18px 0 12px;
  font-family: 'Sora', sans-serif;
  font-size: 1.8rem;
}

.hardware-copy p {
  color: var(--muted);
}

.hardware-copy ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hardware-copy li {
  position: relative;
  padding-left: 18px;
}

.hardware-copy li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.offer-card.featured {
  background: linear-gradient(180deg, rgba(241, 100, 30, 0.12), rgba(255, 255, 255, 0.88));
  border-color: rgba(241, 100, 30, 0.22);
}

.contact-shell {
  padding-bottom: 118px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.contact-copy h2 {
  margin: 18px 0 14px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.contact-copy p {
  color: var(--muted);
}

.contact-stack {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.contact-card,
.contact-form-shell {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 38px rgba(31, 20, 8, 0.09);
}

.contact-card a {
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.modules-picker {
  margin: 0;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(255, 252, 247, 0.78);
}

.modules-picker legend {
  padding: 0 8px;
  font-weight: 800;
  font-size: 0.92rem;
}

.modules-picker-note {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.module-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  cursor: pointer;
}

.module-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(20, 19, 17, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(241, 100, 30, 0.42);
  box-shadow: 0 0 0 4px rgba(241, 100, 30, 0.1);
}

.form-note,
.form-feedback {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-feedback.is-error {
  color: #b23f12;
}

.site-footer {
  padding: 28px 0 36px;
  border-top: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(19, 18, 17, 0.96);
  color: rgba(255, 250, 242, 0.84);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  color: #fff;
}

.footer-brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.footer-brand-mark {
  width: 36px;
  height: 36px;
}

.site-footer p {
  max-width: 58ch;
  color: rgba(255, 250, 242, 0.64);
}

[dir="rtl"] body {
  text-align: right;
}

[dir="rtl"] .nav-shell,
[dir="rtl"] .site-nav,
[dir="rtl"] .hero-actions,
[dir="rtl"] .proof-row,
[dir="rtl"] .panel-top,
[dir="rtl"] .footer-shell,
[dir="rtl"] .footer-links {
  direction: rtl;
}

[dir="rtl"] .site-nav {
  justify-content: flex-start;
}

[dir="rtl"] .section-heading,
[dir="rtl"] .split-copy,
[dir="rtl"] .hardware-copy,
[dir="rtl"] .contact-copy,
[dir="rtl"] .contact-form label,
[dir="rtl"] .contact-card,
[dir="rtl"] .module-column,
[dir="rtl"] .signal-card,
[dir="rtl"] .workflow-card,
[dir="rtl"] .workflow-lane,
[dir="rtl"] .workflow-hub,
[dir="rtl"] .workflow-journey-card,
[dir="rtl"] .ecosystem-copy {
  text-align: right;
}

[dir="rtl"] .card-index {
  left: 24px;
  right: auto;
}

[dir="rtl"] .bullet-list li,
[dir="rtl"] .ecosystem-points li,
[dir="rtl"] .hardware-copy li,
[dir="rtl"] .workflow-hub-points li {
  padding-right: 18px;
  padding-left: 0;
}

[dir="rtl"] .bullet-list li::before,
[dir="rtl"] .ecosystem-points li::before,
[dir="rtl"] .hardware-copy li::before,
[dir="rtl"] .workflow-hub-points li::before {
  right: 0;
  left: auto;
}

[dir="rtl"] .contact-form input,
[dir="rtl"] .contact-form select,
[dir="rtl"] .contact-form textarea {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .module-check {
  direction: rtl;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.85), rgba(247, 241, 232, 0.2) 36%),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
}

.legal-main {
  padding: 44px 0 96px;
}

.legal-shell {
  width: min(100% - 32px, 920px);
  margin: 0 auto;
  padding: 36px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(20, 19, 17, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 240, 0.82)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 224, 206, 0.28));
  box-shadow: var(--shadow-lg);
}

.legal-eyebrow {
  margin-bottom: 14px;
}

.legal-title {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.legal-meta {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.legal-intro {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.legal-sections {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.legal-section {
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow-sm);
}

.legal-section h2 {
  margin: 0 0 12px;
  font-family: 'Sora', sans-serif;
  font-size: 1.16rem;
  letter-spacing: -0.03em;
}

.legal-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.legal-section p + p,
.legal-section ul,
.legal-section ol {
  margin-top: 12px;
}

.legal-section ul,
.legal-section ol {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.72;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-note {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 224, 206, 0.64);
  border: 1px solid rgba(241, 100, 30, 0.16);
  color: var(--ink);
  line-height: 1.65;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.legal-head-links {
  margin-top: 0;
  justify-content: flex-end;
}

.legal-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(20, 19, 17, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 600;
}

.legal-links a:hover {
  border-color: rgba(241, 100, 30, 0.18);
  box-shadow: var(--shadow-sm);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .hero-grid,
  .workflow-layout,
  .split-layout,
  .contact-grid,
  .hardware-card {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 13ch;
  }

  .panel-grid,
  .ecosystem-grid,
  .offer-grid,
  .signal-grid,
  .module-columns,
  .workflow-journeys,
  .workflow-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-orchestra {
    grid-template-columns: 1fr;
  }

  .hardware-visual {
    min-height: 300px;
  }

  .legal-shell {
    width: min(100% - 32px, 860px);
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: calc(var(--nav-h) + 10px) 16px auto 16px;
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 252, 247, 0.96);
    border: 1px solid rgba(20, 19, 17, 0.08);
    box-shadow: var(--shadow-lg);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-nav.open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 10px 6px;
  }

  .nav-language {
    width: 100%;
  }

  .nav-language select {
    width: 100%;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-metrics,
  .panel-grid,
  .ecosystem-grid,
  .offer-grid,
  .signal-grid,
  .module-columns,
  .workflow-journeys,
  .workflow-benefits,
  .modules-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .section-shell {
    padding: 86px 0;
  }

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

  .legal-main {
    padding: 32px 0 76px;
  }

  .legal-shell {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .legal-section {
    padding: 18px 18px 16px;
    border-radius: 20px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, var(--max));
  }

  .hero-panel,
  .ecosystem-card,
  .offer-card,
  .signal-card,
  .module-column,
  .contact-card,
  .contact-form-shell {
    padding: 20px;
  }

  .button {
    width: 100%;
  }

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

  .ecosystem-visual {
    min-height: 196px;
    padding: 24px 20px 18px;
  }

  .ecosystem-copy {
    padding: 20px;
  }
}
